-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Apr 11, 2017 at 03:23 PM
-- Server version: 5.6.17
-- PHP Version: 5.5.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `thedesignpixel.com`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2017-04-10 11:55:17', '2017-04-10 11:55:17', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=131 ;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://thedesignpixel.com', 'yes'),
(2, 'home', 'http://thedesignpixel.com', 'yes'),
(3, 'blogname', 'The Design Pixel', 'yes'),
(4, 'blogdescription', 'Just another WordPress site', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'wayback2hosting@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:93:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=17&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:31:".+?/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:".+?/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:".+?/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:22:"(.+?)/([^/]+)/embed/?$";s:63:"index.php?category_name=$matches[1]&name=$matches[2]&embed=true";s:26:"(.+?)/([^/]+)/trackback/?$";s:57:"index.php?category_name=$matches[1]&name=$matches[2]&tb=1";s:46:"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:41:"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:34:"(.+?)/([^/]+)/page/?([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]";s:41:"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]";s:30:"(.+?)/([^/]+)(?:/([0-9]+))?/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]";s:20:".+?/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:30:".+?/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:50:".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:".+?/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:14:"(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&cpage=$matches[2]";s:8:"(.+?)/?$";s:35:"index.php?category_name=$matches[1]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'WmdTheme', 'yes'),
(41, 'stylesheet', 'WmdTheme', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '17', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:12:"blog_sidebar";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:13:"array_version";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'cron', 'a:2:{i:1491954920;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}s:7:"version";i:2;}', 'yes'),
(109, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1491914831;s:7:"checked";a:1:{s:8:"WmdTheme";s:0:"";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(111, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.3.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.7.3.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.7.3";s:7:"version";s:5:"4.7.3";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1491914814;s:15:"version_checked";s:5:"4.7.3";s:12:"translations";a:0:{}}', 'no'),
(113, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:25:"wayback2hosting@gmail.com";s:7:"version";s:5:"4.7.3";s:9:"timestamp";i:1491825344;}', 'no'),
(117, 'theme_mods_twentyseventeen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1491914804;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(118, 'current_theme', 'WMD Theme', 'yes'),
(119, 'theme_switched', '', 'yes'),
(120, 'theme_mods_WmdTheme', 'a:2:{s:18:"nav_menu_locations";a:1:{s:11:"header-menu";i:4;}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(122, '_site_transient_timeout_theme_roots', '1491916622', 'no'),
(123, '_site_transient_theme_roots', 'a:1:{s:8:"WmdTheme";s:7:"/themes";}', 'no'),
(124, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1491914827;s:8:"response";a:1:{s:19:"akismet/akismet.php";O:8:"stdClass":8:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:3:"3.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/akismet.3.3.zip";s:6:"tested";s:5:"4.7.3";s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:1:{s:9:"hello.php";O:8:"stdClass":6:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:3:"1.6";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip";}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=296 ;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 1, '_wp_page_template', 'default'),
(3, 2, '_menu_item_type', 'post_type'),
(4, 2, '_menu_item_menu_item_parent', '0'),
(5, 2, '_menu_item_object_id', '1'),
(6, 2, '_menu_item_object', 'page'),
(7, 2, '_menu_item_target', ''),
(8, 2, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(9, 2, '_menu_item_xfn', ''),
(10, 2, '_menu_item_url', ''),
(11, 3, '_wp_page_template', 'default'),
(12, 4, '_menu_item_type', 'post_type'),
(13, 4, '_menu_item_menu_item_parent', '0'),
(14, 4, '_menu_item_object_id', '3'),
(15, 4, '_menu_item_object', 'page'),
(16, 4, '_menu_item_target', ''),
(17, 4, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(18, 4, '_menu_item_xfn', ''),
(19, 4, '_menu_item_url', ''),
(20, 5, '_wp_page_template', 'default'),
(21, 6, '_menu_item_type', 'post_type'),
(22, 6, '_menu_item_menu_item_parent', '0'),
(23, 6, '_menu_item_object_id', '5'),
(24, 6, '_menu_item_object', 'page'),
(25, 6, '_menu_item_target', ''),
(26, 6, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(27, 6, '_menu_item_xfn', ''),
(28, 6, '_menu_item_url', ''),
(29, 7, '_wp_page_template', 'default'),
(30, 8, '_menu_item_type', 'post_type'),
(31, 8, '_menu_item_menu_item_parent', '0'),
(32, 8, '_menu_item_object_id', '7'),
(33, 8, '_menu_item_object', 'page'),
(34, 8, '_menu_item_target', ''),
(35, 8, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(36, 8, '_menu_item_xfn', ''),
(37, 8, '_menu_item_url', ''),
(38, 9, '_wp_page_template', 'default'),
(39, 10, '_menu_item_type', 'post_type'),
(40, 10, '_menu_item_menu_item_parent', '0'),
(41, 10, '_menu_item_object_id', '9'),
(42, 10, '_menu_item_object', 'page'),
(43, 10, '_menu_item_target', ''),
(44, 10, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(45, 10, '_menu_item_xfn', ''),
(46, 10, '_menu_item_url', ''),
(47, 11, '_wp_page_template', 'default'),
(48, 12, '_menu_item_type', 'post_type'),
(49, 12, '_menu_item_menu_item_parent', '0'),
(50, 12, '_menu_item_object_id', '11'),
(51, 12, '_menu_item_object', 'page'),
(52, 12, '_menu_item_target', ''),
(53, 12, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(54, 12, '_menu_item_xfn', ''),
(55, 12, '_menu_item_url', ''),
(56, 13, '_wp_page_template', 'default'),
(57, 14, '_menu_item_type', 'post_type'),
(58, 14, '_menu_item_menu_item_parent', '0'),
(59, 14, '_menu_item_object_id', '13'),
(60, 14, '_menu_item_object', 'page'),
(61, 14, '_menu_item_target', ''),
(62, 14, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(63, 14, '_menu_item_xfn', ''),
(64, 14, '_menu_item_url', ''),
(65, 15, '_wp_page_template', 'default'),
(66, 16, '_menu_item_type', 'post_type'),
(67, 16, '_menu_item_menu_item_parent', '0'),
(68, 16, '_menu_item_object_id', '15'),
(69, 16, '_menu_item_object', 'page'),
(70, 16, '_menu_item_target', ''),
(71, 16, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(72, 16, '_menu_item_xfn', ''),
(73, 16, '_menu_item_url', ''),
(74, 17, '_wp_page_template', 'default'),
(75, 18, '_wp_page_template', 'default'),
(76, 19, '_wp_page_template', 'default'),
(77, 20, '_wp_page_template', 'default'),
(78, 21, '_wp_page_template', 'default'),
(79, 22, '_wp_page_template', 'default'),
(80, 23, '_wp_page_template', 'default'),
(81, 24, '_wp_page_template', 'default'),
(82, 25, '_wp_page_template', 'default'),
(83, 26, '_wp_page_template', 'default'),
(84, 27, '_wp_page_template', 'default'),
(85, 29, '_wp_page_template', 'default'),
(86, 30, '_wp_page_template', 'default'),
(87, 31, '_wp_page_template', 'default'),
(88, 32, '_wp_page_template', 'default'),
(89, 33, '_wp_page_template', 'default'),
(90, 34, '_wp_page_template', 'default'),
(91, 35, '_wp_page_template', 'default'),
(92, 36, '_wp_page_template', 'default'),
(93, 37, '_wp_page_template', 'default'),
(94, 38, '_wp_page_template', 'default'),
(95, 39, '_wp_page_template', 'default'),
(96, 40, '_wp_page_template', 'default'),
(97, 41, '_wp_page_template', 'default'),
(98, 42, '_wp_page_template', 'default'),
(99, 43, '_wp_page_template', 'default'),
(100, 44, '_wp_page_template', 'default'),
(101, 45, '_wp_page_template', 'default'),
(102, 46, '_wp_page_template', 'default'),
(103, 47, '_wp_page_template', 'default'),
(104, 48, '_wp_page_template', 'default'),
(105, 49, '_wp_page_template', 'default'),
(106, 50, '_wp_page_template', 'default'),
(107, 51, '_wp_page_template', 'default'),
(108, 52, '_wp_page_template', 'default'),
(109, 53, '_wp_page_template', 'default'),
(110, 54, '_wp_page_template', 'no-header-footer.php'),
(111, 55, '_wp_page_template', 'default'),
(112, 56, '_wp_page_template', 'default'),
(113, 57, '_wp_page_template', 'default'),
(114, 58, '_wp_page_template', 'default'),
(115, 59, '_wp_page_template', 'default'),
(116, 60, '_wp_page_template', 'default'),
(117, 61, '_wp_page_template', 'default'),
(118, 62, '_wp_page_template', 'default'),
(119, 63, '_wp_page_template', 'default'),
(120, 64, '_wp_page_template', 'default'),
(121, 65, '_wp_page_template', 'default'),
(122, 66, '_wp_page_template', 'default'),
(123, 67, '_wp_page_template', 'default'),
(124, 68, '_wp_page_template', 'default'),
(125, 69, '_wp_page_template', 'default'),
(126, 70, '_wp_page_template', 'default'),
(127, 71, '_wp_page_template', 'default'),
(128, 72, '_wp_page_template', 'default'),
(129, 73, '_wp_page_template', 'default'),
(130, 74, '_wp_page_template', 'default'),
(131, 75, '_wp_page_template', 'default'),
(132, 76, '_wp_page_template', 'default'),
(133, 77, '_wp_page_template', 'default'),
(134, 78, '_wp_page_template', 'default'),
(135, 79, '_wp_page_template', 'default'),
(136, 80, '_wp_page_template', 'no-header-footer.php'),
(137, 82, '_wp_page_template', 'default'),
(138, 83, '_wp_page_template', 'default'),
(139, 84, '_wp_page_template', 'default'),
(140, 86, '_wp_page_template', 'default'),
(141, 87, '_wp_page_template', 'default'),
(142, 88, '_wp_page_template', 'default'),
(143, 89, '_wp_page_template', 'default'),
(144, 91, '_wp_page_template', 'default'),
(145, 92, '_wp_page_template', 'default'),
(146, 93, '_wp_page_template', 'default'),
(147, 94, '_wp_page_template', 'default'),
(148, 95, '_wp_page_template', 'default'),
(149, 96, '_wp_page_template', 'default'),
(150, 98, '_wp_page_template', 'default'),
(151, 99, '_wp_page_template', 'default'),
(152, 101, '_wp_page_template', 'default'),
(153, 103, '_wp_page_template', 'default'),
(154, 104, '_wp_page_template', 'default'),
(155, 105, '_wp_page_template', 'default'),
(156, 106, '_wp_page_template', 'default'),
(157, 108, '_wp_page_template', 'default'),
(158, 109, '_wp_page_template', 'default'),
(159, 110, '_wp_page_template', 'default'),
(160, 111, '_wp_page_template', 'default'),
(161, 112, '_wp_page_template', 'default'),
(162, 113, '_wp_page_template', 'default'),
(163, 114, '_wp_page_template', 'default'),
(164, 115, '_wp_page_template', 'default'),
(165, 116, '_wp_page_template', 'default'),
(166, 117, '_wp_page_template', 'default'),
(167, 118, '_wp_page_template', 'default'),
(168, 119, '_wp_page_template', 'default'),
(169, 120, '_wp_page_template', 'default'),
(170, 121, '_wp_page_template', 'default'),
(171, 122, '_wp_page_template', 'default'),
(172, 123, '_wp_page_template', 'default'),
(173, 124, '_wp_page_template', 'default'),
(174, 125, '_wp_page_template', 'default'),
(175, 126, '_wp_page_template', 'default'),
(176, 127, '_wp_page_template', 'default'),
(177, 128, '_wp_page_template', 'default'),
(178, 129, '_wp_page_template', 'default'),
(179, 130, '_wp_page_template', 'default'),
(180, 131, '_wp_page_template', 'default'),
(181, 132, '_wp_page_template', 'default'),
(182, 133, '_wp_page_template', 'default'),
(183, 134, '_wp_page_template', 'default'),
(184, 135, '_wp_page_template', 'default'),
(185, 136, '_wp_page_template', 'default'),
(186, 137, '_wp_page_template', 'default'),
(187, 138, '_wp_page_template', 'default'),
(188, 139, '_wp_page_template', 'default'),
(189, 140, '_wp_page_template', 'default'),
(190, 141, '_wp_page_template', 'default'),
(191, 142, '_wp_page_template', 'default'),
(192, 143, '_wp_page_template', 'default'),
(193, 144, '_wp_page_template', 'default'),
(194, 145, '_wp_page_template', 'default'),
(195, 146, '_wp_page_template', 'default'),
(196, 147, '_wp_page_template', 'default'),
(197, 148, '_wp_page_template', 'default'),
(198, 149, '_wp_page_template', 'default'),
(199, 150, '_wp_page_template', 'default'),
(200, 151, '_wp_page_template', 'default'),
(201, 152, '_wp_page_template', 'default'),
(202, 153, '_wp_page_template', 'default'),
(203, 154, '_wp_page_template', 'default'),
(204, 155, '_wp_page_template', 'default'),
(205, 156, '_wp_page_template', 'default'),
(206, 157, '_wp_page_template', 'default'),
(207, 158, '_wp_page_template', 'default'),
(208, 159, '_wp_page_template', 'default'),
(209, 160, '_wp_page_template', 'default'),
(210, 161, '_wp_page_template', 'default'),
(211, 162, '_wp_page_template', 'default'),
(212, 163, '_wp_page_template', 'default'),
(213, 164, '_wp_page_template', 'default'),
(214, 165, '_wp_page_template', 'default'),
(215, 166, '_wp_page_template', 'default'),
(216, 167, '_wp_page_template', 'default'),
(217, 168, '_wp_page_template', 'default'),
(218, 169, '_wp_page_template', 'default'),
(219, 170, '_wp_page_template', 'default'),
(220, 171, '_wp_page_template', 'default'),
(221, 172, '_wp_page_template', 'default'),
(222, 173, '_wp_page_template', 'default'),
(223, 174, '_wp_page_template', 'default'),
(224, 175, '_wp_page_template', 'default'),
(225, 176, '_wp_page_template', 'default'),
(226, 177, '_wp_page_template', 'default'),
(227, 178, '_wp_page_template', 'no-header-footer.php'),
(228, 179, '_wp_page_template', 'default'),
(229, 180, '_wp_page_template', 'default'),
(230, 181, '_wp_page_template', 'no-header-footer.php'),
(231, 182, '_wp_page_template', 'default'),
(232, 183, '_wp_page_template', 'default'),
(233, 184, '_wp_page_template', 'default'),
(234, 185, '_wp_page_template', 'default'),
(235, 186, '_wp_page_template', 'default'),
(236, 187, '_wp_page_template', 'default'),
(237, 188, '_wp_page_template', 'default'),
(238, 189, '_wp_page_template', 'default'),
(239, 190, '_wp_page_template', 'default'),
(240, 191, '_wp_page_template', 'default'),
(241, 192, '_wp_page_template', 'default'),
(242, 193, '_wp_page_template', 'default'),
(243, 194, '_wp_page_template', 'default'),
(244, 195, '_wp_page_template', 'default'),
(245, 196, '_wp_page_template', 'default'),
(246, 197, '_wp_page_template', 'default'),
(247, 198, '_wp_page_template', 'default'),
(248, 199, '_wp_page_template', 'no-header-footer.php'),
(249, 200, '_wp_page_template', 'default'),
(250, 201, '_wp_page_template', 'default'),
(251, 202, '_wp_page_template', 'default'),
(252, 203, '_wp_page_template', 'no-header-footer.php'),
(253, 204, '_wp_page_template', 'default'),
(254, 205, '_wp_page_template', 'default'),
(255, 206, '_wp_page_template', 'default'),
(256, 207, '_wp_page_template', 'default'),
(257, 208, '_wp_page_template', 'default'),
(258, 209, '_wp_page_template', 'default'),
(259, 210, '_wp_page_template', 'default'),
(260, 211, '_wp_page_template', 'default'),
(261, 212, '_wp_page_template', 'default'),
(262, 213, '_wp_page_template', 'default'),
(263, 214, '_wp_page_template', 'default'),
(264, 215, '_wp_page_template', 'default'),
(265, 216, '_wp_page_template', 'default'),
(266, 217, '_wp_page_template', 'default'),
(267, 218, '_wp_page_template', 'default'),
(268, 219, '_wp_page_template', 'default'),
(269, 220, '_wp_page_template', 'default'),
(270, 221, '_wp_page_template', 'default'),
(271, 222, '_wp_page_template', 'default'),
(272, 223, '_wp_page_template', 'default'),
(273, 224, '_wp_page_template', 'default'),
(274, 225, '_wp_page_template', 'default'),
(275, 226, '_wp_page_template', 'default'),
(276, 227, '_wp_page_template', 'default'),
(277, 228, '_wp_page_template', 'default'),
(278, 229, '_wp_page_template', 'default'),
(279, 230, '_wp_page_template', 'default'),
(280, 231, '_wp_page_template', 'default'),
(281, 232, '_wp_page_template', 'default'),
(282, 233, '_wp_page_template', 'default'),
(283, 234, '_wp_page_template', 'default'),
(284, 235, '_wp_page_template', 'default'),
(285, 236, '_wp_page_template', 'default'),
(286, 237, '_wp_page_template', 'no-header-footer.php'),
(287, 238, '_wp_page_template', 'no-header-footer.php'),
(288, 239, '_wp_page_template', 'no-header-footer.php'),
(289, 240, '_wp_page_template', 'no-header-footer.php'),
(290, 241, '_wp_page_template', 'no-header-footer.php'),
(291, 242, '_wp_page_template', 'no-header-footer.php'),
(292, 243, '_wp_page_template', 'no-header-footer.php'),
(293, 244, '_wp_page_template', 'no-header-footer.php'),
(294, 245, '_wp_page_template', 'no-header-footer.php'),
(295, 246, '_wp_page_template', 'no-header-footer.php');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=247 ;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2017-04-11 13:12:27', '2017-04-11 13:12:27', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Coding</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-3445 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-tools"><div id="post-3445" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">10+ Best Bug Tracking Tools For Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>As any web developer knows, proper coding is one of the fundamental aspects of creating a successful site. Code by quality programmers will not only exceed the customer&#8217;s expectations; it will also prevent and anticipate bugs that may impair the site&#8217;s</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their</p><div class="read-more"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online</p><div class="read-more"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3304 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-ruby-on-rails"><div id="post-3304" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs</p><div class="read-more"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3245 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-php"><div id="post-3245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php"><div id="post-3217" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website.</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools"><div id="post-2672" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery"><div id="post-2641" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a</p><div class="read-more"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1971 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development"><div id="post-1971" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">65+ Useful Cheat Sheets for Designers and Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/coding/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/coding/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Coding', '', 'publish', 'closed', 'closed', '', 'coding', '', '', '2017-04-11 13:15:04', '2017-04-11 13:15:04', '', 0, 'http://thedesignpixel.com/coding/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2017-04-11 13:12:27', '2017-04-11 13:12:27', ' ', '', '', 'publish', 'closed', 'closed', '', '2', '', '', '2017-04-11 13:12:27', '2017-04-11 13:12:27', '', 0, 'http://thedesignpixel.com/uncategorized/2/', 0, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3, 1, '2017-04-11 13:12:28', '2017-04-11 13:12:28', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Design</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4278 post type-post status-publish format-standard has-post-thumbnail hentry category-design"><div id="post-4278" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Top 20 Facebook Layouts On The Web</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to</p><div class="read-more"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">20 Premium Responsive and Mobile Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Responsive Website Templates When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your</p><div class="read-more"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4063 post type-post status-publish format-standard hentry category-design category-resources"><div id="post-4063" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">40 Unique Cartoon and Comic Fonts</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have</p><div class="read-more"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3688 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes tag-web-hosting"><div id="post-3688" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com/tag/web-hosting/" rel="tag">Web Hosting</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/4/''>4</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/design/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Design', '', 'publish', 'closed', 'closed', '', 'design', '', '', '2017-04-11 13:15:17', '2017-04-11 13:15:17', '', 0, 'http://thedesignpixel.com/design/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4, 1, '2017-04-11 13:12:28', '2017-04-11 13:12:28', ' ', '', '', 'publish', 'closed', 'closed', '', '4', '', '', '2017-04-11 13:12:28', '2017-04-11 13:12:28', '', 0, 'http://thedesignpixel.com/uncategorized/4/', 2, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5, 1, '2017-04-11 13:12:28', '2017-04-11 13:12:28', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Graphics</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop"><div id="post-3964" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-mobile tag-templates"><div id="post-3915" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">20 Fresh &#038; Free Mobile App PSD Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3775 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration"><div id="post-3775" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Audiko" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">45+ Fresh and Creative Error 404 Pages</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3568 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes"><div id="post-3568" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Top 20 Web Templates for Photographer Portfolio</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds</p><div class="read-more"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/graphics/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/graphics/page/5/''>5</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/graphics/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Graphics', '', 'publish', 'closed', 'closed', '', 'graphics', '', '', '2017-04-11 13:15:24', '2017-04-11 13:15:24', '', 0, 'http://thedesignpixel.com/graphics/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(6, 1, '2017-04-11 13:12:29', '2017-04-11 13:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '6', '', '', '2017-04-11 13:12:29', '2017-04-11 13:12:29', '', 0, 'http://thedesignpixel.com/uncategorized/6/', 3, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(7, 1, '2017-04-11 13:12:29', '2017-04-11 13:12:29', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Resources</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4882 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-docker tag-virtualization"><div id="post-4882" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Why You Should Use Docker to Run Apps Now</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">docker</a>, <a href="http://thedesignpixel.com" rel="tag">virtualization</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There is no better time to start using Docker than now, and here are a few reasons why you should benefit from this lightweight virtualization technology.</p><div class="read-more"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4717 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-joomla tag-templates"><div id="post-4717" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">30 Joomla Templates for Your Current Web Project</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Joomla is one of the most popular CMS in the world. These Joomla templates will help you define the look and feel of your new Joomla site.</p><div class="read-more"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4439 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">The Importance of Proactive Server Management</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Server management and web hosting are crucial areas for online businesses. Make sure you know what to look for when shopping for a web hosting provider.</p><div class="read-more"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/resources/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>8</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/resources/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2017-04-11 13:15:35', '2017-04-11 13:15:35', '', 0, 'http://thedesignpixel.com/resources/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(8, 1, '2017-04-11 13:12:29', '2017-04-11 13:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '8', '', '', '2017-04-11 13:12:29', '2017-04-11 13:12:29', '', 0, 'http://thedesignpixel.com/uncategorized/8/', 4, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(9, 1, '2017-04-11 13:12:29', '2017-04-11 13:12:29', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Tutorials</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop"><div id="post-3964" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2199 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-apple tag-photoshop"><div id="post-2199" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">35+ Apple Inspired Photoshop Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Apple</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Apple corporation has left a great impact in the electronic industry, since its launch of the first product, and today, it is the leading best selling manufacturer of smartphones, tablet devices, laptop devices and notebooks, etc. The only reason lying</p><div class="read-more"> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages"><div id="post-2606" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2161 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe"><div id="post-2161" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">25+ Excellent Adobe InDesign Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc.,</p><div class="read-more"> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2056 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop tag-wallpapers"><div id="post-2056" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1416 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development"><div id="post-1416" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1380 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins"><div id="post-1380" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1143 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop"><div id="post-1143" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">50 Useful Photoshop Logo Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn&rsquo;t end here. Most of the computer graphic design in photoshop today.</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/tutorials/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/tutorials/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Tutorials', '', 'publish', 'closed', 'closed', '', 'tutorials', '', '', '2017-04-11 13:15:43', '2017-04-11 13:15:43', '', 0, 'http://thedesignpixel.com/tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(10, 1, '2017-04-11 13:12:29', '2017-04-11 13:12:29', ' ', '', '', 'publish', 'closed', 'closed', '', '10', '', '', '2017-04-11 13:12:29', '2017-04-11 13:12:29', '', 0, 'http://thedesignpixel.com/uncategorized/10/', 5, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(11, 1, '2017-04-11 13:12:30', '2017-04-11 13:12:30', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: WordPress</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress"><div id="post-4075" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether</p><div class="read-more"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3980 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-3980" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed,</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3836 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-freebies tag-templates tag-themes"><div id="post-3836" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other</p><div class="read-more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/wordpress/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/wordpress/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'WordPress', '', 'publish', 'closed', 'closed', '', 'wordpress', '', '', '2017-04-11 13:15:47', '2017-04-11 13:15:47', '', 0, 'http://thedesignpixel.com/wordpress/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(12, 1, '2017-04-11 13:12:30', '2017-04-11 13:12:30', ' ', '', '', 'publish', 'closed', 'closed', '', '12', '', '', '2017-04-11 13:12:30', '2017-04-11 13:12:30', '', 0, 'http://thedesignpixel.com/uncategorized/12/', 6, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13, 1, '2017-04-11 13:12:30', '2017-04-11 13:12:30', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Advertise With Us</div><div class="page-content"><article class="post-4920 page type-page status-publish hentry" id="post-4920"><div class="post-box"><header><h1 class="title page-title">Advertise With Us</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Thank you for you interest in advertising with us! TheDesignPixel has partnered with <a href="https://www.buysellads.com/">BuySellAds</a> to offer you a secure and easy way to show your ads on our site.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>You can check our currently available ad slots on <strong><a href="https://www.buysellads.com/buy/detail/260077">our listing page</a></strong> at BuySellAds.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>If you have any questions, don&#8217;t hesitate to <a href="http://thedesignpixel.com/contact-us/">contact us</a>!</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'Advertise With Us', '', 'publish', 'closed', 'closed', '', 'advertise-with-us', '', '', '2017-04-11 13:13:10', '2017-04-11 13:13:10', '', 0, 'http://thedesignpixel.com/advertise-with-us/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(14, 1, '2017-04-11 13:12:30', '2017-04-11 13:12:30', ' ', '', '', 'publish', 'closed', 'closed', '', '14', '', '', '2017-04-11 13:12:30', '2017-04-11 13:12:30', '', 0, 'http://thedesignpixel.com/uncategorized/14/', 7, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(15, 1, '2017-04-11 13:12:30', '2017-04-11 13:12:30', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Contact us</div><div class="page-content"><article class="post-15 page type-page status-publish hentry" id="post-15"><div class="post-box"><header><h1 class="title page-title">Contact us</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>If you have any comments or questions, The Design Pixel team would love to hear from you. Please, use this form to get in touch with us. We will get back to you ASAP.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <div role="form" class="wpcf7" id="wpcf7-f4402-p15-o1" lang="en-US" dir="ltr"><div class="screen-reader-response"></div><form action="../contact-us/#wpcf7-f4402-p15-o1" method="post" class="wpcf7-form" novalidate="novalidate"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="4402" /> <input type="hidden" name="_wpcf7_version" value="4.5" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f4402-p15-o1" /> <input type="hidden" name="_wpnonce" value="0c6d83d021" /></div><p>Your Name (required)<br /> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>Your Email* (required)<br /> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span></p><p>Subject<br /> <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" /></span></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>Your Message<br /> <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span></p><p><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit" /></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><span style="font-size:small;"><em>* Your email address will be kept confidential. We will not share it with anyone, unless you give us your express consent.</em></span></p><div class="wpcf7-response-output wpcf7-display-none"></div></form></div> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-04-11 13:15:57', '2017-04-11 13:15:57', '', 0, 'http://thedesignpixel.com/contact/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(16, 1, '2017-04-11 13:12:31', '2017-04-11 13:12:31', ' ', '', '', 'publish', 'closed', 'closed', '', '16', '', '', '2017-04-11 13:12:31', '2017-04-11 13:12:31', '', 0, 'http://thedesignpixel.com/uncategorized/16/', 8, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(17, 1, '2017-04-11 13:12:34', '2017-04-11 13:12:34', '<div class="main-wrapper clearfix"><div id="page"><div class="main-content trlayout"><div class="content-area home-content-area"><div class="content-home"><div id="content" class="content "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4882 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-docker tag-virtualization"><div id="post-4882" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Why You Should Use Docker to Run Apps Now</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">docker</a>, <a href="http://thedesignpixel.com" rel="tag">virtualization</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There is no better time to start using Docker than now, and here are a few reasons why you should benefit from this lightweight virtualization technology.</p><div class="read-more"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4762 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-bounce-rate tag-client-relationship tag-landing-page tag-onboarding tag-version-control"><div id="post-4762" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bounce rate</a>, <a href="http://thedesignpixel.com/tag/client-relationship/" rel="tag">client relationship</a>, <a href="http://thedesignpixel.com" rel="tag">landing page</a>, <a href="http://thedesignpixel.com" rel="tag">onboarding</a>, <a href="http://thedesignpixel.com" rel="tag">version control</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature version control in Wordpress, how to create a successful onboarding experience, interpreting your bounce rate, and more!</p><div class="read-more"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4737 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-breadcrumbs tag-responsive-design tag-sitelinks tag-svg tag-web-2-0"><div id="post-4737" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">SVG Tools, Breadcrumbs, Sitelinks</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">breadcrumbs</a>, <a href="http://thedesignpixel.com" rel="tag">responsive design</a>, <a href="http://thedesignpixel.com" rel="tag">sitelinks</a>, <a href="http://thedesignpixel.com" rel="tag">svg</a>, <a href="http://thedesignpixel.com" rel="tag">web 2.0</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week&#8217;s roundup features SVG tools, the role of traditional design elements in 2.0 media, development for multiple devices, breadcrumbs and sitelinks.</p><div class="read-more"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4717 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-joomla tag-templates"><div id="post-4717" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">30 Joomla Templates for Your Current Web Project</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Joomla is one of the most popular CMS in the world. These Joomla templates will help you define the look and feel of your new Joomla site.</p><div class="read-more"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">Read More</a></div></div></div></div></article></div></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>13</a> <a class="next page-numbers" href="http://thedesignpixel.com/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-04-11 13:12:34', '2017-04-11 13:12:34', '', 0, 'http://thedesignpixel.com/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18, 1, '2017-04-11 13:12:40', '2017-04-11 13:12:40', '<div class="cover-box"><div data-type="background" data-speed="3" class="cover-image" style="background-image: url( http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover.png);"><div class="cover-heading"><div class="cover-text"><header><h2 class="title f-title"> 10 Quality WordPress Artistic Themes</h2></header><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></div></div></div><div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Quality WordPress Artistic Themes</div><div class="single-content"><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Considering how to build a superb art website with a design that will catch the eye of your visitors and highlight the best qualities of your content? Then WordPress Artistic Themes are just what you need.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>You can easily set these convenient themes by yourself without any computer skills or without hiring professional web developers. Using any of these themes is easy enough for anyone without spending a lot of time and effort. Expertly crafted themes are complemented with powerful features and outstanding design.</p><p>Keeping in mind the requirements of art related websites, we concentrated on design-centered themes. Clean and crisp themes are powered with color schemes that will suit any content. Responsive design will render your website beautifully on any screen of any handheld device. Plugins and widgets will help you define your web presence.</p><p>So let’s look through the set of WordPress artistic themes to choose a superb template for your website.</p><h3>3D Side WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dside.png" class="aligncenter size-full wp-image-4937" alt="3D Side" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dside.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dside-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55771.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/55771.html?aff=designpixel">Demo</a></strong></p><p>The 3D Side WordPress Theme with an impressive design is a great solution for print shops, art shops or any other art related websites. Responsive design will render your website greatly on any screen of any device your customers prefer to use. A blurred background is perfect for highlighting your content. A convenient drop-down menu, audio and video integration and diverse widgets will help you create your powerful website.</p><h3><strong>Art Gallery Responsive WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/artgallery.png" class="aligncenter size-full wp-image-4939" alt="art gallery" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/artgallery.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/artgallery-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/56092.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/56092.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>The Art Gallery Responsive WordPress Theme, is just the thing for any art related website. Responsive design and retina ready images will scale your website on any screen of any device regardless of what pixel density they support. A full-width background and browser-sized background videos will help to improve the visual experience of your customers. Powerful tools will help you create your profitable website.</p><h3><strong>Creative WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/creative.png" class="aligncenter size-full wp-image-4940" alt="creative wordpress" width="624" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/creative.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/creative-300x187.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/57554.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57554.html?aff=designpixel">Demo</a></strong></p><p>The Creative WordPress Theme is perfect for all kinds of art websites. A light background will help drag the attention of your clients to your content. Responsive design and retina ready images will help your website look perfect on the screen of any handheld device even with a high pixel density. A cross-browser feature will let your online site work great in all browsers. The content blocks will focus your customers’ attention on your content and an WPML ready option will translate it into different languages. A convenient structure will help you highlight your content.</p><h3><strong>Web Design Responsive WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/webdesignresponsive.png" class="aligncenter size-full wp-image-4941" alt="web design responsive" width="624" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/webdesignresponsive.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/webdesignresponsive-300x187.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/58337.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/58337.html?aff=designpixel">Demo</a></strong></p><p>The Web Design Responsive WordPress Theme with an astonishing design is great for any kind of art website. Subtle colors of the images will give a remarkable look to your website. Responsive design and retina ready images will render your Internet project beautifully on any screen. Sliders will help improve the visual experience while using your website, and a sleek Parallax effect will give depth to your content presentation. You can also use powerful widgets to build your website.</p><p><strong>Pixel Storm WordPress Theme</strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/pixelstorm.png" class="aligncenter size-full wp-image-4942" alt="Pixel Storm" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/pixelstorm.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/pixelstorm-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55972.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55972.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>The Pixel Storm WordPress Theme has a fantastic, high-contrast design. Responsiveness will give your website a perfect look on any screen of any handheld device. Sliders will help you build the striking website that will grab the attention of your visitors and drag it to your content. The convenient structure will help you build your productive website.</p><p><strong>Art Agency WordPress Artistic Themes</strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/artagency.png" class="aligncenter wp-image-4943 size-full" alt="Art Agency WordPress Artistic Themes" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/artagency.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/artagency-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55050.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55050.html?aff=designpixel">Demo</a></strong></p><p>The Art Agency WordPress Theme has a clean and crisp design that is just great for clear art websites. A light background and content blocks will help you bring your content into the spotlight. A parallax effect and background videos will help you show all of the content in an interesting way. Responsive design will let your website users enjoy your page on any screen of any device. You can easily edit and set your website with a drag-and-drop editor with minimum effort.</p><h3><strong>Design Studio Responsive WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designstudio.png" class="aligncenter size-full wp-image-4944" alt="Design Studio" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designstudio.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/designstudio-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/53491.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/53491.html?aff=designpixel">Demo</a></strong></p><p>The Design Studio Responsive WordPress Theme features a clean layout, perfect for highlighting your content. Responsive design will give your website a remarkable look on the screen of any device. You can easily configure and edit your website by yourself. Parallax scrolling and a lazy load effect will help you show your content optimally and very quickly. A filterable portfolio, various widgets and sliders will help set your website apart from the rest.</p><h3><strong>Designer Portfolio Responsive WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designerportfolio.png" class="aligncenter size-full wp-image-4945" alt="Designer Portfolio" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designerportfolio.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/designerportfolio-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/52087.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/52087.html?aff=designpixel">Demo</a></strong></p><p>The Designer Portfolio Responsive WordPress Theme features a full-width background image is great to highlight your portfolio. Responsive design will let your website be perfectly scalable for any screen of any device. This template is easy-to-edit, so you can do it absolutely by yourself. Use post types, fonts and diverse widgets to build a powerful website in a matter of a few hours.</p><h3><strong>Design Group WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designgroup.png" class="aligncenter size-full wp-image-4946" alt="Design Group" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/designgroup.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/designgroup-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/52372.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/52372.html?aff=designpixel">Demo</a></strong></p><p>The Design Group WordPress Theme is advised for art websites looking for a minimalistic feel. The design features soft colors and an intuitive structure that is perfect for showing your online portfolio. Responsive design will scale your website for any screen of any handheld device. A parallax effect will give depth and intensity to your content. You can use various widgets and shortcodes to supercharge your website.</p><h3><strong>3D Printing Technologies WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dprinting.png" class="aligncenter size-full wp-image-4947" alt="3D Printing" width="624" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dprinting.png 624w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/3dprinting-300x186.png 300w" sizes="(max-width: 624px) 100vw, 624px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/52268.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/52268.html?aff=designpixel">Demo</a></strong></p><p>The 3D Printing Technologies WordPress Theme will suit any type of art website, especially art galleries and print shops. A design with bright colors and convenient structure will catch the eye of your customers and help them focus on your content. Responsive design will render your website beautifully on any device with any screen resolution. The template is WPML ready to help you build an international, easily scalable website.</p><p style="text-align: center;"> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="BZsUs87f4d48052a4089d85f22f4eb8e5e69845d95934938c16cc8c7285c4a97aa607" class="wpdiscuz-cnonce" name="cnonce" value="BZsUs87f4d48052a4089d85f22f4eb8e5e69845d95934938c16cc8c7285c4a97aa607" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="I9W7xbffe281450cdae7f28de18a57e9752bb36673637d8b554e5b77423834d456788" class="wpdiscuz-cnonce" name="cnonce" value="I9W7xbffe281450cdae7f28de18a57e9752bb36673637d8b554e5b77423834d456788" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '10 quality wordpress artistic themes', '', 'publish', 'closed', 'closed', '', '10-quality-wordpress-artistic-themes', '', '', '2017-04-11 13:12:40', '2017-04-11 13:12:40', '', 0, 'http://thedesignpixel.com/10-quality-wordpress-artistic-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(19, 1, '2017-04-11 13:12:43', '2017-04-11 13:12:43', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Fresh Photoshop Text Effects for Web Designers</div><div class="single-content"><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Fresh Photoshop Text Effects for Web Designers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>For years, Adobe Photoshop has been one of the best choices for webmasters when it comes to photo manipulation and designing work. There are many software applications and online services available in the market for graphic designing work, but Photoshop is still the number one choice and the industry standard to create stunning graphic design projects.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Photoshop comes with a great number of features that still haven&#8217;t been matched by its competition. Also, throughout its history many extensions have been added to Photoshop to extend its usage and provide some unique features to it.</p><p>In this post, we showcase some fresh Photoshop Text Effects for fellow designers. These will give you inspiration to create your own stunning design and impress your visitors. They can be used to create your own logos or to style different parts of your site. Check them out and let us know what you think in the comments section!</p><p><strong><a href="http://graphicburger.com/lightbox-text-effect/">Lightbox Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lightbox-Text-Effect.jpg" class="aligncenter size-full wp-image-4371" alt="Lightbox Text Effect" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lightbox-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lightbox-Text-Effect-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://graphicburger.com/soft-white-text-effect/">Soft White Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Soft-White-Text-Effect.jpg" class="aligncenter size-full wp-image-4372" alt="Soft White Text Effect" width="600" height="850" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Soft-White-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Soft-White-Text-Effect-212x300.jpg 212w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.freebiespsd.com/2015/05/neon-text-effect-psd-free-download.html">Neon text Effect PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Neon-text-Effect-PSD.jpg" class="aligncenter size-full wp-image-4373" alt="Neon text Effect PSD" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Neon-text-Effect-PSD.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Neon-text-Effect-PSD-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.freebiespsd.com/2014/11/logo-perspective-text-effect-mockup.html">Cinematic 3D Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-3D-Text-Effect.jpg" class="aligncenter size-full wp-image-4375" alt="Cinematic 3D Text Effect" width="600" height="475" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-3D-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-3D-Text-Effect-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://www.freebiespsd.com/2014/11/logo-perspective-text-effect-mockup.html">Logo Perspective</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Logo-Perspective.png" class="aligncenter size-full wp-image-4376" alt="Logo Perspective" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Logo-Perspective.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Logo-Perspective-300x225.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Logo-Perspective-480x360.png 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.raydombroski.com/blog/2015/5/7/texty-dimensional-photoshop-text-logo-effect">Dimensional Photoshop Text &amp; Logo Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect.jpg" class="aligncenter size-full wp-image-4377" alt="Dimensional Photoshop Text &amp; Logo Effect" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dimensional-Photoshop-Text-Logo-Effect-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.graphicsfuel.com/2013/06/3-photoshop-text-styles-asl-psd/">3 Photoshop Text Styles</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Photoshop-Text-Styles.jpg" class="aligncenter size-full wp-image-4378" alt="3 Photoshop Text Styles" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Photoshop-Text-Styles.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Photoshop-Text-Styles-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://graphicburger.com/retro-text-effect/">Retro Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect.jpg" class="aligncenter size-full wp-image-4379" alt="Retro Text Effect" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://graphicburger.com/plump-text-effect/">Plump Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect.jpg" class="aligncenter size-full wp-image-4380" alt="Plump Text Effect" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://fribly.com/2015/02/11/free-3d-text-effect-2/">3D Text Effect</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Text-Effect.jpg" class="aligncenter size-full wp-image-4374" alt="3D Text Effect" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Text-Effect-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://designercandies.net/free-3d-text-psd/">Free 3D Text PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD.jpg" class="aligncenter size-full wp-image-4381" alt="Free 3D Text PSD" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-3D-Text-PSD-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.themeraid.com/freebies/3d-metal-text-effect/">3D Metal Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Metal-Text-Effect.jpg" class="aligncenter size-full wp-image-4382" alt="3D Metal Text Effect" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Metal-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/3D-Metal-Text-Effect-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.freebiespsd.com/2015/04/photoshop-text-effects-v1.html">Photoshop Text Effects V.1</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Photoshop-Text-Effects-V.1.jpg" class="aligncenter size-full wp-image-4383" alt="Photoshop Text Effects V.1" width="600" height="1197" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Photoshop-Text-Effects-V.1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Photoshop-Text-Effects-V.1-150x300.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Photoshop-Text-Effects-V.1-513x1024.jpg 513w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://getfreeresources.com/portfolio/1302/3-illustrator-vintage-text-effects/">3 Illustrator text effects</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Illustrator-text-effects.jpg" class="aligncenter size-full wp-image-4384" alt="3 Illustrator text effects" width="600" height="1286" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Illustrator-text-effects.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Illustrator-text-effects-140x300.jpg 140w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/3-Illustrator-text-effects-478x1024.jpg 478w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.pixeden.com/photoshop-text-effects/psd-retro-text-effect-vol3">Psd Retro Text Effect Vol3</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Retro-Text-Effect-Vol3.jpg" class="aligncenter size-full wp-image-4385" alt="Psd Retro Text Effect Vol3" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Retro-Text-Effect-Vol3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Retro-Text-Effect-Vol3-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Retro-Text-Effect-Vol3-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://graphicburger.com/cinematic-title-text-effect/">Cinematic Title Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-Title-Text-Effect.jpg" class="aligncenter size-full wp-image-4386" alt="Cinematic Title Text Effect" width="600" height="908" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-Title-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Cinematic-Title-Text-Effect-198x300.jpg 198w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.pixeden.com/photoshop-text-effects/psd-candy-text-effect">Psd Candy Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Candy-Text-Effect.jpg" class="aligncenter size-full wp-image-4387" alt="Psd Candy Text Effect" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Candy-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Candy-Text-Effect-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Candy-Text-Effect-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.pixeden.com/photoshop-text-effects/psd-wall-poster-text-effect">Psd Wall Poster Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Wall-Poster-Text-Effect.jpg" class="aligncenter size-full wp-image-4388" alt="Psd Wall Poster Text Effect" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Wall-Poster-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Wall-Poster-Text-Effect-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Psd-Wall-Poster-Text-Effect-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://graphicburger.com/popcorn-text-effect/">Popcorn Text Effect</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Popcorn-Text-Effect.jpg" class="aligncenter size-full wp-image-4389" alt="Popcorn Text Effect" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Popcorn-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Popcorn-Text-Effect-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://graphicburger.com/retro-text-effect-2/">Retro Text Effect #2</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect-2.jpg" class="aligncenter size-full wp-image-4390" alt="Retro Text Effect #2" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect-2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect-2-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Retro-Text-Effect-2-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "20 Fresh Photoshop Text Effects for Web Designers"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="FrxcKb1044598d8184b944f5a2a33449e17277243edaf94a0f659a291857aada04efe" class="wpdiscuz-cnonce" name="cnonce" value="FrxcKb1044598d8184b944f5a2a33449e17277243edaf94a0f659a291857aada04efe" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="QUqgb4b19a37f677b34f03568c714973574db48b31c274f62a4fc642e8394f361da4b" class="wpdiscuz-cnonce" name="cnonce" value="QUqgb4b19a37f677b34f03568c714973574db48b31c274f62a4fc642e8394f361da4b" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10211_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-10211" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''https://madsbors.wordpress.com/2015/11/17/photoshop-text-effects/'' target=''_blank''>Photoshop Text Effects | FA 3000 BLOG</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers.html#comment-10211&quot; /&gt;" /></div><div class="wc-comment-date">November 17, 2015 3:10 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" rel="nofollow">http://www.thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers.html</a> [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20http://www.thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers.html%20[%E2%80%A6]http://www.thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers.html#comment-10211" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10211_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '20 fresh photoshop text effects for web designers', '', 'publish', 'closed', 'closed', '', '20-fresh-photoshop-text-effects-for-web-designers', '', '', '2017-04-11 13:12:43', '2017-04-11 13:12:43', '', 0, 'http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20, 1, '2017-04-11 13:12:49', '2017-04-11 13:12:49', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Premium Responsive and Mobile Website Templates</div><div class="single-content"><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Premium Responsive and Mobile Website Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><h2>Responsive Website Templates</h2><p>When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your website users an optimal experience no matter how they access your website. Use these responsive website templates to start a new venture or update your current site to make sure you are getting the most from the visits you get. Enjoy these responsive web templates and click through to see a preview or make a purchase.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <h3><a href="http://themeforest.net/item/ella-responsive-shopify-template/9691007?WT.oss_phrase=fashion+&amp;WT.oss_rank=1&amp;WT.z_author=halothemes&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">1. Ella Responsive Shopify Template</a></h3><p>Premier Fashion and Apparel Templates</p><p><a href="http://themeforest.net/item/ella-responsive-shopify-template/9691007?WT.oss_phrase=fashion+&amp;WT.oss_rank=1&amp;WT.z_author=halothemes&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme.jpg" class="size-full wp-image-4085 aligncenter" alt="EllaTheme" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class="size-full wp-image-4085 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme.jpg" alt="EllaTheme" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3 class="page-title"><a href="http://themeforest.net/item/extent-premium-multipurpose-responsive-template/10113977?WT.oss_phrase=&amp;WT.oss_rank=19&amp;WT.z_author=WEBNUS&amp;WT.trending=trending&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow">2. Extent &#8211; Premium Multipurpose Responsive Template</a></h3><p><a href="http://themeforest.net/item/extent-premium-multipurpose-responsive-template/10113977?WT.oss_phrase=&amp;WT.oss_rank=19&amp;WT.z_author=WEBNUS&amp;WT.trending=trending&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/extent.png" class=" size-full wp-image-4087 aligncenter" alt="extent" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/extent.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/extent-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4087 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/extent.png" alt="extent" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/extent.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/extent-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/progressive-multipurpose-responsive-template/7197521?WT.oss_phrase=responsive&amp;WT.oss_rank=37&amp;WT.z_author=InfoStyle&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">3. Progressive — Multipurpose Responsive Template</a></h3><p><a href="http://themeforest.net/item/progressive-multipurpose-responsive-template/7197521?WT.oss_phrase=responsive&amp;WT.oss_rank=37&amp;WT.z_author=InfoStyle&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/progressive.jpg" class=" size-full wp-image-4089 aligncenter" alt="progressive" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/progressive.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/progressive-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4089 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/progressive.jpg" alt="progressive" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/progressive.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/progressive-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/vega-html5-responsive-template/2402989?WT.oss_phrase=responsive&amp;WT.oss_rank=25&amp;WT.z_author=flashedge&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">4.  Vega HTML5 Responsive Template</a></h3><p><a href="http://themeforest.net/item/vega-html5-responsive-template/2402989?WT.oss_phrase=responsive&amp;WT.oss_rank=25&amp;WT.z_author=flashedge&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/vega.jpg" class=" size-full wp-image-4090 aligncenter" alt="vega" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vega.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vega-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4090 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/vega.jpg" alt="vega" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vega.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vega-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3><a href="http://themeforest.net/item/barnelli-restaurant-html5-responsive-template/6395582?WT.oss_phrase=responsive&amp;WT.oss_rank=30&amp;WT.z_author=yosoftware&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">5. Barnelli &#8211; Restaurant HTML5 Responsive Template</a></h3><p><a href="http://themeforest.net/item/barnelli-restaurant-html5-responsive-template/6395582?WT.oss_phrase=responsive&amp;WT.oss_rank=30&amp;WT.z_author=yosoftware&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/barnelli.jpg" class=" size-full wp-image-4091 alignnone" alt="barnelli" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/barnelli.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/barnelli-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4091 alignnone" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/barnelli.jpg" alt="barnelli" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/barnelli.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/barnelli-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/lich-responsive-email-template/10134433?WT.oss_phrase=&amp;WT.oss_rank=4&amp;WT.z_author=nutzumi&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">6. Lich &#8211; Responsive Email Template</a></h3><p><a href="http://themeforest.net/item/lich-responsive-email-template/10134433?WT.oss_phrase=&amp;WT.oss_rank=4&amp;WT.z_author=nutzumi&amp;WT.trending=trending&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/lich.png" class=" size-full wp-image-4092 aligncenter" alt="lich" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/lich.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/lich-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4092 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/lich.png" alt="lich" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/lich.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/lich-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/boo-admin-responsive-template/3489498?WT.oss_phrase=responsive+template&amp;WT.oss_rank=17&amp;WT.z_author=marapet&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">7. Boo Admin &#8211; Responsive Template</a></h3><p><a href="http://themeforest.net/item/boo-admin-responsive-template/3489498?WT.oss_phrase=responsive+template&amp;WT.oss_rank=17&amp;WT.z_author=marapet&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/boo.jpg" class=" size-full wp-image-4093 aligncenter" alt="boo" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/boo.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/boo-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4093 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/boo.jpg" alt="boo" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/boo.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/boo-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/indus-industrial-html-responsive-templates/9589222?WT.oss_phrase=architect&amp;WT.oss_rank=3&amp;WT.z_author=jitu&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow">8.Indus – Industrial HTML Responsive Templates</a></h3><p><a href="http://themeforest.net/item/indus-industrial-html-responsive-templates/9589222?WT.oss_phrase=architect&amp;WT.oss_rank=3&amp;WT.z_author=jitu&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/indus.jpg" class=" size-full wp-image-4094 aligncenter" alt="indus" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/indus.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/indus-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4094 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/indus.jpg" alt="indus" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/indus.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/indus-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/mexin-premium-multipurpose-responsive-template/5567583?WT.oss_phrase=layerslider&amp;WT.oss_rank=27&amp;WT.z_author=WEBNUS&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">9. Mexin &#8211; Premium Multipurpose Responsive Template</a></h3><p><a href="http://themeforest.net/item/mexin-premium-multipurpose-responsive-template/5567583?WT.oss_phrase=layerslider&amp;WT.oss_rank=27&amp;WT.z_author=WEBNUS&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/mexin.png" class=" size-full wp-image-4095 aligncenter" alt="mexin" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/mexin.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/mexin-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4095 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/mexin.png" alt="mexin" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/mexin.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/mexin-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/krobs-personal-onepage-responsive-template/8926006?WT.oss_phrase=&amp;WT.oss_rank=15&amp;WT.z_author=kwst&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">10.  Krobs &#8211; Personal Onepage Responsive Template</a></h3><p><a href="http://themeforest.net/item/krobs-personal-onepage-responsive-template/8926006?WT.oss_phrase=&amp;WT.oss_rank=15&amp;WT.z_author=kwst&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/krobs.png" class=" size-full wp-image-4096 aligncenter" alt="krobs" width="590" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/krobs.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/krobs-300x150.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4096 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/krobs.png" alt="krobs" width="590" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/krobs.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/krobs-300x150.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h3><a href="http://themeforest.net/item/materialish-mobile-tablet-responsive-template/9551089?WT.oss_phrase=material+design&amp;WT.oss_rank=3&amp;WT.z_author=Enabled&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">11. Materialish | Mobile &amp; Tablet Responsive Template</a></h3><p><a href="http://themeforest.net/item/materialish-mobile-tablet-responsive-template/9551089?WT.oss_phrase=material+design&amp;WT.oss_rank=3&amp;WT.z_author=Enabled&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/materialish.jpg" class=" size-full wp-image-4097 aligncenter" alt="materialish" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/materialish.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/materialish-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4097 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/materialish.jpg" alt="materialish" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/materialish.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/materialish-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/epic-responsive-multipurpose-template/9292791?WT.oss_phrase=multipurpose&amp;WT.oss_rank=15&amp;WT.z_author=jellythemes&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow">12.  EPIC &#8211; Responsive Multipurpose Template</a></h3><p><a href="http://themeforest.net/item/epic-responsive-multipurpose-template/9292791?WT.oss_phrase=multipurpose&amp;WT.oss_rank=15&amp;WT.z_author=jellythemes&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/epic.jpg" class=" size-full wp-image-4098 aligncenter" alt="epic" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/epic.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/epic-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4098 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/epic.jpg" alt="epic" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/epic.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/epic-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/vella-premium-multipurpose-responsive-template/6535170?WT.oss_phrase=company+presentation+&amp;WT.oss_rank=11&amp;WT.z_author=zoom-arts&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">13.  Vella &#8211; Premium Multipurpose Responsive Template</a></h3><p><a href="http://themeforest.net/item/vella-premium-multipurpose-responsive-template/6535170?WT.oss_phrase=company+presentation+&amp;WT.oss_rank=11&amp;WT.z_author=zoom-arts&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/vella.png" class=" size-full wp-image-4099 aligncenter" alt="vella" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vella.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vella-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4099 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/vella.png" alt="vella" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vella.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vella-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/creativepearl-photography-responsive-template/5672602?WT.oss_phrase=responsive+wordpress+photography&amp;WT.oss_rank=29&amp;WT.z_author=WebLionMedia&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow">14.  CreativePearl &#8211; Photography Responsive Template</a></h3><p><a href="http://themeforest.net/item/creativepearl-photography-responsive-template/5672602?WT.oss_phrase=responsive+wordpress+photography&amp;WT.oss_rank=29&amp;WT.z_author=WebLionMedia&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/perl.jpg" class=" size-full wp-image-4100 aligncenter" alt="perl" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/perl.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/perl-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4100 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/perl.jpg" alt="perl" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/perl.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/perl-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/mega-shop-magento-responsive-template/6608610?WT.oss_phrase=responsive+template&amp;WT.oss_rank=53&amp;WT.z_author=TemplateMela&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">15.  Mega Shop &#8211; Magento Responsive Template</a></h3><p><a href="http://themeforest.net/item/mega-shop-magento-responsive-template/6608610?WT.oss_phrase=responsive+template&amp;WT.oss_rank=53&amp;WT.z_author=TemplateMela&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/mega.jpg" class=" size-full wp-image-4101 aligncenter" alt="mega" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/mega.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/mega-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4101 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/mega.jpg" alt="mega" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/mega.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/mega-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <h3><a href="http://themeforest.net/item/porto-admin-responsive-html5-template/8539472?WT.oss_phrase=&amp;WT.oss_rank=29&amp;WT.z_author=Okler&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">16. Porto Admin &#8211; Responsive HTML5 Template</a></h3><p><a href="http://themeforest.net/item/porto-admin-responsive-html5-template/8539472?WT.oss_phrase=&amp;WT.oss_rank=29&amp;WT.z_author=Okler&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/portp.png" class=" size-full wp-image-4102 aligncenter" alt="portp" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/portp.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/portp-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4102 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/portp.png" alt="portp" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/portp.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/portp-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/invention-responsive-html5-template/4974359?WT.oss_phrase=construction&amp;WT.oss_rank=19&amp;WT.z_author=Jozoor&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">17.  Invention &#8211; Responsive HTML5 Template</a></h3><p><a href="http://themeforest.net/item/invention-responsive-html5-template/4974359?WT.oss_phrase=construction&amp;WT.oss_rank=19&amp;WT.z_author=Jozoor&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/invention.jpg" class=" size-full wp-image-4103 aligncenter" alt="invention" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/invention.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/invention-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4103 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/invention.jpg" alt="invention" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/invention.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/invention-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/the-8-responsive-multipurpose-template/8799866?WT.oss_phrase=responsive+template&amp;WT.oss_rank=63&amp;WT.z_author=CreativeWS&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">18.  The 8 &#8211; Responsive Multipurpose Template</a></h3><p><a href="http://themeforest.net/item/the-8-responsive-multipurpose-template/8799866?WT.oss_phrase=responsive+template&amp;WT.oss_rank=63&amp;WT.z_author=CreativeWS&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/the8.png" class=" size-full wp-image-4104 aligncenter" alt="the8" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/the8.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/the8-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4104 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/the8.png" alt="the8" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/the8.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/the8-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/vienna-responsive-restaurant-template/8843576?WT.oss_phrase=catering&amp;WT.oss_rank=1&amp;WT.z_author=Pulsar_Media&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow">19. Vienna &#8211; Responsive Restaurant Template</a></h3><p><a href="http://themeforest.net/item/vienna-responsive-restaurant-template/8843576?WT.oss_phrase=catering&amp;WT.oss_rank=1&amp;WT.z_author=Pulsar_Media&amp;WT.ac=search_thumb&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/vienna.png" class=" size-full wp-image-4105 aligncenter" alt="vienna" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vienna.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vienna-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4105 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/vienna.png" alt="vienna" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/vienna.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/vienna-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p><h3><a href="http://themeforest.net/item/tucson-responsive-html5-template/6563817?WT.oss_phrase=responsive+template&amp;WT.oss_rank=84&amp;WT.z_author=Okler&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow">20.  Tucson &#8211; Responsive HTML5 Template</a></h3><p style="text-align: left;"><a href="http://themeforest.net/item/tucson-responsive-html5-template/6563817?WT.oss_phrase=responsive+template&amp;WT.oss_rank=84&amp;WT.z_author=Okler&amp;WT.ac=search_list&amp;ref=icabrera" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/tucson.png" class=" size-full wp-image-4106 aligncenter" alt="tucson" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/tucson.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/tucson-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript><img class=" size-full wp-image-4106 aligncenter" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/tucson.png" alt="tucson" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/tucson.png 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/tucson-300x153.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">2</span> Comments on "20 Premium Responsive and Mobile Website Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="q3jJI1e71d2fedf328356a874a92eb0974da278b22f4836755098af41d5640e1462d6" class="wpdiscuz-cnonce" name="cnonce" value="q3jJI1e71d2fedf328356a874a92eb0974da278b22f4836755098af41d5640e1462d6" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="MaBLt87e22254fb7cde0448f98ab0e8a9807f7a123f6aaf5d475e7323fa3902e3dcd9" class="wpdiscuz-cnonce" name="cnonce" value="MaBLt87e22254fb7cde0448f98ab0e8a9807f7a123f6aaf5d475e7323fa3902e3dcd9" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-8211_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/e3536ea49500cec7d92fc000e0f5ac19?s=48&#038;d=mm&#038;r=g" alt="itechaleart" srcset="http://2.gravatar.com/avatar/e3536ea49500cec7d92fc000e0f5ac19?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-8211" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.itechaleart.com/'' target=''_blank''>itechaleart</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html#comment-8211&quot; /&gt;" /></div><div class="wc-comment-date">February 7, 2015 9:54 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Good theme collection, specially &#8220;Progressive theme&#8221; like it.. 🙂 keep updating</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Good%20theme%20collection,%20specially%20%E2%80%9CProgressive%20theme%E2%80%9D%20like%20it..%20%F0%9F%99%82%20keep%20updatinghttp://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html#comment-8211" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8211_0"  style="clear:both"></div></div><div id="wc-comm-8125_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-8125" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.bittbox.com/all/20-free-responsive-and-mobile-website-templates'' target=''_blank''>20 Free Responsive and Mobile Website Templates - BittBox</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html#comment-8125&quot; /&gt;" /></div><div class="wc-comment-date">January 28, 2015 9:04 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text">[&#8230;] Are you worried about your user experience when someone visits your website from a Smartphone or Mobile device? Solve the problem by using HTML5 and CSS3 Responsive concept. Here we have collected the 30 best responsive web templates which are 100% FREE. This collection of web templates are not only responsive, but they will also support basic mobiles. They are free to download and free to use for any purpose without any limitations or obligations. So, download the templates, start a new website, or make your existing website responsive and mobile friendly. If you don&#8217;t find your template here check for<span id="wpdiscuz-readmore-8125_0"><span class="wpdiscuz-hellip">&hellip;&nbsp;</span><span class="wpdiscuz-readmore" title="Read more &raquo;">Read more &raquo;</span></span></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20Are%20you%20worried%20about%20your%20user%20experience%20when%20someone%20visits%20your%20website%20from%20a%20Smartphone%20or%20Mobile%20device?%20Solve%20the%20problem%20by%20using%20HTML5%20and%20CSS3%20Responsive%20concept.%20Here%20we%20have%20collected%20the%2030%20best%20responsive%20web%20templates%20which%20are%20100%%20FREE.%20This%20collection%20of%20web%20templates%20are%20not%20only%20responsive,%20but%20they%20will%20also%20support%20basic%20mobiles.%20They%20are%20free%20to%20download%20and%20free%20to%20use%20for%20any%20purpose%20without%20any%20limitations%20or%20obligations.%20So,%20download%20the%20templates,%20start%20a%20new%20website,%20or%20make%20your%20existing%20website%20responsive%20and%20mobile%20friendly.%20If%20you%20don%E2%80%99t%20find%20your%20template%20here%20check%20for%E2%80%A6%20Read%20more%20%C2%BB%20http://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html#comment-8125" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/20-premium-responsive-mobile-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8125_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '20 premium responsive mobile website templates', '', 'publish', 'closed', 'closed', '', '20-premium-responsive-mobile-website-templates', '', '', '2017-04-11 13:12:49', '2017-04-11 13:12:49', '', 0, 'http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(21, 1, '2017-04-11 13:12:50', '2017-04-11 13:12:50', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-4075" class="g post post-4075 type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress cat-1-id cat-5-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 WordPress Themes for Entertainment Websites</div> <header><h1 class="title">20 WordPress Themes for Entertainment Websites</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments"> 1 Comment</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether its a rock band theme or a wedding theme this gallery covers almost every angle of the entertainment genre.</p><h3></h3><h3>1. <a href="http://themeforest.net/item/rockit-now-music-band-wordpress-theme/3278167?ref=icabrera">Rock it Now</a></h3><p><a href="http://themeforest.net/item/rockit-now-music-band-wordpress-theme/3278167?ref=icabrera" rel="nofollow"></a></p><p><a href="http://chimpstudio.co.uk/wp-demo/rockit/">DEMO</a> &amp; <a href="http://themeforest.net/item/rockit-now-music-band-wordpress-theme/3278167?ref=icabrera">DOWNLOAD</a></p><h3>2. <a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782?ref=icabrera">Acoustic</a></h3><p><a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/full_screen_preview/3750782">DEMO</a> &amp; <a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782?ref=icabrera">DOWNLOAD</a></p><h3>3. <a href="http://themeforest.net/item/clubber-events-music-wordpress-theme/3427687?ref=icabrera">Clubber</a></h3><p><a href="http://themeforest.net/item/clubber-events-music-wordpress-theme/3427687?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/clubber-events-music-wordpress-theme/full_screen_preview/3427687">DEMO</a> &amp; <a href="http://themeforest.net/item/clubber-events-music-wordpress-theme/3427687?ref=icabrera">DOWNLOAD</a></p><h3>4. <a href="http://themeforest.net/item/rockstar-theme-for-music-bands/1722883?ref=icabrera">Rock star</a></h3><p><a href="http://themeforest.net/item/rockstar-theme-for-music-bands/1722883?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/rockstar-theme-for-music-bands/full_screen_preview/1722883">DEMO</a> &amp; <a href="http://themeforest.net/item/rockstar-theme-for-music-bands/1722883?ref=icabrera">DOWNLOAD</a></p><h3>5. <a href="http://themeforest.net/item/eventure-responsive-events-wp-theme/1529155?ref=icabrera">Eventure</a></h3><p><a href="http://themeforest.net/item/eventure-responsive-events-wp-theme/1529155?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/eventure-responsive-events-wp-theme/full_screen_preview/1529155">DEMO</a> &amp; <a href="http://themeforest.net/item/eventure-responsive-events-wp-theme/1529155?ref=icabrera">DOWNLOAD</a></p><h3>6. <a href="http://themeforest.net/item/replay-responsive-music-wordpress-theme/3172436?ref=icabrera">Replay</a></h3><p><a href="http://themeforest.net/item/replay-responsive-music-wordpress-theme/3172436?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/replay-responsive-music-wordpress-theme/full_screen_preview/3172436">DEMO</a> &amp; <a href="http://themeforest.net/item/replay-responsive-music-wordpress-theme/3172436?ref=icabrera">DOWNLOAD</a></p><h3>7. <a href="http://themeforest.net/item/bonjour-cafe-restaurant-wordpress-theme/3205638?ref=icabrera">Bonjour</a></h3><p><a href="http://themeforest.net/item/bonjour-cafe-restaurant-wordpress-theme/3205638?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/bonjour-cafe-restaurant-wordpress-theme/full_screen_preview/3205638">DEMO</a> &amp; <a href="http://themeforest.net/item/bonjour-cafe-restaurant-wordpress-theme/3205638?ref=icabrera">DOWNLOAD</a></p><h3>8. <a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/339458?ref=icabrera">Bordeaux</a></h3><p><a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/339458?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/full_screen_preview/339458">DEMO</a> &amp; <a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/339458?ref=icabrera">DOWNLOAD</a></p><h3>9. <a href="http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/461906?ref=icabrera" rel="nofollow">Feast</a></h3><p><a href="http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/461906?ref=icabrera" rel="nofollow"></a></p><p><a href="http://try.cro.ma/feast/">DEMO</a> &amp; <a href="http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/461906?ref=icabrera">DOWNLOAD</a></p><h3>10. <a href="http://themeforest.net/item/victoria-premium-restaurant-wordpress-theme/1058727?ref=icabrera" rel="nofollow">Victoria</a></h3><p><a href="http://themeforest.net/item/victoria-premium-restaurant-wordpress-theme/1058727?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/victoria-premium-restaurant-wordpress-theme/1058727?ref=icabrera">DEMO</a> &amp; <a href="http://themeforest.net/item/victoria-premium-restaurant-wordpress-theme/1058727?ref=icabrera">DOWNLOAD</a></p><h3>11. <a href="http://themeforest.net/item/stomaci-restaurant-cafe-wordpress-theme/2024485?ref=icabrera" rel="nofollow">Stomaci</a></h3><p><a href="http://themeforest.net/item/stomaci-restaurant-cafe-wordpress-theme/2024485?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/stomaci-restaurant-cafe-wordpress-theme/full_screen_preview/2024485">DEMO</a> &amp; <a href="http://themeforest.net/item/stomaci-restaurant-cafe-wordpress-theme/2024485?ref=icabrera">DOWNLOAD</a></p><h3>12. <a href="http://themeforest.net/item/wpshow-/53734?ref=icabrera">WP Show</a></h3><p><a href="http://themeforest.net/item/wpshow-/53734?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/wpshow-/53734?ref=icabrera">DEMO</a> &amp; <a href="http://themeforest.net/item/wpshow-/53734?ref=icabrera">DOWNLOAD</a></p><h3>13. <a href="http://themeforest.net/item/white-rock-restaurant-winery-theme/3317744?ref=icabrera" rel="nofollow">White Rock</a></h3><h3><a href="http://themeforest.net/item/white-rock-restaurant-winery-theme/3317744?ref=icabrera" rel="nofollow"></a></h3><p>&nbsp;</p><p><a href="http://themeforest.net/item/white-rock-restaurant-winery-theme/full_screen_preview/3317744">DEMO</a> &amp; <a href="http://themeforest.net/item/white-rock-restaurant-winery-theme/3317744?ref=icabrera">DOWNLOAD</a></p><h3>14. <a href="http://themeforest.net/item/redminton-restaurant-wordpress-theme/163140?ref=icabrera">Red Minton</a></h3><p><a href="http://themeforest.net/item/redminton-restaurant-wordpress-theme/163140?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/redminton-restaurant-wordpress-theme/full_screen_preview/163140">DEMO</a> &amp; <a href="http://themeforest.net/item/redminton-restaurant-wordpress-theme/163140?ref=icabrera">DOWNLOAD</a></p><h3>15. <a href="http://themeforest.net/item/ermark-adora-wordpress/152713?ref=icabrera">Ermark Adora WordPress</a></h3><p><a href="http://themeforest.net/item/ermark-adora-wordpress/152713?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/ermark-adora-wordpress/full_screen_preview/152713">DEMO</a> &amp; <a href="http://themeforest.net/item/ermark-adora-wordpress/152713?ref=icabrera">DOWNLOAD</a></p><h3>16. <a href="http://themeforest.net/item/gusteau-restaurant-wordpress-theme/409126?ref=icabrera">Gusteau</a></h3><p><a href="http://themeforest.net/item/gusteau-restaurant-wordpress-theme/409126?ref=icabrera" rel="nofollow"></a></p><p><a href="http://demo.grandpixels.com/?theme=gusteau">DEMO</a> &amp; <a href="http://themeforest.net/item/gusteau-restaurant-wordpress-theme/409126?ref=icabrera">DOWNLOAD</a></p><h3>17. <a href="http://themeforest.net/item/sound-rock-music-band-wordpress-theme/3447046?ref=icabrera">Sound Rock</a></h3><p><a href="http://themeforest.net/item/sound-rock-music-band-wordpress-theme/3447046?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/sound-rock-music-band-wordpress-theme/full_screen_preview/3447046">DEMO</a> &amp; <a href="http://themeforest.net/item/sound-rock-music-band-wordpress-theme/3447046?ref=icabrera">DOWNLOAD</a></p><h3>18. <a href="http://themeforest.net/item/gameleon-wordpress-arcade-theme/3271091?ref=icabrera">Game Leon</a></h3><p><a href="http://themeforest.net/item/gameleon-wordpress-arcade-theme/3271091?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/gameleon-wordpress-arcade-theme/full_screen_preview/3271091">DEMO</a> &amp; <a href="http://themeforest.net/item/gameleon-wordpress-arcade-theme/3271091?ref=icabrera">DOWNLOAD</a></p><h3>19. <a href="http://themeforest.net/item/music-musicians-theme-facebook-app/1541383?ref=icabrera">Music</a></h3><p><a href="http://themeforest.net/item/music-musicians-theme-facebook-app/1541383?ref=icabrera" rel="nofollow"></a></p><p><a href="http://try.cro.ma/music/">DEMO</a> &amp; <a href="http://themeforest.net/item/music-musicians-theme-facebook-app/1541383?ref=icabrera">DOWNLOAD</a></p><h3>20. <a href="http://themeforest.net/item/marriage-responsive-wedding-wordpress-theme/2425068?ref=icabrera">Marriage</a></h3><p><a href="http://themeforest.net/item/marriage-responsive-wedding-wordpress-theme/2425068?ref=icabrera" rel="nofollow"></a></p><p><a href="http://themeforest.net/item/marriage-responsive-wedding-wordpress-theme/full_screen_preview/2425068">DEMO</a> &amp; <a href="http://themeforest.net/item/marriage-responsive-wedding-wordpress-theme/2425068?ref=icabrera">DOWNLOAD</a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-4326" data-post-type="none" ><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_title">35+ Free Responsive WordPress Themes for 2015</a></li><li data-position="1" data-poid="in-27" data-post-type="none" ><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" class="wp_rp_thumbnail"><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-150x150.jpg" alt="20 Best Free WordPress Magazine Themes" width="150" height="150" /></a><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" class="wp_rp_title">20 Best Free WordPress Magazine Themes</a></li><li data-position="2" data-poid="in-3268" data-post-type="none" ><a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" class="wp_rp_title">15+ Best WordPress Landing Page Themes</a></li><li data-position="3" data-poid="in-1630" data-post-type="none" ><a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" class="wp_rp_title">25 Best Free WordPress Photography Themes</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/20-wordpress-themes-entertainment-websites.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme.jpg&amp;description=20%20WordPress%20Themes%20for%20Entertainment%20Websites" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "20 WordPress Themes for Entertainment Websites"</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-4075_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-4075_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Join the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-4075_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-4075_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-4075_0"\nclass="wc_email wc_field_input email"\nname="wc_email" required="required" value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-4075_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-4075_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-4075_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-4075_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-4075_0">None</label> <br/> <input id="wc_notification_new_reply-4075_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-4075_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-4075_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-4075_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-4075_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-4075_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-4075_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-4075_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-4075_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="4075"\nid="wc_comment_post_ID-4075_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-4075_0"/></form></div><hr/><div class="wc-thread-wrapper"><div id="wc-comm-4075_9358" class="wc-comment wc-blog-guest  wc_comment_level-1"><div class="wc-comment-left"><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-9358" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Kira</div><div class="wc-comment-date">4 months 11 days ago</div><div style="clear:both"></div></div><div class="wc-comment-text"><p>Game Leaon, Sound Rock, Music WordPress themes are really amazing and cool. Such themes will definitely give an appealing look to related websites. Even, users may also design such kind of themes using a template-toaster. It is a web designing software that helps to design fully responsive bootstrap enabled themes in a lesser time without any hassle. It can be a beneficial web designing tool for the users.</p></div><div class="wc-comment-footer"><div id="vote-count-4075_9358" class="wc-vote-result">0</div> <span id="wc-up-4075_9358" class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"></span> &nbsp;|&nbsp; <span id="wc-down-4075_9358" class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"></span>&nbsp;&nbsp;&nbsp;<span id="wc-comm-reply-4075_9358" class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span id="wc-comm-share-4075_9358" class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span id="share_buttons_box-4075_9358" class="share_buttons_box"><a target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"></a>&nbsp;&nbsp;<a target="_blank" href="https://twitter.com/home?status=Game%20Leaon,%20Sound%20Rock,%20Music%20WordPress%20themes%20are%20really%20amazing%20and%20cool.%20Such%20themes%20will%20definitely%20give%20an%20appealing%20look%20to%20related%20websites.%20Even,%20users%20may%20also%20design%20such%20kind%20of%20themes%20using%20a%20template-toaster.%20It%20is%20a%20web%20designing%20software%20that%20helps%20to%20design%20fully%20responsive%20bootstrap%20enabled%20themes%20in%20a%20lesser%20time%20without%20any%20hassle.%20It%20can%20be%20a%20beneficial%20web%20designing%20tool%20for%20the%20users.http://www.thedesignpixel.com/20-wordpress-themes-entertainment-websites.html#comment-9358" title="Share On Twitter"></a>&nbsp;&nbsp;<a target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/20-wordpress-themes-entertainment-websites.html" title="Share On Google"></a>&nbsp;&nbsp;<a target="_blank" href="http://vk.com/share.php?url=http://www.thedesignpixel.com/20-wordpress-themes-entertainment-websites.html" title="Share On VKontakte"></a>&nbsp;&nbsp;<a target="_blank" href="http://www.odnoklassniki.ru/dk?st.cmd=addShare&amp;st.s=1&amp;st._surl=http://www.thedesignpixel.com/20-wordpress-themes-entertainment-websites.html" title="Share On Odnoklassniki"></a>&nbsp;&nbsp;</span></div></div><div style="clear:both"></div><div class="wc-form-wrapper wc-secondary-forms-wrapper" id="wc-secondary-forms-wrapper-4075_9358"><div class="wc-secondary-forms-social-content" id="wc-secondary-forms-social-content-4075_9358"></div><form action="" method="post" id="wc_comm_form-4075_9358" class="wc_comm_form wc_secondary_form"><div class="wc-field-comment"><div class="wc-field-avatararea"><img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wc-field-textarea wpdiscuz-item" ><textarea  id="wc_comment-4075_9358" class="wc_comment wc_field_input" name="wc_comment" required="required" placeholder="Join the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-4075_9358" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input id="wc_name-4075_9358" name="wc_name" class="wc_name wc_field_input" required="required" value="" type="text" placeholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input id="wc_email-4075_9358" class="wc_email wc_field_input email" name="wc_email" required="required" value="" type="email" placeholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><input id="wc_captcha-4075_9358" class="wc_field_input wc_field_captcha" name="wc_captcha" required="required" value="" type="text" maxlength="5" /><span class="wc-label wc-captcha-label"></span><span class="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"><input type="button" name="submit" value="Post Comment" id="wc_comm-4075_9358" class="wc_comm_submit button alt"/></div><div style="clear:both"></div><span class="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div class="wc_notification_checkboxes" ><input id="wc_notification_none-4075_9358" class="wc_notification_none" checked="checked" value="wc_notification_none" type="radio" name="wc_comment_reply_notification-4075_9358"/> <label class="wc-notification-none" for="wc_notification_none-4075_9358">None</label><br /><input class="wc-label-reply-notify wc_notification_new_reply" id="wc_notification_new_reply-4075_9358" value="wc_notification_new_reply" type="radio" name="wc_comment_reply_notification-4075_9358"/> <label class="wc-label-comment-notify" for="wc_notification_new_reply-4075_9358">Notify of new replies to this comment</label><br /><input id="wc_notification_all_new_reply-4075_9358" class="wc_notification_all_new_reply" value="wc_notification_all_new_reply" type="radio" name="wc_comment_reply_notification-4075_9358"/> <label class="wc-label-all-reply-notify" for="wc_notification_all_new_reply-4075_9358">Notify of new replies to all my comments</label><br /><input class="wc-label-comment-notify wc_notification_new_comment" id="wc_notification_new_comment-4075_9358"  value="wc_notification_new_comment" type="radio" name="wc_comment_reply_notification-4075_9358"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-4075_9358">Notify of all new follow-up comments</label></div></div></div><input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url-4075_9358" /><input type="hidden" name="wc_comment_post_ID" value="4075" id="wc_comment_post_ID-4075_9358" /><input type="hidden" name="wc_comment_parent" value="9358" id="wc_comment_parent-4075_9358" /></form></div></div><!-- #comment-## --></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="1"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="9358"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="9358" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="1" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="9358"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="9358"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="4075" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_text" class="widget widget-sidebar"><h3>The Best Templates For Your Site</h3><div class="textwidget"><div id="mts-4433417e-c363-4407-9219-d8df9d3d95c1"></div></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li > <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li > <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', '20 wordpress themes entertainment websites', '', 'publish', 'closed', 'closed', '', '20-wordpress-themes-entertainment-websites', '', '', '2017-04-11 13:12:50', '2017-04-11 13:12:50', '', 0, 'http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(22, 1, '2017-04-11 13:12:53', '2017-04-11 13:12:53', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Stylish WordPress Themes With Pretty Backgrounds</div><div class="single-content"><article class="post-4280 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4280" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">30 Stylish WordPress Themes With Pretty Backgrounds</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><h1>30 Stylish WordPress Themes With Pretty Backgrounds</h1><div><p>There are many ways to make your WordPress website look more beautiful, and one of such ways is to choose a theme with pretty backgrounds. There are a large number of stylish WordPress themes available for you to download, and you can pick any design you like. While choosing your theme, try focusing on the main goal your website has to achieve, as well as the type of content you want to showcase. As design is only a means for your site to present its content. That can be a tricky task, but we have selected some of the latest most stylish WordPress thems to make it a bit easier. Take your time and examine each of them more closely. Each theme has its own flavor to it; one theme can be more focused on typography, another one on a bright and lively color-scheme. There are also themes with light and dark backgrounds that highlight your content in the most creative and professional manner.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>But apart from design, functionality also plays a huge role on your website. Responsive design, for example, is something that every modern website should have. And not only because it is a great relief for your visitors to browser your site on mobile devices and tablets. From now on, if you want your site to rank well on Google search engine results, your site must be responsive. Luckily enough, all of these WordPress themes with pretty backgrounds are fully responsive and look beautifully across any smartphone and tablet you have in mind. Although, if you take a theme right out of the box, it looks beautiful enough, you may want to customize it and make it look according to your brand. It may be some simple changes, such as the change of a logo or a background image. It may be also something more complex, where you would want to change typefaces or rearrange the layout. But the good news is, no matter what alterations you have in mind, most of them can be implemented without touching any code. The themes are built on WordPress Cherry Framework, which provides you with a huge set of options you can tweak to make your theme look exactly as you want.</p><p>The themes also have some nice design elements that when put together create a very appealing design of your site. Some of such elements are ghost buttons, pretty social media icons, lazy load and parallax scrolling effects, jQuery animations, etc. Moreover, each theme comes with a free PSD file that contains all the designs of your website pages. Don&#8217;t hesitate to view demo of each design you like, and see its features in detail. Picking a WordPress theme may feel intimidating, but with this collection it becomes an easy task.</p><div style="text-align: center;"><h2>Design Agency WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53677.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53677-wp-b.jpg" alt=" Web Design WordPress Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53677-wp-b.jpg" alt=" Web Design WordPress Template " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53677.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53677.html?aff=designpixel">Demo</a></strong></p><h2>University Degree WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53676.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b.jpg" alt=" Education WP Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b.jpg" alt=" Education WP Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53676.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53676.html?aff=designpixel">Demo</a></strong></p><h2>Photos &amp; Videos WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53659.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53659-wp-b.jpg" alt=" Videographer WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53659-wp-b.jpg" alt=" Videographer WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53659.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53659.html?aff=designpixel">Demo</a></strong></p><h2>Creative Construction WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53372.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53372-wp-b.jpg" alt=" Architecture Studio WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53372-wp-b.jpg" alt=" Architecture Studio WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53372.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53372.html?aff=designpixel">Demo</a></strong></p><h2>Your Favorite Bookstore WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53486.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53486-wp-b.jpg" alt=" Books Reviews WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53486-wp-b.jpg" alt=" Books Reviews WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53486.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53486.html?aff=designpixel">Demo</a></strong></p><h2>Design Professionals WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53491.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53491-wp-b.jpg" alt=" Design Studio Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53491-wp-b.jpg" alt=" Design Studio Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53491.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53491.html?aff=designpixel">Demo</a></strong></p><h2>Exterior Decorations WordPress Theme</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53598.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53598-wp-b.jpg" alt=" Exterior Design WordPress Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53598-wp-b.jpg" alt=" Exterior Design WordPress Template " /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://store.templatemonster.com/wordpress-themes/53598.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53598.html?aff=designpixel">Demo</a></strong></p><h2>Fashion Photographer WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53435.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53435-wp-b.jpg" alt=" Fashion Blog WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53435-wp-b.jpg" alt=" Fashion Blog WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53435.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53435.html?aff=designpixel">Demo</a></strong></p><h2>Creative Business WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53492.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53492-wp-b.jpg" alt=" Web Design WP Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53492-wp-b.jpg" alt=" Web Design WP Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53492.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53492.html?aff=designpixel">Demo</a></strong></p><h2>Tasty Dishes WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53436.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53436-wp-b.jpg" alt=" Restaurant Management Company WP Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53436-wp-b.jpg" alt=" Restaurant Management Company WP Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53436.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53436.html?aff=designpixel">Demo</a></strong></p><h2>Trip of Your Dream WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53493.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53493-wp-b.jpg" alt=" Travel Agency Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53493-wp-b.jpg" alt=" Travel Agency Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53493.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53493.html?aff=designpixel">Demo</a></strong></p><h2>Perfect Lines WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53370.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53370-wp-b.jpg" alt=" Architectural WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53370-wp-b.jpg" alt=" Architectural WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53370.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53370.html?aff=designpixel">Demo</a></strong></p><h2>Spa Relaxation Salon WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53369.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53369-wp-b.jpg" alt=" Massage Salon Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53369-wp-b.jpg" alt=" Massage Salon Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53369.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53369.html?aff=designpixel">Demo</a></strong></p><h2>Business Strategies Coaching WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53366.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53366-wp-b.jpg" alt=" Business Centre WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53366-wp-b.jpg" alt=" Business Centre WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53366.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53366.html?aff=designpixel">Demo</a></strong></p><h2>Healthy Life WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53296.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53296-wp-b.jpg" alt=" Healthcare Professionals WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53296-wp-b.jpg" alt=" Healthcare Professionals WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53296.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53296.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h2>Amazing Architecture Projects WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53384.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53384-wp-b.jpg" alt=" Architecture WP Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53384-wp-b.jpg" alt=" Architecture WP Template " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53384.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53384.html?aff=designpixel">Demo</a></strong></p><h2>Party Evenings WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53593.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53593-wp-b.jpg" alt=" Night Club WordPress Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53593-wp-b.jpg" alt=" Night Club WordPress Template " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53593.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53593.html?aff=designpixel">Demo</a></strong></p><h2>Restaurant Deluxe WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53589.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53589-wp-b.jpg" alt=" European Restaurant WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53589-wp-b.jpg" alt=" European Restaurant WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53589.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53589.html?aff=designpixel">Demo</a></strong></p><h2>Around the World WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53489.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53489-wp-b.jpg" alt=" Travel Guide WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53489-wp-b.jpg" alt=" Travel Guide WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53489.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53489.html?aff=designpixel">Demo</a></strong></p><h2>Christian Church WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53387.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53387-wp-b.jpg" alt=" Religious WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53387-wp-b.jpg" alt=" Religious WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53387.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53387.html?aff=designpixel">Demo</a></strong></p><h2>Smart Transportations WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53388.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53388-wp-b.jpg" alt=" Logistics WP Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53388-wp-b.jpg" alt=" Logistics WP Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53388.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53388.html?aff=designpixel">Demo</a></strong></p><h2>Politic Leaders WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53382.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53382-wp-b.jpg" alt=" Politics WordPress Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53382-wp-b.jpg" alt=" Politics WordPress Template " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53382.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53382.html?aff=designpixel">Demo</a></strong></p><h2>Fashion Models WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53374.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53374-wp-b.jpg" alt=" Fashion WordPress Template "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53374-wp-b.jpg" alt=" Fashion WordPress Template " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53374.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53374.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <h2>Tasty Food WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53303.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53303-wp-b.jpg" alt=" Food Store Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53303-wp-b.jpg" alt=" Food Store Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53303.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53303.html?aff=designpixel">Demo</a></strong></p><h2>Fast &amp; Reliable Hosting WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53367.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53367-wp-b.jpg" alt=" Hosting Provider WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53367-wp-b.jpg" alt=" Hosting Provider WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53367.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53367.html?aff=designpixel">Demo</a></strong></p><h2>Creative Solutions WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53321.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53321-wp-b.jpg" alt=" Business Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53321-wp-b.jpg" alt=" Business Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53321.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53321.html?aff=designpixel">Demo</a></strong></p><h2>Magic Tricks WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53433.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53433-wp-b.jpg" alt=" Entertainmnet Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53433-wp-b.jpg" alt=" Entertainmnet Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53433.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53433.html?aff=designpixel">Demo</a></strong></p><h2>Sport Fans WordPress Site</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53595.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53595-wp-b.jpg" alt=" Boxing Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53595-wp-b.jpg" alt=" Boxing Responsive WordPress Theme" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53595.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53595.html?aff=designpixel">Demo</a></strong></p><h2>Dance Party WordPress Template</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53257.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53257-wp-b.jpg" alt=" Night Club WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53257-wp-b.jpg" alt=" Night Club WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53257.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53257.html?aff=designpixel">Demo</a></strong></p><h2>Fashion Design Agency WordPress Website</h2><p><a href="http://store.templatemonster.com/wordpress-themes/53263.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53263-wp-b.jpg" alt=" Fashion WordPress Theme "><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53263-wp-b.jpg" alt=" Fashion WordPress Theme " /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/53263.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/53263.html?aff=designpixel">Demo</a></strong></p></div></div><p>&nbsp;</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="GtlDb504c3ba648de107fa8c1c8f8c44824377431390d4e74dee9c74e6c9f8ff1635a" class="wpdiscuz-cnonce" name="cnonce" value="GtlDb504c3ba648de107fa8c1c8f8c44824377431390d4e74dee9c74e6c9f8ff1635a" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="MVKaaa73425e4514790462d4d405d5c5da0769208729aa3acc3f45f18641ce8d5d308" class="wpdiscuz-cnonce" name="cnonce" value="MVKaaa73425e4514790462d4d405d5c5da0769208729aa3acc3f45f18641ce8d5d308" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '30 stylish wordpress themes with pretty backgrounds', '', 'publish', 'closed', 'closed', '', '30-stylish-wordpress-themes-with-pretty-backgrounds', '', '', '2017-04-11 13:12:53', '2017-04-11 13:12:53', '', 0, 'http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(23, 1, '2017-04-11 13:12:59', '2017-04-11 13:12:59', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Free Responsive WordPress Themes for 2015</div><div class="single-content"><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">35+ Free Responsive WordPress Themes for 2015</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>One of the best ways to market your product online is to have a cool and responsive website. The main question here is: how much time and money you want to spend to get a responsive website for your business?</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Of course, you already have to handle a lot of different tasks simultaneously, like managing the staff for your business, having a sufficient stock of your products and many other tasks. And if you are just starting out, chances are you don&#8217;t want to spend a lot of money just to design a website. If this is true for you, then you will probably find our free responsive WordPress themes very useful.</p><p><strong>35+ Free Responsive WordPress Themes for 2015</strong></p><p><strong>Ample Multipurpose Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Ample-Multipurpose-Theme.jpg" class="aligncenter wp-image-4327 size-full" alt="Ample Multipurpose Theme" width="590" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Ample-Multipurpose-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Ample-Multipurpose-Theme-300x175.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.themegrill.com/ample/">Demo</a> | <a href="https://wordpress.org/themes/ample/">Download</a></strong></p><p><strong>i – excel</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/i-excel.jpg" class="aligncenter wp-image-4328 size-full" alt="i – excel" width="590" height="500"><noscript></noscript></a></p><p><strong><a href="http://www.templatesnext.org/icreate/">Demo</a> | <a href="https://wordpress.org/themes/i-excel/">Download</a></strong></p><p><strong>Maskitto Light</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Maskitto-Light.jpg" class="aligncenter size-full wp-image-4329" alt="Maskitto Light" width="590" height="550" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Maskitto-Light.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Maskitto-Light-300x280.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.shufflehound.com/maskitto-light/">Demo</a> | <a href="https://wordpress.org/themes/maskitto-light/">Download</a></strong></p><p><strong>Simp – Free Agency WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Simp-Free-Agency-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4330" alt="Simp – Free Agency WordPress Theme" width="590" height="295"><noscript></noscript></a></p><p><strong><a href="http://www.themeraid.com/themes/simp/">Demo</a> | <a href="http://www.themeraid.com/themes/simp-agency-psd-tmplate-v1-0/">Download</a></strong></p><p><strong>Gridsby</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Gridsby.jpg" class="aligncenter size-full wp-image-4331" alt="Gridsby" width="590" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Gridsby.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Gridsby-300x204.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://modernthemes.net/demo/gridsbywp/">Demo</a> | <a href="https://wordpress.org/themes/gridsby/">Download</a></strong></p><p><strong>Lovecraft</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lovecraft.jpg" class="aligncenter size-full wp-image-4332" alt="Lovecraft" width="590" height="547" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lovecraft.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Lovecraft-300x278.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://www.andersnoren.se/themes/lovecraft/">Demo</a> | <a href="https://wordpress.org/themes/lovecraft/">Download</a></strong></p><p><strong>Radcliffe</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Radcliffe.jpg" class="aligncenter size-full wp-image-4333" alt="Radcliffe" width="590" height="674" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Radcliffe.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Radcliffe-263x300.jpg 263w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://www.andersnoren.se/themes/radcliffe/">Demo</a> | <a href="http://wordpress.org/themes/radcliffe">Download</a></strong></p><p><strong>HarmonUX Core</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/HarmonUX-Core.jpg" class="aligncenter size-full wp-image-4334" alt="HarmonUX Core" width="590" height="385" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/HarmonUX-Core.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/HarmonUX-Core-300x196.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://netbiel.pl/harmonux-core/">Demo</a> | <a href="https://wordpress.org/themes/harmonux-core">Download</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong>Accelerate – Multipurpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Accelerate-Multipurpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4335" alt="Accelerate – Multipurpose WordPress Theme" width="590" height="596"><noscript></noscript></a></p><p><strong><a href="http://demo.themegrill.com/accelerate/">Demo</a> |<a href="http://wordpress.org/themes/accelerate">Download</a></strong></p><p><strong>Verbo – Blog, Business WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Verbo-Blog-Business-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4336" alt="Verbo – Blog, Business WordPress Theme" width="581" height="395"><noscript></noscript></a></p><p><strong><a href="http://test.mythem.es/verbo-wordpress/">Demo</a>| <a href="http://mythem.es/item/verbo-free-wordpress-themes/">Download</a></strong></p><p><strong>Realty</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty.jpg" class="aligncenter size-full wp-image-4337" alt="Realty" width="500" height="502" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty.jpg 500w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Realty-65x65.jpg 65w" sizes="(max-width: 500px) 100vw, 500px"><noscript></noscript></a></p><p><strong><a href="http://realty.fearlessflyer.com/">Demo</a>| <a href="http://fearlessflyer.com/themes/realty/">Download</a></strong></p><p><strong>Serene</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Serene.jpg" class="aligncenter size-full wp-image-4338" alt="Serene" width="500" height="751" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Serene.jpg 500w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Serene-200x300.jpg 200w" sizes="(max-width: 500px) 100vw, 500px"><noscript></noscript></a></p><p><strong><a href="http://elegantthemes.com/preview/Serene/">Demo</a>| <a href="http://www.elegantthemes.com/blog/theme-additions/serene-free-wordpress-theme-with-post-formats">Download</a></strong></p><p><strong>Magnifique</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Magnifique.jpg" class="aligncenter size-full wp-image-4339" alt="Magnifique" width="500" height="760" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Magnifique.jpg 500w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Magnifique-197x300.jpg 197w" sizes="(max-width: 500px) 100vw, 500px"><noscript></noscript></a></p><p><strong><a href="http://www.cssigniter.com/preview/magnifique/">Demo</a>| <a href="http://www.cssigniter.com/ignite/themes/magnifique/">Download</a></strong></p><p><strong>GavernWP</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/GavernWP.jpg" class="aligncenter size-full wp-image-4340" alt="GavernWP" width="500" height="609" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/GavernWP.jpg 500w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/GavernWP-246x300.jpg 246w" sizes="(max-width: 500px) 100vw, 500px"><noscript></noscript></a></p><p><strong><a href="http://demo.gavick.com/wordpress/meetgavernwp/">Demo</a>| <a href="http://www.gavick.com/wordpress-themes/meet-gavernwp,97.html">Download</a></strong></p><p><strong>Recepter</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Recepter.jpg" class="aligncenter size-full wp-image-4341" alt="Recepter" width="590" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Recepter.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Recepter-300x229.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://themedemos.webmandesign.eu/receptar/">Demo</a> | <a href="https://wordpress.org/themes/receptar/">Download</a></strong></p><p><strong>BLDR – Multipurpose WordPress theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/BLDR.jpg" class="aligncenter size-full wp-image-4342" alt="BLDR" width="590" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/BLDR.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/BLDR-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/BLDR-375x200.jpg 375w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="https://modernthemes.net/demo/bldr/">Demo</a> | <a href="https://wordpress.org/themes/bldr/">Download</a></strong></p><p><strong>Responsive Brix</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Responsive-brix.jpg" class="aligncenter size-full wp-image-4343" alt="Responsive brix" width="590" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Responsive-brix.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Responsive-brix-300x203.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.wphoot.com/responsive-brix">Demo</a> | <a href="https://wordpress.org/themes/responsive-brix/">Download</a></strong></p><p><strong>Free WordPress Theme – Elegant</strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Free-WordPress-Theme-Elegant.jpg" class="aligncenter size-full wp-image-4344" alt="Free WordPress Theme – Elegant" width="590" height="300"><noscript></noscript></a></p><p><strong><a href="http://wpexplorer-demos.com/elegant/">Demo</a>| <a href="https://dl.dropboxusercontent.com/u/74113979/wordpress/wpex-elegant.zip">Download</a></strong></p><p><strong>Corporate the Best WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Corporate-the-Best-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4345" alt="Corporate the Best WordPress Theme" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Corporate-the-Best-WordPress-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Corporate-the-Best-WordPress-Theme-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://wpexplorer-demos.com/corporate/">Demo</a>| <a href="https://dl.dropboxusercontent.com/u/74113979/wordpress/wpex-corporate.zip">Download</a></strong></p><p><strong>Minimal Magazine</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Minimal-Magazine.jpg" class="aligncenter size-full wp-image-4346" alt="Minimal Magazine" width="590" height="733" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Minimal-Magazine.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Minimal-Magazine-241x300.jpg 241w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://www.gavick.com/demo/wordpress/magazine/">Demo</a>| <a href="http://www.gavick.com/wordpress-themes/magazine,114.html">Download</a></strong></p><p><strong>Flat Personal WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Flat-Personal-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4347" alt="Flat Personal WordPress Theme" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Flat-Personal-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Flat-Personal-WordPress-Theme-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Flat-Personal-WordPress-Theme-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://themeisle.com/demo/?theme=Flat">Demo</a>| <a href="http://themeisle.com/themes/flat/">Download</a></strong></p><p><strong>StanleyWP</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/StanleyWP.jpg" class="aligncenter size-full wp-image-4348" alt="StanleyWP" width="590" height="576" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/StanleyWP.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/StanleyWP-300x293.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://gentsthemes.com/demo/stanleywp/">Demo</a>| <a href="https://dl.dropboxusercontent.com/u/74113979/wordpress/StanleyWP-Package.zip">Download</a></strong></p><p><strong>Hueman – Inspire and Empower by AlxMedia</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hueman-Inspire-and-Empower-by-AlxMedia.jpg" class="aligncenter size-full wp-image-4349" alt="Hueman – Inspire and Empower by AlxMedia" width="590" height="544"><noscript></noscript></a></p><p><strong><a href="http://demo.alxmedia.se/hueman">Demo</a>| <a href="http://wordpress.org/themes/hueman">Download</a></strong></p><p><strong>Hexa WordPress</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hexa-WordPress.jpg" class="aligncenter size-full wp-image-4350" alt="Hexa WordPress" width="590" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hexa-WordPress.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hexa-WordPress-296x300.jpg 296w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hexa-WordPress-65x65.jpg 65w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://hexademo.wordpress.com/">Demo</a>| <a href="https://wordpress.org/themes/hex">Download</a></strong></p><p><strong>Bearded eCommerce WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Bearded-eCommerce-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4351" alt="Bearded eCommerce WordPress Theme" width="590" height="611" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Bearded-eCommerce-WordPress-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Bearded-eCommerce-WordPress-Theme-290x300.jpg 290w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://themes.bonfirelab.com/bearded/">Demo</a>| <a href="http://designscrazed.org/bearded-ecommerce-wordpress-theme/">Download</a></strong></p><p><strong>DW Timeline</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Timeline.jpg" class="aligncenter size-full wp-image-4352" alt="DW Timeline" width="590" height="1294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Timeline.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Timeline-137x300.jpg 137w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Timeline-467x1024.jpg 467w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.designwall.com/dw-timeline">Demo</a>| <a href="http://wordpress.org/themes/dw-timeline">Download</a></strong></p><p><strong>DW Minion</strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Minion.jpg" class="aligncenter size-full wp-image-4353" alt="DW Minion" width="590" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Minion.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/DW-Minion-300x170.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.designwall.com/dw-minion">Demo</a>| <a href="http://wordpress.org/themes/dw-minion">Download</a></strong></p><p><strong>Hemingway WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hemingway-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4354" alt="Hemingway WordPress Theme" width="590" height="658" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hemingway-WordPress-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Hemingway-WordPress-Theme-269x300.jpg 269w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://andersnoren.se/themes/hemingway/">Demo</a>| <a href="http://wordpress.org/themes/hemingway">Download</a></strong></p><p><strong>Arcade Basic</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic.jpg" class="aligncenter size-full wp-image-4355" alt="Arcade Basic" width="590" height="606" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-292x300.jpg 292w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demos.bavotasan.com/arcade/">Demo</a>| <a href="http://wordpress.org/themes/arcade-basic">Download</a></strong></p><p><strong>Accesspress Lite</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Accesspress-Lite.jpg" class="aligncenter size-full wp-image-4356" alt="Accesspress Lite" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Accesspress-Lite.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Accesspress-Lite-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://wordpresssuperexpress.com/accesspresslite/demo/">Demo</a>| <a href="http://wordpress.org/themes/accesspress-lite">Download</a></strong></p><p><strong>Dream home WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dreamhome-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4357" alt="Dreamhome WordPress Theme" width="590" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dreamhome-WordPress-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Dreamhome-WordPress-Theme-300x153.jpg 300w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://demo.crocoblock.com/free-themes/dream_home/">Demo</a>| <a href="https://dl.dropboxusercontent.com/u/74113979/wordpress/theme043_free.zip">Download</a></strong></p><p><strong>Clean Retina Ready WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Clean-Retina-Ready-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4358" alt="Clean Retina Ready WordPress Theme" width="590" height="698" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Clean-Retina-Ready-WordPress-Theme.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Clean-Retina-Ready-WordPress-Theme-254x300.jpg 254w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://themehorse.com/preview/interface/">Demo</a>| <a href="https://wordpress.org/themes/interface">Source</a></strong></p><p><strong>Sorbet</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Sorbet.jpg" class="aligncenter size-full wp-image-4359" alt="Sorbet" width="590" height="1149" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Sorbet.jpg 590w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Sorbet-154x300.jpg 154w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Sorbet-526x1024.jpg 526w" sizes="(max-width: 590px) 100vw, 590px"><noscript></noscript></a></p><p><strong><a href="http://sorbetdemo.wordpress.com/">Demo</a>| <a href="http://wordpress.org/themes/sorbet">Download</a></strong></p><p><strong>WallPress</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/WallPress.jpg" class="aligncenter size-full wp-image-4360" alt="WallPress" width="620" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/WallPress.jpg 620w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/WallPress-300x170.jpg 300w" sizes="(max-width: 620px) 100vw, 620px"><noscript></noscript></a></p><p><strong><a href="http://demo.designwall.com/#wallpress">Demo</a>| <a href="http://www.designwall.com/wordpress/themes/wallpress/">Download</a></strong></p><p><strong>Revera</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Revera.jpg" class="aligncenter size-full wp-image-4361" alt="Revera" width="620" height="634" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Revera.jpg 620w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Revera-293x300.jpg 293w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Revera-65x65.jpg 65w" sizes="(max-width: 620px) 100vw, 620px"><noscript></noscript></a></p><p><strong><a href="http://demo.fabthemes.com/revera/">Demo</a>| <a href="http://www.fabthemes.com/revera/">Download</a></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "35+ Free Responsive WordPress Themes for 2015"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="LVRyT64f9138f76d4b709ef511f903998e118f3923d29f90bf63a3c1b12dc8aa88e09" class="wpdiscuz-cnonce" name="cnonce" value="LVRyT64f9138f76d4b709ef511f903998e118f3923d29f90bf63a3c1b12dc8aa88e09" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="vR5m30f1845a8b05e1a8bbc67165699ee69e942250b1caed78f42c377516322de681e" class="wpdiscuz-cnonce" name="cnonce" value="vR5m30f1845a8b05e1a8bbc67165699ee69e942250b1caed78f42c377516322de681e" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10092_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/ac6a52f60d7d9663a41b72b2e1d57e85?s=48&#038;d=mm&#038;r=g" alt="MajaCincovic" srcset="http://1.gravatar.com/avatar/ac6a52f60d7d9663a41b72b2e1d57e85?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''MajaCincovic'' src=''http://thedesignpixel.com/files/avatar/ac6a52f60d7d9663a41b72b2e1d57e85_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/ac6a52f60d7d9663a41b72b2e1d57e85?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10092" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">MajaCincovic</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015.html#comment-10092&quot; /&gt;" /></div><div class="wc-comment-date">October 10, 2015 10:34 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Wonderful blog &amp; good post. It is really helpful for me, awaiting for more new post. Keep writing !</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Wonderful%20blog%20&amp;%20good%20post.%20It%20is%20really%20helpful%20for%20me,%20awaiting%20for%20more%20new%20post.%20Keep%20writing%20!http://www.thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015.html#comment-10092" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10092_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '35 free responsive wordpress themes for 2015', '', 'publish', 'closed', 'closed', '', '35-free-responsive-wordpress-themes-for-2015', '', '', '2017-04-11 13:12:59', '2017-04-11 13:12:59', '', 0, 'http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(24, 1, '2017-04-11 13:13:03', '2017-04-11 13:13:03', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;40 New WordPress Business Themes                            </div>\r\n				        <div class="single-content">\n    <article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress">\r\n	<div id="post-4121" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">40 New WordPress Business Themes</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <h1>New WordPress Business Themes</h1>\n<p>40 new WordPress business themes will change your life for better. Every startup Internet entrepeneur asks the question “How to find a premium business theme for a successful website?” And <span style="line-height: 1.5;">the answer at an opportune moment determines whether your business will be successful or you will have to say </span><span style="line-height: 1.5;">“Good Bye” to your web-resource and leave your dreams on the back burner. Don`t want to drop a clanger? You </span><span style="line-height: 1.5;">came to the right place!</span></p>\n<div>\n<p>WordPress business templates represent an ideal solution for commercial websites. They fulfil three most necessary obligations: functionality, usability and attractiveness of the design. Sure, you can neglect the advice and search on the Internet for something more suitable. Alas, not any theme can be really profitable. Therefore it is necessary to undertake a thorough analysis of the chosen one. And we have already done it. We figured out how popular and commercially profitable they are and organized a real competition between WordPress business themes. And here you can see the most agile and qualitative competitors. These 40 new WordPress business templates are carefully selected and chosen among hundreds. They are quite simple and easy in use so that it will be easy to edit and complete any of them according to your needs. You will create stunning online business card,<br />\nbright online portfolio, well structured corporate blog, or informative thematic portal on business and finance.</p>\n<p>Put enough value on your time and money! If your business is important the theme should also be deserving of your effort and attention. You should fall in love with it at first sight and then it will help you to show that you are an expert in your field and know  more than others in the field. And 40 awesome WordPress business themes are just what you need to implement your internet dreams and bring to life your business ideas. All that you need is to choose and download!</p>\n<div style="text-align: center;">\n<h2>Black and White Party: Apartments for Rent WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52294.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52294-wp-b.jpg" alt="Apartments for Rent WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52294-wp-b.jpg" alt="Apartments for Rent WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52294.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52294.html?aff=designpixel">Demo</a></strong></p>\n<h2>New Life: Agriculture Business WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52173.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52173-wp-b.jpg" alt="Agriculture Business WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52173-wp-b.jpg" alt="Agriculture Business WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52173.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52173.html?aff=designpixel">Demo</a></strong></p>\n<h2>Green Era &#8211; New Environmental WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52293.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52293-wp-b.jpg" alt="Environmental Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52293-wp-b.jpg" alt="Environmental Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52293.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52293.html?aff=designpixel">Demo</a></strong></p>\n<h2>Snow-White Purity: Real Estate Agency WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52174.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52174-wp-b.jpg" alt="Real Estate Agency Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52174-wp-b.jpg" alt="Real Estate Agency Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52174.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52174.html?aff=designpixel">Demo</a></strong></p>\n<h2>Always in Focus &#8211; Videographer Portfolio WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52175.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52175-wp-b.jpg" alt="Videographer Portfolio WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52175-wp-b.jpg" alt="Videographer Portfolio WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52175.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52175.html?aff=designpixel">Demo</a></strong></p>\n<h2>Quality Industrial Construction WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52167.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52167-wp-b.jpg" alt="Industrial Construction WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52167-wp-b.jpg" alt="Industrial Construction WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52167.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52167.html?aff=designpixel">Demo</a></strong></p>\n<h2>Strong and Stable Industrial Construction WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52167.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52167-wp-b.jpg" alt="Industrial Construction WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52167-wp-b.jpg" alt="Industrial Construction WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52167.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52167.html?aff=designpixel">Demo</a></strong></p>\n<h2>Best of the Best: Financial Advisor WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52036.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52036-wp-b.jpg" alt="Financial Advisor Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52036-wp-b.jpg" alt="Financial Advisor Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52036.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52036.html?aff=designpixel">Demo</a></strong></p>\n<h2>Keep up to Date with IT WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52051.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52051-wp-b.jpg" alt="IT Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52051-wp-b.jpg" alt="IT Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52051.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52051.html?aff=designpixel">Demo</a></strong></p>\n<h2>Insurance WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52050.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52050-wp-b.jpg" alt="Insurance Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52050-wp-b.jpg" alt="Insurance Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52050.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52050.html?aff=designpixel">Demo</a></strong></p>\n<h2>Your Way to Success &#8211; Job Portal WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52112.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52112-wp-b.jpg" alt="Job Portal Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52112-wp-b.jpg" alt="Job Portal Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52112.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52112.html?aff=designpixel">Demo</a></strong></p>\n<h2>Agriculture WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52086.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b.jpg" alt="Agriculture WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b.jpg" alt="Agriculture WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52086.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52086.html?aff=designpixel">Demo</a></strong></p>\n<h2>The Power of Finances: Business WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52084.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52084-wp-b.jpg" alt="Business Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52084-wp-b.jpg" alt="Business Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52084.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52084.html?aff=designpixel">Demo</a></strong></p>\n<h2>Real Estate Agency WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51989.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51989-wp-b.jpg" alt="Real Estate Agency Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51989-wp-b.jpg" alt="Real Estate Agency Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51989.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51989.html?aff=designpixel">Demo</a></strong></p>\n<h2>Perfect Choice, Best Solution &#8211; Business Promotion WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51990.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51990-wp-b.jpg" alt="Business Promotion WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51990-wp-b.jpg" alt="Business Promotion WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51990.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51990.html?aff=designpixel">Demo</a></strong></p>\n<h2>Catch the Moment with Video Lab WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51988.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51988-wp-b.jpg" alt="Video Lab Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51988-wp-b.jpg" alt="Video Lab Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51988.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51988.html?aff=designpixel">Demo</a></strong></p>\n<h2>Balance the Interests &#8211; Business WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/52052.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52052-wp-b.jpg" alt="Business Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52052-wp-b.jpg" alt="Business Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/52052.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/52052.html?aff=designpixel">Demo</a></strong></p>\n<h2>Fast. Clean. Best: Cleaning Services for Offices WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51991.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51991-wp-b.jpg" alt="Cleaning Services for Offices WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51991-wp-b.jpg" alt="Cleaning Services for Offices WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51991.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51991.html?aff=designpixel">Demo</a></strong></p>\n<h2>Sunflowers &#8211; Agriculture Company WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51881.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51881-wp-b.jpg" alt="Agriculture Company WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51881-wp-b.jpg" alt="Agriculture Company WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51881.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51881.html?aff=designpixel">Demo</a></strong></p>\n<h2>Discover new World of News and Impressions with TV Channel WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51867.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51867-wp-b.jpg" alt="TV Channel Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51867-wp-b.jpg" alt="TV Channel Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51867.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51867.html?aff=designpixel">Demo</a></strong></p>\n<h2>High Quality Business WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51893.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51893-wp-b.jpg" alt="Business WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51893-wp-b.jpg" alt="Business WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51893.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51893.html?aff=designpixel">Demo</a></strong></p>\n<h2>Ice and Fire: Advertising Agency WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51863.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51863-wp-b.jpg" alt="Advertising Agency Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51863-wp-b.jpg" alt="Advertising Agency Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51863.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51863.html?aff=designpixel">Demo</a></strong></p>\n<h2>Appreciate Safety and Privacy Rights &#8211; Public Justice Agency WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51769.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51769-wp-b.jpg" alt="Public Justice Agency WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51769-wp-b.jpg" alt="Public Justice Agency WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51769.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51769.html?aff=designpixel">Demo</a></strong></p>\n<h2>Industrial Revolution &#8211; WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51347.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51347-wp-b.jpg" alt="Industrial Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51347-wp-b.jpg" alt="Industrial Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51347.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51347.html?aff=designpixel">Demo</a></strong></p>\n<h2>Best Personnel &#8211; Professional Employment WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51738.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51738-wp-b.jpg" alt="Professional Employment WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51738-wp-b.jpg" alt="Professional Employment WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51738.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51738.html?aff=designpixel">Demo</a></strong></p>\n<h2>Forget about Your Problems with Business WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51736.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51736-wp-b.jpg" alt="Business Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51736-wp-b.jpg" alt="Business Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51736.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51736.html?aff=designpixel">Demo</a></strong></p>\n<h2>Make Your Teeth Shine Like Crazy with Dentistry WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51357.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51357-wp-b.jpg" alt="Dentistry Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51357-wp-b.jpg" alt="Dentistry Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51357.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51357.html?aff=designpixel">Demo</a></strong></p>\n<h2>Gloss and Beauty: Hair Transplantation WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51318.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51318-wp-b.jpg" alt="Hair Transplantation WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51318-wp-b.jpg" alt="Hair Transplantation WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51318.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51318.html?aff=designpixel">Demo</a></strong></p>\n<h2>Secret of Success &#8211; Business WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51270.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51270-wp-b.jpg" alt="Business Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51270-wp-b.jpg" alt="Business Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51270.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51270.html?aff=designpixel">Demo</a></strong></p>\n<h2>Global Business WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51253.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51253-wp-b.jpg" alt="Your Business WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51253-wp-b.jpg" alt="Your Business WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51253.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51253.html?aff=designpixel">Demo</a></strong></p>\n<h2>Find keys to the Hearts of Your Visitors with Mortgage WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51299.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51299-wp-b.jpg" alt="Mortgage WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51299-wp-b.jpg" alt="Mortgage WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51299.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51299.html?aff=designpixel">Demo</a></strong></p>\n<h2>Your Personal Menace &#8211; Renting Apartments WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51225.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51225-wp-b.jpg" alt="Renting Apartments WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51225-wp-b.jpg" alt="Renting Apartments WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51225.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51225.html?aff=designpixel">Demo</a></strong></p>\n<h2>Connecting People: Translation Services WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51224.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51224-wp-b.jpg" alt="Translation Services WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51224-wp-b.jpg" alt="Translation Services WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51224.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51224.html?aff=designpixel">Demo</a></strong></p>\n<h2>Find Common Language with Translation Services WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51224.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51224-wp-b.jpg" alt="Translation Services WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51224-wp-b.jpg" alt="Translation Services WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51224.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51224.html?aff=designpixel">Demo</a></strong></p>\n<h2>Your Personal World &#8211; Apartments for Rent WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51144.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51144-wp-b.jpg" alt="Apartments for Rent WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51144-wp-b.jpg" alt="Apartments for Rent WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51144.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51144.html?aff=designpixel">Demo</a></strong></p>\n<h2>Make the World Know about You with Public Relations WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51186.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51186-wp-b.jpg" alt="Public Relations Responsive WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51186-wp-b.jpg" alt="Public Relations Responsive WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51186.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51186.html?aff=designpixel">Demo</a></strong></p>\n<h2>Celebrate Your Life with Vacation Security WordPress Website</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51129.html?aff=designpixel"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51129.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51129.html?aff=designpixel">Demo</a></strong></p>\n<h2>Enjoy Your Vacation with Travel Insurance Company WordPress Template</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51127.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51127-wp-b.jpg" alt="Travel Insurance Company WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51127-wp-b.jpg" alt="Travel Insurance Company WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51127.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51127.html?aff=designpixel">Demo</a></strong></p>\n<h2>Pace with the Times &#8211; News Portal WordPress Site</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51042.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/51042-wp-b.jpg" alt="News Portal WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/51042-wp-b.jpg" alt="News Portal WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51042.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/51042.html?aff=designpixel">Demo</a></strong></p>\n<h2>Best Place for Night and for a Lifetime: Hotels Booking Agency WordPress Theme</h2>\n<p><a href="http://store.templatemonster.com/wordpress-themes/50933.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/50933-wp-b.jpg" alt="Hotels Booking Agency WordPress Theme" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/50933-wp-b.jpg" alt="Hotels Booking Agency WordPress Theme" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/50933.html?aff=designpixel">Details</a></strong> |<br />\n<strong><a href="http://store.templatemonster.com/demo/50933.html?aff=designpixel">Demo</a></strong></p>\n</div>\n</div>\n<p>&nbsp;</p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="MJBGy63715fd7cf2082763b121fcc08877797ef5a40758bd60acca4f3eb693a35a8a2" class="wpdiscuz-cnonce" name="cnonce" value="MJBGy63715fd7cf2082763b121fcc08877797ef5a40758bd60acca4f3eb693a35a8a2" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="scrPkdc8f2c5259644f4a21be57e0a8f19e7e0fc1c4d11d9aca3db7d7006c3e46eaa4" class="wpdiscuz-cnonce" name="cnonce" value="scrPkdc8f2c5259644f4a21be57e0a8f19e7e0fc1c4d11d9aca3db7d7006c3e46eaa4" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', '40 new wordpress business themes', '', 'publish', 'closed', 'closed', '', '40-new-wordpress-business-themes', '', '', '2017-04-11 13:13:03', '2017-04-11 13:13:03', '', 0, 'http://thedesignpixel.com/40-new-wordpress-business-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(25, 1, '2017-04-11 13:13:06', '2017-04-11 13:13:06', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;40 Unique Cartoon and Comic Fonts                            </div>\r\n				        <div class="single-content">\n    <article class="post-4063 post type-post status-publish format-standard hentry category-design category-resources">\r\n	<div id="post-4063" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">40 Unique Cartoon and Comic Fonts</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n																		<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have fun with these comic fonts.\n</p>\n<h3></h3>\n<h3>1. <a href="http://www.dafont.com/destroy-imagex.font?psize=l">Destroy</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF01.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF01_thumb.jpg" alt="BUCCF 01" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>2. <a href="http://www.dafont.com/eyesis.font?psize=l" rel="nofollow">Eyesis</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF02.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF02_thumb.jpg" alt="BUCCF 02" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>3. <a href="http://www.dafont.com/fighting-spirit-tbs.font?psize=l">Fighting Spirit</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF03.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF03_thumb.jpg" alt="BUCCF 03" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>4. <a href="http://www.1001fonts.com/warmonger-bb-font.html">Warmonger BB Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF04.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF04_thumb.jpg" alt="BUCCF 04" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>5. <a href="http://www.fonts2u.com/walt-disney-script.font">Walt Disney Script font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF05.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF05_thumb.jpg" alt="BUCCF 05" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>6. <a href="http://www.1001fonts.com/tolo-font.html">Tolo Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF06.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF06_thumb.jpg" alt="BUCCF 06" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>7. <a href="http://www.1001fonts.com/chlorinar-font.html">Chlorinar Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF07.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF07_thumb.jpg" alt="BUCCF 07" width="580" height="150" border="0"><noscript></noscript></a></p>\n<h3>8. <a href="http://www.fonts2u.com/aquanaut.font">Aquanaut</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF08.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF08_thumb.jpg" alt="BUCCF 08" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>9. <a href="http://www.fontstock.net/9195/machine-gun-.html">Machine-gun</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF09.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF09_thumb.jpg" alt="BUCCF 09" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>10. <a href="http://www.fonts2u.com/billo-dream.font">Billo Dream font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF10.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF10_thumb.jpg" alt="BUCCF 10" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>11. <a href="http://www.urbanfonts.com/fonts/crayon.htm">Crayon</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF11.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF11_thumb.jpg" alt="BUCCF 11" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>12. <a href="http://www.1001fonts.com/char-bb-font.html">Char BB Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF12.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF12_thumb.jpg" alt="BUCCF 12" width="580" height="205" border="0"><noscript></noscript></a></p>\n<h3>13. <a href="http://www.fonts2u.com/boingo.font">Boingo font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF13.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF13_thumb.jpg" alt="BUCCF 13" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>14. <a href="http://www.dafont.com/blush-bear.font?psize=l">Blush Bear</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF14.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF14_thumb.jpg" alt="BUCCF 14" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>15. <a href="http://www.fontstock.net/158/zeitgeisterbahn.html">ZeitGeisterbahn</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF15.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF15_thumb.jpg" alt="BUCCF 15" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>16. <a href="http://www.dafont.com/pokemon.font?psize=l">Pok&eacute;mon</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF16.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF16_thumb.jpg" alt="BUCCF 16" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>17. <a href="http://www.1001fonts.com/mistervampire-font.html">MisterVampire Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF17.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF17_thumb.jpg" alt="BUCCF 17" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>18. <a href="http://www.fonts2u.com/movie-filmstrip.font">Movie Filmstrip font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF18.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF18_thumb.jpg" alt="BUCCF 18" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>19. <a href="http://www.dafont.com/snot.font?psize=l">Snot</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF19.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF19_thumb.jpg" alt="BUCCF 19" width="580" height="179" border="0"><noscript></noscript></a></p>\n<h3>20. <a href="http://www.dafont.com/sprague.font?psize=l">Sprague</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF20.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF20_thumb.jpg" alt="BUCCF 20" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>21. <a href="http://www.dafont.com/tigertails.font?psize=l">Tiger Tails</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF21.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF21_thumb.jpg" alt="BUCCF 21" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>22. <a href="http://www.dafont.com/tastysundae.font?psize=l">Tasty Sundae</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF22.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF22_thumb.jpg" alt="BUCCF 22" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>23. <a href="http://www.dafont.com/clink-clank.font?psize=l">Clink Clank</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF23.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF23_thumb.jpg" alt="BUCCF 23" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>24. <a href="http://www.dafont.com/comic-strip.font?psize=l">Comic Strip</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF24.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF24_thumb.jpg" alt="BUCCF 24" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>25. <a href="http://www.1001fonts.com/deathrattle-bb-font.html">DeathRattle BB Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF25.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF25_thumb.jpg" alt="BUCCF 25" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>26. <a href="http://www.urbanfonts.com/fonts/Bradybunch.htm">Bradybunch</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF26.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF26_thumb.jpg" alt="BUCCF 26" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>27. <a href="http://www.fonts2u.com/kingthings-willow.font">Kingthings Willow</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF27.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF27_thumb.jpg" alt="BUCCF 27" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>28. <a href="http://www.urbanfonts.com/fonts/akaHoggle.htm">akaHoggle</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF28.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF28_thumb.jpg" alt="BUCCF 28" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>29. <a href="http://www.dafont.com/dennes-aliens.font?psize=l">Denne&#8217;s Aliens</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF29.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF29_thumb.jpg" alt="BUCCF 29" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>30. <a href="http://www.urbanfonts.com/fonts/Beatsville.htm">Beatsville</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF30.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF30_thumb.jpg" alt="BUCCF 30" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>31. <a href="http://www.fontstock.net/14660/dark-flame.html">Dark Flame</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF31.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF31_thumb.jpg" alt="BUCCF 31" width="580" height="196" border="0"><noscript></noscript></a></p>\n<h3>32. <a href="http://www.urbanfonts.com/fonts/Altamonte.htm">Altamonte</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF32.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF32_thumb.jpg" alt="BUCCF 32" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>33. <a href="http://www.fonts2u.com/jurassic-park.font">Jurassic Park font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF33.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF33_thumb.jpg" alt="BUCCF 33" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>34. <a href="http://www.urbanfonts.com/fonts/Airmole.htm">Airmole</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF34.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF34_thumb.jpg" alt="BUCCF 34" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>35. <a href="http://www.fontstock.net/902059/kingthings-slipperylip.html">Kingthings Slipperylip</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF35.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF35_thumb.jpg" alt="BUCCF 35" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>36. <a href="http://www.fonts2u.com/candice.font">Candice font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF36.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF36_thumb.jpg" alt="BUCCF 36" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>37. <a href="http://www.fontstock.net/896642/kingthings-lupine11.html">Kingthings Lupine</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF37.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF37_thumb.jpg" alt="BUCCF 37" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>38. <a href="http://www.1001fonts.com/gwibble-font.html">Gwibble Font</a></h3>\n<p><a href="#"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF38_thumb.jpg" alt="BUCCF 38" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>39. <a href="http://www.urbanfonts.com/fonts/Burrito.htm">Burrito</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF39.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF39_thumb.jpg" alt="BUCCF 39" width="580" height="232" border="0"><noscript></noscript></a></p>\n<h3>40. <a href="http://www.1001fonts.com/willywonka-font.html">WillyWonka Font</a></h3>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/BUCCF40.jpg"><img style="border-width: 0px;" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.bittbox.com/wp-content/uploads/BUCCF40_thumb.jpg" alt="BUCCF 40" width="580" height="232" border="0"><noscript></noscript></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="YJTI9c6c1a5a1977d0ab170260a4095b0eefc19217e3c60a8da036657332a952499f9" class="wpdiscuz-cnonce" name="cnonce" value="YJTI9c6c1a5a1977d0ab170260a4095b0eefc19217e3c60a8da036657332a952499f9" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="uHDTD9d5a0e7be34d8b7c898cf4dd156900a3cac44a91a804689a27dda2edbdfd4ff7" class="wpdiscuz-cnonce" name="cnonce" value="uHDTD9d5a0e7be34d8b7c898cf4dd156900a3cac44a91a804689a27dda2edbdfd4ff7" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', '40 unique cartoon comic fonts', '', 'publish', 'closed', 'closed', '', '40-unique-cartoon-comic-fonts', '', '', '2017-04-11 13:13:06', '2017-04-11 13:13:06', '', 0, 'http://thedesignpixel.com/40-unique-cartoon-comic-fonts/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(26, 1, '2017-04-11 13:13:06', '2017-04-11 13:13:06', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3299" class="g post post-3299 type-post status-publish format-standard has-post-thumbnail hentry category-resources cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 8 Best Sites to Watch CLT20 Live Streaming Online Free</div>\n												<header>\n							<h1 class="title">8 Best Sites to Watch CLT20 Live Streaming Online Free</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Did you also find your life pointless, when it used to clock 8PM at the night, because you could not support your team anymore in the IPL. It all ended with a match worthy of a final, and KKR being crowned the champions of the game. IPL brings in joy, quarrels, passion, cricket, and the most important thing, a lot of fun and joy, and besides it, giving an awesome opportunity for the youngsters to perform and achieve! Some of the top teams qualify into the Champions league, that follows the same pattern as of IPL, with teams from domestic leagues through out the world. Basically, a leage where the champions compete to be crowned as the biggest of them all! The same nail biting action, the same T20 action, the same cricket addiction, the season is On.</p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online.jpg"></a></p>\n<p>Now, you must be wondering, that you are living in a flat with no TV, and how would you watch your favorite team compete? The simple soluton that exists is, to watch the champions league online. Yes, You heard it right, You can easily watch clt20 live streaming online for free. There are many free live streaming online free sites that offer this facility. This will provide you with best in class HD cricket, direct on your computer screen, with least Lag, and giving you the best in class cricket experience. There might be hundereds of sites, that offer this, and most of them are stuffed with stupd ads, and make it a huge interruption. We have prepared a list of some of the best sites to watch clt20 live streaming online free. This will be tataly free of cost, the quality of the video will be amazingly good, no lag, and wonderfully smooth. Let&#8217;s Check out these sites to watch clt20 live streaming online for free to support your favourite team in Oppo Champions League 2014.</p>\n<h2><span style="text-decoration: underline;"><em><strong>8 Best Sites to Watch CLT20 Live Streaming Online Free:</strong></em></span></h2>\n<p><strong><a href="http://www.starsports.com/cricket/index.html" target="_blank">Start Sports</a></strong></p>\n<p>Star Sports is the best site to watch CLT20 live streaming online for free no matter where you are located across the world.</p>\n<p><strong><a href="http://www.crictime.be/" target="_blank">Crictime</a> </strong></p>\n<p>This is also one of the good option to watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://www.supersport.com/cricket" target="_blank">Super Sport</a></strong></p>\n<p>South Africa and Sub Saharan users can get the advantage of this site to watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://www.skysports.com/" target="_blank">Sky Sports</a></strong></p>\n<p>On Sky Sports, you can easily watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://cricket.watchcriclive.com/" target="_blank">Cric Live</a></strong></p>\n<p>This site helps you to watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://www.eurosportplayer.com/" target="_blank">Eurosport</a></strong></p>\n<p>If you are located somewhere in UK and Europe, this will be the best place to watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://espn.go.com/watchespn/index#sport/cricket/type/livenow/" target="_blank">ESPN</a></strong></p>\n<p>If you want to watch clt20 and based in US this is the best option for you to watch clt20 live streaming online for free.</p>\n<p><strong><a href="http://watch.sportsnet.ca/world" target="_blank">Sportsnet</a></strong></p>\n<p>Canada users can use this website to watch clt20 live streaming online for free.</p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online.jpg&amp;description=8%20Best%20Sites%20to%20Watch%20CLT20%20Live%20Streaming%20Online%20Free" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="bookmark" title="10 Best Free Bootstrap Themes">\n													10 Best Free Bootstrap Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" rel="bookmark" title="10 Bootstrap UI Editors For Web Developers">\n													10 Bootstrap UI Editors For Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" rel="bookmark" title="65+ Useful Cheat Sheets for Designers and Developers">\n													65+ Useful Cheat Sheets for Designers and Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3299'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="749f8cbda2" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="31"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '8 best sites watch clt20 live streaming online free', '', 'publish', 'closed', 'closed', '', '8-best-sites-watch-clt20-live-streaming-online-free', '', '', '2017-04-11 13:13:06', '2017-04-11 13:13:06', '', 0, 'http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(27, 1, '2017-04-11 13:13:07', '2017-04-11 13:13:07', '\r\n<div class="main-container"><div id="page" class="single">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box" >\r\n									<div id="post-742" class="post-742 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-photoshop tag-plugins g cat-3-id cat-4-id has_thumb">\r\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Adobe Photoshop Plugins To Help You Make Better Designer</div>\r\n												<header>\r\n							<h1 class="title">20 Adobe Photoshop Plugins To Help You Make Better Designer</h1>\r\n															<div class="post-info">\r\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n										\r\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n										<span class="thecomment"><a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/#comments"> No comments</a></span>\r\n								</div>\r\n													</header><!--.headline_area-->\r\n						<div class="post-content box mark-links">\r\n														<p>There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out.</p>\n<p>The fact is that because Photoshop is such a complete software its extraordinary difficult and time consuming to master. I personally feel that with Photoshop’s great power comes great difficulty.  If you happen to master the software it’s like a rocket booster attached to your creativity.</p>\n<p>Photoshop offers a complete package for designing hence there is no option but to learn and master the tool, however at times there are some things that just does not want to work out or are taking way too longer than expected.</p>\n<p>Adobe Photoshop Plugins is the answer to the question. These plugins can be ones available in the Photoshop software or could be a 3rd Party solution to performing specific tasks. 3rd Party plugins can be downloaded and installed and they work seamlessly with the core program of Photoshop.</p>\n<p>Plugins as the extension to the capabilities of Photoshop and it also gives wings to your creativity. It also helps you save a lot of time achieving some unimaginably difficult tasks. It also gives you more time to think about what to make than how to make.</p>\n<p>There are a zillion types of Adobe Photoshop plugins available online, however most of them are either not updated for a while or are not compatible with the latest version of the Photoshop software. Hence, to get over this we have made a list of best Adobe Photoshop Plugins to Help You Make Better Designer. We hope you like the collection and if you have some of your favorites, please share it with our viewers.</p>\n<h3><span style="text-decoration: underline;"><em><strong>20 Adobe Photoshop Plugins To Help You Make Better Designer:</strong></em></span></h3>\n<p><strong><a href="http://css3ps.com/Download/">CSS3Ps</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3Ps1.png"><img class="aligncenter size-full wp-image-763" title="CSS3Ps" alt="CSS3Ps" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3Ps1.png" width="600" height="925" /></a></p>\n<p style="text-align: left;"><strong><a href="http://www.cutandslice.me/">Cut and Slice Me</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cut-and-Slice-Me1.jpg"><img class="aligncenter size-full wp-image-764" title="Cut and Slice Me" alt="Cut and Slice Me" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cut-and-Slice-Me1.jpg" width="600" height="337" /></a></p>\n<p style="text-align: left;"><strong><a href="http://www.adobe.com/products/kuler.html">Adobe’s Kuler</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Adobe_E2_80_99s-Kuler1.jpg"><img class="aligncenter size-full wp-image-765" title="Adobe’s Kuler" alt="Adobe’s Kuler" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Adobe_E2_80_99s-Kuler1.jpg" width="600" height="648" /></a></p>\n<p style="text-align: left;"><strong><a href="http://guideguide.me/">Guide Guide</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1.jpg"><img class="aligncenter size-full wp-image-766" title="Guide Guide Adobe Photoshop Plugins" alt="Guide Guide Adobe Photoshop Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1.jpg" width="600" height="318" /></a></p>\n<p style="text-align: left;"><strong><a href="http://csshat.com/">CSSHAT</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSSHAT1.jpg"><img class="aligncenter size-full wp-image-767" title="CSSHAT" alt="CSSHAT" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSSHAT1.jpg" width="600" height="263" /></a></p>\n<p style="text-align: left;"><strong><a href="http://www.divine-project.com/">Divine Elemente</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Divine-Elemente1.jpg"><img class="aligncenter size-full wp-image-768" title="Divine Elemente" alt="Divine Elemente" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Divine-Elemente1.jpg" width="600" height="282" /></a></p>\n<p style="text-align: left;"><strong><a href="http://www.medialab.com/">SiteGrinder</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SiteGrinder.jpg"><img class="aligncenter size-full wp-image-749" title="SiteGrinder" alt="SiteGrinder" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SiteGrinder.jpg" width="570" height="264" /></a><strong></strong></p>\n<p style="text-align: left;"><strong><a href="http://subtlepatterns.com/">Subtle Patterns</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Subtle-Patterns.jpg"><img class="aligncenter size-full wp-image-750" title="Subtle Patterns" alt="Subtle Patterns" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Subtle-Patterns.jpg" width="570" height="263" /></a><strong></strong></p>\n<p style="text-align: left;"><strong><a href="http://webzap.uiparade.com/"><span class="GINGER_SOFATWARE_mark" id="9d3e7518-e655-42a0-b99c-e200d4120fde">WebZap</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WebZap.jpg"><img class="aligncenter size-full wp-image-751" title="WebZap" alt="WebZap" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WebZap.jpg" width="570" height="268" /></a><strong></strong></p>\n<p style="text-align: left;"><strong><a href="http://www.ononesoftware.com/products/perfect-resize/">Perfect Resize</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Perfect-Resize.jpg"><img class="aligncenter size-full wp-image-752" title="Perfect Resize" alt="Perfect Resize" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Perfect-Resize.jpg" width="570" height="250" /></a><strong></strong></p>\n<p style="text-align: left;"><strong><a href="http://getenigma64.com/">Enigma</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Enigma.jpg"><img class="aligncenter size-full wp-image-753" title="Enigma" alt="Enigma" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Enigma.jpg" width="600" height="271" /></a><br />\n<strong><a href="http://skeuomorphism.it/"><span class="GINGER_SOFATWARE_mark" id="119b6b94-cdac-47c7-9013-d5f4773387ea">Skeuomorphism</span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Skeuomorphism.jpg"><img class="aligncenter size-full wp-image-754" title="Skeuomorphism" alt="Skeuomorphism" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Skeuomorphism.jpg" width="600" height="274" /></a></p>\n<p><strong><a href="http://punchcut.com/perspectives/expanding-universe-toolset-managing-screen-resolutions"><span class="GINGER_SOFATWARE_mark" id="ae6ee6a0-9634-42b3-b6b3-26956f0bdce3">Punchcut</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Punchcut.jpg"><img class="aligncenter size-full wp-image-755" title="Punchcut" alt="Punchcut" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Punchcut.jpg" width="600" height="284" /></a><br />\n<strong><a href="http://www.extensis.com/suitcase-fusion/whats-new/"><span class="GINGER_SOFATWARE_mark" id="3e0804a9-d3ed-48c0-9112-9bf6848384bd">SuitecaseFusion</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SuitecaseFusion.jpg"><img class="aligncenter size-full wp-image-756" title="SuitecaseFusion" alt="SuitecaseFusion" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SuitecaseFusion.jpg" width="600" height="281" /></a><br />\n<strong><a href="http://www.autofx.com/products/xtivity/detail.html"><span class="GINGER_SOFATWARE_mark" id="cf4d0881-be60-4641-9e40-3ee40a666f72">Xtivity</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Xtivity.jpg"><img class="aligncenter size-full wp-image-757" title="Xtivity" alt="Xtivity" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Xtivity.jpg" width="600" height="248" /></a><br />\n<strong><a href="http://www.fnordware.com/superpng/"><span class="GINGER_SOFATWARE_mark" id="8f315eb2-9b24-45d8-9e15-44c4381ae994">SuperPNG</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SuperPNG.png"><img class="aligncenter size-full wp-image-758" title="SuperPNG" alt="SuperPNG" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SuperPNG.png" width="600" height="553" /></a><br />\n<strong><a href="http://arnaumarch.com/en/sprites.html"><span class="GINGER_SOFATWARE_mark" id="4abd249a-2ed2-49a8-bf0f-ad3d6b98451e">AtlasCSS</span></a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/AtlasCSS.jpg"><img class="aligncenter size-full wp-image-759" title="AtlasCSS" alt="AtlasCSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/AtlasCSS.jpg" width="600" height="246" /></a><br />\n<strong><a href="http://sourceforge.net/projects/cornereditor/files/latest/download">Corner Editor</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corner-Editor.jpg"><img class="aligncenter size-full wp-image-760" title="Corner Editor" alt="Corner Editor" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corner-Editor.jpg" width="600" height="395" /></a><br />\n<strong><a href="http://lumens.se/tychpanel/"><span class="GINGER_SOFATWARE_mark" id="88698077-568e-47b9-baa2-d40edca58b4b">Tncyh</span> Panel</a></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tncyh-Panel.jpg"><img class="aligncenter size-full wp-image-761" title="Tncyh Panel" alt="Tncyh Panel" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tncyh-Panel.jpg" width="600" height="234" /></a><br />\n<strong><a href="http://www.sibcode.com/icon-plugin/">Icon Plugin</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Icon-Plugin.jpg"><img class="aligncenter size-full wp-image-762" title="Icon Plugin" alt="Icon Plugin" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Icon-Plugin.jpg" width="600" height="301" /></a></p>\n<!--Ad Injection:bottom--><script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "7662471229";\r\n    google_ad_width = 468;\r\n    google_ad_height = 15;\r\n</script>\r\n<!-- TDP Link -->\r\n\r\n</script>													</div><!--.post-content box mark-links-->\r\n													<div class="shareit">\r\n																		<!-- Twitter -->\r\n										<span class="share-item twitterbtn">\r\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\r\n										</span>\r\n																										<!-- GPlus -->\r\n										<span class="share-item gplusbtn">\r\n										<g:plusone size="medium"></g:plusone>\r\n										</span>\r\n																										<!-- Facebook -->\r\n										<span class="share-item facebookbtn">\r\n										<div id="fb-root"></div>\r\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\r\n										</span>\r\n																										<!--Linkedin -->\r\n										<span class="share-item linkedinbtn">\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer.html" data-counter="right"></script>\r\n										</span>\r\n																										<!-- Stumble -->\r\n										<span class="share-item stumblebtn">\r\n										<su:badge layout="1"></su:badge>\r\n										<script type="text/javascript"> \r\n										(function() { \r\n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \r\n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \r\n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \r\n										})(); \r\n										</script>\r\n										</span>\r\n																										<!-- Pinterest -->\r\n										<span class="share-item pinbtn">\r\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/03/Guide-Guide1.jpg&amp;description=20%20Adobe%20Photoshop%20Plugins%20To%20Help%20You%20Make%20Better%20Designer" class="pin-it-button" count-layout="horizontal">Pin It</a>\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\r\n										</span>\r\n															</div>\r\n						<!--Shareit-->\r\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></div>\r\n																		<div class="intercept">\r\n							<div class="Intercept-1">\r\n								<div class="IPLeft">\r\n																			<div class="bottomad">\r\n											<script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "1464930820";\r\n    google_ad_width = 336;\r\n    google_ad_height = 280;\r\n</script>\r\n<!-- TDP Content D -->\r\n\r\n</script>										</div>\r\n										<span>Advertisement</span>\r\n																	</div>\r\n								<div class="IPRight">\r\n																			<div class="related-posts">\r\n											<h5>Related Posts</h5><ul>											<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" rel="bookmark" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials">\r\n													10 Excellent Easy to Follow PSD to HTML CSS Tutorial...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" rel="bookmark" title="15 Creative Art &#038; Design Short Videos for Inspiration">\r\n													15 Creative Art &#038; Design Short Videos for Inspi...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="last">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="bookmark" title="25 Excellent Award Winning Food Art Examples">\r\n													25 Excellent Award Winning Food Art Examples												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n											</ul>										</div><!-- .related-posts -->\r\n																	</div>\r\n								<div class="clear"></div>\r\n							</div>\r\n						</div>									\r\n					</div><!--.g post-->\r\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''742'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="47d9163dfe" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="126"/></p>		</form>\n	</div>\n							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-180x180.jpg" alt="50 Useful CSS Frameworks, Libraries and Tools of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/'' title=''50 Useful CSS Frameworks, Libraries and Tools of 2014'' class=''popular-title''>50 Useful CSS Frameworks, Libraries and Tools of 2014</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-180x180.jpg" alt="25+ Best Photoshop Wallpaper Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/'' title=''25+ Best Photoshop Wallpaper Tutorials'' class=''popular-title''>25+ Best Photoshop Wallpaper Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/One-Drive-180x180.png" alt="10 Best Dropbox Alternatives for Small Business Owners"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/'' title=''10 Best Dropbox Alternatives for Small Business Owners'' class=''popular-title''>10 Best Dropbox Alternatives for Small Business Owners</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" alt="25+ Excellent Adobe InDesign Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' title=''25+ Excellent Adobe InDesign Tutorials'' class=''popular-title''>25+ Excellent Adobe InDesign Tutorials</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'adobe photoshop plugins to help you make better designer', '', 'publish', 'closed', 'closed', '', 'adobe-photoshop-plugins-to-help-you-make-better-designer', '', '', '2017-04-11 13:13:07', '2017-04-11 13:13:07', '', 0, 'http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(28, 1, '2017-04-11 13:13:10', '2017-04-11 13:13:10', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Advertise With Us</div><div class="page-content"><article class="post-4920 page type-page status-publish hentry" id="post-4920"><div class="post-box"><header><h1 class="title page-title">Advertise With Us</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Thank you for you interest in advertising with us! TheDesignPixel has partnered with <a href="https://www.buysellads.com/">BuySellAds</a> to offer you a secure and easy way to show your ads on our site.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>You can check our currently available ad slots on <strong><a href="https://www.buysellads.com/buy/detail/260077">our listing page</a></strong> at BuySellAds.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>If you have any questions, don&#8217;t hesitate to <a href="http://thedesignpixel.com/contact-us/">contact us</a>!</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'Advertise With Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-04-11 13:13:10', '2017-04-11 13:13:10', '', 13, 'http://thedesignpixel.com/uncategorized/13-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(29, 1, '2017-04-11 13:13:11', '2017-04-11 13:13:11', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2199" class="post-2199 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-apple tag-photoshop g cat-4-id cat-6-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35+ Apple Inspired Photoshop Tutorials</div>\n												<header>\n							<h1 class="title">35+ Apple Inspired Photoshop Tutorials</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Apple corporation has left a great impact in the electronic industry, since its launch of the first product, and today, it is the leading best selling manufacturer of smartphones, tablet devices, laptop devices and notebooks, etc. The only reason lying behind the same is nothing but the level of crispness and simplicity it offers. Once a person uses apple products, he is almost onto being a fan boy, and won’t tend to switch to any other platform anytime soon. The graphical interface presented by Apple in their Mac OS, that is the aqua platform, left a great impact and a moment of surprise in the graphic industry, by using the least complexity, and providing such a great and beautiful interface. There has not been any single brand like apple, that has provided this amount of brilliance in the design, and interface look.</p>\n<p>Apple inspired banners, images, graphics, <span id="fe2610c7-7d97-4995-948f-efa54536346b" class="GINGER_SOFATWARE_mark">etc</span> are also very commonly used and implemented online, offline, anywhere, making them look so better and cleaner. May it be in the case of icons, or the overall design theme, etc., you can find an inspiration from the same everywhere.</p>\n<p>If you feel like, you are not also considering apple to be a religion, like the other fan boys, and why would you need to be learning tutorials about apple inspired design, the answer is very simple. There might be a chance, when you need to be developing an apple application or tool, which generally require these to be implemented.</p>\n<p>You can prepare apple inspired designs well and quick, using photoshop. And these Apple inspired Photoshop tutorials will teach you how doing the same. Apple is a great brand, which provided a great and brilliant design, and here is a collection of some cool apple inspired photoshop tutorials for your inspiration.</p>\n<h3><span style="text-decoration: underline;"><em><strong>35+ Apple Inspired Photoshop Tutorials</strong></em></span>:</h3>\n<p><a href="http://bloomwebdesign.net/myblog/2011/12/01/create-an-apple-iphone-4s-in-photoshop/"><strong>Create an Apple iPhone 4S in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-an-Apple-iPhone-4S-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-an-Apple-iPhone-4S-in-Photoshop.jpg" alt="Create an Apple iPhone 4S in Photoshop" width="600" height="744" /></a></p>\n<p><a href="http://bloomwebdesign.net/myblog/2011/02/20/design-an-apple-imac-to-showcase-your-portfolio/"><strong>Design an Apple iMac to Showcase your Portfolio</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-an-Apple-iMac-to-Showcase-your-Portfolio.jpg"><img class="aligncenter size-full wp-image-2201" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-an-Apple-iMac-to-Showcase-your-Portfolio.jpg" alt="Design an Apple iMac to Showcase your Portfolio" width="600" height="724" /></a></p>\n<p><a href="http://photoshoptutorials.ws/photoshop-tutorials/drawing/create-an-apple-safari-icon-in-photoshop.html"><strong>Create an Apple Safari Icon in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-an-Apple-Safari-Icon-in-Photoshop.png"><img class="aligncenter size-full wp-image-2202" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-an-Apple-Safari-Icon-in-Photoshop.png" alt="Create an Apple Safari Icon in Photoshop" width="600" height="450" /></a></p>\n<p><a href="http://www.teachtutorials.com/photoshop/1468-Good-tutorial-to-create-an-Apple-IPhone-case-from-scratch.html"><strong>Good tutorial to create an Apple iPhone case from scratch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Good-tutorial-to-create-an-Apple-IPhone-case-from-scratch.jpg"><img class="aligncenter size-full wp-image-2203" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Good-tutorial-to-create-an-Apple-IPhone-case-from-scratch.jpg" alt="Good tutorial to create an Apple IPhone case from scratch" width="448" height="768" /></a></p>\n<p><a href="http://www.free-stock-graphics.com/tutorials/how-to-create-an-ecommerce-layout-with-apple-products/"><strong>How to create an eCommerce layout with apple products</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-create-an-ecommerce-layout-with-apple-products.jpg"><img class="aligncenter size-full wp-image-2204" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-create-an-ecommerce-layout-with-apple-products.jpg" alt="How to create an ecommerce layout with apple products" width="600" height="521" /></a></p>\n<p><a href="http://bloomwebdesign.net/myblog/2011/07/03/design-a-apple-themed-website-in-photoshop/"><strong>Design <span id="abd59da1-2a4a-4ea5-89a9-fd8883c53488" class="GINGER_SOFATWARE_mark">a</span> Apple Themed Website in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Apple-Themed-Website-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2205" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Apple-Themed-Website-in-Photoshop.jpg" alt="Design a Apple Themed Website in Photoshop" width="600" height="514" /></a></p>\n<p><a href="http://iphone.appmobilize.com/design/2/represent-nice-wallpapers-in-apple-style"><strong>Represent nice wallpapers in Apple style</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Represent-nice-wallpapers-in-Apple-style.jpg"><img class="aligncenter size-full wp-image-2206" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Represent-nice-wallpapers-in-Apple-style.jpg" alt="Represent nice wallpapers in Apple style" width="600" height="600" /></a></p>\n<p><a href="http://www.webdesign.org/photoshop/special-effects/iphone-exclusive-tutorial.18436.html"><strong>IPhone exclusive tutorial</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Iphone-exclusive-tutorial.jpg"><img class="aligncenter size-full wp-image-2207" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Iphone-exclusive-tutorial.jpg" alt="Iphone exclusive tutorial" width="600" height="896" /></a></p>\n<p><a href="http://design.creativefan.com/composite-an-imac-render-into-an-incredible-apple-advertisement/"><strong>Composite an iMac Render into an Incredible Apple Advertisement</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Composite-an-iMac-Render-into-an-Incredible-Apple-Advertisement.png"><img class="aligncenter size-full wp-image-2208" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Composite-an-iMac-Render-into-an-Incredible-Apple-Advertisement.png" alt="Composite an iMac Render into an Incredible Apple Advertisement" width="600" height="900" /></a></p>\n<p><a href="http://www.adobetutorialz.com/articles/2855"><strong>Apple Wallpaper</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Wallpaper.jpg"><img class="aligncenter size-full wp-image-2209" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Wallpaper.jpg" alt="Apple Wallpaper" width="600" height="400" /></a></p>\n<p><a href="http://circleboxblog.com/2010/tutorials/how-to-design-the-apple-ipad-in-photoshop/"><strong>How to Design the Apple iPad in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-Design-the-Apple-iPad-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2210" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-Design-the-Apple-iPad-in-Photoshop.jpg" alt="How to Design the Apple iPad in Photoshop" width="600" height="600" /></a></p>\n<p><a href="http://bloomwebdesign.net/myblog/2011/10/07/design-an-iphone-app-store-in-photoshop/"><strong>Design an iPhone App Store Layout in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-an-iPhone-App-Store-Layout-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2211" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-an-iPhone-App-Store-Layout-in-Photoshop.jpg" alt="Design an iPhone App Store Layout in Photoshop" width="600" height="818" /></a></p>\n<p><a href="http://www.icanbecreative.com/how-to-create-an-ipad-icon-in-photoshop-tutorial.html"><strong>How To Design An iPad Icon In Photoshop Tutorial</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Design-An-iPad-Icon-In-Photoshop-Tutorial.jpg"><img class="aligncenter size-full wp-image-2212" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Design-An-iPad-Icon-In-Photoshop-Tutorial.jpg" alt="How To Design An iPad Icon In Photoshop Tutorial" width="600" height="682" /></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-retro-apple-wallpaper-in-photoshop"><strong>How To Create a Retro Apple Wallpaper in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2213" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg" alt="How To Create a Retro Apple Wallpaper in Photoshop" width="600" height="449" /></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-vector-imac-graphic-in-illustrator"><strong>How to Create a Vector iMac Graphic in Illustrator</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-Create-a-Vector-iMac-Graphic-in-Illustrator.gif"><img class="aligncenter size-full wp-image-2214" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-to-Create-a-Vector-iMac-Graphic-in-Illustrator.gif" alt="How to Create a Vector iMac Graphic in Illustrator" width="600" height="491" /></a></p>\n<p><a href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-slick-black-imac-in-photoshop/"><strong>Create a Slick Black iMac in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-a-Slick-Black-iMac-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2215" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-a-Slick-Black-iMac-in-Photoshop.jpg" alt="Create a Slick Black iMac in Photoshop" width="600" height="600" /></a></p>\n<p><a href="http://designsolid.com/designing/the-apple-remote/"><strong>The Apple Remote</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/The-Apple-Remote.jpg"><img class="aligncenter size-full wp-image-2216" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/The-Apple-Remote.jpg" alt="The Apple Remote" width="600" height="429" /></a></p>\n<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/design-a-shiny-photorealistic-apple-remote/"><strong>Design a Shiny Photorealistic Apple Remote</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Shiny-Photorealistic-Apple-Remote.png"><img class="aligncenter size-full wp-image-2217" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Shiny-Photorealistic-Apple-Remote.png" alt="Design a Shiny Photorealistic Apple Remote" width="600" height="600" /></a></p>\n<p><a href="http://pshero.com/photoshop-tutorials/graphic-design/ipod-shuffle-from-scratch"><strong>IPod Shuffle From Scratch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/iPod-Shuffle-From-Scratch.jpg"><img class="aligncenter size-full wp-image-2218" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/iPod-Shuffle-From-Scratch.jpg" alt="iPod Shuffle From Scratch" width="600" height="350" /></a></p>\n<p><a href="http://www.stephenknox.com/tutorials/apple-imac/"><strong>Apple iMac tutorial</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-imac-tutorial.jpg"><img class="aligncenter size-full wp-image-2219" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-imac-tutorial.jpg" alt="Apple imac tutorial" width="600" height="600" /></a></p>\n<p><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/creating-a-cool-brushed-metal-surface-in-photoshop/"><strong>Creating a Cool Brushed Metal Surface in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-a-Cool-Brushed-Metal-Surface-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2220" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-a-Cool-Brushed-Metal-Surface-in-Photoshop.jpg" alt="Creating a Cool Brushed Metal Surface in Photoshop" width="600" height="375" /></a></p>\n<p><a href="http://www.online-photoshoptutorials.com/2008/09/creating-a-vector-style-macbook-from-scratch.html"><strong>Creating A Vector Style MacBook From Scratch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-A-Vector-Style-MacBook-From-Scratch.png"><img class="aligncenter size-full wp-image-2221" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-A-Vector-Style-MacBook-From-Scratch.png" alt="Creating A Vector Style MacBook From Scratch" width="600" height="330" /></a></p>\n<p><a href="http://psd.tutsplus.com/tutorials/tutorials-effects/creating-a-mac-type-background-in-photoshop/"><strong>Creating a Mac-Type Background in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-a-Mac-Type-Background-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2222" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-a-Mac-Type-Background-in-Photoshop.jpg" alt="Creating a Mac-Type Background in Photoshop" width="600" height="500" /></a></p>\n<p><a href="http://great-design.blogspot.com/2008/02/creating-apple-style-advert.html"><strong>Creating An Apple Style Advert</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-An-Apple-Style-Advert.jpg"><img class="aligncenter size-full wp-image-2223" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creating-An-Apple-Style-Advert.jpg" alt="Creating An Apple Style Advert" width="600" height="750" /></a></p>\n<p><a href="http://www.adobetutorialz.com/articles/2970/1/Green-Apple-Style-Design"><strong>Green Apple Style Design</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Apple-Style-Design.jpg"><img class="aligncenter size-full wp-image-2224" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Apple-Style-Design.jpg" alt="Green Apple Style Design" width="600" height="480" /></a></p>\n<p><a href="http://veerle-v2.duoh.com/blog/comments/apple_leopard_text_effects/"><strong>Apple Leopard text effects</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Leopard-text-effects.gif"><img class="aligncenter size-full wp-image-2225" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Leopard-text-effects.gif" alt="Apple Leopard text effects" width="600" height="292" /></a></p>\n<p><a href="http://elitebydesign.com/design-the-itunes-icon-for-the-iphone-and-ipod-touch/"><strong>Design The iTunes Icon For The iPhone And iPod Touch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-The-iTunes-Icon-For-The-iPhone-And-iPod-Touch.jpg"><img class="aligncenter size-full wp-image-2226" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-The-iTunes-Icon-For-The-iPhone-And-iPod-Touch.jpg" alt="Design The iTunes Icon For The iPhone And iPod Touch" width="400" height="400" /></a></p>\n<p><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/create-the-glass-shelf-dock-from-leopard-os-in-photoshop/"><strong>Create the Glass Shelf Dock from Leopard OS in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-the-Glass-Shelf-Dock-from-Leopard-OS-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2227" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-the-Glass-Shelf-Dock-from-Leopard-OS-in-Photoshop.jpg" alt="Create the Glass Shelf Dock from Leopard OS in Photoshop" width="600" height="375" /></a></p>\n<p><a href="http://webdesignerwall.com/tutorials/mac-style-photoflip-gallery"><strong>Mac Style PhotoFlip Gallery</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Mac-Style-PhotoFlip-Gallery.jpg"><img class="aligncenter size-full wp-image-2228" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Mac-Style-PhotoFlip-Gallery.jpg" alt="Mac Style PhotoFlip Gallery" width="600" height="375" /></a></p>\n<p><a href="http://www.adobetutorialz.com/articles/3003/1/Mac---Colorful-Design"><strong>Mac – Colorful Design</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/design-a-coldplayapple-inspired-portrait-in-photoshop/"><strong>Design a Coldplay/Apple Inspired Portrait in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Coldplay-Apple-Inspired-Portrait-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2230" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-a-Coldplay-Apple-Inspired-Portrait-in-Photoshop.jpg" alt="Design a Coldplay Apple Inspired Portrait in Photoshop" width="600" height="710" /></a></p>\n<p><a href="http://www.adobetutorialz.com/articles/2183/1/Woman-With-Apple-iPod-Nano"><strong>Woman With Apple iPod Nano</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Woman-With-Apple-iPod-Nano.jpg"><img class="aligncenter size-full wp-image-2231" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Woman-With-Apple-iPod-Nano.jpg" alt="Woman With Apple iPod Nano" width="600" height="1068" /></a></p>\n<p><a href="http://iphotoshop.blogspot.com/2006/12/apple-style-banner.html"><strong>Apple Style Banner</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Style-Banner.png"><img class="aligncenter size-full wp-image-2232" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Style-Banner.png" alt="Apple Style Banner" width="600" height="450" /></a></p>\n<p><a href="http://macmerc.com/adobe-photoshop-tip-attack-of-the-ipod-people/"><strong>Adobe Photoshop Tip– Attack of the iPod People</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://psd.tutsplus.com/tutorials/tutorials-effects/photoshop-lightning-effect/"><strong>A Cool Lighting Effect In Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop.jpg"><img class="aligncenter size-full wp-image-2234" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop.jpg" alt="A Cool Lighting Effect In Photoshop" width="600" height="480" /></a></p>\n<p><a href="http://www.adobetutorialz.com/articles/2811/1/Apple-Desktop-Theme"><strong>Apple Desktop Theme</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Desktop-Theme.jpg"><img class="aligncenter size-full wp-image-2235" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Apple-Desktop-Theme.jpg" alt="Apple Desktop Theme" width="600" height="602" /></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-detailed-apple-ipad-icon-in-photoshop"><strong>How To Create a Detailed Apple iPad Icon in Photoshop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Create-a-Detailed-Apple-iPad-Icon-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2236" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/How-To-Create-a-Detailed-Apple-iPad-Icon-in-Photoshop.jpg" alt="How To Create a Detailed Apple iPad Icon in Photoshop" width="600" height="750" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/apple-inspired-photoshop-tutorials.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/apple-inspired-photoshop-tutorials.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop.jpg&amp;description=35+%20Apple%20Inspired%20Photoshop%20Tutorials" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com" rel="tag">Apple</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" rel="bookmark" title="20 Creative Examples of Icon Sketches for Inspiration">\n													20 Creative Examples of Icon Sketches for Inspiratio...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="bookmark" title="20 Adobe Photoshop Plugins To Help You Make Better Designer">\n													20 Adobe Photoshop Plugins To Help You Make Better D...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="bookmark" title="45+ Best PSD Business Card Templates">\n													45+ Best PSD Business Card Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2199'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="e75f2bb3a4" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="42"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'apple inspired photoshop tutorials', '', 'publish', 'closed', 'closed', '', 'apple-inspired-photoshop-tutorials', '', '', '2017-04-11 13:13:11', '2017-04-11 13:13:11', '', 0, 'http://thedesignpixel.com/apple-inspired-photoshop-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(30, 1, '2017-04-11 13:13:11', '2017-04-11 13:13:11', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-600x200.jpg" class="attachment-featured wp-post-image" alt="How to Create Colorful Wooden 3D Text" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Have you ever designed a Logo and thought how amazingly beautiful it would have looked in 3D? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort. You may Like: 20 Most Useful 3D							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Revera-600x200.jpg" class="attachment-featured wp-post-image" alt="Revera" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="bookmark">45 Fresh and Free WordPress Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most widely used platforms to build Blogs, business as well as e-commerce websites these days. It’s the most versatile platform that gives developers the option to show their creativity and be user friendly as well. WordPress Websites are based on the easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the Menu system is Logical, easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" class="attachment-featured wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and							<div class="more">\n							<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" class="attachment-featured wp-post-image" alt="jquery-plugins" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance of the links with maintaining usability. Creating							<div class="more">\n							<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect-600x200.jpg" class="attachment-featured wp-post-image" alt="Parallax Effect" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">20 Best jQuery Parallax Scrolling Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always provides a better opportunity for the newbies.							<div class="more">\n							<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" class="attachment-featured wp-post-image" alt="Great" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the most popular blogging system on the web							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>9</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>10</a></li><li class=''current''><span class=''currenttext''>11</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '11', '', 'publish', 'closed', 'closed', '', '11-2', '', '', '2017-04-11 13:13:11', '2017-04-11 13:13:11', '', 0, 'http://thedesignpixel.com/11-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(31, 1, '2017-04-11 13:13:12', '2017-04-11 13:13:12', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-180x180.jpg" class="attachment-featured wp-post-image" alt="Create a vibrant colorful alcohol product Ad" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is a crucial part of anyone in this							<div class="more">\n							<a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-180x180.jpg" class="attachment-featured wp-post-image" alt="Trendy Divaa" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other content management system. The primary reason for							<div class="more">\n							<a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Audiko-180x180.jpg" class="attachment-featured wp-post-image" alt="Audiko" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">45+ Fresh and Creative Error 404 Pages</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in the proper hierarchy so that it can							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" class="attachment-featured wp-post-image" alt="Knowledge" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes, because we need to have some basic							<div class="more">\n							<a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-180x180.jpg" class="attachment-featured wp-post-image" alt="Ceevee" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting a competitive price is not an easy							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" class="attachment-featured wp-post-image" alt="Nvaccess" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools" rel="bookmark">12 Free Text To Speech Voice Conversion Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							With the rise of technology driven lifestyle everything can be done with the help of softwares and applications. You really don&#8217;t need to make any efforts for doing a particular task because it can be easily done with the help of few clicks only. Yes, We are							<div class="more">\n							<a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-180x180.jpg" class="attachment-featured wp-post-image" alt="?????????" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to consider some of the following criteria to							<div class="more">\n							<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Santa Girls in Christmas" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="bookmark">85+ Cool HD Christmas Wallpapers for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Every year Christmas season comes with a lot of joy and happiness across the globe. This season is celebrated as a major festival season in almost all the countries, A lot of people exchange gifts as well as celebrate it in many more different ways. When everyone							<div class="more">\n							<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/photography-portfolio-180x180.jpg" class="attachment-featured wp-post-image" alt="photography portfolio" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Top 20 Web Templates for Photographer Portfolio</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds of blogs and forums dedicated to methods							<div class="more">\n							<a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/christmas_world-180x180.jpg" class="attachment-featured wp-post-image" alt="christmas_world" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="bookmark">75 Best HD Christmas Wallpapers for Desktop Background</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Christmas is a widely observed cultured holiday, which is celebrated on 25th December by billion of people around the world. Christmas is an annual commemoration of the birth of Jesus Christ. The day is celebrated as general holiday with joy and peace around the different countries of							<div class="more">\n							<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/author/admin/page/11/''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-2', '', '', '2017-04-11 13:13:12', '2017-04-11 13:13:12', '', 0, 'http://thedesignpixel.com/2-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(32, 1, '2017-04-11 13:13:13', '2017-04-11 13:13:13', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/christmas_world-180x180.jpg" class="attachment-featured wp-post-image" alt="christmas_world" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="bookmark">75 Best HD Christmas Wallpapers for Desktop Background</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Christmas is a widely observed cultured holiday, which is celebrated on 25th December by billion of people around the world. Christmas is an annual commemoration of the birth of Jesus Christ. The day is celebrated as general holiday with joy and peace around the different countries of							<div class="more">\n							<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10 Best Bug Tracking Tools For Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional-180x180.png" class="attachment-featured wp-post-image" alt="Exceptional" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10 Best Bug Tracking Tools For Developers" rel="bookmark">10 Best Bug Tracking Tools For Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							When it comes to web development, every programmer knows very well about the importance of coding in any web development project. This is not just an important aspect of web development, but one also has to take care of the common issues generated at the same time.							<div class="more">\n							<a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social media in the world. According to statistics,							<div class="more">\n							<a href="http://thedesignpixel.com/business-company-facebook-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-180x180.png" class="attachment-featured wp-post-image" alt="navicat-for-mysql" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their products. Everything becomes self automated on these							<div class="more">\n							<a href="http://thedesignpixel.com/best-mysql-gui-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-180x180.jpg" class="attachment-featured wp-post-image" alt="A Cool Lighting Effect In Photoshop" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">35+ Apple Inspired Photoshop Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Apple corporation has left a great impact in the electronic industry, since its launch of the first product, and today, it is the leading best selling manufacturer of smartphones, tablet devices, laptop devices and notebooks, etc. The only reason lying behind the same is nothing but the							<div class="more">\n							<a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-180x180.jpg" class="attachment-featured wp-post-image" alt="Mugeda" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online developers, due to the supply of numerous							<div class="more">\n							<a href="http://thedesignpixel.com/best-html5-animation-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-180x180.jpg" class="attachment-featured wp-post-image" alt="Dbv" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot of languages available in the market for							<div class="more">\n							<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" class="attachment-featured wp-post-image" alt="MindUp" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In today’s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven’t got a website for your business, you are lacking behind my dear friend. It’s the right time to design, or get designed a							<div class="more">\n							<a href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" class="attachment-featured wp-post-image" alt="Webiva" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs easy to use interface for their content							<div class="more">\n							<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" class="attachment-featured wp-post-image" alt="Phalcon" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website that not only delivers quality information about							<div class="more">\n							<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>2</a></li><li class=''current''><span class=''currenttext''>3</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/author/admin/page/11/''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '3', '', 'publish', 'closed', 'closed', '', '3-2', '', '', '2017-04-11 13:13:13', '2017-04-11 13:13:13', '', 0, 'http://thedesignpixel.com/3-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(33, 1, '2017-04-11 13:13:14', '2017-04-11 13:13:14', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" title="8 Best Sites to Watch CLT20 Live Streaming Online Free" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" class="attachment-featured wp-post-image" alt="Watch CLT20 Live Streaming Online" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" title="8 Best Sites to Watch CLT20 Live Streaming Online Free" rel="bookmark">8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Did you also find your life pointless, when it used to clock 8PM at the night, because you could not support your team anymore in the IPL. It all ended with a match worthy of a final, and KKR being crowned the champions of the game. IPL							<div class="more">\n							<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills,							<div class="more">\n							<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" class="attachment-featured wp-post-image" alt="Requests" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website. There was a time when only HTML							<div class="more">\n							<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative-Flat-HTML-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90’s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time period possible, and no one actually visits							<div class="more">\n							<a href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" class="attachment-featured wp-post-image" alt="Pandora FMS" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="bookmark">13 Best Free Server &#038; Network Monitoring Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We used to have a huge room, having hundreds of ledgers having tons of information, a few years back. After the introduction of the Information technology into everything, we now have a server which contains a lot of information, and responds to the client requests and does							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" class="attachment-featured wp-post-image" alt="Planzone" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="bookmark">40 Useful Project Management Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is a huge difference between doing the work, and getting the work done. When you are doing the work for yourself, you just do it, because you will be the one to blame, while getting the work done is something very difficult. You will have to							<div class="more">\n							<a href="http://thedesignpixel.com/useful-project-management-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" class="attachment-featured wp-post-image" alt="Dribble" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">50+ Creative 404 Error Page Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters too. A good website with a good							<div class="more">\n							<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" class="attachment-featured wp-post-image" alt="Polymaps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">35+ Best Data Visualization Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in the form of figures, charts, graphs, etc.,							<div class="more">\n							<a href="http://thedesignpixel.com/best-data-visualization-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>3</a></li><li class=''current''><span class=''currenttext''>4</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/5/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/author/admin/page/11/''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '4', '', 'publish', 'closed', 'closed', '', '4-2', '', '', '2017-04-11 13:13:14', '2017-04-11 13:13:14', '', 0, 'http://thedesignpixel.com/4-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(34, 1, '2017-04-11 13:13:14', '2017-04-11 13:13:14', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" class="attachment-featured wp-post-image" alt="Dribble" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">50+ Creative 404 Error Page Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters too. A good website with a good							<div class="more">\n							<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" class="attachment-featured wp-post-image" alt="Polymaps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">35+ Best Data Visualization Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in the form of figures, charts, graphs, etc.,							<div class="more">\n							<a href="http://thedesignpixel.com/best-data-visualization-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer							<div class="more">\n							<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" class="attachment-featured wp-post-image" alt="Logmein" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">8 Best Remote Desktop Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this great case, that you are already feeling							<div class="more">\n							<a href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" class="attachment-featured wp-post-image" alt="Luxahoy" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of tequila or gin smoked down, but to							<div class="more">\n							<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vista-best-WordPress-theme-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="bookmark">45+ Best Free Responsive Blogger Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Having a web blog is a must these days, if you wish to share your opinion and views to a lot of people. You can not call thousands of people to gather around somewhere, and speak out loud, what you feel, but yes, you can spread your							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="bookmark">50+ Best Premium Responsive WordPress Themes of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress was initially released in 2003, and since its release, it has been very common amongst all the Internet Marketers, and the most commonly used content management systems. With the availability of so many themes, plugins, applets, and other stuff, it is very obvious for everyone to							<div class="more">\n							<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/One-Drive-180x180.png" class="attachment-featured wp-post-image" alt="One Drive" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">10 Best Dropbox Alternatives for Small Business Owners</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using computer systems for storing everything. This feature							<div class="more">\n							<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" class="attachment-featured wp-post-image" alt="32 Wrinkled Paper Textures" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="bookmark">35+ Paper Textures and Backgrounds You’ll Love</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Customization is a needful deed today. We spend so many dollars of our hard earned money to buy our favorite hardware like laptops, tablets, softwares, etc., and how much cooler it becomes to be changing its default theme and style and modifying it into something that you							<div class="more">\n							<a href="http://thedesignpixel.com/paper-textures-backgrounds/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-180x180.jpg" class="attachment-featured wp-post-image" alt="IceCream" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role within the performance of the web site.							<div class="more">\n							<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>4</a></li><li class=''current''><span class=''currenttext''>5</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/6/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', '5', '', 'publish', 'closed', 'closed', '', '5-2', '', '', '2017-04-11 13:13:14', '2017-04-11 13:13:14', '', 0, 'http://thedesignpixel.com/5-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(35, 1, '2017-04-11 13:13:15', '2017-04-11 13:13:15', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n											<span>Author Archive</span> \r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\r\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" class="attachment-featured wp-post-image" alt="jquery-plugins" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance of the links with maintaining usability. Creating							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect-600x200.jpg" class="attachment-featured wp-post-image" alt="Parallax Effect" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">20 Best jQuery Parallax Scrolling Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always provides a better opportunity for the newbies.							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" class="attachment-featured wp-post-image" alt="Great" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" title="View all posts in WordPress" rel="nofollow">WordPress</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the most popular blogging system on the web							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\r\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="49 Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="49 Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">49 Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\r\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/5/'' class=''inactive''>5</a></li><li class=''current''><span class=''currenttext''>6</span></li></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><a href="http://themeforest.net/?ref=thedesignpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/themeforest.jpg" alt="Themeforest Site Templates"></a></p>\n</div>\n		</li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" class="bump-view" data-bump-view="tp">25+ Creative Examples of Vector Portrait Illustrations</a></li>\n<li><a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" class="bump-view" data-bump-view="tp">25 Best Free WordPress Portfolio Themes</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '6', '', 'publish', 'closed', 'closed', '', '6-2', '', '', '2017-04-11 13:13:15', '2017-04-11 13:13:15', '', 0, 'http://thedesignpixel.com/6-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(36, 1, '2017-04-11 13:13:16', '2017-04-11 13:13:16', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Author Archive</span> \n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="nofollow" id="featured-thumbnail">\n								 \n																								</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">30 Stylish WordPress Themes With Pretty Backgrounds</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							30 Stylish WordPress Themes With Pretty Backgrounds There are many ways to make your WordPress website look more beautiful, and one of such ways is to choose a theme with pretty backgrounds. There are a large number of stylish WordPress themes available for you to download, and							<div class="more">\n							<a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="nofollow" id="featured-thumbnail">\n								 \n																								</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Top 20 Facebook Layouts On The Web</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							&nbsp; Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to death with what you see. Fortunately,							<div class="more">\n							<a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML 5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n																								</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML 5 Templates" rel="bookmark">30 Stunning &#038; Beautiful HTML 5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							30 Stunning &amp; Beautiful HTML5 Templates In the world where content management systems have taken control over the web, and you can rarely find a website that isn’t powered by WordPress, sometimes there comes a natural desire to make things simpler. To break things down to their							<div class="more">\n							<a href="http://thedesignpixel.com/html5templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-180x180.jpg" class="attachment-featured wp-post-image" alt="45560-joom-b" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">30 Top Rated CMS &#038; Blog Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							30 Top Rated CMS &amp; Blog Templates for Your  Success Looking for qualitative CMS and Blog templates? This collection is made for you. In this stunning collection of 30 top rated CMS &amp; blog templates you will find a lot of beautiful themes ready to download and							<div class="more">\n							<a href="http://thedesignpixel.com/cms-blog-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-180x180.jpg" class="attachment-featured wp-post-image" alt="52086-wp-b" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							New WordPress Business Themes 40 new WordPress business themes will change your life for better, every startup Internet entrepenuer asks the question “How to find a premium business theme for a successful website?” And the answer at an opportune moment determines whether your business will be successful or you will							<div class="more">\n							<a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website  Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" class="attachment-featured wp-post-image" alt="EllaTheme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website  Templates" rel="bookmark">20 Premium Responsive and Mobile Website  Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							 Responsive Website Templates &nbsp; When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your website users an optimal experience no							<div class="more">\n							<a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" class="attachment-featured wp-post-image" alt="rockittheme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether its a rock band theme or a							<div class="more">\n							<a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="nofollow" id="featured-thumbnail">\n																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">40 Unique Cartoon and Comic Fonts</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have fun with these comic fonts. 1. Destroy							<div class="more">\n							<a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-180x180.jpg" class="attachment-featured wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time when the customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed, and came the concept of online							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-180x180.jpg" class="attachment-featured wp-post-image" alt="Export from Photoshop to SVG" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files.							<div class="more">\n							<a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li class=''current''><span class=''currenttext''>1</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/author/admin/page/2/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'admin', '', 'publish', 'closed', 'closed', '', 'admin', '', '', '2017-04-11 13:13:16', '2017-04-11 13:13:16', '', 0, 'http://thedesignpixel.com/admin/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(37, 1, '2017-04-11 13:13:20', '2017-04-11 13:13:20', '<div class="main-wrapper"><div class="archive-cover-box" ><div class="author-box author-desc-box"><div class="author-box-content"><div class="author-avtar"> <img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=90&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=180&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-90 photo'' height=''90'' width=''90'' /><noscript></noscript></div><div class="author-page-info archive-cover-content"><div class="author-head"><h5>The Design Pixel</h5></div><p class="uppercase">125 Articles</p><div class="author-social"> <span class="author-fb"><a class="fa fa-facebook" href="https://www.facebook.com/TheDesignPixel"></a></span> <span class="author-twitter"><a class="fa fa-twitter" href="https://twitter.com/TheDesignPixel"></a></span> <span class="author-gp"><a class="fa fa-google-plus" href="https://plus.google.com/+Thedesignpixel"></a></span> <span class="author-pinterest"><a class="fa fa-pinterest" href="https://www.pinterest.com/thedesignpixel/"></a></span></div></div></div></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><div class="content content-archive "><article class="post-4439 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">The Importance of Proactive Server Management</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Server management and web hosting are crucial areas for online businesses. Make sure you know what to look for when shopping for a web hosting provider.</p><div class="read-more"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4280 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4280" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">30 Stylish WordPress Themes With Pretty Backgrounds</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Here&#8217;s a collection of stylish Wordpress themes with beautiful backgrounds to help you grab the attention of your visitors.</p><div class="read-more"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4278 post type-post status-publish format-standard has-post-thumbnail hentry category-design"><div id="post-4278" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Top 20 Facebook Layouts On The Web</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to</p><div class="read-more"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4245 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">30 Stunning &#038; Beautiful HTML5 Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you don&#8217;t need all the features of a content management system (CMS), these responsive, fast HTML5 templates will help you build the site you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4203 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4203" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">30 Top Rated CMS &#038; Blog Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>30 Top Rated CMS &amp; Blog Templates for Your &nbsp;Success Looking for qualitative CMS and Blog templates? This collection is made for you. In this stunning collection of 30 top rated CMS &amp; blog templates you will find a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress"><div id="post-4121" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Having a professional, responsive website for a business is essential. These Wordpress business themes will make your company stand out against competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">20 Premium Responsive and Mobile Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Responsive Website Templates When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your</p><div class="read-more"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress"><div id="post-4075" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether</p><div class="read-more"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/author/the-design-pixel/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/author/the-design-pixel/''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>3</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>13</a> <a class="next page-numbers" href="http://thedesignpixel.com">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-3', '', '', '2017-04-11 13:13:20', '2017-04-11 13:13:20', '', 0, 'http://thedesignpixel.com/2-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(38, 1, '2017-04-11 13:13:24', '2017-04-11 13:13:24', '<div class="main-wrapper"><div class="archive-cover-box" ><div class="author-box author-desc-box"><div class="author-box-content"><div class="author-avtar"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=90&#038;d=mm&#038;r=g" alt srcset="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=180&amp;d=mm&amp;r=g 2x" class="avatar avatar-90 photo" height="90" width="90"><noscript></noscript></div><div class="author-page-info archive-cover-content"><div class="author-head"><h5>The Design Pixel</h5></div><p class="uppercase">125 Articles</p><div class="author-social"> <span class="author-fb"><a class="fa fa-facebook" href="https://www.facebook.com/TheDesignPixel"></a></span> <span class="author-twitter"><a class="fa fa-twitter" href="https://twitter.com/TheDesignPixel"></a></span> <span class="author-gp"><a class="fa fa-google-plus" href="https://plus.google.com/+Thedesignpixel"></a></span> <span class="author-pinterest"><a class="fa fa-pinterest" href="https://www.pinterest.com/thedesignpixel/"></a></span></div></div></div></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4882 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-docker tag-virtualization"><div id="post-4882" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Why You Should Use Docker to Run Apps Now</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">docker</a>, <a href="http://thedesignpixel.com" rel="tag">virtualization</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There is no better time to start using Docker than now, and here are a few reasons why you should benefit from this lightweight virtualization technology.</p><div class="read-more"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4762 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-bounce-rate tag-client-relationship tag-landing-page tag-onboarding tag-version-control"><div id="post-4762" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bounce rate</a>, <a href="http://thedesignpixel.com/tag/client-relationship/" rel="tag">client relationship</a>, <a href="http://thedesignpixel.com" rel="tag">landing page</a>, <a href="http://thedesignpixel.com" rel="tag">onboarding</a>, <a href="http://thedesignpixel.com" rel="tag">version control</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature version control in Wordpress, how to create a successful onboarding experience, interpreting your bounce rate, and more!</p><div class="read-more"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4737 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-breadcrumbs tag-responsive-design tag-sitelinks tag-svg tag-web-2-0"><div id="post-4737" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">SVG Tools, Breadcrumbs, Sitelinks</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">breadcrumbs</a>, <a href="http://thedesignpixel.com" rel="tag">responsive design</a>, <a href="http://thedesignpixel.com" rel="tag">sitelinks</a>, <a href="http://thedesignpixel.com" rel="tag">svg</a>, <a href="http://thedesignpixel.com" rel="tag">web 2.0</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week&#8217;s roundup features SVG tools, the role of traditional design elements in 2.0 media, development for multiple devices, breadcrumbs and sitelinks.</p><div class="read-more"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4717 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-joomla tag-templates"><div id="post-4717" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">30 Joomla Templates for Your Current Web Project</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Joomla is one of the most popular CMS in the world. These Joomla templates will help you define the look and feel of your new Joomla site.</p><div class="read-more"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/author/the-design-pixel/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>13</a> <a class="next page-numbers" href="http://thedesignpixel.com/author/the-design-pixel/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'the design pixel', '', 'publish', 'closed', 'closed', '', 'the-design-pixel', '', '', '2017-04-11 13:13:24', '2017-04-11 13:13:24', '', 0, 'http://thedesignpixel.com/the-design-pixel/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(39, 1, '2017-04-11 13:13:25', '2017-04-11 13:13:25', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-430" class="g post post-430 type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-typography cat-4-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Beautiful Examples of Brochure Designs for Inspiration</div> <header><h1 class="title">20 Beautiful Examples of Brochure Designs for Inspiration</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>Every business owner knows the importance of advertisement. It can be done to introduce a company or while launching a new product in the market. There are many mediums of advertising these days, however my favorite would be making Brochure and distributing it physically or digitally via the internet.</p><p>I do not know the history of Brochure making; however it&rsquo;s something that has mesmerized me since I was a kid. Whenever I see an attractive Brochure I feel the need to buy the product it advertises or just keep it with me to get ideas when I make one for my business.</p><p>A good brochure design is the best kind of salesman who speaks highly about your Business and your products. It is very important to choose the right kind of brochure designs and its types. Some common types of brochures are <i>bi-fold or tri-fold</i>. Depending on your desecration you can select the type of brochure as it would also decide how your design would look on the brochure.</p><p>Once the type of brochure is decided, the next step to choose a design that suits the business and the product you intend to sell. Finding a brochure design that is clean and uncluttered is the most difficult part of making a brochure. Too much of content can be fatal, however too little information kills the purpose of the brochure, I am not trying to scare you guys. I want to let you know about the possible pitfalls before helping you find the perfect brochure design.</p><p>With my years of experience in the industry and lots of research, I have made a list of Beautiful Examples of Brochure Designs for Inspiration. I can guarantee that these brochure templates would look good when used for any business or product. These designs are so versatile that It will feed your creativity and the end result could be a possible genius.</p><h3><span style="text-decoration: underline;"><em><strong>20 Beautiful Examples of Brochure Designs for Inspiration:</strong></em></span></h3><p><strong><a href="http://www.hyperakt.com/work-detail/223" target="_blank">The White House Project</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project.jpg"><img class="aligncenter size-full wp-image-431" title="The White House Project" alt="The White House Project" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project.jpg" width="600" height="401"></a></p><p><strong><a href="http://www.behance.net/Gallery/Key-Slovenia--Contemporary-Slovenian-Writers/156980" target="_blank">Key Slovenia Contemporary Slovenian Writers</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Key-Slovenia-Contemporary-Slovenian-Writers.jpg"><img class="aligncenter size-full wp-image-432" title="Key Slovenia Contemporary Slovenian Writers" alt="Key Slovenia Contemporary Slovenian Writers" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Key-Slovenia-Contemporary-Slovenian-Writers.jpg" width="600" height="600"></a></p><p><strong><a href="http://emtgrafico.deviantart.com/art/Brochure-132633496" target="_blank">Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brochure.jpg"><img class="aligncenter size-full wp-image-433" title="Brochure Designs for Inspiration" alt="Brochure Designs for Inspiration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brochure.jpg" width="600" height="382"></a></p><p><strong><a href="http://24beyond.deviantart.com/art/Creative-Catalogue-Brochure-293906205" target="_blank">Creative Catalogue Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Catalogue-Brochure.jpg"><img class="aligncenter size-full wp-image-434" title="Creative Catalogue Brochure" alt="Creative Catalogue Brochure" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Catalogue-Brochure.jpg" width="600" height="383"></a></p><p><strong><a href="http://www.behance.net/Gallery/2008-Calendar/53834" target="_blank">2008 Calendar</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/2008-Calendar.jpg"><img class="aligncenter size-full wp-image-435" title="2008 Calendar" alt="2008 Calendar" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/2008-Calendar.jpg" width="600" height="236"></a></p><p><strong><a href="http://www.behance.net/gallery/mediaPro-Brochure/922542" target="_blank">MediaPro Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MediaPro-Brochure.jpg"><img class="aligncenter size-full wp-image-436" title="MediaPro Brochure" alt="MediaPro Brochure" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MediaPro-Brochure.jpg" width="597" height="600"></a></p><p><strong><a href="http://www.behance.net/Gallery/Berlin-Cafe-posters/154788" target="_blank">Berlin Cafe posters</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Berlin-Cafe-posters.jpg"><img class="aligncenter size-full wp-image-437" title="Berlin Cafe posters" alt="Berlin Cafe posters" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Berlin-Cafe-posters.jpg" width="600" height="937"></a></p><p><strong><a href="http://carvalhar.com/projeto/perfil-institucional-com-dobras" target="_blank"><span class="GINGER_SOFATWARE_mark" id="96c6c94e-88ed-4e12-8c77-13a7561c73d5"><span class="GINGER_SOFATWARE_mark" id="0082ee52-c0f5-423e-a2b9-71fd4a4a9f92">Biolab</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Biolab.jpg"><img class="aligncenter size-full wp-image-438" title="Biolab Brochure Designs for Inspiration" alt="Biolab Brochure Designs for Inspiration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Biolab.jpg" width="600" height="333"></a></p><p><strong><a href="http://www.flickr.com/photos/widgetsandstone/2611142160/in/photostream/" target="_blank">4BAF07-1</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/4BAF07-1.jpg"><img class="aligncenter size-full wp-image-439" title="4BAF07-1 Brochure Designs for Inspiration" alt="4BAF07-1 Brochure Designs for Inspiration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/4BAF07-1.jpg" width="600" height="944"></a></p><p><strong><a href="http://b3ns.deviantart.com/art/Leporello-Street-Art-design-1-58094524" target="_blank">Leporello Street Art design 1</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Leporello-Street-Art-design-1.jpg"><img class="aligncenter size-full wp-image-440" title="Leporello Street Art design" alt="Leporello Street Art design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Leporello-Street-Art-design-1.jpg" width="600" height="480"></a></p><p><strong><a href="http://www.behance.net/gallery/Design-Futures-exhibition-materials/4406721" target="_blank">Design Futures exhibition materials</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Futures-exhibition-materials.jpg"><img class="aligncenter size-full wp-image-441" title="Design Futures exhibition materials" alt="Design Futures exhibition materials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Futures-exhibition-materials.jpg" width="600" height="424"></a></p><p><strong><a href="http://www.behance.net/gallery/Using-25D-Graphic-Design/3218771" target="_blank">Using 2.5D Graphic Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Using-2.5D-Graphic-Design.jpg"><img class="aligncenter size-full wp-image-442" title="Using 2.5D Graphic Design" alt="Using 2.5D Graphic Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Using-2.5D-Graphic-Design.jpg" width="600" height="308"></a></p><p><strong><a href="http://sherifshaaban.deviantart.com/art/Attitude-Brochure-85069502" target="_blank">Attitude Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Attitude-Brochure.jpg"><img class="aligncenter size-full wp-image-443" title="Attitude Brochure" alt="Attitude Brochure" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Attitude-Brochure.jpg" width="600" height="855"></a></p><p><strong><a href="http://www.behance.net/gallery/MCA-A5-Brochure-Design/209902" target="_blank">MCA &ndash; A5 Brochure Design</a></strong></p><p style="text-align: center;"><a href="#"></a></p><p><strong><a href="http://www.behance.net/gallery/Annual-Report-Brochure/5269677" target="_blank">Annual Report Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Annual-Report-Brochure.jpg"><img class="aligncenter size-full wp-image-445" title="Annual Report Brochure" alt="Annual Report Brochure" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Annual-Report-Brochure.jpg" width="600" height="442"></a></p><p><strong><a href="http://groenmichael.deviantart.com/art/Concept-and-design-national-marketing-material-310761367" target="_blank">Concept and design national marketing material</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Concept-and-design-national-marketing-material.jpg"><img class="aligncenter size-full wp-image-446" title="Concept and design national marketing material" alt="Concept and design national marketing material" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Concept-and-design-national-marketing-material.jpg" width="600" height="450"></a></p><p><strong><a href="http://www.behance.net/Gallery/Coqoclock-self-promotion/338883" target="_blank"><span class="GINGER_SOFATWARE_mark" id="0d41edb8-d33d-458c-8d6d-f62fdebcbce2"><span class="GINGER_SOFATWARE_mark" id="c1f479da-6f6d-42e0-93c4-8c46e783a681">Coqo&rsquo;clock</span></span> self-promotion</a></strong></p><p style="text-align: center;"><a href="#"></a></p><p><strong><a href="http://sourcecreative.co.uk/plaay/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="f9b763b0-d851-4fac-8d89-fd062f70e8cf"><span class="GINGER_SOFATWARE_mark" id="f43c1325-110d-4efd-9b38-e03552f42929">Plaay</span></span> <span class="GINGER_SOFATWARE_mark" id="fbb53778-98ca-43b4-9064-9ead8de5e8a1"><span class="GINGER_SOFATWARE_mark" id="337e2333-9a05-42b1-b35d-899f786c9976">Programme</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Plaay-Programme.jpg"><img class="aligncenter size-full wp-image-448" title="Plaay Programme" alt="Plaay Programme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Plaay-Programme.jpg" width="600" height="476"></a></p><p><strong><a href="http://www.behance.net/gallery/Waterfront-Brochure/3141564" target="_blank">Waterfront Brochure</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Waterfront-Brochure.jpg"><img class="aligncenter size-full wp-image-449" title="Waterfront Brochure" alt="Waterfront Brochure" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Waterfront-Brochure.jpg" width="600" height="392"></a></p><p><strong><a href="http://vi.sualize.us/hike_design_college_ravensbourne_modernism_geometry_picture_aSV4.html" target="_blank">Hike Design Ravensbourne</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Hike-Design-Ravensbourne.jpg"><img class="aligncenter size-full wp-image-450" title="Hike Design Ravensbourne" alt="Hike Design Ravensbourne" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Hike-Design-Ravensbourne.jpg" width="600" height="384"></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-542" data-post-type="none" ><a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" class="wp_rp_title">40+ Clean and White Business Card Designs for Your Inspiration</a></li><li data-position="1" data-poid="in-498" data-post-type="none" ><a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" class="wp_rp_title">35+ Fresh Photoshop Text Effect Tutorials</a></li><li data-position="2" data-poid="in-354" data-post-type="none" ><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_title">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li data-position="3" data-poid="in-1308" data-post-type="none" ><a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" class="wp_rp_title">15 Creative Art &#038; Design Short Videos for Inspiration</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-White-House-Project.jpg&amp;description=20%20Beautiful%20Examples%20of%20Brochure%20Designs%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-430_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-430_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-430_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-430_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-430_0"\nclass="wc_email wc_field_input email"\nname="wc_email" required="required" value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-430_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-430_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-430_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-430_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-430_0">None</label> <br/> <input id="wc_notification_new_reply-430_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-430_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-430_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-430_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-430_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-430_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-430_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-430_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-430_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="430"\nid="wc_comment_post_ID-430_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-430_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="430" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'beautiful examples of brochure designs for inspiration', '', 'publish', 'closed', 'closed', '', 'beautiful-examples-of-brochure-designs-for-inspiration', '', '', '2017-04-11 13:13:25', '2017-04-11 13:13:25', '', 0, 'http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(40, 1, '2017-04-11 13:13:28', '2017-04-11 13:13:28', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers </div>\n<div class="single-content">\n<article class="post-1048 post type-post status-publish format-standard has-post-thumbnail hentry category-tutorials tag-adobe tag-css tag-development tag-html">\n<div id="post-1048" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<div class="beforepost"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center></div>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website&rsquo;s web pages in Notepad, that is the traditional method, and consuming so much of your time. We, today, have so many new development platforms and tools, that will give you a quick and easy experience while writing the code, executing it, etc. The code lines can be easily understood, the compile times are quick and fast, and help a website developer in all the ways possible.</p>\n<p>Dreamweaver, from the Adobe Corporation is one of the most widely used tools for website development, providing quickness and a lot of convenience to the developers. But, before you start to use these, you first need to actually learn about how to use it, and make the full use of it accordingly, when working on your projects, and save your time, money and efforts, by a great amount! After you have spent the money on purchasing the Dreamweaver, you may choose between free, or paid tutorials and ebooks.&nbsp; And due to the availability of so many ebooks and tutorials over the web, it becomes very confusing to choose the one, which will get your basics clear and you will be able to make the full most use of this great application.</p>\n<p>These are the best 25 dreamweaver CS6 tutorials, that are free of cost, so, you need not worry about spending those more dollars on the tutorials, after you already bought the expensive dreamweaver application. These tutorials teach you the shortcuts, saving your time, Basics of the application, the GUI toolkits, and everything that you need to properly crack into this application and make the full most use of it.\n</p>\n<h3><strong><span style="text-decoration: underline;"><em>25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</em></span>:<br/>\n</strong></h3>\n<p><a href="http://www.photoshopcafe.com/cs6/Dreamweaver-CS6.html"><b>Guide to New Dreamweaver CS6 Features</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png"><img class="aligncenter size-full wp-image-1049" title="Guide to New Dreamweaver CS6 Features" alt="Guide to New Dreamweaver CS6 Features" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1049" title="Guide to New Dreamweaver CS6 Features" alt="Guide to New Dreamweaver CS6 Features" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://keycommands.info/adobe-dreamweaver-cs6-keyboard-shortcuts.php"><b>CS6 Keyboard Shortcuts</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts.png"><img class="aligncenter size-full wp-image-1050" title="CS6 Keyboard Shortcuts" alt="CS6 Keyboard Shortcuts" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1050" title="CS6 Keyboard Shortcuts" alt="CS6 Keyboard Shortcuts" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/CS6-Keyboard-Shortcuts.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.iannuttall.co.uk/design/dreamweavertutorial/"><b><span class="GINGER_SOFATWARE_mark" id="f46e4862-295e-4841-a897-d5801502e939"><span class="GINGER_SOFATWARE_mark" id="fc0a2e0d-d04d-43b9-bf50-8ece9d11c763">Website</span></span> Setup and FTP</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Website-Setup-and-FTP.png"><img class="aligncenter size-full wp-image-1051" title="Website Setup and FTP" alt="Website Setup and FTP" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Website-Setup-and-FTP.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Website-Setup-and-FTP-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Website-Setup-and-FTP.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1051" title="Website Setup and FTP" alt="Website Setup and FTP" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Website-Setup-and-FTP.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Website-Setup-and-FTP-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Website-Setup-and-FTP.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://shirishkadam.wordpress.com/2013/04/25/how-to-add-your-wordpress-website-to-dreamweaver-cs6/"><b>Add your WordPress Website into Dreamweaver</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver.png"><img class="aligncenter size-full wp-image-1052" title="Add your WordPress Website into Dreamweaver" alt="Add your WordPress Website into Dreamweaver" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1052" title="Add your WordPress Website into Dreamweaver" alt="Add your WordPress Website into Dreamweaver" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Add-your-WordPress-Website-into-Dreamweaver.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://webdesign.tutsplus.com/tutorials/applications/working-with-fluid-images-in-dreamweaver-cs6/"><b>Fluid Images in Dreamweaver CS6</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6.png"><img class="aligncenter size-full wp-image-1053" title="Fluid Images in Dreamweaver CS6" alt="Fluid Images in Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1053" title="Fluid Images in Dreamweaver CS6" alt="Fluid Images in Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fluid-Images-in-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://webdesign.tutsplus.com/tutorials/applications/getting-started-with-dreamweaver-cs6-fluid-grids/"><b>Getting Started with Fluid Grids</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids.png"><img class="aligncenter size-full wp-image-1054" title="Getting Started with Fluid Grids" alt="Getting Started with Fluid Grids" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1054" title="Getting Started with Fluid Grids" alt="Getting Started with Fluid Grids" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Getting-Started-with-Fluid-Grids.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://webdesign.tutsplus.com/tutorials/applications/laying-out-fluid-grids-in-dreamweaver-cs6/"><b>Laying Out Fluid Grids in Dreamweaver CS6</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6.png"><img class="aligncenter size-full wp-image-1055" title="Laying Out Fluid Grids in Dreamweaver CS6" alt="Laying Out Fluid Grids in Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1055" title="Laying Out Fluid Grids in Dreamweaver CS6" alt="Laying Out Fluid Grids in Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Laying-Out-Fluid-Grids-in-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://webdesign.tutsplus.com/tutorials/site-elements/how-to-use-css-sprites-in-fireworks-and-dreamweaver/"><b>How to Use CSS Sprites</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites.png"><img class="aligncenter size-full wp-image-1056" title="How to Use CSS Sprites" alt="How to Use CSS Sprites" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1056" title="How to Use CSS Sprites" alt="How to Use CSS Sprites" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Use-CSS-Sprites.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.digitalartsonline.co.uk/tutorials/dreamweaver/use-css3-transitions-for-form-highlights-in-dreamweaver-cs6/"><b>CSS3 transitions for form highlights</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights.png"><img class="aligncenter size-full wp-image-1057" title="CSS3 transitions for form highlights" alt="CSS3 transitions for form highlights" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1057" title="CSS3 transitions for form highlights" alt="CSS3 transitions for form highlights" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/CSS3-transitions-for-form-highlights.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html"><b>Setup your Dreamweaver site and project files</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png"><img class="aligncenter size-full wp-image-1058" title="Setup your Dreamweaver site and project files" alt="Setup your Dreamweaver site and project files" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1058" title="Setup your Dreamweaver site and project files" alt="Setup your Dreamweaver site and project files" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.adobe.com/inspire/2012/10/ten-steps-dreamweaver-cs6.html"><b>Building a Photo Gallery <span class="GINGER_SOFATWARE_mark" id="4eeba87a-9560-45ee-b704-0426ac1af7d4"><span class="GINGER_SOFATWARE_mark" id="23f08384-5a04-4d34-8506-3583109f0529">Website</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png"><img class="aligncenter size-full wp-image-1058" alt="Setup your Dreamweaver site and project files" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1058" alt="Setup your Dreamweaver site and project files" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Setup-your-Dreamweaver-site-and-project-files.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a> <a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website.png"><img class="aligncenter size-full wp-image-1059" title="Building a Photo Gallery Website" alt="Building a Photo Gallery Website" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1059" title="Building a Photo Gallery Website" alt="Building a Photo Gallery Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Photo-Gallery-Website.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.adobe.com/inspire/2013/02/css-transitions-dreamweaver.html"><b>Enhancing HTML pages with CSS transitions</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions.png"><img class="aligncenter size-full wp-image-1060" title="Enhancing HTML pages with CSS transitions" alt="Enhancing HTML pages with CSS transitions" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1060" title="Enhancing HTML pages with CSS transitions" alt="Enhancing HTML pages with CSS transitions" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Enhancing-HTML-pages-with-CSS-transitions.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.adobe.com/inspire/2013/04/dreamweaver-cs6-html5-video.html"><b>Embedding video in HTML5</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Embedding-video-in-HTML5.png"><img class="aligncenter size-full wp-image-1061" title="Embedding video in HTML5" alt="Embedding video in HTML5" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Embedding-video-in-HTML5.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Embedding-video-in-HTML5-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Embedding-video-in-HTML5.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1061" title="Embedding video in HTML5" alt="Embedding video in HTML5" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Embedding-video-in-HTML5.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Embedding-video-in-HTML5-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Embedding-video-in-HTML5.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7762a.html"><b>Dreamweaver CS6 Extensions Guide</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide.png"><img class="aligncenter size-full wp-image-1062" title="Dreamweaver CS6 Extensions Guide" alt="Dreamweaver CS6 Extensions Guide" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1062" title="Dreamweaver CS6 Extensions Guide" alt="Dreamweaver CS6 Extensions Guide" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-Extensions-Guide.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7e49a.html"><b>Working with Dreamweaver library items</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items.png"><img class="aligncenter size-full wp-image-1063" title="Working with Dreamweaver library items" alt="Working with Dreamweaver library items" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1063" title="Working with Dreamweaver library items" alt="Working with Dreamweaver library items" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-library-items.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7884a.html"><b>Building a login page</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-login-page.png"><img class="aligncenter size-full wp-image-1064" title="Building a login page -Adobe Dreamweaver CS6 Tutorials for Web Designers" alt="Building a login page -Adobe Dreamweaver CS6 Tutorials for Web Designers" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Building-a-login-page.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-login-page-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-login-page.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1064" title="Building a login page -Adobe Dreamweaver CS6 Tutorials for Web Designers" alt="Building a login page -Adobe Dreamweaver CS6 Tutorials for Web Designers" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-login-page.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-login-page-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-login-page.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-78a7a.html"><b>Building a record insert page</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-record-insert-page.png"><img class="aligncenter size-full wp-image-1065" title="Building a record insert page" alt="Building a record insert page" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Building-a-record-insert-page.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-record-insert-page-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-record-insert-page.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1065" title="Building a record insert page" alt="Building a record insert page" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-record-insert-page.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-record-insert-page-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-record-insert-page.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tv.adobe.com/watch/creative-week-how-tos/dreamweaver-cs6-for-responsive-design/"><b>Dreamweaver CS6 for Responsive Design</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design.png"><img class="aligncenter size-full wp-image-1066" title="Dreamweaver CS6 for Responsive Design" alt="Dreamweaver CS6 for Responsive Design" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1066" title="Dreamweaver CS6 for Responsive Design" alt="Dreamweaver CS6 for Responsive Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-CS6-for-Responsive-Design.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tv.adobe.com/watch/taming-the-web-with-greg-rewis/building-a-databasedriven-web-site/"><b>Building a Database-Driven Website</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-Database-Driven-Website.png"><img class="aligncenter size-full wp-image-1067" title="Building a Database-Driven Website" alt="Building a Database-Driven Website" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Database-Driven-Website.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Database-Driven-Website-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Database-Driven-Website.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1067" title="Building a Database-Driven Website" alt="Building a Database-Driven Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Building-a-Database-Driven-Website.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Database-Driven-Website-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Building-a-Database-Driven-Website.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.peachpit.com/articles/article.aspx?p=1860944"><b>Using Web Fonts in Adobe Dreamweaver CS6</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6.png"><img class="aligncenter size-full wp-image-1068" title="Using Web Fonts in Adobe Dreamweaver CS6" alt="Using Web Fonts in Adobe Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1068" title="Using Web Fonts in Adobe Dreamweaver CS6" alt="Using Web Fonts in Adobe Dreamweaver CS6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-Web-Fonts-in-Adobe-Dreamweaver-CS6.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.digitalfamily.com/tutorials/edit-a-drop-down-menu-in-dreamweaver-spry/"><b>Edit a Dreamweaver Spry Drop-Down Menu</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu.png"><img class="aligncenter size-full wp-image-1069" title="Edit a Dreamweaver Spry Drop-Down Menu" alt="Edit a Dreamweaver Spry Drop-Down Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1069" title="Edit a Dreamweaver Spry Drop-Down Menu" alt="Edit a Dreamweaver Spry Drop-Down Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Edit-a-Dreamweaver-Spry-Drop-Down-Menu.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.digitalfamily.com/tutorials/how-to-use-the-css-rule-definition-panel-for-styles-in-dreamweaver-cs6/"><b>Using the CSS Rule Definition Panel</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel.png"><img class="aligncenter size-full wp-image-1070" title="Using the CSS Rule Definition Panel" alt="Using the CSS Rule Definition Panel" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1070" title="Using the CSS Rule Definition Panel" alt="Using the CSS Rule Definition Panel" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Using-the-CSS-Rule-Definition-Panel.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.digitalfamily.com/tutorials/creating-websites-with-dreamweaver-html-templates-dwt/"><b>Working with Dreamweaver Templates (<span class="GINGER_SOFATWARE_mark" id="9356164c-dcc5-411e-883d-449553246d7d"><span class="GINGER_SOFATWARE_mark" id="347a77d9-fb55-401c-b6d8-e67e9ee41175">.</span></span><span class="GINGER_SOFATWARE_mark" id="63586bee-11de-4faf-93fd-e572cc1a725a"><span class="GINGER_SOFATWARE_mark" id="be4a3767-ce12-4df7-86c6-f6ac8dec2f05">dwt</span></span>)</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_.png"><img class="aligncenter size-full wp-image-1071" title="Working with Dreamweaver Templates (.dwt)" alt="Working with Dreamweaver Templates (.dwt)" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1071" title="Working with Dreamweaver Templates (.dwt)" alt="Working with Dreamweaver Templates (.dwt)" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Working-with-Dreamweaver-Templates-.dwt_.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://blog.infiniteskills.com/2012/09/dreamweaver-cs6-tutorial-modifying-an-existing-site/"><b>How To Modify an Existing Site</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site.png"><img class="aligncenter size-full wp-image-1072" title="How To Modify an Existing Site" alt="How To Modify an Existing Site" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1072" title="How To Modify an Existing Site" alt="How To Modify an Existing Site" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-To-Modify-an-Existing-Site.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7c15a.html"><b>Dreamweaver Image Map</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-Image-Map.png"><img class="aligncenter size-full wp-image-1073" title="Dreamweaver Image Map -Adobe Dreamweaver CS6 Tutorials for Web Designers" alt="Dreamweaver Image Map -Adobe Dreamweaver CS6 Tutorials for Web Designers" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-Image-Map.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-Image-Map-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-Image-Map.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1073" title="Dreamweaver Image Map -Adobe Dreamweaver CS6 Tutorials for Web Designers" alt="Dreamweaver Image Map -Adobe Dreamweaver CS6 Tutorials for Web Designers" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dreamweaver-Image-Map.png" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-Image-Map-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dreamweaver-Image-Map.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<div class="single-post-ad">\n<div id="contentad116044"></div>\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script> </div>\n</div> \n</div> \n</div> \n</article> </div> \n<div class="wpdiscuz_top_clearing"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div class="wpdiscuz_clear"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="Gk8hda462e2f87bf718f4b0399a0b62edb5bf3e5cda040dc9a6268c35fdc3039d0cff" class="wpdiscuz-cnonce" name="cnonce" value="Gk8hda462e2f87bf718f4b0399a0b62edb5bf3e5cda040dc9a6268c35fdc3039d0cff"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="UW1FG664f44c0fb20218e4873c702f9e7689f2fb0419239ee3f2596fc5fdc90836f3c" class="wpdiscuz-cnonce" name="cnonce" value="UW1FG664f44c0fb20218e4873c702f9e7689f2fb0419239ee3f2596fc5fdc90836f3c"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div class="wpdiscuz_clear"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\n<span class="meta">\n<time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\n<span class="meta">\n<time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\n<span class="meta">\n<time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\n<span class="meta">\n<time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'best adobe dreamweaver cs6 tutorials for web designers', '', 'publish', 'closed', 'closed', '', 'best-adobe-dreamweaver-cs6-tutorials-for-web-designers', '', '', '2017-04-11 13:13:28', '2017-04-11 13:13:28', '', 0, 'http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(41, 1, '2017-04-11 13:13:30', '2017-04-11 13:13:30', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;15 Best Bootstrap UI Editors</div><div class="single-content"><article class="post-1810 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-tools tag-ui-design tag-ux-design"><div id="post-1810" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">15 Best Bootstrap UI Editors</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content management systems, considering WordPress, Joomla, etc., as a common example of the same. But, there came a time, when the customization reached levels, these CMS systems were unable to achieve, so we came back to the traditional manual development, which is generally a process involving huge loads of efforts and time. Solve this problem, we have various tool kits for web development, that provide a cool platform, where you need to use your coding and designing skills, and design anything that you want to, and even better than the CMS capabilities.</p><p>Bootstrap, is also a type of these tool kits providing a great collection of tools that help you in achieving amazing results in web development effortlessly and much more effectively and efficiently. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional, JavaScript extensions, and this is the reason for what it turned out to be the best project on Github, with more than almost 1,00,000 users, who were active.</p><p>There are various User Interfaces for the bootstrap, which are even customizable. You may want a specific module to be available more handy, that you feel like, is used more, and want to remove any useless elements, and make the things more clean. You can easily edit these User Interfaces, and a common list of the best 15 Bootstrap UI Editors is available here. These are the best ones, with the least complexity and size:</p><h3><span style="text-decoration: underline;"><em><strong>15 Best Bootstrap UI <span id="c18efbcd-5fdd-4035-beb4-e3b4e25f2711" class="GINGER_SOFATWARE_mark"><span id="b8259074-70e1-402e-9735-8aad761d88dc" class="GINGER_SOFATWARE_mark">Editors</span></span></strong></em></span>:</h3><p><a href="http://pikock.github.io/bootstrap-magic/app/#%21/editor"><strong>Bootstrap Magic</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic.jpg"><img class="aligncenter size-full wp-image-1811" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic.jpg" alt="Bootstrap Magic" width="600" height="312" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1811" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic.jpg" alt="Bootstrap Magic" width="600" height="312" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://bootswatchr.com/"><strong><span id="1b6792c4-dfbe-4028-8981-7385ac987c4f" class="GINGER_SOFATWARE_mark">BootSwatchr</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/BootSwatchr.jpg"><img class="aligncenter size-full wp-image-1812" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/BootSwatchr.jpg" alt="BootSwatchr" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/BootSwatchr.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/BootSwatchr-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1812" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/BootSwatchr.jpg" alt="BootSwatchr" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/BootSwatchr.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/BootSwatchr-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://wrapbootstrap.com/preview/WB0DFT966"><strong>Bootstrap Live Editor</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Live-Editor.jpg"><img class="aligncenter size-full wp-image-1813" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Live-Editor.jpg" alt="Bootstrap Live Editor" width="600" height="219" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Live-Editor.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Live-Editor-300x110.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1813" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Live-Editor.jpg" alt="Bootstrap Live Editor" width="600" height="219" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Live-Editor.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Live-Editor-300x110.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://fancyboot.designspebam.com/"><strong>Fancy Boot</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Fancy-Boot.jpg"><img class="aligncenter size-full wp-image-1814" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Fancy-Boot.jpg" alt="Fancy Boot" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Fancy-Boot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Fancy-Boot-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1814" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Fancy-Boot.jpg" alt="Fancy Boot" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Fancy-Boot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Fancy-Boot-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>&nbsp;</p><p><a href="http://stylebootstrap.info/"><strong>Style Bootstrap</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Style-Bootstrap.jpg"><img class="aligncenter size-full wp-image-1815" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Style-Bootstrap.jpg" alt="Style Bootstrap" width="600" height="266" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Style-Bootstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Style-Bootstrap-300x133.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1815" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Style-Bootstrap.jpg" alt="Style Bootstrap" width="600" height="266" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Style-Bootstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Style-Bootstrap-300x133.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.lavishbootstrap.com/"><strong>Lavish</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lavish.jpg"><img class="aligncenter size-full wp-image-1816" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Lavish.jpg" alt="Lavish" width="600" height="524" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lavish.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lavish-300x262.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1816" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lavish.jpg" alt="Lavish" width="600" height="524" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lavish.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lavish-300x262.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.bootstrapthemeroller.com/"><strong>Bootstrap ThemeRoller</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-ThemeRoller.jpg"><img class="aligncenter size-full wp-image-1817" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-ThemeRoller.jpg" alt="Bootstrap ThemeRoller" width="600" height="199" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-ThemeRoller.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-ThemeRoller-300x100.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1817" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-ThemeRoller.jpg" alt="Bootstrap ThemeRoller" width="600" height="199" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-ThemeRoller.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-ThemeRoller-300x100.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.layoutit.com/"><strong><span id="edcced97-f15d-4e89-b18a-52668b48b150" class="GINGER_SOFATWARE_mark">LayoutIt</span>!</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/LayoutIt.jpg"><img class="aligncenter size-full wp-image-1818" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/LayoutIt.jpg" alt="LayoutIt!" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/LayoutIt.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/LayoutIt-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1818" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/LayoutIt.jpg" alt="LayoutIt!" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/LayoutIt.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/LayoutIt-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pingendo.com/"><strong><span id="c98d1f87-2741-4f64-af44-d97799b680a9" class="GINGER_SOFATWARE_mark">Pingendo</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pingendo.jpg"><img class="aligncenter size-full wp-image-1819" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Pingendo.jpg" alt="Pingendo" width="600" height="521" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pingendo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pingendo-300x261.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1819" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pingendo.jpg" alt="Pingendo" width="600" height="521" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pingendo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pingendo-300x261.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://getkickstrap.com/docs.html#/first-steps"><strong><span id="ecfe7487-a75a-49eb-a904-907066dc6b14" class="GINGER_SOFATWARE_mark"><span id="acd06d46-f38f-4066-ab97-3d32d46c4dfa" class="GINGER_SOFATWARE_mark">Kickstrap</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Kickstrap.jpg"><img class="aligncenter size-full wp-image-1820" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Kickstrap.jpg" alt="Kickstrap" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kickstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kickstrap-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1820" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Kickstrap.jpg" alt="Kickstrap" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kickstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kickstrap-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://bootply.com/"><strong><span id="15387ebc-4781-4253-87d1-e998f9599b97" class="GINGER_SOFATWARE_mark">Bootply</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootply.jpg"><img class="aligncenter size-full wp-image-1821" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bootply.jpg" alt="Bootply" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootply.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootply-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1821" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootply.jpg" alt="Bootply" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootply.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootply-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>&nbsp;</p><p><a href="http://vitalets.github.io/x-editable/"><strong>X-Editable</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/X-editable.jpg"><img class="aligncenter size-full wp-image-1822" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/X-editable.jpg" alt="X-editable" width="600" height="275" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/X-editable.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/X-editable-300x138.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1822" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/X-editable.jpg" alt="X-editable" width="600" height="275" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/X-editable.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/X-editable-300x138.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://jetstrap.com/"><strong><span id="03e4aaa8-9038-43a5-aadb-28f778efbbd1" class="GINGER_SOFATWARE_mark">Jetstrap</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jetstrap.jpg"><img class="aligncenter size-full wp-image-1823" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Jetstrap.jpg" alt="Jetstrap" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jetstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jetstrap-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1823" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jetstrap.jpg" alt="Jetstrap" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jetstrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jetstrap-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.divshot.com/"><strong><span id="20012a86-9090-4ffe-b29d-9f8bb0e42e2d" class="GINGER_SOFATWARE_mark">DivShot</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/DivShot.jpg"><img class="aligncenter size-full wp-image-1824" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/DivShot.jpg" alt="DivShot" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/DivShot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/DivShot-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1824" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/DivShot.jpg" alt="DivShot" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/DivShot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/DivShot-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>&nbsp;</p><p><a href="http://paintstrap.com/"><strong><span id="3636fe14-66d9-427f-b57f-6301fc03ee12" class="GINGER_SOFATWARE_mark">PaintStrap</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PaintStrap.jpg"><img class="aligncenter size-full wp-image-1825" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/PaintStrap.jpg" alt="PaintStrap" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/PaintStrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/PaintStrap-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1825" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PaintStrap.jpg" alt="PaintStrap" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/PaintStrap.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/PaintStrap-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://bootsnipp.com/"><strong><span id="bb94db10-f279-4741-9747-75734cf80ad5" class="GINGER_SOFATWARE_mark">Bootsnipp</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootsnipp.jpg"><img class="aligncenter size-full wp-image-1826" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bootsnipp.jpg" alt="Bootsnipp" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootsnipp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootsnipp-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1826" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootsnipp.jpg" alt="Bootsnipp" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootsnipp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootsnipp-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "15 Best Bootstrap UI Editors"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="ZBmTw57f971bf3808249e99465b9c193849432c0c281782053b087d58ee2a9de6e1e4" class="wpdiscuz-cnonce" name="cnonce" value="ZBmTw57f971bf3808249e99465b9c193849432c0c281782053b087d58ee2a9de6e1e4" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="unw2q8b60a9643f67ef3afed1884301544c86ff62d973ca5a62ef8d1d830d63322bf1" class="wpdiscuz-cnonce" name="cnonce" value="unw2q8b60a9643f67ef3afed1884301544c86ff62d973ca5a62ef8d1d830d63322bf1" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10228_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-10228" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://giveupinternet.com/answers/15-best-bootstrap-ui-editors/'' target=''_blank''>15 Best Bootstrap UI Editors &#8211; Internet and Tecnnology Answers for Geeks</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-bootstrap-ui-editors.html#comment-10228&quot; /&gt;" /></div><div class="wc-comment-date">February 24, 2016 3:49 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] by  /u/DashaDD  [link] [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20by%20%20/u/DashaDD%20%20[link]%20[%E2%80%A6]http://www.thedesignpixel.com/best-bootstrap-ui-editors.html#comment-10228" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-bootstrap-ui-editors.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10228_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best bootstrap ui editors', '', 'publish', 'closed', 'closed', '', 'best-bootstrap-ui-editors', '', '', '2017-04-11 13:13:30', '2017-04-11 13:13:30', '', 0, 'http://thedesignpixel.com/best-bootstrap-ui-editors/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(42, 1, '2017-04-11 13:13:32', '2017-04-11 13:13:32', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;10+ Best Bug Tracking Tools For Developers</div><div class="single-content"><article class="post-3445 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-tools"><div id="post-3445" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">10+ Best Bug Tracking Tools For Developers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>As any web developer knows, proper coding is one of the fundamental aspects of creating a successful site. Code by quality programmers will not only exceed the customer&#8217;s expectations; it will also prevent and anticipate bugs that may impair the site&#8217;s ability to work properly. Code bugs can single-handedly ruin a web development project, so good programmers that are able to catch them are an invaluable asset, always in high demand.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There are a lot of different tools available in the market that strive to help web developers track bugs during the development stage. Bug tracking has been essential for any web development or software development project for quite some time now, so these third party tools have turned out to be very successful. With the help of a few clicks, programmers can track all their code and remove any bugs from it.</p><p>The Design Pixel has curated a list of the best bug trackers currently available in the market. Check them out, choose your favorite and let us know what you think in the comments section!</p><h3><strong><span style="text-decoration: underline;"><em>10+ Best Bug Tracking Tools For Developers</em></span>:</strong></h3><p><strong><a href="http://www.debugme.eu/">DebugMe</a></strong></p><p><a href="http://www.debugme.eu/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Capture.png" class="aligncenter wp-image-4681 size-full" alt="DebugMe" width="600" height="266" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Capture.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Capture-300x133.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="https://raygun.io/">Raygun</a></strong></p><p><a href="https://raygun.io/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Raygun.png" class="aligncenter wp-image-3447 size-full" alt="Raygun" width="600" height="157" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Raygun.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Raygun-300x79.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3447 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Raygun.png" alt="Raygun" width="600" height="157" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Raygun.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Raygun-300x79.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://www.exceptional.io/" target="_blank">Exceptional</a> </strong></p><p><a href="http://www.exceptional.io/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional.png" class="aligncenter wp-image-3448 size-full" alt="Exceptional" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-300x150.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3448 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional.png" alt="Exceptional" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-300x150.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://getsentry.com/welcome/">Sentry</a> </strong></p><p><a href="https://getsentry.com/welcome/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sentry.png" class="aligncenter wp-image-3449 size-full" alt="Sentry" width="600" height="575" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sentry.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sentry-300x288.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3449 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Sentry.png" alt="Sentry" width="600" height="575" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sentry.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sentry-300x288.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://sifterapp.com/">Sifter</a> </strong></p><p><a href="https://sifterapp.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sifter.gif" class="aligncenter wp-image-3450 size-full" alt="Sifter" width="600" height="216"><noscript><img class="aligncenter wp-image-3450 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Sifter.gif" alt="Sifter" width="600" height="216" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="https://www.takipi.com/"><span id="294fbb9c-fb06-4f8c-8fe3-8d6c2e691f18" class="GINGER_SOFATWARE_mark"><span id="8ca75a85-1f2e-47e8-82b3-31382e1e619f" class="GINGER_SOFATWARE_mark"><span id="57f9c97a-f883-45eb-b89a-2395f9103274" class="GINGER_SOFATWARE_mark">Takipi</span></span></span></a></strong></p><p><a href="https://www.takipi.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Takipi.png" class="aligncenter wp-image-3451 size-full" alt="Takipi" width="600" height="217" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Takipi.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Takipi-300x109.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3451 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Takipi.png" alt="Takipi" width="600" height="217" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Takipi.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Takipi-300x109.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://bugherd.com/"><span id="92e4008f-d64c-4607-978d-4660cc9fd19a" class="GINGER_SOFATWARE_mark"><span id="73d24bfa-b128-4ca8-a8f3-fd409065dd8e" class="GINGER_SOFATWARE_mark"><span id="df92ce76-57e1-4448-bb9f-d3e23818a3f5" class="GINGER_SOFATWARE_mark">BugHerd</span></span></span></a> </strong></p><p><a href="http://bugherd.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugHerd.png" class="aligncenter wp-image-3452 size-full" alt="BugHerd" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugHerd.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugHerd-300x212.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="https://airbrake.io/"><span id="f2f73740-1fc5-450d-9e5f-2ae46d2184f3" class="GINGER_SOFATWARE_mark"><span id="21700343-d1ed-4928-aec7-f1dacdd51826" class="GINGER_SOFATWARE_mark"><span id="78b79342-5018-475c-8927-099c062ba607" class="GINGER_SOFATWARE_mark">Airbrake</span></span></span></a> </strong></p><p><a href="https://airbrake.io/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Airbrake.png" class="aligncenter wp-image-3453 size-full" alt="Airbrake" width="600" height="255" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Airbrake.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Airbrake-300x128.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3453 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Airbrake.png" alt="Airbrake" width="600" height="255" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Airbrake.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Airbrake-300x128.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://bugdigger.com/"><span id="c4d4eaef-1503-43a4-8d6f-cb38e66e5260" class="GINGER_SOFATWARE_mark"><span id="2c26bc11-516f-4249-9409-3ef962490e0e" class="GINGER_SOFATWARE_mark"><span id="da96bbe6-70f1-40d2-87cf-b9adb670722a" class="GINGER_SOFATWARE_mark">BugDigger</span></span></span></a> </strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://bugdigger.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugDigger.png" class="aligncenter wp-image-3454 size-full" alt="BugDigger" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugDigger.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugDigger-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3454 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/BugDigger.png" alt="BugDigger" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugDigger.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugDigger-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://stackhunter.com/"><span id="3ba2e761-4023-493b-b9d0-65c3142aedce" class="GINGER_SOFATWARE_mark"><span id="d984c008-8cce-493c-a2d6-580159469786" class="GINGER_SOFATWARE_mark"><span id="5f3c0776-a068-44c6-9d4a-b9c28aa30338" class="GINGER_SOFATWARE_mark">StackHunter</span></span></span></a></strong></p><p><a href="http://stackhunter.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/StackHunter.png" class="aligncenter wp-image-3455 size-full" alt="StackHunter" width="600" height="508" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/StackHunter.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/StackHunter-300x254.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3455 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/StackHunter.png" alt="StackHunter" width="600" height="508" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/StackHunter.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/StackHunter-300x254.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.bugloghq.com/"><span id="5c3d0b01-9ec5-461b-8110-1be5bf29876b" class="GINGER_SOFATWARE_mark"><span id="a3bf4d1e-37fb-4855-81a1-abfb58faf986" class="GINGER_SOFATWARE_mark"><span id="6d84f31b-bec8-46f8-83e0-9767485cc566" class="GINGER_SOFATWARE_mark">BugLogHQ</span></span></span></a></strong></p><p><a href="http://www.bugloghq.com/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugLogHQ.png" class="aligncenter wp-image-3456 size-full" alt="BugLogHQ" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugLogHQ.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugLogHQ-300x187.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-3456 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/BugLogHQ.png" alt="BugLogHQ" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugLogHQ.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/BugLogHQ-300x187.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="RUvStf254afa9e2fd72b1f62b5574de6b20ce08381c7108c9cb425982348a9a42da5a" class="wpdiscuz-cnonce" name="cnonce" value="RUvStf254afa9e2fd72b1f62b5574de6b20ce08381c7108c9cb425982348a9a42da5a" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="4GR1V75ebcc852ffed06483cc3db817bd6bbd8128579f459b9d8164009af987a7a284" class="wpdiscuz-cnonce" name="cnonce" value="4GR1V75ebcc852ffed06483cc3db817bd6bbd8128579f459b9d8164009af987a7a284" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best bug tracking tools for developers', '', 'publish', 'closed', 'closed', '', 'best-bug-tracking-tools-for-developers', '', '', '2017-04-11 13:13:32', '2017-04-11 13:13:32', '', 0, 'http://thedesignpixel.com/best-bug-tracking-tools-for-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(43, 1, '2017-04-11 13:13:34', '2017-04-11 13:13:34', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2819" class="post-2819 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools g cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35+ Best Data Visualization Tools</div>\n												<header>\n							<h1 class="title">35+ Best Data Visualization Tools</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-data-visualization-tools/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in the form of figures, charts, graphs, etc., is known as data representation. We go through a lot of bar graphs, pie charts, etc. In our day-to-day print media and online material, which is all an example of data visualization and how it works. Data visualization takes minimal resources to convey the message in the best possible manner, using resources, colors, etc., which will help you achieve the best possible results.</p>\n<p>Data visualization can be done anyway, either using a pen, paper, or using automated tools, etc.! All you need to do is to enter the information, and it prepares the graph for it itself a basis for what you gave, and how you want it. These softwares are known as “Data visualization softwares”. May it be graphed, charts, bars, or any kind of representation method, these softwares helps you achieve it well and sound.</p>\n<p>With the help of data visualization, the governance, analysis of the data becomes so much easier and effective, that the worker process is made less complex, and highly fast. Data visualization processes are in countless forms, available in the overall marketplace, and the need for this is very high. No one really has time to go through long texts and understand what it says, while it can be done with help of viewing a figure in a few seconds. There are hundreds of online and offline data visualization tools available. Some of them are complex, while some give awesome results. The coolest and best data visualization tools for 2014 are:</p>\n<h3><span style="text-decoration: underline;"><em><strong>35+ Best Data Visualization Tools</strong></em></span>:</h3>\n<p><a href="http://addepar.github.io/#/ember-charts/overview"><strong>Ember Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ember-Charts.jpg"><img class="aligncenter size-full wp-image-2964" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ember-Charts.jpg" alt="Ember Charts" width="600" height="237" /></a></p>\n<p><a href="http://square.github.io/cube/"><strong>Cube</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cube.jpg"><img class="aligncenter size-full wp-image-2965" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cube.jpg" alt="Cube" width="600" height="494" /></a></p>\n<p><a href="http://www.betterworldflux.com/"><strong>Better World Flux</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Better-World-Flux.jpg"><img class="aligncenter size-full wp-image-2966" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Better-World-Flux.jpg" alt="Better World Flux" width="600" height="481" /></a></p>\n<p><a href="http://polymaps.org/"><strong><span id="66820542-ba3e-44e9-b10e-18c668f63d56" class="GINGER_SOFATWARE_mark"><span id="8ac4b7f6-80fb-47a4-ab93-bbbef87226b0" class="GINGER_SOFATWARE_mark"><span id="682519ee-6aca-4ad5-b3f0-2cc528c047d4" class="GINGER_SOFATWARE_mark">Polymaps</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps.jpg"><img class="aligncenter size-full wp-image-2967" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps.jpg" alt="Polymaps" width="600" height="404" /></a></p>\n<p><a href="http://raphaeljs.com/"><strong>Raphael</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Raphael.jpg"><img class="aligncenter size-full wp-image-2968" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Raphael.jpg" alt="Raphael" width="503" height="600" /></a></p>\n<p><a href="http://zurb.com/playground/pizza-pie-charts"><strong>Pizza Pie Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Pizza-Pie-Charts.jpg"><img class="aligncenter size-full wp-image-2969" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Pizza-Pie-Charts.jpg" alt="Pizza Pie Charts" width="600" height="323" /></a></p>\n<p><a href="http://ankane.github.io/chartkick/"><strong><span id="8c1ea330-042a-49ea-be59-7637b45570dd" class="GINGER_SOFATWARE_mark"><span id="684b6199-2440-4f29-8fa2-1a2969184c11" class="GINGER_SOFATWARE_mark"><span id="19d4c561-1a81-456c-ab7c-2609fd56d732" class="GINGER_SOFATWARE_mark">Chartkick</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chartkick.jpg"><img class="aligncenter size-full wp-image-2970" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chartkick.jpg" alt="Chartkick" width="600" height="467" /></a></p>\n<p><a href="http://www.jqplot.com/"><strong><span id="025bbb68-0709-425c-9295-87474206628e" class="GINGER_SOFATWARE_mark"><span id="01738787-207a-458c-874d-f7aff33e1392" class="GINGER_SOFATWARE_mark"><span id="3c04f800-e063-4b65-91f9-eedebd07634b" class="GINGER_SOFATWARE_mark">jQplot</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/jQplot.jpg"><img class="aligncenter size-full wp-image-2971" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/jQplot.jpg" alt="jQplot" width="600" height="288" /></a></p>\n<p><a href="http://bastianallgeier.com/gantti/"><strong><span id="ffd297ed-72bd-44e9-886e-bfd994dff28b" class="GINGER_SOFATWARE_mark"><span id="4491e18a-0286-4a4b-935c-4d4c470cf408" class="GINGER_SOFATWARE_mark"><span id="227a0613-81c8-4918-8ded-4261f7acbc14" class="GINGER_SOFATWARE_mark">Gantti</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gantti.jpg"><img class="aligncenter size-full wp-image-2972" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gantti.jpg" alt="Gantti" width="600" height="292" /></a></p>\n<p><a href="http://smoothiecharts.org/"><strong>Smoothie Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Smoothie-Charts.jpg"><img class="aligncenter size-full wp-image-2973" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Smoothie-Charts.jpg" alt="Smoothie Charts" width="600" height="324" /></a></p>\n<p><a href="http://www.humblesoftware.com/envision"><strong>Envision</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Envision.jpg"><img class="aligncenter size-full wp-image-2974" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Envision.jpg" alt="Envision" width="600" height="524" /></a></p>\n<p><a href="http://arborjs.org/"><strong><span id="91c2022c-9e98-49eb-8ed1-c2618511ce11" class="GINGER_SOFATWARE_mark"><span id="bfa91b30-9a4f-48a6-afff-f0c114d6213c" class="GINGER_SOFATWARE_mark">Arborjs</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Arborjs.jpg"><img class="aligncenter size-full wp-image-2975" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Arborjs.jpg" alt="Arborjs" width="600" height="343" /></a></p>\n<p><a href="http://www-958.ibm.com/software/data/cognos/manyeyes/"><strong><span id="05c4dc2c-1a85-4dea-bf2c-031c2ae694c9" class="GINGER_SOFATWARE_mark"><span id="5b2e4846-a48d-4ad3-8796-9f5e34d5e5ec" class="GINGER_SOFATWARE_mark">Manyeyes</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Manyeyes.jpg"><img class="aligncenter size-full wp-image-2976" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Manyeyes.jpg" alt="Manyeyes" width="600" height="298" /></a></p>\n<p><a href="http://d3js.org/"><strong>D3js</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/D3js.jpg"><img class="aligncenter size-full wp-image-2977" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/D3js.jpg" alt="D3js" width="600" height="368" /></a></p>\n<p><a href="http://gephi.org/"><strong><span id="1575d41e-c9d2-4f10-a739-309af621b6f0" class="GINGER_SOFATWARE_mark"><span id="7779290f-5392-4318-81d7-9982bd87f31e" class="GINGER_SOFATWARE_mark">Gephi</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gephi.jpg"><img class="aligncenter size-full wp-image-2978" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gephi.jpg" alt="Gephi" width="600" height="433" /></a></p>\n<p><a href="http://www.highcharts.com/"><strong><span id="1928c3e4-bf30-45fd-adf9-9a07e5624670" class="GINGER_SOFATWARE_mark"><span id="41709a69-08dc-42d4-b826-a54f1541a3f7" class="GINGER_SOFATWARE_mark">Highcharts</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Highcharts.jpg"><img class="aligncenter size-full wp-image-2979" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Highcharts.jpg" alt="Highcharts" width="600" height="432" /></a></p>\n<p><a href="https://developers.google.com/chart/"><strong>Google Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Google-Charts.jpg"><img class="aligncenter size-full wp-image-2980" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Google-Charts.jpg" alt="Google Charts" width="600" height="393" /></a></p>\n<p><a href="http://modestmaps.com/"><strong>Modest Maps</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Modest-Maps.jpg"><img class="aligncenter size-full wp-image-2981" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Modest-Maps.jpg" alt="Modest Maps" width="600" height="532" /></a></p>\n<p><a href="http://www.flotcharts.org/"><strong><span id="c173e321-2d87-4a74-a38e-9fe4a6294d74" class="GINGER_SOFATWARE_mark"><span id="752b1b01-57a3-4283-b837-54bb7757d1fd" class="GINGER_SOFATWARE_mark"><span id="9d76a116-2eb7-4f3b-a557-ff559409ec11" class="GINGER_SOFATWARE_mark"><span id="f8443f39-5903-4e8e-b0bb-13f75dac1b47" class="GINGER_SOFATWARE_mark">Flot</span></span></span></span> Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flot-Charts.jpg"><img class="aligncenter size-full wp-image-2982" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flot-Charts.jpg" alt="Flot Charts" width="600" height="299" /></a></p>\n<p><a href="http://leafletjs.com/"><strong>Leaflet</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Leaflet.jpg"><img class="aligncenter size-full wp-image-2983" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Leaflet.jpg" alt="Leaflet" width="600" height="233" /></a></p>\n<p><a href="http://mbostock.github.io/protovis/"><strong><span id="3b2d8c63-0365-4a11-804d-abf2b066f01b" class="GINGER_SOFATWARE_mark"><span id="d94a2d66-1c15-4793-a725-8d983a1e80db" class="GINGER_SOFATWARE_mark"><span id="981c63af-8c7d-4584-a57a-fa479b87c6a2" class="GINGER_SOFATWARE_mark">Protovis</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Protovis.jpg"><img class="aligncenter size-full wp-image-2984" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Protovis.jpg" alt="Protovis" width="600" height="434" /></a></p>\n<p><a href="http://www.axiis.org/"><strong><span id="50f69847-dd0c-418c-aa61-418f7a1e73e3" class="GINGER_SOFATWARE_mark"><span id="265fc04c-57c3-4258-8594-85d24df3c48d" class="GINGER_SOFATWARE_mark"><span id="5b693602-7e5d-4376-97c7-9eb2caa45801" class="GINGER_SOFATWARE_mark">Axiis</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Axiis.jpg"><img class="aligncenter size-full wp-image-2985" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Axiis.jpg" alt="Axiis" width="600" height="402" /></a></p>\n<p><a href="https://github.com/FlowingMedia/TimeFlow/wiki"><strong><span id="d6c0b5b8-21c5-471e-9dca-b5ebe573ceca" class="GINGER_SOFATWARE_mark"><span id="de146ffd-5d8a-400c-8a8c-44a37071d7c2" class="GINGER_SOFATWARE_mark"><span id="632df2dd-7e8a-4fed-949b-d0d9e3d65aab" class="GINGER_SOFATWARE_mark">TimeFlow</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/TimeFlow.jpg"><img class="aligncenter size-full wp-image-2986" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/TimeFlow.jpg" alt="TimeFlow" width="600" height="416" /></a></p>\n<p><a href="http://paperjs.org/"><strong>Paper<span id="837f6063-56a2-43f9-a594-f7b8856cb701" class="GINGER_SOFATWARE_mark"><span id="8b5a8b65-9b4c-410e-aa5a-1f11d9f7ef40" class="GINGER_SOFATWARE_mark"><span id="594b79aa-3b43-4c2a-bc95-5611392f36fd" class="GINGER_SOFATWARE_mark">.</span></span></span><span id="fa770b77-d441-4782-97c1-fab21231cea9" class="GINGER_SOFATWARE_mark"><span id="f72ae69b-a3e7-4f79-b936-4cd12c80f0bd" class="GINGER_SOFATWARE_mark"><span id="5ef00479-a288-4076-a826-45b991b75387" class="GINGER_SOFATWARE_mark">js</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Paper.jpg"><img class="aligncenter size-full wp-image-2987" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Paper.jpg" alt="Paper" width="600" height="432" /></a></p>\n<p><a href="http://philogb.github.io/jit/"><strong>JavaScript InfoVis Toolkit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/JavaScript-InfoVis-Toolkit.jpg"><img class="aligncenter size-full wp-image-2988" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/JavaScript-InfoVis-Toolkit.jpg" alt="JavaScript InfoVis Toolkit" width="600" height="289" /></a></p>\n<p><a href="http://jpgraph.net/"><strong><span id="81eff69e-829b-4873-892d-40bd08378cc1" class="GINGER_SOFATWARE_mark"><span id="2b10aec0-c122-4a2b-9cdb-cf36396bc19b" class="GINGER_SOFATWARE_mark">jpGraph</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/jpGraph.jpg"><img class="aligncenter size-full wp-image-2989" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/jpGraph.jpg" alt="jpGraph" width="600" height="418" /></a></p>\n<p><a href="http://www.simile-widgets.org/timeline/"><strong>Timeline</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Timeline.jpg"><img class="aligncenter size-full wp-image-2990" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Timeline.jpg" alt="Timeline" width="600" height="281" /></a></p>\n<p><a href="http://www.wolframalpha.com/about.html"><strong>Wolfram Alpha</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wolfram-Alpha.jpg"><img class="aligncenter size-full wp-image-2991" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wolfram-Alpha.jpg" alt="Wolfram Alpha" width="600" height="373" /></a></p>\n<p><a href="http://square.github.io/crossfilter/"><strong>Cross Filter</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cross-Filter.jpg"><img class="aligncenter size-full wp-image-2992" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cross-Filter.jpg" alt="Cross Filter" width="600" height="220" /></a></p>\n<p><a href="http://openlayers.org/"><strong>Open Layers</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Open-Layers.jpg"><img class="aligncenter size-full wp-image-2993" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Open-Layers.jpg" alt="Open Layers" width="600" height="324" /></a></p>\n<p><a href="http://www.fusioncharts.com/"><strong>Fusion Charts</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fusion-Charts.jpg"><img class="aligncenter size-full wp-image-2994" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fusion-Charts.jpg" alt="Fusion Charts" width="600" height="383" /></a></p>\n<p><a href="http://raw.densitydesign.org/"><strong>Raw</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Raw.jpg"><img class="aligncenter size-full wp-image-2995" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Raw.jpg" alt="Raw" width="600" height="437" /></a></p>\n<p><a href="http://getspringy.com/"><strong>Springy</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Springy.jpg"><img class="aligncenter size-full wp-image-2996" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Springy.jpg" alt="Springy" width="560" height="600" /></a></p>\n<p><a href="http://bonsaijs.org/"><strong><span id="a951bdb6-83fa-4796-b63f-8ecacf4f44f7" class="GINGER_SOFATWARE_mark"><span id="c89224ca-1324-4a4c-a687-8c883b86a112" class="GINGER_SOFATWARE_mark">Bonsaijs</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bonsaijs.jpg"><img class="aligncenter size-full wp-image-2997" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bonsaijs.jpg" alt="Bonsaijs" width="600" height="352" /></a></p>\n<p><a href="http://www.humblesoftware.com/finance/index"><strong>Humble Finance</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Humble-Finance.jpg"><img class="aligncenter size-full wp-image-2998" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Humble-Finance.jpg" alt="Humble Finance" width="600" height="326" /></a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-data-visualization-tools.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-data-visualization-tools.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps.jpg&amp;description=35+%20Best%20Data%20Visualization%20Tools" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="bookmark" title="20 High Resolution Abstract Textures">\n													20 High Resolution Abstract Textures												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" rel="bookmark" title="50 Useful CSS Frameworks, Libraries and Tools of 2014">\n													50 Useful CSS Frameworks, Libraries and Tools of 201...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="bookmark" title="25 Best PHP Libraries for Web Developers">\n													25 Best PHP Libraries for Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-data-visualization-tools/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2819'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="769ee7eecd" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="144"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best data visualization tools', '', 'publish', 'closed', 'closed', '', 'best-data-visualization-tools', '', '', '2017-04-11 13:13:34', '2017-04-11 13:13:34', '', 0, 'http://thedesignpixel.com/best-data-visualization-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(44, 1, '2017-04-11 13:13:36', '2017-04-11 13:13:36', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;11 Best Database Management Tools For Web Developers</div><div class="single-content"><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">11 Best Database Management Tools For Web Developers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot of languages available in the market for creating web pages and each language has its own sole purpose with pros and cons. If you are looking to become a successful web developer, you need to know all the pros and cons of the language you choose to become a master.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Whether you are working with PHP, ASP .NET or JAVA or any other language, you must need to know about the database. Because database management is something that plays a very crucial role while dealing with any particular language and it&#8217;s become more essential part of web development when you deals with dynamic web applications or softwares. It&#8217;s not an easy for the web developers to handle the database efficiently without using any third party applications to deal with the day to day issues with the database until you have a ton of self experience in the same.</p><p>There are a lot of database management tools and applications available in the market, which helps you to deal with the database of your application or software more efficiently. But it&#8217;s hard to choose the one which suits you most, because every database management tools offer a wide variety of functions to deal with multiple database engines, user management, multiple connections and SQL management. We have just compiled a list of the best and useful database management tools for web developers, let&#8217;s check out them.</p><h3><strong><span style="text-decoration: underline;"><em>11 Best Database Management Tools For Web Developers:</em></span></strong></h3><p><strong><a href="http://genghisapp.com/" target="_blank"><span id="8bd29e45-ee22-4a78-a150-dd9100826744" class="GINGER_SOFATWARE_mark"><span id="8af142c0-a32b-47b5-a63d-1ecfc67dcba1" class="GINGER_SOFATWARE_mark">Genghisapp</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Genghisapp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Genghisapp.jpg" class="aligncenter size-full wp-image-3371" alt="Genghisapp" width="550" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Genghisapp.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Genghisapp-300x202.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3371" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Genghisapp.jpg" alt="Genghisapp" width="550" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Genghisapp.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Genghisapp-300x202.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="https://github.com/shinypb/openkeyval" target="_blank"><strong><span id="0ce5a09e-937d-4bc5-9559-cfe5bb2c1bfb" class="GINGER_SOFATWARE_mark">Openkeyval</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Openkeyval.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Openkeyval.jpg" class="aligncenter size-full wp-image-3372" alt="Openkeyval" width="550" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Openkeyval.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Openkeyval-300x203.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3372" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Openkeyval.jpg" alt="Openkeyval" width="550" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Openkeyval.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Openkeyval-300x203.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>&nbsp;</p><p><strong><a href="http://hiddentao.github.io/squel/" target="_blank"><span id="ede48f61-8d9d-4228-96d7-1db61064c7c9" class="GINGER_SOFATWARE_mark"><span id="25072916-4537-4fa5-9b20-bbc7d5ec1997" class="GINGER_SOFATWARE_mark"><span id="38dacf01-77c3-46cd-b93e-7e0147d817f4" class="GINGER_SOFATWARE_mark">Squel</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Squel.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Squel.jpg" class="aligncenter size-full wp-image-3373" alt="Squel" width="550" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Squel.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Squel-300x181.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3373" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Squel.jpg" alt="Squel" width="550" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Squel.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Squel-300x181.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://mywebsql.net/" target="_blank"><span id="9a253bda-ecd9-4b27-b73a-eb44cb737d7e" class="GINGER_SOFATWARE_mark"><span id="9de9855e-94c3-424d-a57b-60df3ac974b4" class="GINGER_SOFATWARE_mark">MyWebSql</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MyWebSql.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/MyWebSql.jpg" class="aligncenter size-full wp-image-3374" alt="MyWebSql" width="550" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MyWebSql.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MyWebSql-300x215.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3374" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MyWebSql.jpg" alt="MyWebSql" width="550" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MyWebSql.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MyWebSql-300x215.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://dbeaver.jkiss.org/" target="_blank"><span id="54e7efa3-9523-49b9-a345-ef37489e9b4a" class="GINGER_SOFATWARE_mark"><span id="82a094ca-75e9-4e46-9e9a-b83b2d595edf" class="GINGER_SOFATWARE_mark"><span id="2e64ba1a-2de6-4270-97c9-e7eada04640c" class="GINGER_SOFATWARE_mark">Dbeaver</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbeaver.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Dbeaver.jpg" class="aligncenter size-full wp-image-3375" alt="Dbeaver" width="550" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbeaver.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbeaver-300x240.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3375" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbeaver.jpg" alt="Dbeaver" width="550" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbeaver.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbeaver-300x240.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://www.dbninja.com/" target="_blank"><span id="a8b76b55-e382-4daa-86fb-5318e24f1f73" class="GINGER_SOFATWARE_mark"><span id="3ab3f9a4-6f5e-4492-8234-fe2edd6255fb" class="GINGER_SOFATWARE_mark"><span id="441bbe3c-5600-4189-87a5-f600b87172b5" class="GINGER_SOFATWARE_mark">Dbninja</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbninja.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Dbninja.jpg" class="aligncenter size-full wp-image-3376" alt="Dbninja" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbninja.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbninja-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3376" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbninja.jpg" alt="Dbninja" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbninja.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbninja-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://www.heidisql.com/#featurelist" target="_blank"><span id="f72fad76-aa2e-4dbd-afed-368b7d64d125" class="GINGER_SOFATWARE_mark"><span id="c2db4a56-a181-491a-a5cd-5d996d04022d" class="GINGER_SOFATWARE_mark">HeidiSQL</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/HeidiSQL.png"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/HeidiSQL.png" class="aligncenter size-full wp-image-3377" alt="HeidiSQL" width="550" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/HeidiSQL.png 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/HeidiSQL-300x201.png 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3377" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/HeidiSQL.png" alt="HeidiSQL" width="550" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/HeidiSQL.png 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/HeidiSQL-300x201.png 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://www.mydb-studio.com/" target="_blank"><span id="d0d63f7a-1c40-4c68-9d8b-9208fde42d0b" class="GINGER_SOFATWARE_mark"><span id="56c7387b-cb2c-473b-9edc-ca4419531d01" class="GINGER_SOFATWARE_mark"><span id="b3ef48be-5056-477e-a95a-ede89457e9af" class="GINGER_SOFATWARE_mark">Mydb</span></span></span> Studio</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mydb-Studio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Mydb-Studio.jpg" class="aligncenter size-full wp-image-3378" alt="Mydb Studio" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mydb-Studio.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mydb-Studio-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3378" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mydb-Studio.jpg" alt="Mydb Studio" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mydb-Studio.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mydb-Studio-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://www.sqlitemanager.org/" target="_blank"><span id="ee116b8f-a21b-453b-a3ba-527c241cf511" class="GINGER_SOFATWARE_mark"><span id="89017799-2cde-4d86-b206-4234e64ee42d" class="GINGER_SOFATWARE_mark"><span id="ba4f57b5-eab8-4bd1-8844-c13874cb38c1" class="GINGER_SOFATWARE_mark"><span id="63dc15c7-5ee2-4380-a8c2-b5a12100c3e8" class="GINGER_SOFATWARE_mark">SQLiteManager</span></span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/SQLiteManager.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/SQLiteManager.jpg" class="aligncenter size-full wp-image-3379" alt="SQLiteManager" width="550" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/SQLiteManager.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/SQLiteManager-300x197.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3379" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/SQLiteManager.jpg" alt="SQLiteManager" width="550" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/SQLiteManager.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/SQLiteManager-300x197.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://dbv.vizuina.com/" target="_blank"><span id="d6fc5622-d042-4cce-bb42-89dd95157c11" class="GINGER_SOFATWARE_mark"><span id="2feb08da-e439-4595-93f7-e2319670d8cf" class="GINGER_SOFATWARE_mark"><span id="82abb5ca-cb57-4ddc-b8b7-ec5951f2d2e0" class="GINGER_SOFATWARE_mark">Dbv</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Dbv.jpg" class="aligncenter size-full wp-image-3380" alt="Dbv" width="550" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-300x201.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3380" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv.jpg" alt="Dbv" width="550" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-300x201.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><strong><a href="http://www.phpmyadmin.net/home_page/index.php" target="_blank"><span id="720584c7-c723-4222-9871-4f7f3341f472" class="GINGER_SOFATWARE_mark"><span id="62714c6f-9d7f-4c54-a3b4-fca21d2be697" class="GINGER_SOFATWARE_mark">PhpMy</span></span> Admin</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PhpMy-Admin.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PhpMy-Admin.jpg" class="aligncenter size-full wp-image-3381" alt="PhpMy Admin" width="550" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PhpMy-Admin.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PhpMy-Admin-300x198.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-3381" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PhpMy-Admin.jpg" alt="PhpMy Admin" width="550" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PhpMy-Admin.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PhpMy-Admin-300x198.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Ydbmkddb2ff6545e794654e6b8196b6f7bce55391786ea1d3828ebe851f68ad232976" class="wpdiscuz-cnonce" name="cnonce" value="Ydbmkddb2ff6545e794654e6b8196b6f7bce55391786ea1d3828ebe851f68ad232976" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="C8ZLJ129f0263178514c3bc1a143912e6cc5f67499b600881e2516c33ca103bce4c18" class="wpdiscuz-cnonce" name="cnonce" value="C8ZLJ129f0263178514c3bc1a143912e6cc5f67499b600881e2516c33ca103bce4c18" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best database management tools for web developers', '', 'publish', 'closed', 'closed', '', 'best-database-management-tools-for-web-developers', '', '', '2017-04-11 13:13:36', '2017-04-11 13:13:36', '', 0, 'http://thedesignpixel.com/best-database-management-tools-for-web-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(45, 1, '2017-04-11 13:13:38', '2017-04-11 13:13:38', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Best Dropbox Alternatives for Small Business Owners </div>\n<div class="single-content">\n<article class="post-2727 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools">\n<div id="post-2727" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">10 Best Dropbox Alternatives for Small Business Owners</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<div class="beforepost"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center></div>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using computer systems for storing everything. This feature helps us to save and access that data anytime and anywhere. At starting, we use Floppy disk drive or CD&#8217;s for storing our data. But, Recently the main thing is to store maximum data in less space, this helps us to store hundred&#8217;s of GB of data in small hard disks. But sometimes we need some more space for storing heavy data which is more than the space available in our hard disks.</p>\n<p>But, These hardware devices are very expensive and it&#8217;s not easy to manage them. The other main concern is to move large amount of data from one space to another. This need give rise to the Cloud storage, In cloud storage the data is stored on the other computer system which is far away from you, But you can access that anywhere, anytime with the help of internet connection. Moreover, Cloud storage provides a lot of security in various means like your data is password protected and no worries of losing data in physical devices like hard drives.</p>\n<p><span id="eca7d55a-91de-4ae8-8449-7d64a986175c" class="GINGER_SOFATWARE_mark">Dropbox</span> is one of the most popular cloud storage service providers all around the globe. It&#8217;s Google&#8217;s product with a very strong number of users, providing a lot of options of home users as well as business solutions. But, like any other service, Dropbox also has a lot of flaws and a number of users think its not what they are looking for. Considering the same situation, there are other cloud storage service providers or simple Dropbox alternatives. You can select anyone according to your need and requirement, We have compiled a handy list of best Dropbox alternatives for small business owners. Don&#8217;t forget to share your best Dropbox alternative which you think suits your small business needs!</p>\n<h3><span style="text-decoration: underline;"><em><strong>10 Best Dropbox Alternatives for Small Business Owners</strong></em></span>:</h3>\n<p><a class="ext-link" title="" href="http://box.com/" target="_blank" rel="nofollow">Box.com</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/box.png"><img class="aligncenter size-full wp-image-2730" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/box.png" alt="box" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/box-300x138.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/box.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2730" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/box.png" alt="box" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/box-300x138.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/box.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p>Box.com is one of the best Dropbox alternatives, With a diverse potential it has already reached to the level of maturity. A lot of companied rely on the box, because it&#8217;s secure, works on any device, and scales to meet the needs of small businesses to the Fortune 500. You can easily manage your personal files, secure online storage and sync across all your devices. You can start using it for free with the storage space of 10GB.</p>\n<p><span style="text-decoration: line-through;"><a class="ext-link" title="" href="http://wuala.com/" target="_blank" rel="nofollow">Wuala.com</a></span> <a href="http://www.tresorit.com/">Tresorit.com</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wuala.png"><img class="aligncenter size-full wp-image-2731" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Wuala.png" alt="Wuala" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wuala-300x213.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wuala.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2731" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wuala.png" alt="Wuala" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wuala-300x213.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wuala.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><span style="text-decoration: line-through;">Wuala is the secure cloud storage Dropbox alternative, which helps you to backup, sync and share your personal files across the globe. The basic package offers you 5GB free storage, but <span id="7687e303-9dd6-4b0c-9b02-fb85651b12fa" class="GINGER_SOFATWARE_mark"><span id="8555f23d-90cc-447a-92a9-5b371d745f74" class="GINGER_SOFATWARE_mark">of course</span></span> you can start using paid packages according to your need. The software client is available for Mac, Windows, Linux, Android and IOS as well.</span></p>\n<p><strong>UPDATE (Sep/12/15):</strong> Seagate <a href="https://support.wuala.com/2015/08/wuala-shutdown-notice/">is discontinuing Wuala</a> on November 2015. Purchases and renewals are no longer available. They are partnering with <em><strong><a href="http://www.tresorit.com/">Tresorit</a></strong></em>—a provider of end-to-end encrypted cloud storage for businesses and individuals— as an alternative to Wuala.</p>\n<p><a class="ext-link" title="" href="https://drive.google.com/" target="_blank" rel="nofollow">Google Drive</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Google-Drive.jpg"><img class="aligncenter size-full wp-image-2732" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Google-Drive.jpg" alt="Google Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Google-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Google-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2732" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Google-Drive.jpg" alt="Google Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Google-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Google-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p>Google Drive is the one you can consider as best Dropbox alternatives, It offers 5GB of free storage space and you can easily upgrade to paid one for €2 per month with storage space of 25GB. You can easily share your files with the whole team working on the same project. The main advantage of Google Drive is that it has already integrated with all the Google products like Google Docs.</p>\n<p><a href="https://onedrive.live.com/about/en-us/" target="_blank">One Drive</a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2733" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/One-Drive.png" alt="One Drive" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-300x186.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p>This Dropbox alternative helps you to easily share and store photos, videos or documents anywhere and on any device for free. You will get a 15GB of free space just after SignUp. It helps you to keep your photos and videos safe, even you have lost your device by some means. Just activate the camera rollback option and you will get extra 3GB space as a reward.</p>\n<p><a class="ext-link" title="" href="https://www.sugarsync.com/" target="_blank" rel="nofollow">Sugar Sync</a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2734" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sugar-Sync.jpg" alt="Sugar Sync" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sugar-Sync-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sugar-Sync.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p>Sugar Sync also provides 5GB of free storage, but you can extend it by paying a small fee. You can easily Sync just a few folders or sync all your folders. Simply right click on any folder to add it to SugarSync. The entire folder is continuously backed up in real time providing you access to your folders anytime, anywhere, from any PC, Mac, iOS, or Android device. Start editing a file on your office PC and finish it at home on your home Mac.</p>\n<p><a class="ext-link" title="" href="http://www.teamdrive.com/" target="_blank" rel="nofollow">Team Drive</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Team-Drive.jpg"><img class="aligncenter size-full wp-image-2735" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Team-Drive.jpg" alt="Team Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Team-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Team-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2735" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Team-Drive.jpg" alt="Team Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Team-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Team-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p>Tam Drive helps you to Sync your data easily and in a very secured manner by using 256 AES end-to-end encryption using team drive cloud or your own server. After wining IT security confirmation of <span id="49d7d7c4-a68a-4793-88a6-784ee3daadde" class="GINGER_SOFATWARE_mark"><span id="49a79983-f9dc-45ca-a554-57b9d72891e9" class="GINGER_SOFATWARE_mark"><span id="a50d9531-8276-4d34-81d5-a50a72853c83" class="GINGER_SOFATWARE_mark"><span id="4ed20957-8ea4-4e89-803d-8a892112888c" class="GINGER_SOFATWARE_mark">safety standard</span></span></span></span> award in 2012, it becomes one of the best Dropbox alternatives. You can use it on any device including Windows, Mac, Linux, IOS and Android with the storage space of 10Gb for free.</p>\n<p><a class="ext-link" title="" href="https://www.cloudme.com/en" target="_blank" rel="nofollow">Cloud Me</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cloud-Me.jpg"><img class="aligncenter size-full wp-image-2736" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Cloud-Me.jpg" alt="Cloud Me" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cloud-Me-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cloud-Me.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2736" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cloud-Me.jpg" alt="Cloud Me" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cloud-Me-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cloud-Me.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p>Cloud Me is a free and open service to store and make all your files available in the cloud through an easy to use Blue Folder. Having all your files in the cloud makes them accessible through your mobile phone and allows you to quickly share them with friends. You also have a convenient backup in case something should happen. With Cloud Me, everyone gets 3 GB of storage for free in our European data center, but you can at any time upgrade if you need more.</p>\n<p><a class="ext-link" title="" href="http://cloud.amazon.com/" target="_blank" rel="nofollow">Amazon Cloud Drive</a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Amazon-Cloud-Drive.jpg"><img class="aligncenter size-full wp-image-2737" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Amazon-Cloud-Drive.jpg" alt="Amazon Cloud Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Amazon-Cloud-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Amazon-Cloud-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2737" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Amazon-Cloud-Drive.jpg" alt="Amazon Cloud Drive" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Amazon-Cloud-Drive-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Amazon-Cloud-Drive.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p>Amazon Cloud Drive is your place for everything digital. Cloud Drive offers free mobile apps, secure access from any computer, and it&#8217;s built in to your Amazon devices, So you can access your digital content everywhere you are. You can delete photos from your phone and still see them via the Cloud Drive iOS or Android app. Fire phone users get free storage for all photos taken with their Fire phone. Amazon&#8217;s world-class security and protection help you to keep your content safe, even if your phone, tablet, or computer is lost or damaged.</p>\n<p><a class="ext-link" title="" href="https://owncloud.com/" target="_blank" rel="nofollow">Own Cloud</a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2738" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Own-Cloud.jpg" alt="Own Cloud" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Own-Cloud-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Own-Cloud.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p>Own Cloud is an enterprise-grade file sync and share solution that is as easy to use as consumer-grade products, but is hosted in your data center, on your servers, using your storage. Own Cloud integrates seamlessly into your IT infrastructure, allowing you to deliver file sharing services that conform to your data security and compliance policies. Your employees will love to own Cloud’s clean, professional user interfaces; you’ll enjoy peace of mind, knowing that your data is under IT control at all times. With over 1.3 million users, own Cloud is the preferred file sharing solution for enterprises everywhere making it a best Dropbox alternative.</p>\n<p><a class="ext-link" title="" href="http://labs.bittorrent.com/experiments/sync.html" target="_blank" rel="nofollow"><span id="ee94147c-73f5-4bc5-a81f-365ae4b5db9b" class="GINGER_SOFATWARE_mark"><span id="c3044b1f-3d07-49ea-8b26-80408d2a8b38" class="GINGER_SOFATWARE_mark">BitTorrent</span></span> Sync</a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2739" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/BitTorrent-Sync.jpg" alt="BitTorrent Sync" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/BitTorrent-Sync-300x175.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/BitTorrent-Sync.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><span id="a5519967-2fa5-4697-9b6a-c52a3a8c01c0" class="GINGER_SOFATWARE_mark">BitTorrent</span> Sync is increasingly popular new application which you can consider for Dropbox alternative. It allows you to get a Private cloud without the cloud. It is a very lightweight application that allows to share a folder between multiple devices connected through a Local network or over the internet.</p>\n<div class="single-post-ad">\n<div id="contentad116044"></div>\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script> </div>\n</div> \n</div> \n</div> \n</article> </div> \n<div class="wpdiscuz_top_clearing"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div class="wpdiscuz_clear"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="TlQwA2681314e436b814e6b11415b59f63c350187490bdae1d9434b6198dd66e3f7f2" class="wpdiscuz-cnonce" name="cnonce" value="TlQwA2681314e436b814e6b11415b59f63c350187490bdae1d9434b6198dd66e3f7f2"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="5CDuPa8a2e8506adfe3256c73b5cd66f702b8d96ee42b2506a2368199e959de5118f4" class="wpdiscuz-cnonce" name="cnonce" value="5CDuPa8a2e8506adfe3256c73b5cd66f702b8d96ee42b2506a2368199e959de5118f4"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div class="wpdiscuz_clear"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\n<span class="meta">\n<time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\n<span class="meta">\n<time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\n<span class="meta">\n<time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\n<span class="meta">\n<time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'best dropbox alternatives for small business owners', '', 'publish', 'closed', 'closed', '', 'best-dropbox-alternatives-for-small-business-owners', '', '', '2017-04-11 13:13:38', '2017-04-11 13:13:38', '', 0, 'http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(46, 1, '2017-04-11 13:13:38', '2017-04-11 13:13:38', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-1326" class="g post post-1326 type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration tag-templates tag-ui-design tag-ux-design cat-3-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25 Best Examples of Flat UI Design Websites</div> <header><h1 class="title">25 Best Examples of Flat UI Design Websites</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI designs contain no heavy 3D textures, gradients, etc. And are a combination of flat colors, basic images, and allow the designers to use a more streamlined and simple designing platform and process. Moreover, this cool designing technique, makes it easier for the browser to resize the web page window, according to the resolution and other stuff, without harming the overall and clean alignment of the webpage, which is pretty hard to achieve in heavy designs.</p><p>These Flat User Interface designs have pretty less implementations yet, but the ones having them, look modest, sophistically good, and wonderful to all extents possible. Not just online websites, there have been many iPhones, and Android apps, that have been following the Flat user Interface designs, making the job of the app designer easier, making the app lighter making it consume lesser memory.</p><p>It is a very wise decision, if you are planning over choosing a Flat GUI for your next website or project. But, once, you are ready to implement it, you must first know, how they are implemented, where they were implemented, what has been the success rate, what is the debugging ratios, and some other stuff. Gathering this information will become easier if you give a look at a few sample/example platforms or websites, where this has been already implemented, and for the reason, that this form has a very few implementations, it will become hard for you to find. We have prepared a list of some cool examples of Flat UI design implementations, which you can refer to, and give a clear picture to your mind!</p><h3><span style="text-decoration: underline;"><em><strong>25 Best Examples of Flat UI Design <span id="b94c8185-a34b-4bf2-936e-521b81c78eab" class="GINGER_SOFATWARE_mark">Websites</span></strong></em></span>:</h3><p><a href="https://layervault.com/"><strong><span id="4fbea6f2-ddbd-46a4-aebf-f649900e59ce" class="GINGER_SOFATWARE_mark">Layervault</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Layervault.jpg"><img class="aligncenter size-full wp-image-1327" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Layervault.jpg" alt="Layervault" width="600" height="337"></a></p><p><a href="http://lorenzoverzini.com/"><strong>Lorenzo Verzini</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini.jpg"><img class="aligncenter size-full wp-image-1328" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini.jpg" alt="Lorenzo Verzini" width="600" height="337"></a></p><p><a href="http://www.spelltower.com/"><strong><span id="d34ca4e3-7f6d-45b0-bc45-399a26a6772a" class="GINGER_SOFATWARE_mark">Spelltower</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spelltower.jpg"><img class="aligncenter size-full wp-image-1329" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spelltower.jpg" alt="Spelltower" width="600" height="337"></a></p><p><a href="http://invoisse.com/"><strong><span id="7aa5e791-39ba-4c5c-be39-63307796c618" class="GINGER_SOFATWARE_mark">Invoisse</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Invoisse.jpg"><img class="aligncenter size-full wp-image-1330" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Invoisse.jpg" alt="Invoisse" width="600" height="337"></a></p><p><a href="http://builtbybuffalo.com/"><strong>Built By Buffalo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Built-By-Buffalo.jpg"><img class="aligncenter size-full wp-image-1331" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Built-By-Buffalo.jpg" alt="Built By Buffalo" width="600" height="337"></a></p><p><a href="http://foundation.zurb.com/"><strong>Foundation Framework</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Foundation-Framework.jpg"><img class="aligncenter size-full wp-image-1332" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Foundation-Framework.jpg" alt="Foundation Framework" width="600" height="337"></a></p><p><a href="https://coderwall.com/futureal"><strong><span id="00882363-4824-493c-9fef-f48aa5e11032" class="GINGER_SOFATWARE_mark">Futureal</span> Bundle</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Futureal-Bundle.jpg"><img class="aligncenter size-full wp-image-1333" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Futureal-Bundle.jpg" alt="Futureal Bundle" width="600" height="337"></a></p><p><a href="http://oak.is/"><strong>Oak<span id="ef5615a1-c3d4-4fc0-a55a-9a40298d4f29" class="GINGER_SOFATWARE_mark">.</span>is</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Oak.is_.jpg"><img class="aligncenter size-full wp-image-1334" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Oak.is_.jpg" alt="Oak.is" width="600" height="337"></a></p><p><a href="http://playhundreds.com/"><strong>Hundreds</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hundreds.jpg"><img class="aligncenter size-full wp-image-1335" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hundreds.jpg" alt="Hundreds" width="600" height="337"></a></p><p><a href="https://2012.twitter.com/"><strong>2012 Year on Twitter</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/2012-Year-on-Twitter.jpg"><img class="aligncenter size-full wp-image-1336" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/2012-Year-on-Twitter.jpg" alt="2012 Year on Twitter" width="600" height="337"></a></p><p><a href="http://combadi.com/"><strong><span id="cd293032-dcbd-412c-8de1-0a86a01e6e4b" class="GINGER_SOFATWARE_mark">Combadi</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Combadi.jpg"><img class="aligncenter size-full wp-image-1337" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Combadi.jpg" alt="Combadi" width="600" height="337"></a></p><p><a href="https://lowdi.com/"><strong><span id="9c4f5aa0-9c6d-4488-ad61-a1f045bc541d" class="GINGER_SOFATWARE_mark">Lowdi</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lowdi.jpg"><img class="aligncenter size-full wp-image-1338" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lowdi.jpg" alt="Lowdi" width="600" height="337"></a></p><p><a href="http://www.intothearctic.gp/"><strong>Into the Arctic</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Into-the-Arctic.jpg"><img class="aligncenter size-full wp-image-1339" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Into-the-Arctic.jpg" alt="Into the Arctic" width="600" height="337"></a></p><p><a href="http://designedtomove.org/"><strong>Designed to Move</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Designed-to-Move.jpg"><img class="aligncenter size-full wp-image-1340" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Designed-to-Move.jpg" alt="Designed to Move" width="600" height="337"></a></p><p><a href="http://www.concrete-matter.com/"><strong>Concrete Matter</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Concrete-Matter.jpg"><img class="aligncenter size-full wp-image-1341" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Concrete-Matter.jpg" alt="Concrete Matter" width="600" height="337"></a></p><p><a href="http://www.datadrivenlondon.com/"><strong>Data Driven London</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Data-Driven-London.jpg"><img class="aligncenter size-full wp-image-1342" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Data-Driven-London.jpg" alt="Data Driven London" width="600" height="337"></a></p><p><a href="http://www.buildwindows.com/"><strong>Build 2012</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-2012.jpg"><img class="aligncenter size-full wp-image-1343" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-2012.jpg" alt="Build 2012" width="600" height="337"></a></p><p><a href="http://squidee.co/"><strong><span id="40ee952c-4794-49b7-900b-fc9ef43b4174" class="GINGER_SOFATWARE_mark">Squidee</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Squidee.jpg"><img class="aligncenter size-full wp-image-1344" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Squidee.jpg" alt="Squidee" width="600" height="337"></a></p><p><a href="http://simonemarcarino.com/"><strong>Simone Marcarino</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simone-Marcarino.jpg"><img class="aligncenter size-full wp-image-1345" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simone-Marcarino.jpg" alt="Simone Marcarino" width="600" height="337"></a></p><p><a href="http://www.prophets.be/"><strong>Prophets</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Prophets.jpg"><img class="aligncenter size-full wp-image-1346" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Prophets.jpg" alt="Prophets" width="600" height="337"></a></p><p><a href="http://onsite.io/"><strong><span id="1bdb68f2-49ce-41e8-bb87-39421d52f453" class="GINGER_SOFATWARE_mark">OnSite</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/OnSite.jpg"><img class="aligncenter size-full wp-image-1347" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/OnSite.jpg" alt="OnSite" width="600" height="337"></a></p><p><a href="http://itsashapechristmas.co.uk/"><strong>Interactive Advent Calendar</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Interactive-Advent-Calendar.jpg"><img class="aligncenter size-full wp-image-1348" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Interactive-Advent-Calendar.jpg" alt="Interactive Advent Calendar" width="600" height="337"></a></p><p><a href="http://futureinsightslive.com/las-vegas-2013/"><strong>Future Insights Live 2013</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Future-Insights-Live-2013.jpg"><img class="aligncenter size-full wp-image-1349" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Future-Insights-Live-2013.jpg" alt="Future Insights Live 2013" width="600" height="337"></a></p><p><a href="http://www.fhoke.com/"><strong><span id="1ea0cb6e-2d44-446f-a96a-9f599ac3d372" class="GINGER_SOFATWARE_mark">Fhoke</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fhoke.jpg"><img class="aligncenter size-full wp-image-1350" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fhoke.jpg" alt="Fhoke" width="600" height="337"></a></p><p><a href="http://etchapps.com/"><strong>Etch</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Etch.jpg"><img class="aligncenter size-full wp-image-1351" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Etch.jpg" alt="Etch" width="600" height="337"></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-1264" data-post-type="none" ><a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" class="wp_rp_title">20 Free High Quality Flat Design Resources</a></li><li data-position="1" data-poid="in-1465" data-post-type="none" ><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" class="wp_rp_title">105+ Free Flat UI Kits To Enhance Your Web Designs</a></li><li data-position="2" data-poid="in-1725" data-post-type="none" ><a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" class="wp_rp_title">35+ Creative Examples of UI and Wireframe Sketches</a></li><li data-position="3" data-poid="in-588" data-post-type="none" ><a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" class="wp_rp_title">45 Essential UI Design Tools &#038; Resources for Web Designers</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-examples-of-flat-ui-design-websites.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini.jpg&amp;description=25%20Best%20Examples%20of%20Flat%20UI%20Design%20Websites" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--> <!-- If comments are open, but there are no comments. --><div id="respond" class="box m-t-6"><h3>Leave a Reply</h3><div class="cancel-comment-reply"> <small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/#respond" style="display:none;">Click here to cancel reply.</a></small></div><form action="/" method="post" id="commentform"> <label for="author"><small>Name</small></label><p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p><div class="clear"></div> <label for="email"><small>Email</small></label><p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p><div class="clear"></div> <label for="url"><small>Website</small></label><p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p><div class="clear"></div> <label for="url"><small>Comment</small></label><p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p> <input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/><div class="clear"></div> <input type=''hidden'' name=''comment_post_ID'' value=''1326'' id=''comment_post_ID'' /> <input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' /><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="400b1f6d7d" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="57"/></p></form></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li > <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'best examples of flat ui design websites', '', 'publish', 'closed', 'closed', '', 'best-examples-of-flat-ui-design-websites', '', '', '2017-04-11 13:13:38', '2017-04-11 13:13:38', '', 0, 'http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(47, 1, '2017-04-11 13:13:43', '2017-04-11 13:13:43', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;25+ Best Flat Design Website Templates</div><div class="single-content"><article class="post-3184 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes"><div id="post-3184" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">25+ Best Flat Design Website Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-flat-design-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90&rsquo;s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time period possible, and no one actually visits your website to view what you have spent on your design, and no one will actually be interested in navigating through those fancy menus of yours, that may even end up slowing down the processes of the end website visitor.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Flat designs are the new trend in the online web market today. Most of the webmasters, web designers are after using flat designs to design their websites, as these are light, simple, quick to access, quick to edit, and provide the best information in the least possible effort and time of the website visitor. The SEO can be easily implemented on these, and monetization using ads is also a very, very easy task, because of the very easy code, in which they are written, and you can alter it anytime, for any web page, whenever you need to. You need to have least CSS language to be able to develop a website following the new FLAT design website trend.</p><p>If you feel like, you won&rsquo;t be able to write a new code following the set of rules, that are used by these flat designs, you can just download and edit the easily available website templates. Designing your custom websites with website templates is a very common job by many, and now, for the fact, we have these flat <span id="695a5f04-a0bf-4a15-a8e0-56a0de2eb6a2" class="GINGER_SOFATWARE_mark">design website</span> templates also available, you can edit them and implement them easily on any of your websites. There is a list of some best flat <span id="c598799b-1f6c-4bc5-ba53-b5b4dd5f1216" class="GINGER_SOFATWARE_mark">design website</span> templates mentioned below, you can choose the one that suits you to the most.</p><h3><strong><span style="text-decoration: underline;"><em>25+ Best Flat <span id="d1abfa54-2302-4ac5-9722-98c261de7cd1" class="GINGER_SOFATWARE_mark">Design Website</span> Templates</em></span>:</strong></h3><p><strong><span id="743de643-5e3c-4367-874f-3b8d44337a9d" class="GINGER_SOFATWARE_mark">Coloristic</span> &ndash; Flat OnePage Responsive Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-3185" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template.jpg" alt="Coloristic-Flat-OnePage-Responsive-Template" width="600" height="745" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template-242x300.jpg 242w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3185" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template.jpg" alt="Coloristic-Flat-OnePage-Responsive-Template" width="600" height="745" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coloristic-Flat-OnePage-Responsive-Template-242x300.jpg 242w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/coloristic-flat-onepage-responsive-template/full_screen_preview/6821097?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/coloristic-flat-onepage-responsive-template/6821097?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Simpleflex &ndash; OnePage &amp; MultiPage Flat HTML template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat.jpg"><img class="aligncenter size-full wp-image-3186" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat.jpg" alt="Simpleflex-MultiPage-Flat-HTML-templat" width="600" height="756" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat-238x300.jpg 238w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3186" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat.jpg" alt="Simpleflex-MultiPage-Flat-HTML-templat" width="600" height="756" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simpleflex-MultiPage-Flat-HTML-templat-238x300.jpg 238w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/simpleflex-onepage-multipage-flat-html-templat/full_screen_preview/6790515?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/simpleflex-onepage-multipage-flat-html-templat/6790515?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Flato &ndash; Parallax One Page HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3187" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template.jpg" alt="Flato-Parallax-One-Page-HTML-Template" width="600" height="753" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template-239x300.jpg 239w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3187" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template.jpg" alt="Flato-Parallax-One-Page-HTML-Template" width="600" height="753" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flato-Parallax-One-Page-HTML-Template-239x300.jpg 239w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flato-parallax-one-page-html-template/full_screen_preview/6596637?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flato-parallax-one-page-html-template/6596637?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="29bcac64-ec8a-4568-b934-7740ce90bf46" class="GINGER_SOFATWARE_mark">Mannat</span> Studio Flat Clean One Page HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3188" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template.jpg" alt="Mannat-Studio-Flat-Clean-One-Page-HTML-Template" width="600" height="842" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template-214x300.jpg 214w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3188" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template.jpg" alt="Mannat-Studio-Flat-Clean-One-Page-HTML-Template" width="600" height="842" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mannat-Studio-Flat-Clean-One-Page-HTML-Template-214x300.jpg 214w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/mannat-studio-flat-clean-one-page-html-template/full_screen_preview/6596510?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/mannat-studio-flat-clean-one-page-html-template/6596510?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="566f2f1a-02c4-4d9b-b502-af9f8619339f" class="GINGER_SOFATWARE_mark">Deita</span> Theme &ndash; Responsive Agency Flat HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3189" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template.jpg" alt="Deita-Theme-Responsive-Agency-Flat-HTML-Template" width="653" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template.jpg 653w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template-300x276.jpg 300w" sizes="(max-width: 653px) 100vw, 653px" /><noscript><img class="aligncenter size-full wp-image-3189" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template.jpg" alt="Deita-Theme-Responsive-Agency-Flat-HTML-Template" width="653" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template.jpg 653w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Deita-Theme-Responsive-Agency-Flat-HTML-Template-300x276.jpg 300w" sizes="(max-width: 653px) 100vw, 653px" /></noscript></a></p><p><a href="http://themeforest.net/item/deita-theme-responsive-agency-html-template/full_screen_preview/7228497?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/deita-theme-responsive-agency-html-template/7228497?ref=icabrera"><strong>More Info</strong></a></p><p><strong>BRIZZZ &ndash; Flat One Page HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3190" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template.jpg" alt="BRIZZZ-Flat-One-Page-HTML-Template" width="600" height="699" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template-258x300.jpg 258w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3190" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template.jpg" alt="BRIZZZ-Flat-One-Page-HTML-Template" width="600" height="699" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/BRIZZZ-Flat-One-Page-HTML-Template-258x300.jpg 258w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/brizzz-flat-one-page-html-template/full_screen_preview/6928901?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/brizzz-flat-one-page-html-template/6928901?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Light Dose &mdash; Flat, Minimal Responsive HTML Template</strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3191" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template.jpg" alt="LightDose-Flat-Minimal-Responsive-HTML-Template" width="600" height="792" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template-227x300.jpg 227w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3191" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template.jpg" alt="LightDose-Flat-Minimal-Responsive-HTML-Template" width="600" height="792" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/LightDose-Flat-Minimal-Responsive-HTML-Template-227x300.jpg 227w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/lightdose-flatminimal-responsive-html-template/full_screen_preview/6470272?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/lightdose-flatminimal-responsive-html-template/6470272?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="8439ca9a-3d49-4274-aa37-287a0f3692ea" class="GINGER_SOFATWARE_mark">Flatro</span> &ndash; Metro Inspired flat eCommerce template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template.jpg"><img class="aligncenter size-full wp-image-3192" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template.jpg" alt="Flatro-Metro-Inspired-flat-template" width="600" height="775" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template-232x300.jpg 232w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3192" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template.jpg" alt="Flatro-Metro-Inspired-flat-template" width="600" height="775" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatro-Metro-Inspired-flat-template-232x300.jpg 232w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flatro-metro-inspired-flat-ecommerce-template/full_screen_preview/6313714?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatro-metro-inspired-flat-ecommerce-template/6313714?ref=icabrera"><strong>More Info</strong></a></p><p><strong>NetStudio &ndash; Bootstrap Flat <span id="55b96b28-11e5-4815-a4c0-91ab90e44ed0" class="GINGER_SOFATWARE_mark">Design Website</span> Templates</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates.jpg"><img class="aligncenter size-full wp-image-3193" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates.jpg" alt="Bootstrap-Flat-Design-Website-Templates" width="600" height="640" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates-281x300.jpg 281w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3193" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates.jpg" alt="Bootstrap-Flat-Design-Website-Templates" width="600" height="640" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Bootstrap-Flat-Design-Website-Templates-281x300.jpg 281w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/netstudio-bootstrap-3-multipurpose-template/6084923?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/netstudio-bootstrap-3-multipurpose-template/6084923?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Flat pad</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-pad.jpg"><img class="aligncenter size-full wp-image-3194" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flat-pad.jpg" alt="Flat-pad" width="600" height="685" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-pad.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-pad-263x300.jpg 263w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3194" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-pad.jpg" alt="Flat-pad" width="600" height="685" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-pad.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-pad-263x300.jpg 263w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flatpad/full_screen_preview/5991570?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatpad/5991570?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Kira Multipurpose Flat Html5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template.jpg"><img class="aligncenter size-full wp-image-3195" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template.jpg" alt="Kira-Multipurpose-Flat-Html5-Template" width="600" height="706" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template-255x300.jpg 255w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3195" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template.jpg" alt="Kira-Multipurpose-Flat-Html5-Template" width="600" height="706" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kira-Multipurpose-Flat-Html5-Template-255x300.jpg 255w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/kira-multipurpose-flat-html5-template/full_screen_preview/5997539?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/kira-multipurpose-flat-html5-template/5997539?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Talia &ndash; Responsive Flat Design One Page Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template.jpg"><img class="aligncenter size-full wp-image-3196" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template.jpg" alt="Responsive-Flat-Design-One-Page-Template" width="600" height="737" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template-244x300.jpg 244w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3196" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template.jpg" alt="Responsive-Flat-Design-One-Page-Template" width="600" height="737" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Responsive-Flat-Design-One-Page-Template-244x300.jpg 244w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/talia-responsive-one-page-template/full_screen_preview/5972802?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/talia-responsive-one-page-template/5972802?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Sonnet</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template.jpg"><img class="aligncenter size-full wp-image-3197" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template.jpg" alt="Sonnet-innovative-flat-design-template" width="600" height="720" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template-250x300.jpg 250w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3197" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template.jpg" alt="Sonnet-innovative-flat-design-template" width="600" height="720" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sonnet-innovative-flat-design-template-250x300.jpg 250w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/sonnet-one-page-parallax-multipurpose-portfolio/full_screen_preview/5907858?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/sonnet-one-page-parallax-multipurpose-portfolio/5907858?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Flatible Flat Design Style Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template.jpg"><img class="aligncenter size-full wp-image-3198" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template.jpg" alt="Flatible-Flat-Design-Style-Template" width="600" height="713" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template-252x300.jpg 252w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3198" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template.jpg" alt="Flatible-Flat-Design-Style-Template" width="600" height="713" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatible-Flat-Design-Style-Template-252x300.jpg 252w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://themeforest.net/item/flatible-single-page-html5-template/full_screen_preview/5909699?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatible-single-page-html5-template/5909699?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Coyote</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coyote-flat-clean-design-template.jpg"><img class="aligncenter size-full wp-image-3199" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Coyote-flat-clean-design-template.jpg" alt="Coyote-flat-clean-design-template" width="600" height="687" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coyote-flat-clean-design-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coyote-flat-clean-design-template-262x300.jpg 262w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3199" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coyote-flat-clean-design-template.jpg" alt="Coyote-flat-clean-design-template" width="600" height="687" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coyote-flat-clean-design-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Coyote-flat-clean-design-template-262x300.jpg 262w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/coyote-responsive-business-html5-template/full_screen_preview/6034813?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/coyote-responsive-business-html5-template/6034813?ref=icabrera"><strong>More Info</strong></a></p><p><strong>18augst Flat and Responsive Portfolio Gallery</strong></p><p><a href="#"><img class="aligncenter size-full wp-image-3200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/18augst-Flat-Responsive-Portfolio-Gallery.jpg" alt="18augst-Flat-Responsive-Portfolio-Gallery" width="600" height="747" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/18augst-Flat-Responsive-Portfolio-Gallery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/18augst-Flat-Responsive-Portfolio-Gallery-241x300.jpg 241w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p><a href="http://themeforest.net/item/18augst-flat-and-responsive-portfolio-gallery/full_screen_preview/5330325?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/18augst-flat-and-responsive-portfolio-gallery/5330325?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Straight &ndash; Creative Flat HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3201" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template.jpg" alt="Creative-Flat-HTML-Template" width="600" height="791" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-228x300.jpg 228w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3201" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template.jpg" alt="Creative-Flat-HTML-Template" width="600" height="791" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-228x300.jpg 228w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/straight-creative-flat-html-template/full_screen_preview/5287512?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/straight-creative-flat-html-template/5287512?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Candy &ndash; Flat Responsive HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3202" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template.jpg" alt="Candy-Flat-Responsive-HTML5-Template" width="600" height="878" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template-205x300.jpg 205w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3202" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template.jpg" alt="Candy-Flat-Responsive-HTML5-Template" width="600" height="878" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Candy-Flat-Responsive-HTML5-Template-205x300.jpg 205w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/candy-flat-onepage-responsive-html5-template/full_screen_preview/5230066?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/candy-flat-onepage-responsive-html5-template/5230066?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Marble &ndash; Flat Responsive HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Marble-Flat-Responsive-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3203" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Marble-Flat-Responsive-HTML5-Template.jpg" alt="Marble-Flat-Responsive-HTML5-Template" width="600" height="653" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Marble-Flat-Responsive-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Marble-Flat-Responsive-HTML5-Template-276x300.jpg 276w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p><a href="http://themeforest.net/item/marble-flat-responsive-html5-template/full_screen_preview/5712272?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/marble-flat-responsive-html5-template/5712272?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="246b170c-4a41-459f-b3e3-6fbd911f8b9c" class="GINGER_SOFATWARE_mark">Producr</span> &ndash; Folio HTML Flat template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Folio-HTML-Flat-template.jpg"><img class="aligncenter size-full wp-image-3204" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Folio-HTML-Flat-template.jpg" alt="Folio-HTML-Flat-template" width="600" height="731" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Folio-HTML-Flat-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Folio-HTML-Flat-template-246x300.jpg 246w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3204" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Folio-HTML-Flat-template.jpg" alt="Folio-HTML-Flat-template" width="600" height="731" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Folio-HTML-Flat-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Folio-HTML-Flat-template-246x300.jpg 246w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/producr-businessfolio-html-template/full_screen_preview/5684864?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/producr-businessfolio-html-template/5684864?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Keylight &ndash; Light &amp; Flat Portfolio</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio.jpg"><img class="aligncenter size-full wp-image-3205" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio.jpg" alt="Keylight-Light-Flat-Portfolio" width="600" height="740" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio-243x300.jpg 243w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3205" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio.jpg" alt="Keylight-Light-Flat-Portfolio" width="600" height="740" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Keylight-Light-Flat-Portfolio-243x300.jpg 243w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/keylight-light-flat-portfolio/full_screen_preview/5674957?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/keylight-light-flat-portfolio/5674957?ref=icabrera"><strong>More Info</strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong>Flux &ndash; Flat Corporate HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3206" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template.jpg" alt="Flux-Flat-Corporate-HTML-Template" width="600" height="812" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template-222x300.jpg 222w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3206" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template.jpg" alt="Flux-Flat-Corporate-HTML-Template" width="600" height="812" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flux-Flat-Corporate-HTML-Template-222x300.jpg 222w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flux-flat-corporate-html-template-2/full_screen_preview/5674430?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flux-flat-corporate-html-template-2/5674430?ref=icabrera"><strong>More Info</strong></a></p><p><strong>FlatBook &ndash; Flat App &amp; Ebook Selling Landing Page</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page.jpg"><img class="aligncenter size-full wp-image-3207" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page.jpg" alt="Flat-AppEbook-Selling-Landing-Page" width="600" height="804" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page-224x300.jpg 224w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3207" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page.jpg" alt="Flat-AppEbook-Selling-Landing-Page" width="600" height="804" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-AppEbook-Selling-Landing-Page-224x300.jpg 224w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flatbook-flat-app-ebook-selling-landing-page/full_screen_preview/5631976?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatbook-flat-app-ebook-selling-landing-page/5631976?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Cassius &ndash; Modern &amp; Flat Multipurpose Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template.jpg"><img class="aligncenter size-full wp-image-3208" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template.jpg" alt="Modern-Flat-Multi-Purpose-Template" width="600" height="741" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template-243x300.jpg 243w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3208" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template.jpg" alt="Modern-Flat-Multi-Purpose-Template" width="600" height="741" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modern-Flat-Multi-Purpose-Template-243x300.jpg 243w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/cassius-modern-flat-multipurpose-template/full_screen_preview/5566091?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/cassius-modern-flat-multipurpose-template/5566091?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Paris &ndash; Responsive Flat HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3209" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template.jpg" alt="Paris-Responsive-Flat-HTML5-Template" width="600" height="793" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template-227x300.jpg 227w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3209" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template.jpg" alt="Paris-Responsive-Flat-HTML5-Template" width="600" height="793" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Paris-Responsive-Flat-HTML5-Template-227x300.jpg 227w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/paris-responsive-html5-template/full_screen_preview/5463894?http://themeforest.net/item/paris-responsive-html5-template/full_screen_preview/5463894"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/paris-responsive-html5-template/5463894?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="58a845cb-78e6-4d3e-aac2-ef799991000b" class="GINGER_SOFATWARE_mark">Flat</span> Studio</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-Studio.jpg"><img class="aligncenter size-full wp-image-3210" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flat-Studio.jpg" alt="Flat-Studio" width="600" height="857" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-Studio-210x300.jpg 210w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3210" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flat-Studio.jpg" alt="Flat-Studio" width="600" height="857" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flat-Studio-210x300.jpg 210w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flat-studio-responsive-one-page-html-template/full_screen_preview/5381503?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flat-studio-responsive-one-page-html-template/5381503?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Flatnica &ndash; Ultimate Flat Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ultimate-Flat-Template.jpg"><img class="aligncenter size-full wp-image-3211" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Ultimate-Flat-Template.jpg" alt="Ultimate-Flat-Template" width="600" height="895" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ultimate-Flat-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ultimate-Flat-Template-201x300.jpg 201w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3211" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ultimate-Flat-Template.jpg" alt="Ultimate-Flat-Template" width="600" height="895" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ultimate-Flat-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ultimate-Flat-Template-201x300.jpg 201w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/flatnica-ultimate-flat-template/full_screen_preview/5343665?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatnica-ultimate-flat-template/5343665?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Creatrix &ndash; Flat Responsive Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-3212" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template.jpg" alt="Creatrix-Flat-Responsive-Template" width="600" height="753" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template-239x300.jpg 239w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3212" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template.jpg" alt="Creatrix-Flat-Responsive-Template" width="600" height="753" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creatrix-Flat-Responsive-Template-239x300.jpg 239w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/creatrix-flat-responsive-template/full_screen_preview/5315308ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/creatrix-flat-responsive-template/5315308?ref=icabrera"><strong>More Info</strong></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="BA2TC4c8e11134a1ae66b6878d9b636d6cc33f19391f877f3b35dd4521cfd0f982764" class="wpdiscuz-cnonce" name="cnonce" value="BA2TC4c8e11134a1ae66b6878d9b636d6cc33f19391f877f3b35dd4521cfd0f982764" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="gunKfc5661910cff9f578f45ee47a108849404231199fa994b1130a1f64c17ac4a284" class="wpdiscuz-cnonce" name="cnonce" value="gunKfc5661910cff9f578f45ee47a108849404231199fa994b1130a1f64c17ac4a284" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best flat design website templates', '', 'publish', 'closed', 'closed', '', 'best-flat-design-website-templates', '', '', '2017-04-11 13:13:43', '2017-04-11 13:13:43', '', 0, 'http://thedesignpixel.com/best-flat-design-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(48, 1, '2017-04-11 13:13:44', '2017-04-11 13:13:44', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-1828" class="g post post-1828 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-templates tag-themes cat-3-id cat-1-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 10 Best Free Bootstrap Themes</div> <header><h1 class="title">10 Best Free Bootstrap Themes</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/best-free-bootstrap-themes/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work full time on designing websites, providing them quick and easy access to all their web development platform components at a single place. Bootstrap turned out to be the number one project on Github, with really out of the world records, which it broke. Bootstrap is compatible with each and every new web browser, and also has backward compatibility option Internet Explorer 7. The platform is responsive, that is, that the websites designed or re-scaled according to the end user device, where it is being viewed, like one a tablet, phone or a desktop, the adjustments will be done accordingly by the code itself. Bootstrap uses HTML5 and CSS3, helping you kick-start your web app development process.</p><p>Bootstrap is just a basic platform, and can have a really easy and efficient GUI, using the templates and themes available on the web, developed by many designers. These Bootstrap themes are available free, or paid, with lots and lots of features to choose from and implement to produce amazing end results.</p><p>These templates make your work easier to be designing web sites using the bootstrap platforms, and providing the most impressive results to your clients. There are hundreds of such bootstrap themes available, but a few have proven out to be the perfect one, for any type of use, and are so easy to manipulate and modify, saving your time and investments. Choose any one from the below list, which you find to be the most suitable one for your project, and use this amazing front end framework.</p><h3><span style="text-decoration: underline;"><em><strong>10 Best Free Bootstrap Themes</strong></em></span>:</h3><p><a href="http://startbootstrap.com/landing-page"><strong>Landing Page</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Landing-Page.jpg"><img class="aligncenter size-full wp-image-1829" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Landing-Page.jpg" alt="Landing Page" width="600" height="302"></a></p><p><a href="http://startbootstrap.com/templates/landing-page/"><strong>Demo</strong></a><strong> | </strong><a href="http://startbootstrap.com/downloads/landing-page.zip"><strong>Download</strong></a></p><p><a href="http://www.bootstrapzero.com/bootstrap-template/munter"><strong><span id="a5025af4-6f5f-4a8c-b4e2-d4ad7879e58f" class="GINGER_SOFATWARE_mark">Munter</span> Bootstrap Template</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template.jpg"><img class="aligncenter size-full wp-image-1830" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template.jpg" alt="Munter Bootstrap Template" width="600" height="407"></a></p><p>&nbsp;</p><p><a href="http://blacktie.co/demo/munter"><strong>Demo</strong></a><strong>&nbsp;|&nbsp;</strong><a href="http://bit.ly/17549aE"><strong>Download</strong></a><strong>&nbsp;</strong></p><p><a href="http://bootstrap3themes.quora.com/Slidefolio-%E2%80%93-One-Page-Free-Responsive-Bootstrap-3-Portfolio-Theme"><strong>Slidefolio</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Slidefolio.jpg"><img class="aligncenter size-full wp-image-1831" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Slidefolio.jpg" alt="Slidefolio" width="600" height="283"></a></p><p><strong>Demo | </strong><a href="http://fileband.com/bvhgz0ppvo6q"><strong>Download</strong></a></p><p><a href="https://themes.bavotasan.com/themes/tonic-pro/"><strong>Tonic Pro</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Tonic-Pro.jpg"><img class="aligncenter size-full wp-image-1832" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Tonic-Pro.jpg" alt="Tonic Pro" width="600" height="644"></a></p><p><a href="http://demos.bavotasan.com/tonic-pro/"><strong>Demo</strong></a><strong> | </strong><a href="https://themes.bavotasan.com/themes/tonic-pro/"><strong>Download</strong></a></p><p><a href="http://www.bootstrapzero.com/bootstrap-template/minimal-dark"><strong>Minimal Dark</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Minimal-Dark.jpg"><img class="aligncenter size-full wp-image-1833" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Minimal-Dark.jpg" alt="Minimal Dark" width="600" height="368"></a></p><p><a href="http://www.blacktie.co/demo/minimal/"><strong>Demo</strong></a><strong>&nbsp;| </strong><a href="http://bit.ly/1h1qJay"><strong>Download</strong></a></p><p><a href="http://www.blacktie.co/2013/12/flatty-app-landing-page/"><strong><span id="6fc4b6d4-281c-466f-bd40-57c9166bf8bc" class="GINGER_SOFATWARE_mark">Flatty</span> App Landing Page</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Flatty-App-Landing-Page.jpg"><img class="aligncenter size-full wp-image-1834" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Flatty-App-Landing-Page.jpg" alt="Flatty App Landing Page" width="600" height="290"></a></p><p>&nbsp;</p><p><a href="http://blacktie.co/demo/flatty/"><strong>Demo</strong></a><strong> | </strong><a href="http://bit.ly/18QS8X2"><strong>Download</strong></a></p><p><a href="http://www.blacktie.co/2014/02/shield-one-page-theme/"><strong>Shield</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shield.jpg"><img class="aligncenter size-full wp-image-1835" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shield.jpg" alt="Shield" width="600" height="280"></a></p><p><a href="http://www.blacktie.co/demo/shield/"><strong>Demo</strong></a><strong> | </strong><a href="http://bit.ly/NxsT4V"><strong>Download</strong></a></p><p><a href="http://startbootstrap.com/grayscale"><strong>Grayscale</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Grayscale.jpg"><img class="aligncenter size-full wp-image-1836" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Grayscale.jpg" alt="Grayscale" width="600" height="311"></a></p><p><a href="http://startbootstrap.com/templates/grayscale/"><strong>Demo</strong></a><strong> | </strong><a href="http://startbootstrap.com/downloads/grayscale.zip"><strong>Download</strong></a></p><p><a href="http://www.bootstrapzero.com/bootstrap-template/amoeba"><strong>Amoeba</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Amoeba.jpg"><img class="aligncenter size-full wp-image-1837" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Amoeba.jpg" alt="Amoeba" width="600" height="391"></a></p><p><a href="http://bootstraptaste.com/theme/amoeba/"><strong>Demo </strong></a><strong>| </strong><a href="http://bootstraptaste.com/theme/amoeba/"><strong>Download</strong></a></p><p><a href="http://ortheme.com/category/free-bootstrap-stuff/free-bootstrap-theme/"><strong>Passion Free Bootstrap Theme</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Passion-Free-Bootstrap-Theme.jpg"><img class="aligncenter size-full wp-image-1838" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Passion-Free-Bootstrap-Theme.jpg" alt="Passion Free Bootstrap Theme" width="600" height="343"></a></p><p>&nbsp;</p><p><a href="http://www.ortheme.com/wrap/passion/index.html"><strong>Demo</strong></a><strong> | </strong><a href="http://www.mediafire.com/download/7imoissyby12m2x/Passion.zip"><strong>Download</strong></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-3721" data-post-type="none" ><a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" class="wp_rp_title">20+ Fresh and Free HTML5 Website Templates</a></li><li data-position="1" data-poid="in-2458" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_title">145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li data-position="2" data-poid="in-3751" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="wp_rp_title">15+ Free Responsive Education HTML Web Templates</a></li><li data-position="3" data-poid="in-798" data-post-type="none" ><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_title">35+ Free Coming Soon and Under Construction Templates</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-bootstrap-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template.jpg&amp;description=10%20Best%20Free%20Bootstrap%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-1828_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-1828_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-1828_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-1828_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-1828_0"\nclass="wc_email wc_field_input email"\nname="wc_email" required="required" value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-1828_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-1828_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-1828_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-1828_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-1828_0">None</label> <br/> <input id="wc_notification_new_reply-1828_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-1828_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-1828_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-1828_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-1828_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-1828_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-1828_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-1828_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-1828_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="1828"\nid="wc_comment_post_ID-1828_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-1828_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="1828" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_text" class="widget widget-sidebar"><h3>The Best Templates For Your Site</h3><div class="textwidget"><div id="mts-4433417e-c363-4407-9219-d8df9d3d95c1"></div></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li > <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li > <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'best free bootstrap themes', '', 'publish', 'closed', 'closed', '', 'best-free-bootstrap-themes', '', '', '2017-04-11 13:13:44', '2017-04-11 13:13:44', '', 0, 'http://thedesignpixel.com/best-free-bootstrap-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(49, 1, '2017-04-11 13:13:45', '2017-04-11 13:13:45', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-1574" class="g post post-1574 type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-templates tag-themes cat-5-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20+ Best Free Minimal WordPress Themes</div> <header><h1 class="title">20+ Best Free Minimal WordPress Themes</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>Gone is the time when there were heavy websites, with a lot of animations, sounds, color combinations, gradient effects, etc., which even took ages to load up on a slow internet connection, and had more stress on all this, rather than the main content, that is the most required thing. No one is visiting your website to be using the fancy menus, and designs, all the visitors want is information, and they will be bookmarking you only if they get the information they desire in the quickest possible manner, and easily find what they are actually looking for. WordPress is the most widely used CMS, and there are millions of websites already live, with the help of this, as this is the most efficient way to write blogs, design custom websites, etc.</p><p>WordPress themes are available in thousands of numbers. Ranging from free ones to highly paid ones. Ranging from just colored ones, to gradient based or graphic based ones. You can choose from, all of them, but when it comes to the trend, that is happening around, we have the trend of choosing minimalistic themes these days! Minimal Worpress themes consist of just flat color combinations, light graphics, icons, etc., which create a great user friendly and quick reference environment, providing your website visitor with the right information in the least time and efforts possible.</p><p>Due to the great number of designers, there is a great variety of minimal WordPress themes available online too, which you can download directly and use it on your WordPress based site. Here is a list of some of the best minimal WordPress themes, that will help you create a minimal and a great website, which follows the today&rsquo;s trend, and provides your website a great new simple look.</p><h3><strong><em><span style="text-decoration: underline;">20+ Best Free Minimal WordPress Themes</span></em></strong>:</h3><p><strong>1.&nbsp;</strong><a href="http://wpeden.com/product/multipurpose-responsive-wordpress-theme/"><strong>Multipurpose Responsive WordPress Theme</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Multipurpose-Responsive-WordPress-Theme.png"><img class="aligncenter size-full wp-image-1575" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Multipurpose-Responsive-WordPress-Theme.png" alt="Multipurpose Responsive WordPress Theme" width="600" height="619"></a></p><p><a href="http://wpeden.com/product/multipurpose-responsive-wordpress-theme/"><strong>Download</strong></a><strong> | </strong><a href="http://wpeden.com/preview/?product=NTAwNTA"><strong>Demo</strong></a></p><p><strong>2.&nbsp;</strong><a href="http://www.eleventhemes.com/stumblr-theme/"><strong><span id="4437e170-cb18-4511-a012-d6784f0d54f5" class="GINGER_SOFATWARE_mark"><span id="63824c21-fac5-43a5-9159-79248b71c4e7" class="GINGER_SOFATWARE_mark">Stumblr</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Stumblr.jpg"><img class="aligncenter size-full wp-image-1576" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Stumblr.jpg" alt="Stumblr" width="600" height="403"></a></p><p><a href="http://www.eleventhemes.com/thank-you/?file=2"><strong>Download</strong></a><strong> | </strong><a href="http://www.eleventhemes.com/stumblr/"><strong>Demo</strong></a></p><p><strong>3.&nbsp;</strong><a href="http://designsimply.com/wordpress/theme/photo-addict/"><strong>Photo Addict</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photo-Addict.jpg"><img class="aligncenter size-full wp-image-1577" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photo-Addict.jpg" alt="Photo Addict" width="600" height="445"></a></p><p><a href="http://wordpress.org/themes/download/photo-addict.1.0.2.zip"><strong>Download</strong></a><strong> | </strong><a href="http://wp-themes.com/photo-addict?TB_iframe=true&amp;width=1155&amp;height=535"><strong>Demo</strong></a></p><p><strong>4.&nbsp;</strong><a href="http://www.designwall.com/wordpress/themes/dw-minion/"><strong>DW Minion</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/DW-Minion.jpg"><img class="aligncenter size-full wp-image-1578" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/DW-Minion.jpg" alt="DW Minion" width="600" height="324"></a></p><p><a href="http://www.designwall.com/wordpress/themes/dw-minion/"><strong>Download</strong></a><strong> | </strong><a href="http://demo.designwall.com/dw-minion"><strong>Demo</strong></a></p><p><strong>5.&nbsp;</strong><a href="http://thriveweb.com.au/the-lab/pinzolo-a-free-responsive-wordpress-theme/"><strong>Pinzolo Theme</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinzolo-Theme.png"><img class="aligncenter size-full wp-image-1579" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinzolo-Theme.png" alt="Pinzolo Theme" width="600" height="634"></a></p><p><a href="http://wordpress.org/extend/themes/pinzolo"><strong>Download</strong></a><strong> | </strong><a href="http://thriveweb.com.au/themes/pinzolo/"><strong>Demo</strong></a></p><p><strong>6.&nbsp;</strong><a href="http://themes.fruitfulcode.com/fruitful/"><strong>Fruitful </strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fruitful.png"><img class="aligncenter size-full wp-image-1580" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fruitful.png" alt="Fruitful" width="600" height="292"></a></p><p><a href="http://wordpress.org/themes/fruitful"><strong>Download</strong></a><strong> | </strong><a href="http://themes.fruitfulcode.com/fruitful/"><strong>Demo</strong></a><strong>&nbsp;</strong></p><p><strong>7.&nbsp;</strong><a href="http://siteorigin.com/theme/pitch/"><strong>Pitch</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pitch.jpg"><img class="aligncenter size-full wp-image-1581" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pitch.jpg" alt="Pitch" width="600" height="653"></a></p><p><a href="http://updates.siteorigin.com/free/pitch/?action=download"><strong>Download</strong></a><strong> | </strong><a href="http://demo.siteorigin.com/pitch/"><strong>Demo</strong></a></p><p><strong>8.&nbsp;</strong><a href="http://alienwp.com/themes/oxygen/"><strong>Oxygen</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Oxygen.jpg"><img class="aligncenter size-full wp-image-1582" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Oxygen.jpg" alt="Oxygen" width="600" height="400"></a></p><p><a href="http://wordpress.org/extend/themes/download/oxygen.0.5.zip"><strong>Download</strong></a><strong> | </strong><a href="http://demo.alienwp.com/oxygen/"><strong>Demo</strong></a></p><p><strong>9.&nbsp;</strong><a href="http://justpx.com/free-white-paper"><strong>White Paper</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/White-Paper.jpg"><img class="aligncenter size-full wp-image-1583" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/White-Paper.jpg" alt="White Paper" width="600" height="529"></a></p><p><a href="http://justpx.com/download/white-paper.zip"><strong>Download</strong></a><strong> | </strong><a href="http://white-paper.justpx.com/"><strong>Demo</strong></a></p><p><strong>10.&nbsp;</strong><a href="http://tuesday.dimitarralev.net/"><strong>Tuesday</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Tuesday.jpg"><img class="aligncenter size-full wp-image-1584" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Tuesday.jpg" alt="Tuesday" width="600" height="234"></a></p><p><a href="http://wordpress.org/themes/tuesday"><strong>Download</strong></a><strong> | </strong><a href="http://tuesday.dimitarralev.net/"><strong>Demo</strong></a></p><p><strong>11.&nbsp;</strong><a href="http://alienwp.com/themes/hatch/"><strong>Hatch</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hatch.jpg"><img class="aligncenter size-full wp-image-1585" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hatch.jpg" alt="Hatch" width="600" height="504"></a></p><p><a href="http://wordpress.org/themes/download/hatch.0.2.9.zip"><strong>Download</strong></a><strong> | </strong><a href="http://demo.alienwp.com/hatch/"><strong>Demo</strong></a></p><p><strong>12.&nbsp;</strong><a href="http://www.s5themes.com/theme/time/"><strong>Time</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Time.jpg"><img class="aligncenter size-full wp-image-1586" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Time.jpg" alt="Time" width="600" height="358"></a></p><p><a href="http://www.s5themes.com/login/?referrer_url=http://www.s5themes.com/theme/time/"><strong>Download</strong></a><strong> | </strong><a href="http://demo.s5themes.com/?theme=time"><strong>Demo</strong></a></p><p><strong>13.&nbsp;</strong><a href="http://siteorigin.com/theme/clearly/"><strong>Clearly</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Clearly.jpg"><img class="aligncenter size-full wp-image-1587" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Clearly.jpg" alt="Clearly" width="600" height="376"></a></p><p><a href="http://updates.siteorigin.com/free/clearly/?action=download"><strong>Download</strong></a><strong> | </strong><a href="http://demo.siteorigin.com/clearly/"><strong>Demo</strong></a></p><p><strong>14.&nbsp;</strong><a href="http://www.designwall.com/wordpress/themes/wallpress/"><strong><span id="f7a962fe-0cde-46ea-be51-da6a284f2075" class="GINGER_SOFATWARE_mark"><span id="31a22195-798e-4ec3-a1c5-ee16441316d0" class="GINGER_SOFATWARE_mark">WallPress</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/WallPress.jpg"><img class="aligncenter size-full wp-image-1588" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/WallPress.jpg" alt="WallPress" width="600" height="277"></a></p><p><a href="http://www.designwall.com/wordpress/themes/wallpress/"><strong>Download</strong></a><strong> | </strong><a href="http://demo.designwall.com/#wallpress"><strong>Demo</strong></a></p><p><strong>15.&nbsp;</strong><a href="http://responsivedeck.com/2012/10/shutterloop/"><strong>Shutter Loop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shutter-Loop.jpg"><img class="aligncenter size-full wp-image-1589" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shutter-Loop.jpg" alt="Shutter Loop" width="600" height="704"></a></p><p><a href="http://responsivedeck.com/2012/10/shutterloop/"><strong>Download</strong></a><strong> | </strong><a href="http://demo.responsivedeck.com/shutterloop/"><strong>Demo</strong></a></p><p><strong>16.&nbsp;</strong><a href="http://colorlabsproject.com/themes/lensa/"><strong><span id="9175b79e-df5f-42bd-af2e-64d812a5e946" class="GINGER_SOFATWARE_mark"><span id="ed8ef907-7ca6-43c8-ab32-374e6f6a9bf3" class="GINGER_SOFATWARE_mark">Lensa</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa.jpg"><img class="aligncenter size-full wp-image-1590" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa.jpg" alt="Lensa" width="600" height="259"></a></p><p><a href="http://colorlabsproject.com/member/signup/index/c/EZt10BOF8?id_product=14139"><strong>Download</strong></a><strong> | </strong><a href="http://demo.colorlabsproject.com/?theme=lensa"><strong>Demo</strong></a></p><p><strong>17. </strong><a href="http://wpshower.com/themes/expositio/"><strong><span id="deaa4745-1094-4550-8027-6d7b27d7236b" class="GINGER_SOFATWARE_mark"><span id="90fe6679-d13e-458a-ac62-1a447e139a3c" class="GINGER_SOFATWARE_mark">Expositio</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Expositio.jpg"><img class="aligncenter size-full wp-image-1591" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Expositio.jpg" alt="Expositio" width="600" height="283"></a></p><p><a href="http://wpshower.com/downloads/expositio.zip"><strong>Download</strong></a><strong> | </strong><a href="http://wpshower.com/demo/?preview_theme=expositio"><strong>Demo</strong></a></p><p><strong>18.&nbsp;</strong><a href="http://siteorigin.com/theme/portal/"><strong>Portal</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Portal-wordpress-theme.png"><img class="aligncenter size-full wp-image-1598" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Portal-wordpress-theme.png" alt="Portal wordpress theme" width="600" height="389"></a></p><p><a href="http://updates.siteorigin.com/free/portal/?action=download"><strong>Download</strong></a><strong> | </strong><a href="http://demo.siteorigin.com/portal/"><strong>Demo</strong></a></p><p><strong>19.&nbsp;</strong><a href="http://mythemeshop.com/themes/playbook/"><strong>Playbook</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Playbook.jpg"><img class="aligncenter size-full wp-image-1592" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Playbook.jpg" alt="Playbook" width="600" height="436"></a></p><p><a href="http://mythemeshop.com/go/signup/index/c/playbook"><strong>Download</strong></a><strong> | </strong><a href="http://demo.mythemeshop.com/s/?theme=Playbook"><strong>Demo</strong></a></p><p><strong>20.&nbsp;WP-<span id="4cb4c51d-a2c7-44fc-a1e0-8b5699d4dd8e" class="GINGER_SOFATWARE_mark">svbtle</span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/wp-svbtle.jpg"><img class="aligncenter size-full wp-image-1593" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/wp-svbtle.jpg" alt="wp-svbtle" width="600" height="403"></a></p><p><strong>21.&nbsp;</strong><a href="http://www.s5themes.com/theme/simplecorp/"><strong><span id="efbf5008-dbba-4f8b-9315-d4e24e721535" class="GINGER_SOFATWARE_mark">SimpleCorp</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/SimpleCorp.jpg"><img class="aligncenter size-full wp-image-1594" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/SimpleCorp.jpg" alt="SimpleCorp" width="600" height="610"></a></p><p><a href="http://www.s5themes.com/login/?referrer_url=http://www.s5themes.com/theme/simplecorp/"><strong>Download</strong></a><strong> | </strong><a href="http://demo.s5themes.com/?theme=simplecorp"><strong>Demo</strong></a></p><p><strong>22.&nbsp;</strong><a href="http://siteorigin.com/theme/vantage/"><strong>Vantage</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vantage.jpg"><img class="aligncenter size-full wp-image-1595" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vantage.jpg" alt="Vantage" width="600" height="305"></a></p><p><a href="http://updates.siteorigin.com/free/vantage/?action=download"><strong>Download</strong></a><strong> | </strong><a href="http://demo.siteorigin.com/vantage/"><strong>Demo</strong></a></p><p><strong>23.&nbsp;</strong><a href="http://www.wpexplorer.com/surplus-minimal-responsive-business-wordpress-theme/"><strong>Surplus Minimal Responsive Business</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Surplus-Minimal-Responsive-Business.jpg"><img class="aligncenter size-full wp-image-1596" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Surplus-Minimal-Responsive-Business.jpg" alt="Surplus Minimal Responsive Business" width="600" height="438"></a></p><p><a href="http://themeforest.net/item/surplus-minimal-responsive-business-wp-theme/2129394?ref=icabrera"><strong>Download</strong></a><strong>&nbsp;| </strong><a href="http://themeforest.net/item/surplus-minimal-responsive-business-wp-theme/full_screen_preview/2129394?ref=icabrera"><strong>Demo</strong></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-2828" data-post-type="none" ><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" class="wp_rp_title">50+ Best Premium Responsive WordPress Themes of 2014</a></li><li data-position="1" data-poid="in-3980" data-post-type="none" ><a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" class="wp_rp_title">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></li><li data-position="2" data-poid="in-4326" data-post-type="none" ><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_title">35+ Free Responsive WordPress Themes for 2015</a></li><li data-position="3" data-poid="in-1630" data-post-type="none" ><a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" class="wp_rp_title">25 Best Free WordPress Photography Themes</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-minimal-wordpress-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vantage.jpg&amp;description=20+%20Best%20Free%20Minimal%20WordPress%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--> <!-- If comments are open, but there are no comments. --><div id="respond" class="box m-t-6"><h3>Leave a Reply</h3><div class="cancel-comment-reply"> <small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/#respond" style="display:none;">Click here to cancel reply.</a></small></div><form action="/" method="post" id="commentform"> <label for="author"><small>Name</small></label><p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p><div class="clear"></div> <label for="email"><small>Email</small></label><p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p><div class="clear"></div> <label for="url"><small>Website</small></label><p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p><div class="clear"></div> <label for="url"><small>Comment</small></label><p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p> <input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/><div class="clear"></div> <input type=''hidden'' name=''comment_post_ID'' value=''1574'' id=''comment_post_ID'' /> <input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' /><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="ef7c1cd0e9" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="114"/></p></form></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li > <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'best free minimal wordpress themes', '', 'publish', 'closed', 'closed', '', 'best-free-minimal-wordpress-themes', '', '', '2017-04-11 13:13:45', '2017-04-11 13:13:45', '', 0, 'http://thedesignpixel.com/best-free-minimal-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(50, 1, '2017-04-11 13:13:48', '2017-04-11 13:13:48', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3980" class="g post post-3980 type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes cat-1-id cat-5-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 65+ Best Free &#038; Premium ECommerce WordPress Themes</div>\n												<header>\n							<h1 class="title">65+ Best Free &#038; Premium ECommerce WordPress Themes</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Gone is the time when the customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed, and came the concept of online shopping. With the availability of millions of shoppers to shop, every retailer wants his business shifted online, to reach more, sell more, and make out more of his profits. And, with the availability of billions of products to shop from, at the click of a button and a scroll of the mouse, the shoppers are also happy, as they not only get the convenience they deserve, but also amazing discounts and offers!</p>\n<p>This was all about e-commerce, and why it has the boom in our lives today. It is not easy to develop an eCommerce website by your own, because if requires a lot of technical requirements and feasibilities to be fulfilled. And using WordPress, the most common CMS, is as easy as a piece of cake. If you know how to use WordPress, and make the necessary changes according to your purpose of use, you can use eCommerce WordPress themes, and create your own online shopping platform quicker than you could even imagine.</p>\n<p>There are some really cool eCommerce WordPress themes and plugins that can help you in this job, and they may or may not be free. So, before investing into it, check out this list of best free &amp; premium eCommerce WordPress themes and plugins, that will help you make your own shopping website easily.</p>\n<p><strong>65+ Best Free &amp; Premium <span id="c86957b1-c4c5-4284-81e8-a33c07497ef3" class="GINGER_SOFATWARE_mark">ECommerce</span> WordPress Themes:</strong></p>\n<p><strong><span id="73122f4b-1a25-46dd-a8d1-2d33cc8eb6b6" class="GINGER_SOFATWARE_mark"><span id="245120e3-e6fa-4c79-b905-57c6dd41645e" class="GINGER_SOFATWARE_mark">UberStore</span></span> – Next-Level <span id="f4cd235c-8c9b-437a-b424-5a6764f08ac4" class="GINGER_SOFATWARE_mark"><span id="4f7d7671-98f0-49e6-a043-f194ae9242c6" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/UberStore-Next-Level-Multi-Purpose-Theme.jpg"><img class="aligncenter size-full wp-image-3981" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/UberStore-Next-Level-Multi-Purpose-Theme.jpg" alt="UberStore-Next-Level-Multi-Purpose-Theme" width="550" height="828" /></a></p>\n<p><strong><a href="http://themeforest.net/item/uberstore-nextlevel-multipurpose-theme/full_screen_preview/7009376?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/uberstore-nextlevel-multipurpose-theme/7009376?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="97bb9079-4194-4ef5-b481-b48273d75b70" class="GINGER_SOFATWARE_mark"><span id="b3b81a5f-e0aa-4912-8829-f0a0f0539bd1" class="GINGER_SOFATWARE_mark">Emona</span></span> – Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Emona-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3982" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Emona-Responsive-WooCommerce-Theme.jpg" alt="Emona-Responsive-WooCommerce-Theme" width="550" height="728" /></a></p>\n<p><strong><a href="http://themeforest.net/item/emona-responsive-woocommerce-theme/full_screen_preview/7050058?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/emona-responsive-woocommerce-theme/7050058?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="6536d5e5-9c97-47d8-bdd4-4b5b3deaf2c4" class="GINGER_SOFATWARE_mark"><span id="1630c91e-0ec2-42cf-8109-f4b8e0992e41" class="GINGER_SOFATWARE_mark">WooCommerce</span></span> Supermarket Theme – <span id="f793f12b-7391-4615-96ff-07f10b921b30" class="GINGER_SOFATWARE_mark"><span id="cd7559be-113a-437c-973d-2c1c4c53776d" class="GINGER_SOFATWARE_mark">GoMarket</span></span> (More Layouts)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-Supermarket-Theme-GoMarket.jpg"><img class="aligncenter size-full wp-image-3983" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-Supermarket-Theme-GoMarket.jpg" alt="WooCommerce-Supermarket-Theme-GoMarket" width="550" height="707" /></a></p>\n<p><strong><a href="http://themeforest.net/item/woocommerce-supermarket-theme-gomarket/full_screen_preview/7049228?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/woocommerce-supermarket-theme-gomarket/7049228?ref=danielwku">More Info</a></strong></p>\n<p><strong>Minimal Multi Purpose – WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimal-Multi-Purpose-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3984" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimal-Multi-Purpose-WooCommerce-Theme.jpg" alt="Minimal-Multi-Purpose-WooCommerce-Theme" width="550" height="763" /></a></p>\n<p><strong><a href="http://themeforest.net/item/minimal-multi-purpose-woocommerce-theme/full_screen_preview/7041918?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/minimal-multi-purpose-woocommerce-theme/7041918?ref=danielwku">More Info</a></strong></p>\n<p><strong>Shopping – eCommerce WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopping-eCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-3985" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopping-eCommerce-WordPress-Theme.jpg" alt="Shopping-eCommerce-WordPress-Theme" width="550" height="405" /></a></p>\n<p><strong><a href="http://themehall.com/preview/shopping/">Demo</a> | <a href="http://themehall.com/shopping-ecommerce-wordpress-theme">More Info</a></strong></p>\n<p><strong>Coffee Shop – Free WooCommerce Theme</strong></p>\n<p><strong><a href="http://livedemo00.template-help.com/free_2013_wocommerce_2_0_14/">Demo</a> | <a href="http://store.templatemonster.com/free-woocommerce-theme.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="a4cb9f42-7152-41ce-8944-9c4f7274b016" class="GINGER_SOFATWARE_mark"><span id="5a31264e-9e8c-4890-977b-fb172375df1d" class="GINGER_SOFATWARE_mark">Mystile</span></span> – Free Clean WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Mystile-free-clean-WooCommerce-theme.jpg"><img class="aligncenter size-full wp-image-3986" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Mystile-free-clean-WooCommerce-theme.jpg" alt="Mystile-free-clean-WooCommerce-theme" width="550" height="479" /></a></p>\n<p><strong><a href="http://demo2.woothemes.com/mystile/">Demo</a> | <a href="http://www.woothemes.com/products/mystile/">More Info</a></strong></p>\n<p><strong><span id="fd749785-b6be-4186-898e-07824722bef7" class="GINGER_SOFATWARE_mark"><span id="f38b317e-3cf0-4867-8979-2ae9dac9ee4e" class="GINGER_SOFATWARE_mark">Wootique</span></span> – Free WooCommerce Goodness Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Wootique-Free-WooCommerce-Goodness-Theme.jpg"><img class="aligncenter size-full wp-image-3987" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Wootique-Free-WooCommerce-Goodness-Theme.jpg" alt="Wootique-Free-WooCommerce-Goodness-Theme" width="550" height="520" /></a></p>\n<p><strong><a href="http://demo2.woothemes.com/wootique/">Demo</a> | <a href="http://www.woothemes.com/products/wootique/">More Info</a></strong></p>\n<p><strong>Artificer – FREE Responsive WooCommerce E-commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Artificer-FREE-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3988" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Artificer-FREE-Responsive-WooCommerce-Theme.jpg" alt="Artificer-FREE-Responsive-WooCommerce-Theme" width="550" height="439" /></a></p>\n<p><strong><a href="http://demo2.woothemes.com/artificer/">Demo</a> | <a href="http://www.woothemes.com/products/artificer/">More Info</a></strong></p>\n<p><strong>Lotus Flower – Flexible <span id="3974e1f5-45b3-4cdb-9e05-da217a696d92" class="GINGER_SOFATWARE_mark"><span id="257f880a-c3cb-40d1-9e8a-0af4e6b2347f" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Shop Theme</strong></p>\n<p><strong><a href="http://themeforest.net/item/lotus-flower-flexible-multipurpose-shop-theme/full_screen_preview/5960164?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/lotus-flower-flexible-multipurpose-shop-theme/5960164?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="f85a575f-fe8f-4247-90bb-152868ddda15" class="GINGER_SOFATWARE_mark"><span id="695522c9-6747-4d60-ac95-88b051d7e089" class="GINGER_SOFATWARE_mark">WooCommerce</span></span> WordPress Theme – TechGoStore</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore.jpg"><img class="aligncenter size-full wp-image-3989" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore.jpg" alt="WooCommerce-WordPress-ThemeTechGoStore" width="550" height="513" /></a></p>\n<p><strong><a href="http://themeforest.net/item/woocommerce-wordpress-theme-techgostore/full_screen_preview/5954407?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/woocommerce-wordpress-theme-techgostore/5954407?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="a00f1ace-262e-4eb9-be71-4255e63e42f7" class="GINGER_SOFATWARE_mark"><span id="bf93e2c9-3206-43f3-95a7-7578bcda7497" class="GINGER_SOFATWARE_mark">Simplepxcreate</span></span> – <span id="4a140b2e-9346-4233-8c66-7761f077c082" class="GINGER_SOFATWARE_mark"><span id="b251feb8-48ff-4ed5-8d04-697caf16a6b0" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WooCommerce eCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Simplepxcreate-WooCommerce-eCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3990" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Simplepxcreate-WooCommerce-eCommerce-Theme.jpg" alt="Simplepxcreate-WooCommerce-eCommerce-Theme" width="550" height="665" /></a></p>\n<p><strong><a href="http://themeforest.net/item/simplepxcreate-multipurpose-ecommerce-theme/full_screen_preview/5603157?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/simplepxcreate-multipurpose-ecommerce-theme/5603157?ref=danielwku">More Info</a></strong></p>\n<p><strong>Barberry – Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Barberry-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3991" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Barberry-Responsive-WooCommerce-Theme.jpg" alt="Barberry-Responsive-WooCommerce-Theme" width="550" height="550" /></a></p>\n<p><strong><a href="http://themeforest.net/item/barberry-responsive-woocommerce-theme/full_screen_preview/5625228?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/barberry-responsive-woocommerce-theme/5625228?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="20d50930-7c7a-4510-973d-77e085d66871" class="GINGER_SOFATWARE_mark"><span id="25ef0e84-d542-4c1a-a904-72537a159158" class="GINGER_SOFATWARE_mark">Cosmetico</span></span> – Responsive eCommerce WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Cosmetico-Responsive-eCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-3992" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Cosmetico-Responsive-eCommerce-WordPress-Theme.jpg" alt="Cosmetico-Responsive-eCommerce-WordPress-Theme" width="550" height="276" /></a></p>\n<p><strong><a href="http://themeforest.net/item/cosmetico-responsive-ecommerce-wordpress-theme/full_screen_preview/5615400?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/cosmetico-responsive-ecommerce-wordpress-theme/5615400?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="ebf08acb-d02c-4412-a2b1-60dd223a091c" class="GINGER_SOFATWARE_mark"><span id="15e378ea-9a41-4cda-9119-2d5510a437e8" class="GINGER_SOFATWARE_mark">Buler</span></span> – A Rugged <span id="6487d506-2c16-442c-868e-78b07479421f" class="GINGER_SOFATWARE_mark"><span id="78ae5b11-c68c-421c-91d3-2a180197f501" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> / WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Buler-Rugged-Ecommerce-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3993" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Buler-Rugged-Ecommerce-WooCommerce-Theme.jpg" alt="Buler-Rugged-Ecommerce-WooCommerce-Theme" width="550" height="633" /></a></p>\n<p><strong><a href="http://themeforest.net/item/buler-a-rugged-ecommerce-woocommerce-theme/full_screen_preview/5531690?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/buler-a-rugged-ecommerce-woocommerce-theme/5531690?ref=danielwku">More Info</a></strong></p>\n<p><strong>The Leader – <span id="b4d27a43-6fbf-4cc0-9de2-9a14f3f0a984" class="GINGER_SOFATWARE_mark"><span id="41ab094e-14bd-4077-92a0-f457b64e5995" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> Responsive M-Purpose Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Leader-Ecommerce-Responsive-M-Purpose-Theme.jpg"><img class="aligncenter size-full wp-image-3994" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Leader-Ecommerce-Responsive-M-Purpose-Theme.jpg" alt="The-Leader-Ecommerce-Responsive-M-Purpose-Theme" width="550" height="553" /></a></p>\n<p><strong><a href="http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/full_screen_preview/5493981?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/5493981?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="3bfe232c-7e95-4b14-bd35-9481e7ec716c" class="GINGER_SOFATWARE_mark"><span id="d9987243-cd6b-40ad-81ee-e8e5f380fb91" class="GINGER_SOFATWARE_mark">Sellya</span></span> – Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sellya-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3995" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sellya-Responsive-WooCommerce-Theme.jpg" alt="Sellya-Responsive-WooCommerce-Theme" width="550" height="533" /></a></p>\n<p><strong><a href="http://themeforest.net/item/sellya-responsive-woocommerce-theme/full_screen_preview/5418581?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/sellya-responsive-woocommerce-theme/5418581?ref=danielwku">More Info</a></strong></p>\n<p><strong>Flat Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Flat-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3996" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Flat-Responsive-WooCommerce-Theme.jpg" alt="Flat-Responsive-WooCommerce-Theme" width="550" height="587" /></a></p>\n<p><strong><a href="http://themeforest.net/item/flat-responsive-woocommerce-theme/full_screen_preview/5484319?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/flat-responsive-woocommerce-theme/5484319?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="ebcefb0d-13ba-49e5-b285-5929033b0bda" class="GINGER_SOFATWARE_mark"><span id="5d7e523b-aed7-4ad8-95bf-1094bd0c7a61" class="GINGER_SOFATWARE_mark">BearStore</span></span> – Multipurpose <span id="86445b8a-75fc-446f-8d96-41f0160796a9" class="GINGER_SOFATWARE_mark"><span id="6b0af3dd-0021-406c-a418-dc6120c50588" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/BearStore-Multipurpose-Ecommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3997" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/BearStore-Multipurpose-Ecommerce-Theme.jpg" alt="BearStore-Multipurpose-Ecommerce-Theme" width="550" height="555" /></a></p>\n<p><strong><a href="http://themeforest.net/item/bearstore-multipurpose-ecommerce-theme/full_screen_preview/5418827?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/bearstore-multipurpose-ecommerce-theme/5418827?ref=danielwku">More Info</a></strong></p>\n<p><strong>Pandora — Responsive <span id="b6bd185f-6529-4819-8b09-6a22d8cd4f71" class="GINGER_SOFATWARE_mark"><span id="33033d3c-58c7-400b-8a4e-55d11963d372" class="GINGER_SOFATWARE_mark">WooCommerce</span></span> HTML5 Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Pandora-Responsive-WooCommerce-HTML5-Theme.jpg"><img class="aligncenter size-full wp-image-3998" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Pandora-Responsive-WooCommerce-HTML5-Theme.jpg" alt="Pandora-Responsive-WooCommerce-HTML5-Theme" width="550" height="549" /></a></p>\n<p><strong><a href="http://themeforest.net/item/pandora-responsive-woocommerce-html5-theme/full_screen_preview/5315097?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/pandora-responsive-woocommerce-html5-theme/5315097?ref=danielwku">More Info</a></strong></p>\n<p><strong>Top Shop – <span id="ce72d3e3-6f27-4faf-aec1-23b0f4f787e4" class="GINGER_SOFATWARE_mark"><span id="228e315f-5ee4-4584-8541-38a386578599" class="GINGER_SOFATWARE_mark">Multi-purpose</span></span> WooCommerce theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Top-Shop-Multi-purpose-WooCommerce-theme.jpg"><img class="aligncenter size-full wp-image-3999" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Top-Shop-Multi-purpose-WooCommerce-theme.jpg" alt="Top-Shop-Multi-purpose-WooCommerce-theme" width="550" height="508" /></a></p>\n<p><strong><a href="http://themeforest.net/item/top-shop-multipurpose-woocommerce-theme/full_screen_preview/5415315?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/top-shop-multipurpose-woocommerce-theme/5415315?ref=danielwku">More Info</a></strong></p>\n<p><strong>Sell: Responsive eCommerce WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sell-Responsive-eCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-4000" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sell-Responsive-eCommerce-WordPress-Theme.jpg" alt="Sell-Responsive-eCommerce-WordPress-Theme" width="550" height="468" /></a></p>\n<p><strong><a href="http://themeforest.net/item/sell-responsive-ecommerce-wordpress-theme/full_screen_preview/5264066?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/sell-responsive-ecommerce-wordpress-theme/5264066?ref=danielwku">More Info</a></strong></p>\n<p><strong>Book Store Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Book-Store-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-4001" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Book-Store-Responsive-WooCommerce-Theme.jpg" alt="Book-Store-Responsive-WooCommerce-Theme" width="550" height="272" /></a></p>\n<p><strong><a href="http://themeforest.net/item/book-store-responsive-woocommerce-theme/full_screen_preview/5243193?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/book-store-responsive-woocommerce-theme/5243193?ref=danielwku">More Info</a></strong></p>\n<p><strong>Sistina Woo Commerce theme Flat Multipurpose Shop Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sistina-Woo-Commerce-theme-Flat-Multipurpose-Shop-Theme.jpg"><img class="aligncenter size-full wp-image-4002" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sistina-Woo-Commerce-theme-Flat-Multipurpose-Shop-Theme.jpg" alt="Sistina-Woo-Commerce-theme-Flat-Multipurpose-Shop-Theme" width="550" height="442" /></a></p>\n<p><strong><a href="http://themeforest.net/item/sistina-flat-multipurpose-shop-theme/full_screen_preview/5220602?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/sistina-flat-multipurpose-shop-theme/5220602?ref=danielwku">More Info</a></strong></p>\n<p><strong>Neighborhood – Responsive <span id="6ec493e9-be25-4ec7-afb2-5edd71adf5af" class="GINGER_SOFATWARE_mark"><span id="eb4ca64e-e5f7-456f-b50a-241e8fc9775e" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Shop Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Neighborhood-Responsive-Multi-Purpose-Shop-Theme.jpg"><img class="aligncenter size-full wp-image-4003" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Neighborhood-Responsive-Multi-Purpose-Shop-Theme.jpg" alt="Neighborhood-Responsive-Multi-Purpose-Shop-Theme" width="550" height="504" /></a></p>\n<p><strong><a href="http://themeforest.net/item/neighborhood-responsive-multipurpose-shop-theme/full_screen_preview/5086341?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/neighborhood-responsive-multipurpose-shop-theme/5086341?ref=danielwku">More Info</a></strong></p>\n<p><strong>Outlet – <span id="108ae5a7-095d-44e3-80cf-9d34284e0d07" class="GINGER_SOFATWARE_mark"><span id="c68d1b2d-7fcc-42fa-bfa7-b79e1ca35833" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Outlet-Multi-Purpose-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-4004" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Outlet-Multi-Purpose-WooCommerce-Theme.jpg" alt="Outlet-Multi-Purpose-WooCommerce-Theme" width="550" height="519" /></a></p>\n<p><strong><a href="http://themeforest.net/item/outlet-multipurpose-woocommerce-theme/full_screen_preview/4900059?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/outlet-multipurpose-woocommerce-theme/4900059?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="d2802e40-76cd-4648-8ebf-384a8cceac1c" class="GINGER_SOFATWARE_mark"><span id="d5cfd851-03e6-43f5-b494-10b66eca51b6" class="GINGER_SOFATWARE_mark">IDStore</span></span> – Responsive <span id="b69a4782-e70a-4578-9cd3-ded43ca8e470" class="GINGER_SOFATWARE_mark"><span id="a98c6753-5d69-4efa-9b7c-7aadd407c511" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> <span id="8824a8a7-82c0-4436-acc8-633d2afa9586" class="GINGER_SOFATWARE_mark"><span id="afc71105-2085-479f-97b5-9d09960857dd" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/IDStoreResponsive-Multi-Purpose-Ecommerce-Theme.jpg"><img class="aligncenter size-full wp-image-4005" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/IDStoreResponsive-Multi-Purpose-Ecommerce-Theme.jpg" alt="IDStoreResponsive-Multi-Purpose-Ecommerce-Theme" width="550" height="284" /></a></p>\n<p><strong><a href="http://themeforest.net/item/idstore-responsive-multipurpose-ecommerce-theme/full_screen_preview/4792186?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/idstore-responsive-multipurpose-ecommerce-theme/4792186?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="f3a3cbc1-a7df-43fa-aa3e-da3cb98be71a" class="GINGER_SOFATWARE_mark"><span id="c2cc3711-5ec3-46fc-a00e-b53953e242f1" class="GINGER_SOFATWARE_mark">Justshop</span></span> – Cake Bakery Drinks Shop WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Justshop-Cake-Bakery-Drinks-Shop-Wordpress-Theme.jpg"><img class="aligncenter size-full wp-image-4006" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Justshop-Cake-Bakery-Drinks-Shop-Wordpress-Theme.jpg" alt="Justshop-Cake-Bakery-Drinks-Shop-Wordpress-Theme" width="550" height="283" /></a></p>\n<p><strong><a href="http://themeforest.net/item/justshop-cake-bakery-drinks-shop-wordpress-theme/full_screen_preview/4747148?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/justshop-cake-bakery-drinks-shop-wordpress-theme/4747148?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="bb329ab7-b972-4047-a5f5-04413e1b070a" class="GINGER_SOFATWARE_mark"><span id="82644fa7-cc83-4436-8728-730df012c69e" class="GINGER_SOFATWARE_mark">PrimaShop</span></span> – Clean WooCommerce WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/PrimaShop-Clean-WooCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-4007" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/PrimaShop-Clean-WooCommerce-WordPress-Theme.jpg" alt="PrimaShop-Clean-WooCommerce-WordPress-Theme" width="550" height="501" /></a></p>\n<p><strong><a href="http://themeforest.net/item/primashop-clean-woocommerce-wordpress-theme/full_screen_preview/4713886?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/primashop-clean-woocommerce-wordpress-theme/4713886?ref=danielwku">More Info</a></strong></p>\n<p><strong>Room 09 Shop – <span id="02af5416-065a-4346-8afb-053de312134d" class="GINGER_SOFATWARE_mark"><span id="1250d3be-1d4b-4c1e-b53e-ade9d582c566" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> e-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Room-09-Shop-Multi-Purpose-e-Commerce-Theme.jpg"><img class="aligncenter size-full wp-image-4008" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Room-09-Shop-Multi-Purpose-e-Commerce-Theme.jpg" alt="Room-09-Shop-Multi-Purpose-e-Commerce-Theme" width="550" height="275" /></a></p>\n<p><strong><a href="http://themeforest.net/item/room-09-shop-multipurpose-ecommerce-theme/full_screen_preview/4638247?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/room-09-shop-multipurpose-ecommerce-theme/4638247?ref=danielwku">More Info</a></strong></p>\n<p><strong>The Retailer – Retina Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Retailer-Retina-Responsive-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-4009" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Retailer-Retina-Responsive-WooCommerce-Theme.jpg" alt="The-Retailer-Retina-Responsive-WooCommerce-Theme" width="550" height="533" /></a></p>\n<p><strong><a href="http://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/full_screen_preview/4287447?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/4287447?ref=danielwku">More Info</a></strong></p>\n<p><strong>KALLYAS – Responsive <span id="ab7e1df1-081b-4a89-95b1-f06ab14ace25" class="GINGER_SOFATWARE_mark"><span id="db2ae998-290a-46f7-878e-7b27fa84e734" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/KALLYAS-Responsive-WooCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-4010" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/KALLYAS-Responsive-WooCommerce-WordPress-Theme.jpg" alt="KALLYAS-Responsive-WooCommerce-WordPress-Theme" width="550" height="616" /></a></p>\n<p><strong><a href="http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/full_screen_preview/4091658?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?ref=danielwku">More Info</a></strong></p>\n<p><strong>Impulse – Responsive eCommerce WordPress Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Impulse-Responsive-eCommerce-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-4011" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Impulse-Responsive-eCommerce-WordPress-Theme.jpg" alt="Impulse-Responsive-eCommerce-WordPress-Theme" width="550" height="474" /></a></p>\n<p><strong><a href="http://themeforest.net/item/impulse-responsive-ecommerce-wordpress-theme/full_screen_preview/3850721?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/impulse-responsive-ecommerce-wordpress-theme/3850721?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="2c21cb59-e6f2-49e8-9801-91a109d05e0f" class="GINGER_SOFATWARE_mark"><span id="4e3cd2b2-0158-4a3b-b6c3-67c1a8548c40" class="GINGER_SOFATWARE_mark">Bazar</span></span> Shop – <span id="368d0767-17e6-4549-b91b-d08a44202d0e" class="GINGER_SOFATWARE_mark"><span id="2a1b90ae-46f4-4429-b211-2f11bb60ab5d" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> e-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bazar-ShopMulti-Purpose-e-Commerce-Theme.jpg"><img class="aligncenter size-full wp-image-4012" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bazar-ShopMulti-Purpose-e-Commerce-Theme.jpg" alt="Bazar-ShopMulti-Purpose-e-Commerce-Theme" width="550" height="513" /></a></p>\n<p><strong><a href="http://themeforest.net/item/bazar-shop-multipurpose-ecommerce-theme/full_screen_preview/3895788?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/bazar-shop-multipurpose-ecommerce-theme/3895788?ref=danielwku">More Info</a></strong></p>\n<p><strong><span id="98f4e663-b961-4af7-a9b8-30c0786f1713" class="GINGER_SOFATWARE_mark"><span id="1a4d7fd5-fa3c-469d-974d-72927ba57bb2" class="GINGER_SOFATWARE_mark">Shopifiq</span></span> – Responsive WordPress WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopifiq-Responsive-WordPress-WooCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-4013" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopifiq-Responsive-WordPress-WooCommerce-Theme.jpg" alt="Shopifiq-Responsive-WordPress-WooCommerce-Theme" width="550" height="398" /></a></p>\n<p><strong><a href="http://themeforest.net/item/shopifiq-responsive-wordpress-woocommerce-theme/full_screen_preview/3796157?ref=danielwku">Demo</a> | <a href="http://themeforest.net/item/shopifiq-responsive-wordpress-woocommerce-theme/3796157?ref=danielwku">More Info</a></strong></p>\n<p><strong><a href="http://extend.thecartpress.com/ecommerce-themes/twentyeleven-ecommerce/">Free Responsive Twenty Eleven eCommerce Theme</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Twenty-Eleven-eCommerce.jpg"><img class="aligncenter size-full wp-image-4014" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Twenty-Eleven-eCommerce.jpg" alt="Twenty-Eleven-eCommerce" width="550" height="345" /></a></p>\n<p><strong><a href="http://extend.thecartpress.com/ecommerce-themes/twentyeleven-ecommerce/">Demo</a> | <a href="https://s3.amazonaws.com/ecommerce-plugin-wordpress/themes/ecommerce-twentyeleven.zip">Download</a></strong></p>\n<p><strong><a href="http://www.smashingmagazine.com/2011/10/19/free-e-commerce-wordpress-theme-balita/"><span id="55ed8f94-84d1-45b9-a8a5-e586f7b67668" class="GINGER_SOFATWARE_mark"><span id="1056d385-5bd6-4afd-b12b-1e7b911fa5f6" class="GINGER_SOFATWARE_mark">Balita</span></span> / e-Commerce Responsive WordPress Theme</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Balita-e-Commerce-Theme.jpg"><img class="aligncenter size-full wp-image-4015" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Balita-e-Commerce-Theme.jpg" alt="Balita-e-Commerce-Theme" width="550" height="299" /></a></p>\n<p><strong><a href="http://tokokoo.com/demo/wpec38/balita/">Demo</a> | <a href="http://provide.smashingmagazine.com/balita_finale.zip">Download</a></strong></p>\n<p><strong><span id="430f6a95-b8ca-4bad-882f-ba20e4fd7869" class="GINGER_SOFATWARE_mark"><span id="262e0915-0b29-459d-8428-9cc56f3bd48b" class="GINGER_SOFATWARE_mark">Mercor</span></span> – Responsive WordPress WooCommerce</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Mercor.jpg"><img class="aligncenter size-full wp-image-4016" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Mercor.jpg" alt="Mercor" width="550" height="281" /></a></p>\n<p><strong><a href="http://mercor.premiumcoding.com/">Demo</a> | <a href="http://themeforest.net/item/mercor-responsive-wordpress-woocommerce-theme/3037680?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="9a741d66-9ec2-4e9d-b7f1-45d692de0284" class="GINGER_SOFATWARE_mark"><span id="50460b60-ca2a-4dc1-86f3-baae68fb72c2" class="GINGER_SOFATWARE_mark">Sold</span></span> E-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sold.jpg"><img class="aligncenter size-full wp-image-4017" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sold.jpg" alt="Sold" width="550" height="280" /></a></p>\n<p><strong><a href="http://sold.parkerandkent.com/sold/">Demo</a> | <a href="http://themeforest.net/item/wordpress-sold-responsiveecommerce-theme/3059355?ref=danielwku">Download</a></strong></p>\n<p><strong>Hermes – Fullscreen e-Commerce</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Hermes.jpg"><img class="aligncenter size-full wp-image-4018" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Hermes.jpg" alt="Hermes" width="550" height="281" /></a></p>\n<p><strong><a href="http://alexgurghis.com/themes/hermes-ecommerce/">Demo</a> | <a href="http://themeforest.net/item/hermes-fullscreen-ecommerce-wordpress-theme/3017466?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="5d9c234a-7af7-4b8d-8050-12d092828d32" class="GINGER_SOFATWARE_mark"><span id="88b6eabe-6cd6-4b3a-a078-284867fc478b" class="GINGER_SOFATWARE_mark">Mearishop</span></span> – a Clean Responsive E-commerce</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/MeariShop.jpg"><img class="aligncenter size-full wp-image-4019" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/MeariShop.jpg" alt="MeariShop" width="550" height="279" /></a></p>\n<p><strong><a href="http://hanatemplate.com/meari/">Demo</a> | <a href="http://themeforest.net/item/mearishop-a-clean-responsive-ecommerce-theme/2920813?ref=danielwku">Download</a></strong></p>\n<p><strong>Organic Shop</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Organic-Shop.jpg"><img class="aligncenter size-full wp-image-4020" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Organic-Shop.jpg" alt="Organic-Shop" width="550" height="278" /></a></p>\n<p><strong><a href="http://themes.quitenicestuff.com/organicshopwp/">Demo</a> | <a href="http://themeforest.net/item/-organic-shop-responsive-woocommerce-theme/2931436?ref=danielwku">Download</a></strong></p>\n<p><strong>Kiosk 2.0</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kiosk.jpg"><img class="aligncenter size-full wp-image-4021" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kiosk.jpg" alt="Kiosk" width="550" height="280" /></a></p>\n<p><strong><a href="http://demo.obox-design.com/kiosk/">Demo</a> | <a href="http://themeforest.net/item/kiosk-20-premium-wordpress-ecommerce-theme/2909966?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="86066af4-2adc-471e-b0f2-f07d32603852" class="GINGER_SOFATWARE_mark"><span id="549b095c-c4b5-4e64-b51c-17c95f4bb45a" class="GINGER_SOFATWARE_mark">Sooperstore</span></span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sooperstore.jpg"><img class="aligncenter size-full wp-image-4022" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sooperstore.jpg" alt="Sooperstore" width="550" height="279" /></a></p>\n<p><strong><a href="http://sooperstore.themesforge.com/">Demo</a> | <a href="http://themeforest.net/item/sooperstore-responsive-woocommerce-theme/2845356?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="22fed3dd-bed1-4a9f-8d17-ec9ccc54921a" class="GINGER_SOFATWARE_mark"><span id="c8c6b301-51bb-4aa4-a6ec-53452aff47f3" class="GINGER_SOFATWARE_mark">Lathika</span></span> JigoShop</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Lathika-JigoShop.jpg"><img class="aligncenter size-full wp-image-4023" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Lathika-JigoShop.jpg" alt="Lathika-JigoShop" width="550" height="281" /></a></p>\n<p><strong><a href="http://lathika-jigoshop.sofarider.com/">Demo</a> | <a href="http://themeforest.net/item/lathika-jigoshop-responsive-ecommerce-theme/2859163?ref=danielwku">Download</a></strong></p>\n<p><strong>Cherry</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Cherry.jpg"><img class="aligncenter size-full wp-image-4024" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Cherry.jpg" alt="Cherry" width="550" height="280" /></a></p>\n<p><strong><a href="http://aligator-studio.com/cherry/">Demo</a> | <a href="http://themeforest.net/item/cherry-responsive-ecommerce-theme-for-wp/2765359?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="7bc019cc-7585-4fda-9a67-7f05161f1668" class="GINGER_SOFATWARE_mark"><span id="f13ebbc1-03f2-4724-af5f-d34c9f647892" class="GINGER_SOFATWARE_mark">Blanco</span></span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Blanco.jpg"><img class="aligncenter size-full wp-image-4025" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Blanco.jpg" alt="Blanco" width="550" height="278" /></a></p>\n<p><strong><a href="http://8theme.com/demo/blanco-wo/">Demo</a> | <a href="http://themeforest.net/item/blanco-responsive-wordpress-ecommerce-theme/2755246?ref=danielwku">Download</a></strong></p>\n<p><strong>Camp</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Camp.jpg"><img class="aligncenter size-full wp-image-4026" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Camp.jpg" alt="Camp" width="550" height="279" /></a></p>\n<p><strong><a href="http://camp.progressionstudios.com/">Demo</a> | <a href="http://themeforest.net/item/camp-responsive-ecommerce-theme/2753143?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="ca131045-0cd0-4630-8e22-d3b92c2a9ff4" class="GINGER_SOFATWARE_mark">Enfinity</span> – Adaptive <span id="fe385383-d638-4cff-a262-93603efc36f0" class="GINGER_SOFATWARE_mark">Ecommerce</span> Portfolio</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Enfinity.jpg"><img class="aligncenter size-full wp-image-4027" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Enfinity.jpg" alt="Enfinity" width="550" height="280" /></a></p>\n<p><strong><a href="http://www.pixedelic.com/themes/enfinity/">Demo</a> | <a href="http://themeforest.net/item/enfinity-adaptive-ecommerce-portfolio-wp-theme/2663674?ref=danielwku">Download</a></strong></p>\n<p><strong>Kinetico</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kinetico.jpg"><img class="aligncenter size-full wp-image-4028" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kinetico.jpg" alt="Kinetico" width="550" height="277" /></a></p>\n<p><strong><a href="http://xiaothemes.staging.wpengine.com/kinetico/">Demo</a> | <a href="http://themeforest.net/item/kinetico-responsive-wordpress-ecommerce/2655335?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="402dac0d-23b4-41a6-a612-2b73c8e5d8a6" class="GINGER_SOFATWARE_mark">Bellissima</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bellissima.jpg"><img class="aligncenter size-full wp-image-4029" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bellissima.jpg" alt="Bellissima" width="550" height="279" /></a></p>\n<p><strong><a href="http://unifato.net/bellissima/">Demo</a> | <a href="http://themeforest.net/item/bellissima-responsive-woocommerce-template/2574182?ref=danielwku">Download</a></strong></p>\n<p><strong>Commerce – Versatile</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Commerce.jpg"><img class="aligncenter size-full wp-image-4030" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Commerce.jpg" alt="Commerce" width="550" height="282" /></a></p>\n<p><strong><a href="http://demo.nesia.me/wp/commerce/">Demo</a> | <a href="http://themeforest.net/item/commerce-versatile-responsive-wordpress-theme/2569077?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="12a57217-34ae-4703-81cc-802a6e8efd66" class="GINGER_SOFATWARE_mark">Zeux</span> Clothes – A Responsive e-Shop</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Zeux-Clothes.jpg"><img class="aligncenter size-full wp-image-4031" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Zeux-Clothes.jpg" alt="Zeux-Clothes" width="550" height="320" /></a></p>\n<p><strong><a href="http://alexgurghis.com/themes/zeux-ecommerce/">Demo</a> | <a href="http://themeforest.net/item/zeux-a-responsive-eshop-wordpress-theme/2514052?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="51fee329-4785-4c31-8c67-9fdfea4543cd" class="GINGER_SOFATWARE_mark">Vende</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Vende.jpg"><img class="aligncenter size-full wp-image-4032" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Vende.jpg" alt="Vende" width="550" height="276" /></a></p>\n<p><strong><a href="http://synesteth.com/vende/">Demo</a> | <a href="http://themeforest.net/item/vende/2274577?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="034c9e8c-55a7-4c54-95f0-8ccc697e411c" class="GINGER_SOFATWARE_mark">MayaShop</span> – A Flexible Responsive e-Commerce</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/MayaShop.jpg"><img class="aligncenter size-full wp-image-4033" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/MayaShop.jpg" alt="MayaShop" width="550" height="279" /></a></p>\n<p><strong><a href="http://yourinspirationweb.com/demo/maya/">Demo</a> | <a href="http://themeforest.net/item/mayashop-a-flexible-responsive-ecommerce-theme/2189918?ref=danielwku">Download</a></strong></p>\n<p><strong>WP Flexishop 2</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WP-Flexishop.jpg"><img class="aligncenter size-full wp-image-4034" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WP-Flexishop.jpg" alt="WP-Flexishop" width="550" height="281" /></a></p>\n<p><strong><a href="http://demo.wpflexishop.com/">Demo</a> | <a href="http://themeforest.net/item/wp-flexishop-2-a-flexible-woocommerce-theme/2080989?ref=danielwku">Download</a></strong></p>\n<p><strong>Prometheus</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Prometheus.jpg"><img class="aligncenter size-full wp-image-4035" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Prometheus.jpg" alt="Prometheus" width="550" height="284" /></a></p>\n<p><strong><a href="http://alexgurghis.com/themes/prometheus-e-comm/">Demo</a> | <a href="http://themeforest.net/item/prometheus-a-responsive-ecommerce-theme/1980798?ref=danielwku">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/kauri-responsive-theme-for-wp-ecommerce/1939210?ref=danielwku"><span id="6a220495-dba0-4092-8edb-c2ad1ff4a089" class="GINGER_SOFATWARE_mark">Kauri</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kauri.jpg"><img class="aligncenter size-full wp-image-4036" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kauri.jpg" alt="Kauri" width="550" height="280" /></a></p>\n<p><strong><a href="http://aligator-studio.com/kauri-woocommerce/">Demo</a> | <a href="http://themeforest.net/item/kauri-responsive-theme-for-wp-ecommerce/1939210?ref=danielwku">Download</a></strong></p>\n<p><strong>Storefront Echo</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Storefront.jpg"><img class="aligncenter size-full wp-image-4037" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Storefront.jpg" alt="Storefront" width="550" height="282" /></a></p>\n<p><strong><a href="http://storefrontthemes.com/demo/storefront-echo/">Demo</a> | <a href="http://themeforest.net/item/storefront-echo-responsive-buddypress-ecommerce/1679675?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="12a479f7-47e6-48eb-82c4-afa40ca18604" class="GINGER_SOFATWARE_mark">Aventura</span> WordPress</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Aventura.jpg"><img class="aligncenter size-full wp-image-4038" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Aventura.jpg" alt="Aventura" width="550" height="269" /></a></p>\n<p><strong><a href="http://aventura-wpcommerce.gothemeteam.com/responsive/">Demo</a> | <a href="http://themeforest.net/item/aventura-wordpress-ecommerce-theme/1593700?ref=danielwku">Download</a></strong></p>\n<p><strong>Propulsion – responsive business eCommerce</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Propulsion.jpg"><img class="aligncenter size-full wp-image-4039" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Propulsion.jpg" alt="Propulsion" width="550" height="280" /></a></p>\n<p><strong><a href="http://www.kriesi.at/themes/propulsion/">Demo</a> | <a href="http://themeforest.net/item/propulsion-responsive-business-ecommerce/1126092?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="02c48174-8b49-42ce-8344-94b33a65b1ef" class="GINGER_SOFATWARE_mark">Sommerce</span> Shop</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sommerce-Shop.jpg"><img class="aligncenter size-full wp-image-4040" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Sommerce-Shop.jpg" alt="Sommerce-Shop" width="550" height="280" /></a></p>\n<p><strong><a href="http://yourinspirationweb.com/demo/sommerce/">Demo</a> | <a href="http://themeforest.net/item/sommerce-shop-a-versatile-ecommerce-theme/542001?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="3ea00f2e-a29f-4070-8c6d-22e0090277bf" class="GINGER_SOFATWARE_mark">Viroshop</span> – A Modern Responsive</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Viroshop.jpg"><img class="aligncenter size-full wp-image-4041" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Viroshop.jpg" alt="Viroshop" width="550" height="281" /></a></p>\n<p><strong><a href="http://demo.pixelstores.com/viroshop/">Demo</a> | <a href="http://themeforest.net/item/viroshop-a-modern-responsive-woocommerce-theme/101867?ref=danielwku">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/selene-fullscreen-ecommerce-wordpress-theme/2724282?ref=danielwku">Selene – Fullscreen e-Commerce</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Selene.jpg"><img class="aligncenter size-full wp-image-4042" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Selene.jpg" alt="Selene" width="593" height="302" /></a></p>\n<p><strong><a href="http://alexgurghis.com/themes/selene-ecommerce/">Demo</a> | <a href="http://themeforest.net/item/selene-fullscreen-ecommerce-wordpress-theme/2724282?ref=danielwku">Download</a></strong></p>\n<p><strong>Gigawatt</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Gigawatt.jpg"><img class="aligncenter size-full wp-image-4043" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Gigawatt.jpg" alt="Gigawatt" width="550" height="280" /></a></p>\n<p><strong><a href="http://demo.obox-design.com/gigawatt-ecommerce/">Demo</a> | <a href="http://themeforest.net/item/gigawatt-ecommerce-wordpress-theme/2484284?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="93c00868-9968-4901-9e1a-9eb881b4d92c" class="GINGER_SOFATWARE_mark"><span id="8d6339fe-fda5-4740-b310-272c33d13d22" class="GINGER_SOFATWARE_mark">IDStore</span></span> – Responsive <span id="365103f6-55e5-4a0b-83f6-2125ed6eb82a" class="GINGER_SOFATWARE_mark"><span id="01c37111-fd9d-4d1c-9caa-ea663fa37350" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> <span id="76064bc4-ff31-46be-804f-a1f58bc250bb" class="GINGER_SOFATWARE_mark"><span id="7bbfea06-5581-4aeb-9c35-108a92014b2a" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/IDStoreResponsive-Multi-Purpose-Ecommerce-Theme1.jpg"><img class="aligncenter size-full wp-image-4045" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/IDStoreResponsive-Multi-Purpose-Ecommerce-Theme1.jpg" alt="IDStoreResponsive-Multi-Purpose-Ecommerce-Theme" width="550" height="284" /></a></p>\n<p><strong><a href="http://8theme.com/demo/idstore/">Demo</a> | <a href="http://themeforest.net/item/idstore-responsive-multipurpose-ecommerce-theme/4792186?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="905c5769-c778-41bf-a3bd-2453f2b2189f" class="GINGER_SOFATWARE_mark">Justshop</span> – Premium Beautiful WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/JustshopTheme.jpg"><img class="aligncenter size-full wp-image-4046" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/JustshopTheme.jpg" alt="JustshopTheme" width="550" height="282" /></a></p>\n<p><strong><a href="http://templatation.com/justshop-wordpress-theme/">Demo</a> | <a href="http://themeforest.net/item/justshop-premium-beautiful-woocommerce-theme/4747148?ref=danielwku">Download</a></strong></p>\n<p><strong>Room 09 Shop – <span id="77a6662a-a739-45ac-b8b0-ab635ac49c3c" class="GINGER_SOFATWARE_mark"><span id="64426d4a-e7f3-40bc-b8f6-f1a7c78b9c28" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> e-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Room-09-Shop-Multi-Purpose-e-Commerce-Theme1.jpg"><img class="aligncenter size-full wp-image-4047" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Room-09-Shop-Multi-Purpose-e-Commerce-Theme1.jpg" alt="Room-09-Shop-Multi-Purpose-e-Commerce-Theme" width="550" height="275" /></a></p>\n<p><strong><a href="http://demo.yithemes.com/room09-preview/">Demo</a> | <a href="http://themeforest.net/item/room-09-shop-multipurpose-ecommerce-theme/4638247?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="52d62777-2730-49fc-8cdd-a39046196638" class="GINGER_SOFATWARE_mark">Razzo</span> Premium Business / eCommerce WordPress Theme</strong></p>\n<p><strong><a href="http://demo.megathe.me/razzo/">Demo</a> | <a href="http://themeforest.net/item/razzo-premium-business-ecommerce-wordpress-theme/4427261?ref=danielwku">Download</a></strong></p>\n<p><strong>The Retailer – Retina Responsive WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Retailer-Retina-Responsive-WooCommerce-Theme1.jpg"><img class="aligncenter size-full wp-image-4048" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/The-Retailer-Retina-Responsive-WooCommerce-Theme1.jpg" alt="The-Retailer-Retina-Responsive-WooCommerce-Theme" width="550" height="533" /></a></p>\n<p><strong><a href="http://theretailer.getbowtied.com/demo/">Demo</a> | <a href="http://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/4287447?ref=danielwku">Download</a></strong></p>\n<p><strong>Forte multipurpose WP theme (eCommerce ready)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/ForteeCommerceTheme.jpg"><img class="aligncenter size-full wp-image-4049" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/ForteeCommerceTheme.jpg" alt="ForteeCommerceTheme" width="550" height="279" /></a></p>\n<p><strong><a href="http://www.pixedelic.com/themes/forte/landing/forte_landing.php">Demo</a> | <a href="http://themeforest.net/item/forte-multipurpose-wp-theme-ecommerce-ready/3888979?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="afc43490-2a79-481b-bfb2-090caf1bb9d2" class="GINGER_SOFATWARE_mark"><span id="acf47d38-6a1c-4290-abe1-ba1cd7d69052" class="GINGER_SOFATWARE_mark">Bazar</span></span> Shop – <span id="dc4fb0a1-3069-4d3c-9a64-e7cd8fc2eddd" class="GINGER_SOFATWARE_mark"><span id="73d50c58-9c5a-49a1-8564-579e7628b584" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> e-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bazar-ShopMulti-Purpose-e-Commerce-Theme1.jpg"><img class="aligncenter size-full wp-image-4050" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bazar-ShopMulti-Purpose-e-Commerce-Theme1.jpg" alt="Bazar-ShopMulti-Purpose-e-Commerce-Theme" width="550" height="513" /></a></p>\n<p><strong><a href="http://demo.yithemes.com/bazar/">Demo</a> | <a href="http://themeforest.net/item/bazar-shop-multipurpose-ecommerce-theme/3895788?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="84944f45-92d8-4098-ae39-361b567ae9c9" class="GINGER_SOFATWARE_mark">Shoppica</span> – Responsive E-commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/ShoppicaResponsiveE-commerce.jpg"><img class="aligncenter size-full wp-image-4051" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/ShoppicaResponsiveE-commerce.jpg" alt="ShoppicaResponsiveE-commerce" width="550" height="278" /></a></p>\n<p><strong><a href="http://shoppica-wordpress.com/">Demo</a> | <a href="http://themeforest.net/item/shoppica-responsive-ecommerce-wordpress-theme/3644899?ref=danielwku">Download</a></strong></p>\n<p><strong>Replete e-Commerce and Business</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Replete-e-Commerce.jpg"><img class="aligncenter size-full wp-image-4052" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Replete-e-Commerce.jpg" alt="Replete-e-Commerce" width="550" height="279" /></a></p>\n<p><strong><a href="http://www.kriesi.at/themes/replete/">Demo</a> | <a href="http://themeforest.net/item/replete-ecommerce-and-business/3519946?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="1a59ca73-2111-4a8c-8775-72baeb967a33" class="GINGER_SOFATWARE_mark">XMarket</span> – Responsive WordPress E-Commerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/XMarketE-Commerce-Theme.jpg"><img class="aligncenter size-full wp-image-4053" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/XMarketE-Commerce-Theme.jpg" alt="XMarketE-Commerce-Theme" width="550" height="278" /></a></p>\n<p><strong><a href="http://8theme.com/demo/xmarket-wo/">Demo</a> | <a href="http://themeforest.net/item/xmarket-responsive-wordpress-ecommerce-theme/3558432?ref=danielwku">Download</a></strong></p>\n<p><strong><span id="fd0fbc6a-2b2b-4b54-a057-1610d0792139" class="GINGER_SOFATWARE_mark"><span id="f42d91d9-e3ea-4b51-a773-0b01720c0153" class="GINGER_SOFATWARE_mark">Shopifiq</span></span> – Responsive WordPress WooCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopifiq-Responsive-WordPress-WooCommerce-Theme1.jpg"><img class="aligncenter size-full wp-image-4054" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Shopifiq-Responsive-WordPress-WooCommerce-Theme1.jpg" alt="Shopifiq-Responsive-WordPress-WooCommerce-Theme" width="550" height="398" /></a></p>\n<p><strong><a href="http://anpsthemes.com/shopifiq/">Demo</a> | <a href="http://themeforest.net/item/shopifiq-responsive-wordpress-woocommerce-theme/3796157?ref=danielwku">Download</a></strong></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore.jpg&amp;description=65+%20Best%20Free%20&amp;%20Premium%20ECommerce%20WordPress%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" rel="bookmark" title="20 Free High Quality Flat Design Resources">\n													20 Free High Quality Flat Design Resources												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\n													15+ Best WordPress Landing Page Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-html5-animation-tools/" rel="bookmark" title="20 Best HTML5 Animation Tools">\n													20 Best HTML5 Animation Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3980'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="1b2cf3e378" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="188"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best free premium ecommerce wordpress themes', '', 'publish', 'closed', 'closed', '', 'best-free-premium-ecommerce-wordpress-themes', '', '', '2017-04-11 13:13:48', '2017-04-11 13:13:48', '', 0, 'http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(51, 1, '2017-04-11 13:13:57', '2017-04-11 13:13:57', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;45+ Best Free Responsive Blogger Templates</div><div class="single-content"><article class="post-2902 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-templates tag-themes"><div id="post-2902" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">45+ Best Free Responsive Blogger Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Having a web blog is a must these days, if you wish to share your opinion and views with a lot of people. You can&#8217;t have thousands of people gather around somewhere and speak out loud about what you feel, but you can spread your opinion to millions of potential readers with an online blog. Developed by Pyra Labs, Blogger is a great web stamping service, that provided blogged entries to be posted in a very easy and quick manner. This was the most commonly used content management system, and Google, in 2003, purchased it and started to add even better features into it.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>You could easily modify your blog into any style, over how you wanted it to look, the styling and designing, the gradients, the images, etc. But, for that, you need to have some knowledge about html and other web development languages. So, to ease the job, blogger templates were introduced, which you could easily integrate into your blogger website. There was a rush in developers, as all were developing new and unique templates daily, and posting them online, for the users to use them, and today, even when a blogger is not much more widely used, you can find developers working on its templates too.</p><p>Responsiveness got a demand in the web industry, for the users want to get the information, as well as, enjoy their browsing experience, and utilize their less time and efforts. A lot of responsive blogger templates were also made available on the web, but some of them came out to be the best ones on the basis of their simplicity in code, their features, etc. Those best blogger templates have been mentioned in this list below, for you to choose and install as you want to, and create your own cool responsive blogger website.</p><h3><strong><span style="text-decoration: underline;"><em>45+ Best Free Responsive Blogger Templates</em></span>:</strong></h3><p><strong><span id="b57af752-a069-4df7-9318-a0ab9b13a9af" class="GINGER_SOFATWARE_mark">Gagism</span> Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2903" alt="Gagism-Responsive-Blogger-Template" width="550" height="630" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template-262x300.jpg 262w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2903" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template.jpg" alt="Gagism-Responsive-Blogger-Template" width="550" height="630" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Gagism-Responsive-Blogger-Template-262x300.jpg 262w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://gagismtheme.blogspot.com/">Demo</a>|<a href="http://www.templateism.com/2014/02/gagism-responsive-blogger-template.html">More Info</a></p><p><strong>Dynamic Mag Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2904" alt="Dynamic-Mag-Responsive-Blogger-Template" width="550" height="485" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template-300x265.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2904" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template.jpg" alt="Dynamic-Mag-Responsive-Blogger-Template" width="550" height="485" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamic-Mag-Responsive-Blogger-Template-300x265.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://dynamicmag-sbtemplates.blogspot.com/">Demo</a>|<a href="http://www.seobloggertemplates.com/2014/01/dynamic-mag-responsive-blogger-template.html">More Info</a></p><p><strong>Wedding Mag Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2905" alt="Wedding-Mag-Responsive-Blogger-Template" width="550" height="635" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template-260x300.jpg 260w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2905" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template.jpg" alt="Wedding-Mag-Responsive-Blogger-Template" width="550" height="635" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wedding-Mag-Responsive-Blogger-Template-260x300.jpg 260w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://webmagtheme.blogspot.com/">Demo</a>|<a href="http://www.templateism.com/2014/01/wedding-mag-responsive-blogger-template.html">More Info</a></p><p><strong><span id="2391bbee-5787-43f9-bdb2-f98a5e1fe8dc" class="GINGER_SOFATWARE_mark">ShotMag</span> &ndash; Minimalist Blogger Template for Photoblog</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog.jpg" class="aligncenter size-full wp-image-2906" alt="ShotMag-Minimalist-Blogger-Template-for-Photoblog" width="550" height="587" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog-281x300.jpg 281w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2906" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog.jpg" alt="ShotMag-Minimalist-Blogger-Template-for-Photoblog" width="550" height="587" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/ShotMag-Minimalist-Blogger-Template-for-Photoblog-281x300.jpg 281w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://shotmagtemplate.blogspot.com/">Demo</a>|<a href="http://bloggeritems.com/templates/shotmag-minimalist-blogger-template-for-photoblog">More Info</a></p><p><strong><span id="d4677ca0-90ec-41af-8823-8704475bd0f4" class="GINGER_SOFATWARE_mark">BlogTube</span> Professional Video Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template.jpg" class="aligncenter size-full wp-image-2907" alt="BlogTube-Professional-Video-Blogger-Template" width="550" height="599" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template-275x300.jpg 275w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2907" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template.jpg" alt="BlogTube-Professional-Video-Blogger-Template" width="550" height="599" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/BlogTube-Professional-Video-Blogger-Template-275x300.jpg 275w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://btubethemes.blogspot.com/">Demo</a>|<a href="http://www.templateism.com/2014/01/blogtube-professional-video-blogger.html">More Info</a></p><p><strong>Grid Pin Responsive Masonry Photography Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template.jpg" class="aligncenter size-full wp-image-2908" alt="Grid-Pin-Responsive-Masonry-Photography-Blogger-Template" width="550" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template-300x172.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2908" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template.jpg" alt="Grid-Pin-Responsive-Masonry-Photography-Blogger-Template" width="550" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Grid-Pin-Responsive-Masonry-Photography-Blogger-Template-300x172.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://pinpin-blogger.blogspot.com/">Demo</a>|<a href="http://www.weblogtemplates.net/2014/02/grid-pin-responsive-masonry-photography.html">More Info</a></p><p><strong>Indonesia Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Indonesia-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Indonesia-Blogger-Template.jpg" class="aligncenter size-full wp-image-2909" alt="Indonesia-Blogger-Template" width="550" height="582" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Indonesia-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Indonesia-Blogger-Template-284x300.jpg 284w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2909" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Indonesia-Blogger-Template.jpg" alt="Indonesia-Blogger-Template" width="550" height="582" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Indonesia-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Indonesia-Blogger-Template-284x300.jpg 284w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://indonesia-blogger-template.blogspot.com/">Demo</a>|<a href="http://www.soratemplates.com/2014/01/indonesia-blogger-template.html">More Info</a></p><p><strong>Brand Mag UX Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2910" alt="Brand-Mag-UX-Responsive-Blogger-Template" width="550" height="630" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template-262x300.jpg 262w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2910" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template.jpg" alt="Brand-Mag-UX-Responsive-Blogger-Template" width="550" height="630" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brand-Mag-UX-Responsive-Blogger-Template-262x300.jpg 262w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://promagtheme.blogspot.com/">Demo</a>|<a href="http://www.templateism.com/2013/12/brand-mag-ux-responsive-blogger-template.html">More Info</a></p><p><strong>Flat Mag Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2911" alt="Flat-Mag-Responsive-Blogger-Template" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2911" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template.jpg" alt="Flat-Mag-Responsive-Blogger-Template" width="550" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Mag-Responsive-Blogger-Template-300x219.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://flatmag.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/FlatMag.zip">Download</a></p><p><strong>Red Hood Portfolio Blogger Template</strong></p><p><a href="http://rdesigntheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/RedHood-Portfolio-Framework.zip">Download</a></p><p><strong>Magazine Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MagazineBlogger.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/MagazineBlogger.jpg" class="aligncenter size-full wp-image-2912" alt="MagazineBlogger" width="550" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/MagazineBlogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/MagazineBlogger-300x176.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2912" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MagazineBlogger.jpg" alt="MagazineBlogger" width="550" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/MagazineBlogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/MagazineBlogger-300x176.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://magazine-theme-select.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEt4b">Download</a></p><p><strong>Flat Diary &ndash; Premium Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2913" alt="Flat-Diary-free-Premium-Responsive-Blogger-Template" width="550" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template-480x360.jpg 480w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2913" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template.jpg" alt="Flat-Diary-free-Premium-Responsive-Blogger-Template" width="550" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flat-Diary-free-Premium-Responsive-Blogger-Template-480x360.jpg 480w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://flatdiary.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEEQK">Download</a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong>Vortex Free Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2914" alt="Vortex-Free-Responsive-Blogger-Template" width="550" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template-300x214.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2914" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template.jpg" alt="Vortex-Free-Responsive-Blogger-Template" width="550" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vortex-Free-Responsive-Blogger-Template-300x214.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://vortextheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Vortex.zip">Download</a></p><p><strong>Dynamo Multimedia Mashable Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template.jpg" class="aligncenter size-full wp-image-2915" alt="Dynamo-Multimedia-Mashable-Blogger-Template" width="550" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template-300x221.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2915" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template.jpg" alt="Dynamo-Multimedia-Mashable-Blogger-Template" width="550" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Dynamo-Multimedia-Mashable-Blogger-Template-300x221.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://mashable-theme.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEFfz">Download</a></p><p><strong>Free Education Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Free-Education-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Free-Education-Blogger-Template.jpg" class="aligncenter size-full wp-image-2916" alt="Free-Education-Blogger-Template" width="550" height="499" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Free-Education-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Free-Education-Blogger-Template-300x272.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2916" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Free-Education-Blogger-Template.jpg" alt="Free-Education-Blogger-Template" width="550" height="499" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Free-Education-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Free-Education-Blogger-Template-300x272.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://myeducationtheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Educator-Blogger-Template.zip">Download</a></p><p><strong>25 pixels &ndash; Photography Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template.jpg" class="aligncenter size-full wp-image-2917" alt="25-pixel-Free-Photography-Blogger-Template" width="550" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template-300x247.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2917" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template.jpg" alt="25-pixel-Free-Photography-Blogger-Template" width="550" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/25-pixel-Free-Photography-Blogger-Template-300x247.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://25pixel-btemplates.blogspot.com/">Demo</a>|<a href="http://btemplates.com/download/4684/">Download</a></p><p><strong>Blue Blog Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2918" alt="Blue-Blog-free-Blogger-Template" width="550" height="504" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template-300x275.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2918" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template.jpg" alt="Blue-Blog-free-Blogger-Template" width="550" height="504" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blue-Blog-free-Blogger-Template-300x275.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://blue-blog-theme.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEG4M">Download</a></p><p><strong>Free Fabric Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2919" alt="Fabric-Free-Blogger-Template" width="550" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template-300x262.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2919" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template.jpg" alt="Fabric-Free-Blogger-Template" width="550" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fabric-Free-Blogger-Template-300x262.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://fabrictheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Fabric.zip">Download</a>|<a href="http://www.templateism.com/2013/08/fabric-blogger-template.html">More Info</a></p><p><strong><span id="64a7b4b4-b7be-40fb-a64c-4eea46aecc58" class="GINGER_SOFATWARE_mark">Soundstage</span> Blogger Template For Bands/Musicians</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians.jpg" class="aligncenter size-full wp-image-2920" alt="Soundstage-Blogger-Template-For-Bands-Musicians" width="550" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians-300x262.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2920" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians.jpg" alt="Soundstage-Blogger-Template-For-Bands-Musicians" width="550" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Soundstage-Blogger-Template-For-Bands-Musicians-300x262.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://soundstage-theme.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEHfa">Download</a></p><p><strong>Go Green Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2921" alt="GoGreen-free-Blogger-Template" width="550" height="431" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template-300x235.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2921" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template.jpg" alt="GoGreen-free-Blogger-Template" width="550" height="431" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/GoGreen-free-Blogger-Template-300x235.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://gogreentheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/GoGreen.zip">Download</a></p><p><strong><span id="6fa5225f-693d-41b1-88d3-0168c10005e7" class="GINGER_SOFATWARE_mark">Ajaxify</span> Free Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2922" alt="Ajaxify-Free-Blogger-Template" width="550" height="378" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template-300x206.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2922" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template.jpg" alt="Ajaxify-Free-Blogger-Template" width="550" height="378" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajaxify-Free-Blogger-Template-300x206.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://btemplates.com/2013/blogger-template-ajaxify/demo/">Demo| Download</a></p><p><strong><span id="7d472f49-ff4d-40c1-a365-3f7489664faf" class="GINGER_SOFATWARE_mark"><span id="9b4b1ac0-112b-4478-9161-c008fa107d54" class="GINGER_SOFATWARE_mark">Videoism</span></span> Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2923" alt="Videoism-Free-Blogger-Template" width="550" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template-300x207.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2923" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template.jpg" alt="Videoism-Free-Blogger-Template" width="550" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Videoism-Free-Blogger-Template-300x207.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://videoismtheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Videoism-Blogger-Template.zip">Download</a>|<a href="http://www.templateism.com/2013/07/videoism-blogger-template.html">More Info</a></p><p><strong>G-Fashions Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/G-Fashions-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/G-Fashions-Blogger-Template.jpg" class="aligncenter size-full wp-image-2924" alt="G-Fashions-Blogger-Template" width="550" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/G-Fashions-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/G-Fashions-Blogger-Template-300x218.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2924" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/G-Fashions-Blogger-Template.jpg" alt="G-Fashions-Blogger-Template" width="550" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/G-Fashions-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/G-Fashions-Blogger-Template-300x218.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://g-fashions-sbt.blogspot.com/">Demo</a>|<a href="http://ow.ly/rEIf1">Download</a>|<a href="http://www.seobloggertemplates.com/2013/06/g-fashions-blogger-template.html">More Info</a></p><p><strong><span id="4ec028f8-14c9-408a-913e-877fe7319a43" class="GINGER_SOFATWARE_mark"><span id="1ae41ada-fc22-42cf-8f0c-e2dafdfae5b1" class="GINGER_SOFATWARE_mark">WebDepot</span></span> Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebDepot-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/WebDepot-Blogger-Template.jpg" class="aligncenter size-full wp-image-2925" alt="WebDepot-Blogger-Template" width="550" height="455" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDepot-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDepot-Blogger-Template-300x248.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2925" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebDepot-Blogger-Template.jpg" alt="WebDepot-Blogger-Template" width="550" height="455" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDepot-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDepot-Blogger-Template-300x248.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://webdepottheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Webdepot-Blogger-Template.zip">Download</a>|<a href="http://www.templateism.com/2013/06/webdepot-blogger-template.html">More Info</a></p><p><strong>Folio360 Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Folio360-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Folio360-Blogger-Template.jpg" class="aligncenter size-full wp-image-2926" alt="Folio360-Blogger-Template" width="550" height="501" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Folio360-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Folio360-Blogger-Template-300x273.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2926" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Folio360-Blogger-Template.jpg" alt="Folio360-Blogger-Template" width="550" height="501" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Folio360-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Folio360-Blogger-Template-300x273.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://www.templateism.com/p/preview.html?url=http://folio360.blogspot.com">Demo</a>|<a href="http://templateism.com/blogger-templates/Folio360-Blogger-Template.zip">Download</a></p><p><strong>Retina Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Retina-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Retina-Blogger-Template.jpg" class="aligncenter size-full wp-image-2927" alt="Retina-Blogger-Template" width="550" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Retina-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Retina-Blogger-Template-300x228.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2927" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Retina-Blogger-Template.jpg" alt="Retina-Blogger-Template" width="550" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Retina-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Retina-Blogger-Template-300x228.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://retinatheme.blogspot.com">Demo</a>|<a href="http://templateism.com/blogger-templates/Retina-Blogger-Template.zip">Download</a></p><p><strong><span id="3e3b546e-c8ff-4aa1-95bd-fb48fc514609" class="GINGER_SOFATWARE_mark">WebMag</span> Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebMag-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/WebMag-Blogger-Template.jpg" class="aligncenter size-full wp-image-2928" alt="WebMag-Blogger-Template" width="550" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebMag-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebMag-Blogger-Template-300x250.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2928" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebMag-Blogger-Template.jpg" alt="WebMag-Blogger-Template" width="550" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebMag-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebMag-Blogger-Template-300x250.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://webdesignmeg.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Webmag-Blogger-Template.zip">Download</a></p><p><strong>Metro Classic Free Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template.jpg" class="aligncenter size-full wp-image-2929" alt="Metro-Classic-Free-Responsive-Blogger-Template" width="550" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template-300x215.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2929" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template.jpg" alt="Metro-Classic-Free-Responsive-Blogger-Template" width="550" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-Classic-Free-Responsive-Blogger-Template-300x215.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://metroclassic.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Metro-Classic.zip">Download</a>|<a href="http://www.templateism.com/2013/05/metro-classic-responsive-blogspot.html">More Info</a></p><p><strong>Timeline Magazine Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2930" alt="Timeline-Magazine-Free-Blogger-Template" width="550" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template-300x228.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2930" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template.jpg" alt="Timeline-Magazine-Free-Blogger-Template" width="550" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Timeline-Magazine-Free-Blogger-Template-300x228.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://timelinemagblog.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Timeline-Mag-Blogger-Template.zip">Download</a></p><p><strong>Creative Gallery Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template.jpg" class="aligncenter size-full wp-image-2931" alt="Creative-Gallery-Free-Blogger-Template" width="550" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template-300x197.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2931" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template.jpg" alt="Creative-Gallery-Free-Blogger-Template" width="550" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Creative-Gallery-Free-Blogger-Template-300x197.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://creativestheme.blogspot.com">Demo</a>|<a href="http://templateism.com/blogger-templates/Creative-Gallery-Blogger-Template.zip">Download</a>|<a href="http://www.templateism.com/2013/03/creative-gallery-blogger-template.html">More Info</a></p><p><strong>Metro UI Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Metro-UI-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Metro-UI-Blogger-Template.jpg" class="aligncenter size-full wp-image-2932" alt="Metro-UI-Blogger-Template" width="550" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-UI-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-UI-Blogger-Template-300x208.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2932" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Metro-UI-Blogger-Template.jpg" alt="Metro-UI-Blogger-Template" width="550" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-UI-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Metro-UI-Blogger-Template-300x208.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.templateism.com/p/preview.html?url=http://metroblogtheme.blogspot.com/">Demo</a>|<a href="http://templateism.com/blogger-templates/Metro-UI-Blogger-Template.zip">Download</a></p><p><strong><span id="88b0349a-0122-448f-8d60-bd2621e9c0cb" class="GINGER_SOFATWARE_mark">Geekiesm</span> Premium Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger.jpg" class="aligncenter size-full wp-image-2933" alt="Geekiesm-Premium-Responsive-Blogger" width="550" height="282" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger-300x154.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2933" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger.jpg" alt="Geekiesm-Premium-Responsive-Blogger" width="550" height="282" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Geekiesm-Premium-Responsive-Blogger-300x154.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://geekiesm-theme.blogspot.com/">Demo</a>|<a href="http://goo.gl/rJKuVH">Download</a>|<a href="http://www.seobloggertemplates.com/2013/09/geekiesm-premium-responsive-blogger.html">More Info</a></p><p><strong>Mosaic Music</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MosaicMusic.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/MosaicMusic.jpg" class="aligncenter size-full wp-image-2934" alt="MosaicMusic" width="550" height="301" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/MosaicMusic.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/MosaicMusic-300x164.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2934" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MosaicMusic.jpg" alt="MosaicMusic" width="550" height="301" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/MosaicMusic.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/MosaicMusic-300x164.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://mosaicmusic-btemplates.blogspot.com/">Demo</a>|<a href="http://btemplates.com/download/4511/">Download</a></p><p><strong><span id="d960d6b9-a606-4fbf-8f02-6055c9a0f66a" class="GINGER_SOFATWARE_mark"><span id="0b27fbaf-993b-47aa-a851-366cc00df83f" class="GINGER_SOFATWARE_mark">Responsive</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/ResponsiveT.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/ResponsiveT.jpg" class="aligncenter size-full wp-image-2935" alt="ResponsiveT" width="550" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/ResponsiveT.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/ResponsiveT-300x173.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2935" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/ResponsiveT.jpg" alt="ResponsiveT" width="550" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/ResponsiveT.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/ResponsiveT-300x173.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://responsivet-btemplates.blogspot.com/">Demo</a>|<a href="http://btemplates.com/download/4705/">Download</a></p><p><strong>Rocket</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Rocket.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Rocket.jpg" class="aligncenter size-full wp-image-2936" alt="Rocket" width="550" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket-375x200.jpg 375w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2936" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Rocket.jpg" alt="Rocket" width="550" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rocket-375x200.jpg 375w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://rocket-soratemplates.blogspot.com/">Demo</a>|<a href="https://www.box.com/s/w54eo6k9en5y0i8b5ssf">Download</a></p><p><strong>Alyeska</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Alyeska.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Alyeska.jpg" class="aligncenter size-full wp-image-2937" alt="Alyeska" width="550" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alyeska.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alyeska-300x171.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2937" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Alyeska.jpg" alt="Alyeska" width="550" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alyeska.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alyeska-300x171.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://alyeska-soratemplates.blogspot.com/">Demo</a>|<a href="https://www.box.com/s/iy4rj5a96j7msizfwoe1">Download</a></p><p><strong>Music Mag</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Music-Mag.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Music-Mag.jpg" class="aligncenter size-full wp-image-2938" alt="Music-Mag" width="550" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Music-Mag.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Music-Mag-300x200.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2938" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Music-Mag.jpg" alt="Music-Mag" width="550" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Music-Mag.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Music-Mag-300x200.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://musimag-woods.blogspot.com/">Demo</a>|<a href="https://www.box.com/s/sk099oc9x7cpauwlpqmd">Download</a></p><p><strong>Sky Blue</strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SkyBlue.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/SkyBlue.jpg" class="aligncenter size-full wp-image-2939" alt="SkyBlue" width="550" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/SkyBlue.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/SkyBlue-300x165.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2939" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SkyBlue.jpg" alt="SkyBlue" width="550" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/SkyBlue.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/SkyBlue-300x165.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://skyblue-bt.blogspot.com/">Demo</a>|<a href="http://btemplates.com/2013/blogger-template-skyblue/">Download</a></p><p><strong>News Magazine</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/NewsMagazine.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/NewsMagazine.jpg" class="aligncenter size-full wp-image-2940" alt="NewsMagazine" width="550" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/NewsMagazine.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/NewsMagazine-300x184.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2940" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/NewsMagazine.jpg" alt="NewsMagazine" width="550" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/NewsMagazine.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/NewsMagazine-300x184.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://newsmagazine1-btemplates.blogspot.com/">Demo</a>|<a href="http://btemplates.com/download/4699/">Download</a></p><p><strong><span id="2901e8ff-04b5-48ce-8193-1f8e9c2361c5" class="GINGER_SOFATWARE_mark"><span id="b88a5ea8-ceee-4cbe-8be9-be6615a01caa" class="GINGER_SOFATWARE_mark">Jarid</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/JaridNews.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/JaridNews.jpg" class="aligncenter size-full wp-image-2941" alt="JaridNews" width="550" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/JaridNews.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/JaridNews-300x171.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2941" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/JaridNews.jpg" alt="JaridNews" width="550" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/JaridNews.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/JaridNews-300x171.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://jarid-soratemplates.blogspot.com/">Demo</a>|<a href="https://www.box.com/s/sda5l5f42cxs0ia0t8kv">Download</a></p><p><strong>Web Design</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebDesign.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/WebDesign.jpg" class="aligncenter size-full wp-image-2942" alt="WebDesign" width="550" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDesign.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDesign-300x194.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2942" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/WebDesign.jpg" alt="WebDesign" width="550" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDesign.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/WebDesign-300x194.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://webdesign-soratemplates.blogspot.com/">Demo</a>|<a href="https://www.box.com/s/7l35mr1mlqjvn1du784d">Download</a></p><p><strong>25 &ndash; Pixel</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/25Pixel.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/25Pixel.jpg" class="aligncenter size-full wp-image-2943" alt="25Pixel" width="550" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/25Pixel.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/25Pixel-300x178.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2943" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/25Pixel.jpg" alt="25Pixel" width="550" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/25Pixel.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/25Pixel-300x178.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://25-pixel.blogspot.com/">Demo</a>|<a href="http://btemplates.com/download/4684/">Download</a></p><p><strong>DCM-V2-BLUE</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/DCM-V2-BLUE.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/DCM-V2-BLUE.jpg" class="aligncenter size-full wp-image-2944" alt="DCM-V2-BLUE" width="550" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/DCM-V2-BLUE.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/DCM-V2-BLUE-300x181.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2944" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/DCM-V2-BLUE.jpg" alt="DCM-V2-BLUE" width="550" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/DCM-V2-BLUE.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/DCM-V2-BLUE-300x181.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://dcm-blue.blogspot.com/">Demo</a>|<a href="https://docs.google.com/viewer?a=v&amp;pid=sites&amp;srcid=ZGVmYXVsdGRvbWFpbnxrb2xla3NpdGVtcGxhdGV1a3xneDo3NGQ1YzAwZTQyMDFkODdj">Download</a></p><p>&nbsp;</p><p><strong>Sensational</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sensational.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Sensational.jpg" class="aligncenter size-full wp-image-2945" alt="Sensational" width="550" height="321" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sensational.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sensational-300x175.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2945" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sensational.jpg" alt="Sensational" width="550" height="321" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sensational.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sensational-300x175.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://www.sensational-blogger-template.blogspot.in/">Demo</a>|<a href="http://db.tt/QwXQhYfC">Download</a></p><p><strong><span id="9c9f8679-d359-437f-83a9-da76bc6b166f" class="GINGER_SOFATWARE_mark"><span id="000d46e9-9579-4da6-a532-6c2988b009a3" class="GINGER_SOFATWARE_mark">Pinfinity</span></span> Blogger</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/pinfinityBlogger.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/pinfinityBlogger.jpg" class="aligncenter size-full wp-image-2946" alt="pinfinityBlogger" width="550" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/pinfinityBlogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/pinfinityBlogger-300x161.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2946" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/pinfinityBlogger.jpg" alt="pinfinityBlogger" width="550" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/pinfinityBlogger.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/pinfinityBlogger-300x161.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://pinfinity-srtemplate.blogspot.in/">Demo</a>|<a href="http://db.tt/s8dkUAco">Download</a></p><p>&nbsp;</p><p><strong>Grid Spot &ndash; Responsive Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GridSpot.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/GridSpot.jpg" class="aligncenter size-full wp-image-2947" alt="GridSpot" width="550" height="279" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/GridSpot.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/GridSpot-300x152.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2947" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GridSpot.jpg" alt="GridSpot" width="550" height="279" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/GridSpot.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/GridSpot-300x152.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://thegridspot.blogspot.com/">Demo</a>|<a href="http://themeforest.net/item/grid-spot-responsive-blogger-template/3878526?ref=icabrera">Download</a></p><p><strong>Sandal Jepit</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SandalJepit.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/SandalJepit.jpg" class="aligncenter size-full wp-image-2948" alt="SandalJepit" width="550" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/SandalJepit.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/SandalJepit-300x185.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2948" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SandalJepit.jpg" alt="SandalJepit" width="550" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/SandalJepit.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/SandalJepit-300x185.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://sandaljepit-2-dzignine.blogspot.com/">Demo</a>|<a href="http://themeforest.net/item/sandal-jepit/1851566?ref=icabrera">Download</a></p><p><strong><span id="657fa231-663e-48b8-9c3a-2f59a3028d56" class="GINGER_SOFATWARE_mark">Ajbspot</span> | Responsive Multi Purpose Blogger Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template.jpg" class="aligncenter size-full wp-image-2949" alt="Ajbspot-Responsive-MultiPurpose-Blogger-Template" width="550" height="570" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template-289x300.jpg 289w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2949" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template.jpg" alt="Ajbspot-Responsive-MultiPurpose-Blogger-Template" width="550" height="570" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Ajbspot-Responsive-MultiPurpose-Blogger-Template-289x300.jpg 289w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://themeforest.net/item/ajbspot-responsive-multipurpose-blogger-template/full_screen_preview/6620616?ref=icabrera">Demo</a>|<a href="http://themeforest.net/item/ajbspot-responsive-multipurpose-blogger-template/6620616?ref=icabrera">More Info</a></p><p><strong><span id="4b32f411-58b1-4cd1-9d5e-b4e09b6a4079" class="GINGER_SOFATWARE_mark"><span id="ad937a48-527d-4c00-97d2-871dbb43a8a6" class="GINGER_SOFATWARE_mark">XPress</span></span> News &ndash; Responsive Blogger Magazine</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine.jpg" class="aligncenter size-full wp-image-2950" alt="XPress-News-Responsive-Blogger-Magazine" width="550" height="443" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine-300x242.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript><img class="aligncenter size-full wp-image-2950" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine.jpg" alt="XPress-News-Responsive-Blogger-Magazine" width="550" height="443" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/XPress-News-Responsive-Blogger-Magazine-300x242.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p><p><a href="http://themeforest.net/item/xpress-news-responsive-blogger-magazine/full_screen_preview/6539139?ref=icabrera">Demo</a>|<a href="http://themeforest.net/item/xpress-news-responsive-blogger-magazine/6539139?ref=icabrera">More Info</a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">2</span> Comments on "45+ Best Free Responsive Blogger Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="CelbKa66e28495c3f079aa0d44f7c7f474dadd48b3ea866770c3f517d8febec7d8344" class="wpdiscuz-cnonce" name="cnonce" value="CelbKa66e28495c3f079aa0d44f7c7f474dadd48b3ea866770c3f517d8febec7d8344" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Hm9kx1543cffd8c7f67cc14f20dd65bc5efb99bce6ae306ee0070e29d42edf842b42a" class="wpdiscuz-cnonce" name="cnonce" value="Hm9kx1543cffd8c7f67cc14f20dd65bc5efb99bce6ae306ee0070e29d42edf842b42a" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-7857_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/cdc84b4d72a24c9dddf3250c50098963?s=48&#038;d=mm&#038;r=g" alt="Alisha" srcset="http://0.gravatar.com/avatar/cdc84b4d72a24c9dddf3250c50098963?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-7857" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Alisha</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html#comment-7857&quot; /&gt;" /></div><div class="wc-comment-date">December 29, 2014 3:55 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Really Nice Tamplates Thanks For Sharing&#8230;&#8230;&#8230;.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Really%20Nice%20Tamplates%20Thanks%20For%20Sharing%E2%80%A6%E2%80%A6%E2%80%A6.http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html#comment-7857" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7857_0"  style="clear:both"></div></div><div id="wc-comm-7510_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/2ad86f4d60d9b76a6c57c707481ef0dc?s=48&#038;d=mm&#038;r=g" alt="Sozibul Islam" srcset="http://2.gravatar.com/avatar/2ad86f4d60d9b76a6c57c707481ef0dc?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-7510" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Sozibul Islam</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html#comment-7510&quot; /&gt;" /></div><div class="wc-comment-date">November 18, 2014 4:04 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Metro UI Blogger Template Is Rally Bast Template.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Metro%20UI%20Blogger%20Template%20Is%20Rally%20Bast%20Template.http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html#comment-7510" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-free-responsive-blogger-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7510_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best free responsive blogger templates', '', 'publish', 'closed', 'closed', '', 'best-free-responsive-blogger-templates', '', '', '2017-04-11 13:13:57', '2017-04-11 13:13:57', '', 0, 'http://thedesignpixel.com/best-free-responsive-blogger-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(52, 1, '2017-04-11 13:13:57', '2017-04-11 13:13:57', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2817" class="g post post-2817 type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 13 Best Free Server &#038; Network Monitoring Tools</div>\n												<header>\n							<h1 class="title">13 Best Free Server &#038; Network Monitoring Tools</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>We used to have a huge room, having hundreds of ledgers having tons of information, a few years back. After the introduction of the Information technology into everything, we now have a server which contains a lot of information, and responds to the client requests and does the task. In a small network, we have a smaller server, and a small level of network administration.</p>\n<p>With the advent of the use and the demand, now a days there are specialized people working on just monitoring the general process of server and the networks, known as network administrators and server administrators. But, did you know, they cost a fortune. You have to appoint them just for maintenance, though, you also know the fact, that even a problem for a few hours can cause a huge financial and other business loss. So, considering this fact, we hire them, no matter what.</p>\n<p>But, if you do not have the allowed budget yet to spend on an administrator, and do not really have that skill and knowledge to manage for yourself, you have the network administration tools right your way to help you with this. These tools either come free of cost, or at a minimal price, and help you do a lot of stuff related to monitoring your server and network processes. Servers and networks are prone to a lot of problems like connectivity issues, timeouts, hacker interruptions, and god knows what. To help escape this all, these tools give alerts timed to time, updates according to the new stuff available, and a lot of things like this, which make them an overall server administration tool. A list of some of the best free server and network monitoring tools is given below:</p>\n<h3><span style="text-decoration: underline;"><em><strong>13 Best Free Server &amp; Network Monitoring Tools</strong></em></span>:</h3>\n<p><a href="http://ganglia.info/"><strong>Ganglia</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ganglia.jpg"><img class="aligncenter size-full wp-image-3116" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ganglia.jpg" alt="Ganglia" width="600" height="556" /></a></p>\n<p><a href="http://www.cacti.net/"><strong>Cacti</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cacti.jpg"><img class="aligncenter size-full wp-image-3117" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cacti.jpg" alt="Cacti" width="600" height="452" /></a></p>\n<p><a href="http://www.zenoss.com/"><strong><span id="5b6eca89-bb1f-450d-9b04-66a63fdb63b5" class="GINGER_SOFATWARE_mark"><span id="0f1220cd-551c-4d53-bf3f-e4cbf35873f0" class="GINGER_SOFATWARE_mark"><span id="32d09d44-6bc1-46d5-866f-f9c8e0072157" class="GINGER_SOFATWARE_mark">Zenoss</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zenoss.jpg"><img class="aligncenter size-full wp-image-3118" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zenoss.jpg" alt="Zenoss" width="600" height="444" /></a></p>\n<p><a href="http://argus.tcp4me.com/"><strong>Argus</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Argus.jpg"><img class="aligncenter size-full wp-image-3119" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Argus.jpg" alt="Argus" width="600" height="437" /></a></p>\n<p><a href="http://mmonit.com/monit/"><strong><span id="16f9a3d9-9e67-4261-addf-d38f53313ab8" class="GINGER_SOFATWARE_mark"><span id="9a1ac6da-d0b8-4bf1-8aa1-a3a737d2db28" class="GINGER_SOFATWARE_mark">Monit</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Monit.jpg"><img class="aligncenter size-full wp-image-3120" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Monit.jpg" alt="Monit" width="600" height="456" /></a></p>\n<p><a href="http://www.nagios.org/"><strong><span id="043a00f4-fa61-4622-ae86-1ebbfa9a68f6" class="GINGER_SOFATWARE_mark"><span id="4f994e12-f04e-42e0-8a0a-c8a635d729ef" class="GINGER_SOFATWARE_mark">Nagios</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nagios.jpg"><img class="aligncenter size-full wp-image-3121" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nagios.jpg" alt="Nagios" width="600" height="431" /></a></p>\n<p><a href="http://collectd.org/"><strong><span id="8d3f16e6-c0b9-4f4e-a572-1009f505fbbc" class="GINGER_SOFATWARE_mark"><span id="20003218-8bb1-402f-a8bd-4af9f70ede42" class="GINGER_SOFATWARE_mark">Collectd</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Collectd.jpg"><img class="aligncenter size-full wp-image-3122" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Collectd.jpg" alt="Collectd" width="600" height="441" /></a></p>\n<p><a href="http://fiddler2.com/"><strong>Fiddler</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Fiddler.jpg"><img class="aligncenter size-full wp-image-3123" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Fiddler.jpg" alt="Fiddler" width="600" height="407" /></a></p>\n<p><a href="http://sourceforge.net/projects/networkminer/"><strong><span id="69473dbe-1d6b-4ed4-90d1-1ce5fd20eca9" class="GINGER_SOFATWARE_mark"><span id="61291767-b9c6-4371-b216-c3f68fa79026" class="GINGER_SOFATWARE_mark">NetworkMiner</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/NetworkMiner.jpg"><img class="aligncenter size-full wp-image-3124" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/NetworkMiner.jpg" alt="NetworkMiner" width="600" height="450" /></a></p>\n<p><a href="http://sourceforge.net/projects/pandora/?source=directory"><strong>Pandora FMS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS.jpg"><img class="aligncenter size-full wp-image-3125" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS.jpg" alt="Pandora FMS" width="600" height="389" /></a></p>\n<p><a href="http://www.observium.org/wiki/Main_Page"><strong><span id="a8e758e2-7668-4ca5-a670-1ed289d82ad8" class="GINGER_SOFATWARE_mark"><span id="cd781e0a-6afa-4499-9434-a682c3fda82f" class="GINGER_SOFATWARE_mark"><span id="ad05b382-aaba-45ab-9b10-876280de6ba3" class="GINGER_SOFATWARE_mark">Observium</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Observium.jpg"><img class="aligncenter size-full wp-image-3126" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Observium.jpg" alt="Observium" width="600" height="439" /></a></p>\n<p><span id="161481bc-c3c1-4789-97b6-f4694a884ee6" class="GINGER_SOFATWARE_mark"></span><a href="http://nicekit.com/net-monitor/best-free-net-monitor.htm"><strong><span id="fda14a4c-f6c5-4fd3-8447-1df05315399d" class="GINGER_SOFATWARE_mark"><span id="7c145855-b91a-4712-b205-132bed581779" class="GINGER_SOFATWARE_mark"><span id="dff64490-1f27-477a-b2c5-ea9545ce7c72" class="GINGER_SOFATWARE_mark">EasyNetMonitor</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/EasyNetMonitor.jpg"><img class="aligncenter size-full wp-image-3127" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/EasyNetMonitor.jpg" alt="EasyNetMonitor" width="600" height="403" /></a></p>\n<p><a href="http://www.colasoft.com/capsa-free/features.php"><strong>Capsa Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Capsa-Free.jpg"><img class="aligncenter size-full wp-image-3128" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Capsa-Free.jpg" alt="Capsa Free" width="600" height="416" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-free-server-network-monitoring-tools.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-server-network-monitoring-tools.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS.jpg&amp;description=13%20Best%20Free%20Server%20&amp;%20Network%20Monitoring%20Tools" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-data-visualization-tools/" rel="bookmark" title="35+ Best Data Visualization Tools">\n													35+ Best Data Visualization Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" rel="bookmark" title="45+ Fresh and Creative Error 404 Pages">\n													45+ Fresh and Creative Error 404 Pages												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" rel="bookmark" title="35+ Best Photoshop Print Design Tutorials">\n													35+ Best Photoshop Print Design Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2817'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="43c284ce48" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="210"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best free server network monitoring tools', '', 'publish', 'closed', 'closed', '', 'best-free-server-network-monitoring-tools', '', '', '2017-04-11 13:13:57', '2017-04-11 13:13:57', '', 0, 'http://thedesignpixel.com/best-free-server-network-monitoring-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(53, 1, '2017-04-11 13:13:59', '2017-04-11 13:13:59', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;8 Best Free Wireframing Tools for Designers</div><div class="single-content"><article class="post-2041 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-development tag-freebies tag-tools"><div id="post-2041" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">8 Best Free Wireframing Tools for Designers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the further processes, and create a lot out of that skeletal design, which amazes you like anything, that&#8217;s how a collection of lines and figures would be turned into a whole new monument standing. Consider the human body. We also have a skeleton in us, which provides a solid base to our body. The same concept is being followed in the web industry by the webmasters and web designers today, for the easy integration of designs, and creating a cool new webpage layout. This process if known, as wireframing. Wireframing can be defined as the process of creating a skeletal layout of the web page, or the whole website to be developed.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Wireframing designs don&rsquo;t contain any calories, typographic fonts, styles, etc., and just rough information. Wireframes focus on the kind of information, that is to be displayed, the main functions and processes to be focused on, and relative priorities of the information, and various functions.</p><p>Unlike pencil and paper, the website wireframes are developed using computer based applications and tools, which consist in a large number for availability to download over the web. Out of those hundreds of available tools, you can choose from the following ones. These are minimalists, are quick, and you can create really great and efficient wireframes using these. These are freeware, as well as some of them are really cheap tools, which you must not hesitate in buying if you need to. As a web designer, this is the perfect solution to your wireframe problems.</p><p><span style="text-decoration: underline;"><em><strong>8 Best Free Wireframing Tools for Designers</strong></em></span>:</p><p><a href="http://lovelycharts.com/"><strong>Lovely Charts</strong></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lovely-Charts.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Lovely-Charts.jpg" class="aligncenter size-full wp-image-2042" alt="Lovely Charts" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lovely-Charts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lovely-Charts-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2042" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lovely-Charts.jpg" alt="Lovely Charts" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lovely-Charts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Lovely-Charts-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://wireframesketcher.com/"><strong>Wireframesketcher</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wireframesketcher.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Wireframesketcher.jpg" class="aligncenter size-full wp-image-2043" alt="Wireframesketcher" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Wireframesketcher.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Wireframesketcher-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2043" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wireframesketcher.jpg" alt="Wireframesketcher" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Wireframesketcher.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Wireframesketcher-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.mockflow.com/"><strong>MockFlow</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MockFlow.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/MockFlow.jpg" class="aligncenter size-full wp-image-2044" alt="MockFlow" width="600" height="421" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MockFlow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MockFlow-300x211.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2044" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MockFlow.jpg" alt="MockFlow" width="600" height="421" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MockFlow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MockFlow-300x211.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://cacoo.com/"><strong><span id="da6cd83a-34c9-4de4-8508-60c1afb93f1f" class="GINGER_SOFATWARE_mark">Cacoo</span></strong></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cacoo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cacoo.jpg" class="aligncenter size-full wp-image-2045" alt="Cacoo" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cacoo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cacoo-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2045" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cacoo.jpg" alt="Cacoo" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cacoo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cacoo-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.axure.com/"><strong>Axure RP</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP.jpg" class="aligncenter size-full wp-image-2046" alt="Axure RP" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2046" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP.jpg" alt="Axure RP" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://uxpin.com/"><strong><span id="4ec48b00-b791-40a4-b896-2cd88a9bfaf3" class="GINGER_SOFATWARE_mark">Uxpin</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Uxpin.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Uxpin.jpg" class="aligncenter size-full wp-image-2047" alt="Uxpin" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Uxpin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Uxpin-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2047" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Uxpin.jpg" alt="Uxpin" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Uxpin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Uxpin-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="https://gomockingbird.com/"><strong>Mockingbird</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mockingbird1.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mockingbird1.jpg" class="aligncenter size-full wp-image-2050" alt="Mockingbird1" width="585" height="414" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Mockingbird1.jpg 585w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Mockingbird1-300x212.jpg 300w" sizes="(max-width: 585px) 100vw, 585px"><noscript><img class="aligncenter size-full wp-image-2050" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mockingbird1.jpg" alt="Mockingbird1" width="585" height="414" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Mockingbird1.jpg 585w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Mockingbird1-300x212.jpg 300w" sizes="(max-width: 585px) 100vw, 585px" /></noscript></a></p><p><a href="http://www.gliffy.com/uses/wireframe-software/"><strong>Gliffy</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Gliffy.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Gliffy.jpg" class="aligncenter size-full wp-image-2051" alt="Gliffy" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Gliffy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Gliffy-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2051" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Gliffy.jpg" alt="Gliffy" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Gliffy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Gliffy-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "8 Best Free Wireframing Tools for Designers"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Arrmb90f341c9c6e7f169607feb8741fd6f2ad9c0daf72ceca4119ee4988bc3242a87" class="wpdiscuz-cnonce" name="cnonce" value="Arrmb90f341c9c6e7f169607feb8741fd6f2ad9c0daf72ceca4119ee4988bc3242a87" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="w26C26baac26d547107ed1f35e84c3498fe96cb1d53e58cda553778d0795e080450f3" class="wpdiscuz-cnonce" name="cnonce" value="w26C26baac26d547107ed1f35e84c3498fe96cb1d53e58cda553778d0795e080450f3" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-906_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/d26f56f6954db6d8e7df8706c01d83ac?s=48&#038;d=mm&#038;r=g" alt="Arlen Mark" srcset="http://1.gravatar.com/avatar/d26f56f6954db6d8e7df8706c01d83ac?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Arlen Mark'' src=''http://thedesignpixel.com/files/avatar/d26f56f6954db6d8e7df8706c01d83ac_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/d26f56f6954db6d8e7df8706c01d83ac?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-906" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Arlen Mark</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-free-wireframing-tools-for-designers.html#comment-906&quot; /&gt;" /></div><div class="wc-comment-date">June 30, 2014 11:13 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>I&#8217;d like to add one more tool in this list i.e proofhub. This tool helps designers a lot in collaboration as well as in communication + this tool contains proofing tool too which can help designers to proof designs effectively.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=I%E2%80%99d%20like%20to%20add%20one%20more%20tool%20in%20this%20list%20i.e%20proofhub.%20This%20tool%20helps%20designers%20a%20lot%20in%20collaboration%20as%20well%20as%20in%20communication%20+%20this%20tool%20contains%20proofing%20tool%20too%20which%20can%20help%20designers%20to%20proof%20designs%20effectively.http://www.thedesignpixel.com/best-free-wireframing-tools-for-designers.html#comment-906" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-free-wireframing-tools-for-designers.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-906_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best free wireframing tools for designers', '', 'publish', 'closed', 'closed', '', 'best-free-wireframing-tools-for-designers', '', '', '2017-04-11 13:13:59', '2017-04-11 13:13:59', '', 0, 'http://thedesignpixel.com/best-free-wireframing-tools-for-designers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(54, 1, '2017-04-11 13:13:59', '2017-04-11 13:13:59', '<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>', 'best free wordpress magazine themes', '', 'publish', 'closed', 'closed', '', 'best-free-wordpress-magazine-themes', '', '', '2017-04-11 13:13:59', '2017-04-11 13:13:59', '', 0, 'http://thedesignpixel.com/best-free-wordpress-magazine-themes/', 0, 'page', '', 0),
(55, 1, '2017-04-11 13:14:00', '2017-04-11 13:14:00', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1630" class="post-1630 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-freebies tag-templates tag-themes g cat-5-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25 Best Free WordPress Photography Themes</div>\n												<header>\n							<h1 class="title">25 Best Free WordPress Photography Themes</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Creating something extraordinary of an ordinary object, this is the main motive of photographers. The view from their eye, and lens, is way different from what we view, from what we perceive. A photographer is a great creative person, and needs his shots to be really extraordinary to be able to leave an impression. But, for the fact, this is much of an underpaid job, and the heavy expenses of the equipment, photographers are generally on a low budget, and affording to get a website developed by designers, won’t be something feasible, because of the rising expenses.</p>\n<p>What you can do is, choose content management systems like WordPress, and design your own website easily and quickly using the cool themes, designs, feasibility, user friendliness and the best fact, that it is something totally free! There are hundreds of WordPress photography themes available in WordPress. All you need to do is to install that WordPress photography theme on your website using a WordPress theme interface, and replace the content and images with your own content, creating a wonderful portfolio website for you, as a photographer. Having a website leaves a great impact on your clients, as they get to view your previous work easily on the web, and don’t end up being skeptical about choosing you or not, if your work is actually impressive.</p>\n<p>You can integrate slideshows, zoom in, zoom out features, galleries, genres, all on your photography website using these themes, and most of them provide features for the same. These WordPress photography themes have their growth in building color combinations and effectiveness, that gives a great overall look, what is needed in any photography website or portfolio site. Here is a list of some of the most widely used and best WordPress photography themes, that would suit best for your photography website.</p>\n<h3><span style="text-decoration: underline;"><em><strong>25 Best Free WordPress Photography Themes</strong></em></span>:</h3>\n<p><a href="http://vandelaydesign.com/blog/wp-themes/high-resolution-photography/"><strong>High Resolution</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/High-Resolution.jpg"><img class="aligncenter size-full wp-image-1631" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/High-Resolution.jpg" alt="High Resolution" width="600" height="320" /></a></p>\n<p><a href="http://vandelaydesign.net/high-resolution/"><strong>Demo</strong></a><strong> | </strong><a href="http://vtemp.s3.amazonaws.com/high-res.zip"><strong>Download</strong></a></p>\n<p><a href="http://demo.graphpaperpress.com/fullscreen/"><strong>Fullscreen</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fullscreen.jpg"><img class="aligncenter size-full wp-image-1632" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fullscreen.jpg" alt="Fullscreen" width="600" height="289" /></a></p>\n<p><a href="http://demo.graphpaperpress.com/fullscreen/?price=free"><strong>Demo</strong></a><strong> | </strong><a href="http://graphpaperpress.com/themes/fullscreen/#buy-theme"><strong>Download</strong></a></p>\n<p><a href="http://siteorigin.com/theme/snapshot/"><strong>Snapshot</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snapshot.jpg"><img class="aligncenter size-full wp-image-1633" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snapshot.jpg" alt="Snapshot" width="600" height="326" /></a></p>\n<p><a href="http://demo.siteorigin.com/snapshot/"><strong>Demo</strong></a><strong> | </strong><a href="http://updates.siteorigin.com/free/snapshot/?action=download"><strong>Download</strong></a></p>\n<p><a href="http://vandelaydesign.com/blog/wp-themes/auto-focus/"><strong><span id="40fa30d5-df1e-4f31-9c54-f4e1b4658641" class="GINGER_SOFATWARE_mark">AutoFocus</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/AutoFocus.jpg"><img class="aligncenter size-full wp-image-1634" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/AutoFocus.jpg" alt="AutoFocus" width="600" height="403" /></a></p>\n<p><a href="http://vandelaydesign.net/auto-focus/"><strong>Demo</strong></a><strong> | </strong><a href="http://vtemp.s3.amazonaws.com/auto-focus.zip"><strong>Download</strong></a></p>\n<p><a href="http://www.web2feel.com/xenon/"><strong>Xenon</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Xenon.jpg"><img class="aligncenter size-full wp-image-1635" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Xenon.jpg" alt="Xenon" width="600" height="326" /></a></p>\n<p><a href="http://demo.fabthemes.com/xenon/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/xenon"><strong>Download</strong></a></p>\n<p><a href="http://wpbusinessbundle.com/themes/digifoto/"><strong>Digifoto</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Digifoto.jpg"><img class="aligncenter size-full wp-image-1636" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Digifoto.jpg" alt="Digifoto" width="600" height="309" /></a></p>\n<p><a href="http://themes.wpbusinessbundle.com/digifoto/"><strong>Demo</strong></a><strong> | </strong><a href="http://wpbusinessbundle.com/free/"><strong>Download</strong></a></p>\n<p><a href="http://graphpaperpress.com/themes/onesie/"><strong>Onesie</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Onesie.jpg"><img class="aligncenter size-full wp-image-1637" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Onesie.jpg" alt="Onesie" width="600" height="302" /></a></p>\n<p><a href="http://demo.graphpaperpress.com/onesie/?price=free&amp;responsive=true"><strong>Demo</strong></a><strong> | </strong><a href="http://graphpaperpress.com/themes/onesie/#buy-theme"><strong>Download</strong></a></p>\n<p><a href="http://thriveweb.com.au/the-lab/pinzolo-a-free-responsive-wordpress-theme/"><strong>Pinzolo</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinzolo.jpg"><img class="aligncenter size-full wp-image-1638" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinzolo.jpg" alt="Pinzolo" width="600" height="400" /></a></p>\n<p><a href="http://thriveweb.com.au/themes/pinzolo/"><strong>Demo</strong></a><strong> | </strong><a href="http://wordpress.org/extend/themes/pinzolo"><strong>Download</strong></a></p>\n<p><a href="http://www.themeshaker.com/theme/lensa-free-wordpress-theme-for-photographer"><strong><span id="d1799239-2207-4236-9a28-5962a11a7e0d" class="GINGER_SOFATWARE_mark">Lensa</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa1.jpg"><img class="aligncenter size-full wp-image-1639" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa1.jpg" alt="Lensa" width="600" height="317" /></a></p>\n<p><a href="http://www.themeshaker.com/demo/254"><strong>Demo</strong></a><strong> | </strong><a href="http://www.themeshaker.com/get-theme/254"><strong>Download</strong></a></p>\n<p><a href="http://www.web2feel.com/winter/"><strong>Winter</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Winter.jpg"><img class="aligncenter size-full wp-image-1640" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Winter.jpg" alt="Winter" width="600" height="465" /></a></p>\n<p><a href="http://demo.fabthemes.com/winter/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/winter"><strong>Download</strong></a></p>\n<p><a href="http://graphpaperpress.com/themes/f8-lite/"><strong>F8 Lite</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/F8-Lite.jpg"><img class="aligncenter size-full wp-image-1641" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/F8-Lite.jpg" alt="F8 Lite" width="600" height="411" /></a></p>\n<p><a href="http://demo.graphpaperpress.com/f8-lite/?price=free"><strong>Demo</strong></a><strong> | </strong><a href="http://graphpaperpress.com/themes/f8-lite/#buy-theme"><strong>Download</strong></a></p>\n<p><a href="http://alienwp.com/themes/hatch/"><strong>Hatch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hatch1.jpg"><img class="aligncenter size-full wp-image-1642" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hatch1.jpg" alt="Hatch" width="600" height="364" /></a></p>\n<p><a href="http://demo.alienwp.com/hatch/"><strong>Demo</strong></a><strong> | </strong><a href="http://wordpress.org/themes/download/hatch.0.2.9.zip"><strong>Download</strong></a></p>\n<p><a href="http://www.fabthemes.com/adament/"><strong><span id="a7ec6d65-92d7-4340-b2df-526397a911d1" class="GINGER_SOFATWARE_mark">Adment</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Adment.jpg"><img class="aligncenter size-full wp-image-1643" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Adment.jpg" alt="Adment" width="600" height="324" /></a></p>\n<p><a href="http://demo.fabthemes.com/adament/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/adament/"><strong>Download</strong></a></p>\n<p><a href="http://colorlabsproject.com/themes/photogram/"><strong>Photogram</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photogram.jpg"><img class="aligncenter size-full wp-image-1644" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photogram.jpg" alt="Photogram" width="600" height="317" /></a></p>\n<p><a href="http://demo.colorlabsproject.com/?theme=photogram"><strong>Demo</strong></a><strong> | </strong><a href="http://colorlabsproject.com/member/signup/index/c/A2oO8Q8Oc?id_product=13746"><strong>Download</strong></a></p>\n<p><a href="http://themecobra.com/themes/photopia/"><strong>Photopia</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photopia.jpg"><img class="aligncenter size-full wp-image-1645" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photopia.jpg" alt="Photopia" width="600" height="352" /></a></p>\n<p><a href="http://demo.themecobra.com/photopia/"><strong>Demo</strong></a><strong> | </strong><a href="http://themecobra.com/themes/photopia/#content-theme-table"><strong>Download</strong></a></p>\n<p><a href="http://vandelaydesign.com/blog/wp-themes/classic-photography/"><strong>Classic Photography</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Classic-Photography.jpg"><img class="aligncenter size-full wp-image-1646" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Classic-Photography.jpg" alt="Classic Photography" width="600" height="602" /></a></p>\n<p><a href="http://vandelaydesign.net/photography/"><strong>Demo</strong></a><strong> | </strong><a href="http://vtemp.s3.amazonaws.com/classic.zip"><strong>Download</strong></a></p>\n<p><a href="http://www.fabthemes.com/wembley/"><strong>Wembley</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Wembley.jpg"><img class="aligncenter size-full wp-image-1647" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Wembley.jpg" alt="Wembley" width="600" height="456" /></a></p>\n<p><a href="http://demo.fabthemes.com/wembley"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/wembley/"><strong>Download</strong></a></p>\n<p><a href="http://www.freewpthemes.in/shutterloop-free-wordpress-theme/"><strong>Shutterloop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shutterloop.jpg"><img class="aligncenter size-full wp-image-1648" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shutterloop.jpg" alt="Shutterloop" width="600" height="560" /></a></p>\n<p><a href="http://demo.responsivedeck.com/shutterloop/"><strong>Demo</strong></a><strong> | </strong><a href="http://responsivedeck.com/2012/10/shutterloop/"><strong>Download</strong></a></p>\n<p><a href="http://graphpaperpress.com/themes/f8-static/"><strong>F8 Static</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/F8-Static.jpg"><img class="aligncenter size-full wp-image-1649" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/F8-Static.jpg" alt="F8 Static" width="600" height="398" /></a></p>\n<p><a href="http://demo.graphpaperpress.com/f8-static/?price=free"><strong>Demo</strong></a><strong> | </strong><a href="http://graphpaperpress.com/themes/f8-static/#buy-theme"><strong>Download</strong></a></p>\n<p><a href="http://www.fabthemes.com/wallbase/"><strong><span id="a7d1d724-0446-4511-8237-9d19d98f510d" class="GINGER_SOFATWARE_mark">Wallbase</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Wallbase.jpg"><img class="aligncenter size-full wp-image-1650" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Wallbase.jpg" alt="Wallbase" width="600" height="323" /></a></p>\n<p><a href="http://demo.fabthemes.com/Wallbase/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/wallbase/"><strong>Download</strong></a></p>\n<p><a href="http://themecobra.com/themes/svelte/"><strong>Svelte</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Svelte.jpg"><img class="aligncenter size-full wp-image-1651" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Svelte.jpg" alt="Svelte" width="600" height="626" /></a></p>\n<p><a href="http://demo.themecobra.com/svelte/"><strong>Demo</strong></a><strong> | </strong><a href="http://themecobra.com/themes/svelte/#content-theme-table"><strong>Download</strong></a></p>\n<p><a href="http://graphpaperpress.com/themes/snaps/"><strong>Snaps</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snaps.jpg"><img class="aligncenter size-full wp-image-1652" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snaps.jpg" alt="Snaps" width="600" height="485" /></a></p>\n<p><a href="http://demo.graphpaperpress.com/snaps/?price=free&amp;responsive=true"><strong>Demo</strong></a><strong> | </strong><a href="http://graphpaperpress.com/themes/snaps/#buy-theme"><strong>Download</strong></a></p>\n<p><a href="http://dessign.net/photographer-theme/"><strong>Photographer</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photographer.jpg"><img class="aligncenter size-full wp-image-1653" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photographer.jpg" alt="Photographer" width="600" height="441" /></a></p>\n<p><a href="http://www.dessign.net/photographertheme/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.dessign.net/zipthemes/photographertheme.zip"><strong>Download</strong></a></p>\n<p><a href="http://www.fabthemes.com/shuttershot/"><strong>Shuttershot</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shuttershot.jpg"><img class="aligncenter size-full wp-image-1654" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shuttershot.jpg" alt="Shuttershot" width="600" height="309" /></a></p>\n<p><a href="http://demo.fabthemes.com/Shuttershot/"><strong>Demo</strong></a><strong> | </strong><a href="http://www.fabthemes.com/shuttershot/"><strong>Download</strong></a></p>\n<p><a href="http://photographicblog.com/free-responsive-wordpress-theme-for-photographers/"><strong><span id="e124e183-1b50-4c4b-bf4e-6c1460eaa5dd" class="GINGER_SOFATWARE_mark">Photum</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photum.jpg"><img class="aligncenter size-full wp-image-1655" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photum.jpg" alt="Photum" width="600" height="324" /></a></p>\n<p><a href="http://photographicblog.com/themes/photum/"><strong>Demo</strong></a><strong> | </strong><a href="http://wplift.com/wp-content/plugins/download-monitor/download.php?id=4"><strong>Download</strong></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-free-wordpress-photography-themes.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-wordpress-photography-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/Lensa1.jpg&amp;description=25%20Best%20Free%20WordPress%20Photography%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\n													15+ Best WordPress Landing Page Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" rel="bookmark" title="45 Fresh and Free WordPress Themes">\n													45 Fresh and Free WordPress Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" rel="bookmark" title="25 Best Free WordPress Portfolio Themes">\n													25 Best Free WordPress Portfolio Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-free-wordpress-photography-themes/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1630'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="791e3b2281" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="75"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best free wordpress photography themes', '', 'publish', 'closed', 'closed', '', 'best-free-wordpress-photography-themes', '', '', '2017-04-11 13:14:00', '2017-04-11 13:14:00', '', 0, 'http://thedesignpixel.com/best-free-wordpress-photography-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(56, 1, '2017-04-11 13:14:00', '2017-04-11 13:14:00', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-1698" class="g post post-1698 type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-templates tag-themes cat-5-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25 Best Free WordPress Portfolio Themes</div> <header><h1 class="title">25 Best Free WordPress Portfolio Themes</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>The web industry is rising day by day. There are a lot of entrepreneurs trying their hands into it, to mint some easy money, and many of them are finding cream success, while some of them are still struggling with achieving what they want to. A lot of entrepreneurs were seen in the form of web developers. A web developer is a person, who develops websites for other people, charging a good amount of money, and this is how, he earns his living. Web development takes place with the help of computer languages like PHP, Javascript, database languages, etc., and requires a good deal of knowledge and skill, to be able to develop perfect stuff, according to, what the client wants, and bringing about spectacular results and a good reputation and feedback in the market.</p><p>You do not want to lose a potential client, but, neither does he, nor you, has the time to spend time discussing things on personal chats or calls. A client will choose you automatically, if he finds your work worth it. But, how do you show your best work to him? All the web developers and designers develop a portfolio website, where they put up their previous sample work, with its mentioned features, data, etc., which helps you a lot, as it leaves a great impact of your skill on the clients, and increases the level of confidence in your customers.</p><p>You do not have time as a web designer. This is a bitter fact. And, to be updated regularly, your portfolio, is not easy. To do this with ease, you can use a CMS, like WordPress to create portfolio website, quick and easy. Yes, there exist some particular themes that let you do this. Some of the best ones, under this category of WordPress portfolio themes are:</p><h3><strong><span style="text-decoration: underline;"><em>25 Best Free WordPress Portfolio Themes</em></span>:</strong></h3><p><strong>1.&nbsp;<a href="http://shakenandstirredweb.com/themes/">Shaken Grid</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shaken-Grid.jpg"><img class="aligncenter size-full wp-image-1699" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shaken-Grid.jpg" alt="Shaken Grid" width="600" height="353"></a></p><p><strong><a href="http://shakenandstirredweb.com/theme/shaken-grid-free">Download </a>| <a href="http://shakenandstirredweb.com/themes/">Demo</a></strong></p><p><strong>2.&nbsp;<a href="http://fthrwght.com/autofocus/plusdemo/">Auto Focus</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Auto-Focus.jpg"><img class="aligncenter size-full wp-image-1700" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Auto-Focus.jpg" alt="Auto Focus" width="600" height="412"></a></p><p><strong><a href="http://fthrwght.com/autofocus/#download">Download </a>| <a href="http://fthrwght.com/autofocus/plusdemo/">Demo</a></strong></p><p><strong>3.&nbsp;<a href="http://wpshower.com/demo/?theme=imbalance">Imbalance</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Imbalance.jpg"><img class="aligncenter size-full wp-image-1701" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Imbalance.jpg" alt="Imbalance" width="600" height="726"></a></p><p><strong><a href="http://wpshower.com/themes/imbalance/">Download</a>&nbsp;| <a href="http://wpshower.com/demo/?theme=imbalance">Demo</a></strong></p><p><strong>4.&nbsp;<a href="http://wordpress.org/themes/preference-lite">Preference Lite</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Preference-Lite.jpg"><img class="aligncenter size-full wp-image-1702" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Preference-Lite.jpg" alt="Preference Lite" width="600" height="337"></a></p><p><strong>&nbsp;<a href="http://wordpress.org/themes/download/preference-lite.1.6.7.zip">Download </a>| <a href="http://demo.styledthemes.com/preference-free/">Demo</a></strong></p><p><strong>5.&nbsp;<a href="http://www.web2feel.com/xenon/">Xenon</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Xenon1.jpg"><img class="aligncenter size-full wp-image-1703" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Xenon1.jpg" alt="Xenon" width="600" height="265"></a></p><p><strong><a href="http://www.fabthemes.com/get/Xenon.zip">Download </a>| <a href="http://demo.fabthemes.com/xenon/">Demo</a></strong></p><p><strong>6.&nbsp;<a href="http://www.dessign.net/architekttheme/"><span id="2d123842-98cb-4eb0-9b47-0913023c9307" class="GINGER_SOFATWARE_mark">Architekt</span> Theme</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Architekt-Theme.jpg"><img class="aligncenter size-full wp-image-1704" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Architekt-Theme.jpg" alt="Architekt Theme" width="600" height="725"></a></p><p><strong><a href="http://www.dessign.net/architekt-theme/">Download </a>| <a href="http://www.dessign.net/architekttheme/">Demo</a></strong></p><p><strong>7.&nbsp;<a href="http://wordpress.org/themes/hey-cookie">&nbsp;Hey Cookie</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hey-Cookie.jpg"><img class="aligncenter size-full wp-image-1705" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Hey-Cookie.jpg" alt="Hey Cookie" width="600" height="337"></a></p><p><strong><a href="http://wordpress.org/themes/download/hey-cookie.1.2.9.zip">Download </a>| Demo&nbsp;</strong></p><p><strong>8.&nbsp;<a href="http://luiszuno.com/blog/downloads/folder-wordpress-theme/">Folder</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Folder.jpg"><img class="aligncenter size-full wp-image-1706" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Folder.jpg" alt="Folder" width="600" height="326"></a></p><p><strong><a href="http://www.paywithatweet.com/pay/?id=e1dd868f5295eb41552562bdffba6fa3">Download </a>|&nbsp;<a href="http://luiszuno.com/themes/wp-folder">Demo</a></strong></p><p><strong>9.&nbsp;<a href="http://graphpaperpress.com/themes/snaps/">Snaps</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snaps1.jpg"><img class="aligncenter size-full wp-image-1707" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Snaps1.jpg" alt="Snaps" width="600" height="319"></a></p><p><strong>&nbsp;<a href="http://graphpaperpress.com/themes/snaps/">Download </a>|&nbsp;<a href="http://demo.graphpaperpress.com/snaps">Demo</a></strong></p><p><strong>10.&nbsp;<a href="http://wpshower.com/themes/portfolium/"><span id="55bbf5fc-8694-482d-aa5b-7aa1c079a00e" class="GINGER_SOFATWARE_mark">Portfolium</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Portfolium.jpg"><img class="aligncenter size-full wp-image-1708" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Portfolium.jpg" alt="Portfolium" width="600" height="337"></a></p><p><strong><a href="http://wpshower.com/portfolium.zip">Download </a>| <a href="http://wpshower.com/demo/?theme=portfolium">Demo</a></strong></p><p><strong>11.&nbsp;<a href="http://www.web2feel.com/axis/">Axis</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Axis.jpg"><img class="aligncenter size-full wp-image-1709" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Axis.jpg" alt="Axis" width="600" height="259"></a></p><p><strong><a href="http://www.web2feel.com/downloads/Axis.zip">Download </a>| <a href="http://demo.fabthemes.com/axis/">Demo</a></strong></p><p><strong>12.&nbsp;<a href="http://www.eleventhemes.com/gridly-theme/"><span id="4b288ec4-2730-4f14-9131-a9fd2c2a97dd" class="GINGER_SOFATWARE_mark">Gridly</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Gridly.png"><img class="aligncenter size-full wp-image-1710" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Gridly.png" alt="Gridly" width="600" height="400"></a></p><p><strong><a href="http://www.eleventhemes.com/thank-you/?file=1">Download </a>| <a href="http://www.eleventhemes.com/gridly/">Demo</a></strong></p><p><strong>13.&nbsp;<a href="http://webrevolutionary.com/sharpfolio/"><span id="8b51c7c6-0385-4686-ae65-97a2d43c30ce" class="GINGER_SOFATWARE_mark">Sharpfolio</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sharpfolio.jpg"><img class="aligncenter size-full wp-image-1711" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sharpfolio.jpg" alt="Sharpfolio" width="600" height="337"></a></p><p><strong><a href="http://www.webrevolutionary.com/Sharpfolio.zip">Download</a> | <a href="http://webrevolutionary.com/sharpfolio-demo/">Demo</a></strong></p><p><strong>14.&nbsp;<a href="http://locallylost.com/chun/"><span id="6b4947b8-b00d-4960-ad06-a30cdfdfddce" class="GINGER_SOFATWARE_mark">Chun</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Chun.jpg"><img class="aligncenter size-full wp-image-1712" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Chun.jpg" alt="Chun" width="600" height="337"></a></p><p><strong><a href="http://wordpress.org/themes/download/chun.0.1.2.zip">Download </a>| <a href="http://locallylost.com/chun">Demo</a></strong></p><p><strong>15.&nbsp;<a href="http://demo.cpothemes.com/?theme=panoramica"><span id="86651a5a-1ac8-4d62-85cf-bcff7024c9f2" class="GINGER_SOFATWARE_mark">Panoramica</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Panoramica.png"><img class="aligncenter size-full wp-image-1713" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Panoramica.png" alt="Panoramica" width="600" height="761"></a></p><p><strong><a href="http://www.cpothemes.com/theme/panoramica#download_form">Download </a>| <a href="http://demo.cpothemes.com/?theme=panoramica">Demo</a></strong></p><p><strong>16.&nbsp;<a href="http://www.web2feel.com/rasputin/">Rasputin</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rasputin.jpg"><img class="aligncenter size-full wp-image-1714" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rasputin.jpg" alt="Rasputin" width="600" height="295"></a></p><p><strong><a href="http://www.fabthemes.com/get/Rasputin.zip">Download </a>| <a href="http://demo.fabthemes.com/rasputin">Demo</a></strong></p><p><strong>17.&nbsp;<a href="http://graphpaperpress.com/themes/workaholic/">Workaholic</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Workaholic.jpg"><img class="aligncenter size-full wp-image-1715" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Workaholic.jpg" alt="Workaholic" width="600" height="336"></a></p><p><strong><a href="http://graphpaperpress.com/themes/workaholic/">Download </a>| <a href="http://demo.graphpaperpress.com/workaholic/">Demo</a></strong></p><p><strong>18.&nbsp;<a href="http://www.dessign.net/grid-theme-responsive/">Grid</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Grid.jpg"><img class="aligncenter size-full wp-image-1716" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Grid.jpg" alt="Grid" width="600" height="725"></a></p><p><strong><a href="http://www.dessign.net/zipthemes/gridthemeresponsive.zip">Download </a>| <a href="http://www.dessign.net/gridthemeresponsive/">Demo</a></strong></p><p><strong>19.&nbsp;<a href="http://www.dessign.net/phototheme/">Photo Theme WordPress Portfolio Theme</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photo-Theme-WordPress-Portfolio-Theme.jpg"><img class="aligncenter size-full wp-image-1717" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Photo-Theme-WordPress-Portfolio-Theme.jpg" alt="Photo Theme WordPress Portfolio Theme" width="600" height="514"></a></p><p><strong><a href="http://www.dessign.net/photo-theme-responsive/">Download</a>&nbsp;| <a href="http://www.dessign.net/phototheme/">Demo</a></strong></p><p><strong>20.&nbsp;<a href="http://www.cpothemes.com/theme/illustrious">Illustrious</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Illustrious.jpg"><img class="aligncenter size-full wp-image-1718" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Illustrious.jpg" alt="Illustrious" width="600" height="337"></a></p><p><strong><a href="http://www.cpothemes.com/theme/illustrious#download_form">Download </a>|&nbsp;<a href="http://demo.cpothemes.com/?theme=illustrious">Demo</a></strong></p><p><strong>21.&nbsp;<a href="http://northeme.com/theme/workality-lite/"><span id="746e925b-c436-4137-b362-cc387b2ec920" class="GINGER_SOFATWARE_mark">Workality</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Workality.jpg"><img class="aligncenter size-full wp-image-1719" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Workality.jpg" alt="Workality" width="600" height="398"></a></p><p><strong><a href="http://northeme.com/theme/workality-lite/#downloadform">Download&nbsp;</a>|&nbsp;<a href="http://northeme.com/theme-live?t=workality-lite">Demo</a></strong></p><p><strong>22.&nbsp;<a href="http://www.onedesigns.com/wordpress-themes/pinboard">Pinboard</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinboard.jpg"><img class="aligncenter size-full wp-image-1720" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pinboard.jpg" alt="Pinboard" width="600" height="337"></a></p><p><strong><a href="http://www.onedesigns.com/download/pinboard.zip">Download </a>| <a href="http://demo.onedesigns.com/pinboard/">Demo</a></strong></p><p><strong>23. <a href="http://jinsonathemes.com/framed/">Framed</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Framed.jpg"><img class="aligncenter size-full wp-image-1721" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Framed.jpg" alt="Framed" width="600" height="380"></a></p><p><strong><a href="http://www.web2feel.com/framed/">Download</a> | <a href="http://jinsonathemes.com/framed/">Demo</a></strong></p><p><strong>24. &nbsp;<a href="http://www.dessign.net/simplephototheme/">Simple Photo Responsive Theme</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-Photo-Responsive-Theme.jpg"><img class="aligncenter size-full wp-image-1722" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-Photo-Responsive-Theme.jpg" alt="Simple Photo Responsive Theme" width="600" height="725"></a></p><p><strong><a href="http://www.dessign.net/zipthemes/simplephotoRes.zip">Download </a>| <a href="http://www.dessign.net/simplephototheme/">Demo</a></strong></p><p><strong>25. Smashing Multimedia</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smashing-Multimedia.jpg"><img class="aligncenter size-full wp-image-1723" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smashing-Multimedia.jpg" alt="Smashing Multimedia" width="600" height="769"></a></p><p><strong><a href="http://www.smashingmagazine.com/2009/08/22/free-podcasting-video-and-photography-wordpress-theme/">Download </a>| Demo</strong></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-4326" data-post-type="none" ><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" class="wp_rp_title">35+ Free Responsive WordPress Themes for 2015</a></li><li data-position="1" data-poid="in-2828" data-post-type="none" ><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" class="wp_rp_title">50+ Best Premium Responsive WordPress Themes of 2014</a></li><li data-position="2" data-poid="in-2458" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_title">145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li data-position="3" data-poid="in-3836" data-post-type="none" ><a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" class="wp_rp_title">20+ Free and Premium WordPress Coming Soon Themes</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="TheDesignPixel">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-free-wordpress-portfolio-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/Framed.jpg&amp;description=25%20Best%20Free%20WordPress%20Portfolio%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-1698_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-1698_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-1698_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-1698_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-1698_0"\nclass="wc_email wc_field_input email"\nname="wc_email"  value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-1698_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-1698_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-1698_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-1698_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-1698_0">None</label> <br/> <input id="wc_notification_new_reply-1698_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-1698_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-1698_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-1698_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-1698_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-1698_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-1698_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-1698_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-1698_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="1698"\nid="wc_comment_post_ID-1698_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-1698_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="1698" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" alt="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' title=''45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques'' class=''popular-title''>45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></li><li > <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/'' rel=''nofollow''></a> <a href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/'' title=''35+ Free Responsive WordPress Themes for 2015'' class=''popular-title''>35+ Free Responsive WordPress Themes for 2015</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_search" class="widget widget-sidebar"><h3>Search</h3><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'best free wordpress portfolio themes', '', 'publish', 'closed', 'closed', '', 'best-free-wordpress-portfolio-themes', '', '', '2017-04-11 13:14:00', '2017-04-11 13:14:00', '', 0, 'http://thedesignpixel.com/best-free-wordpress-portfolio-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(57, 1, '2017-04-11 13:14:01', '2017-04-11 13:14:01', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3463" class="post-3463 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-wallpapers g cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 75 Best HD Christmas Wallpapers for Desktop Background</div>\n												<header>\n							<h1 class="title">75 Best HD Christmas Wallpapers for Desktop Background</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Christmas is a widely observed cultured holiday, which is celebrated on 25th December by billion of people around the world. Christmas is an annual commemoration of the birth of Jesus Christ. The day is celebrated as general holiday with joy and peace around the different countries of the world. If you are an Internet addict just like me, then Christmas season is the perfect time to give yourself a little bit of seasonal cheer by decorating your desktop with with best HD Christmas wallpapers.<br />\nYes, You heard it right! It&#8217;s a holiday season and there is no perfect way to get into the spirit than to down one or more HD Christmas wallpapers for desktop. You can use these HD Christmas wallpapers on your Desktop, Laptop or Mac and give your screen a seasonal look. We have collected an ultimate collection of best HD Christmas wallpapers for desktop background, you can check them out below and download the one you love the most with the download link available by clicking the title for HD resolution. Enjoy!</p>\n<h3><strong><span style="text-decoration: underline;"><em>75 Best HD Christmas Wallpapers for Desktop Background</em></span>:</strong></h3>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Gold_Christmas_Ball_003009.html" target="_blank">Golden Christmas Card</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas%20Jingle%20Bells/wallpapers/1920x1200/Christmas%20IS288-069-lovely%20gingerbread%20couple.html" target="_blank">Lovely Gingerbread Couple</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong>A Tangled Ball Of Christmas Lights</strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Holiday_Lights/wallpapers/1920x1200/holidaylights2.html" target="_blank">Christmas Tree Glowing At Night In <span id="0441d510-9ade-4751-8460-b1b30000df87" class="GINGER_SOFATWARE_mark"><span id="66f4255c-2dc1-4c9a-abb3-3d73ffc0b0a3" class="GINGER_SOFATWARE_mark"><span id="d506bc1b-356c-4fe0-a454-d14abad3d75e" class="GINGER_SOFATWARE_mark">Snow</span></span></span>, Alberta, Canada</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Red_and_white_christmas_baubles_002001.html" target="_blank">Red and White Christmas Baubles</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Golden_christmas_baubles_and_decorations_004007.html" target="_blank">Golden Christmas <span id="5377f996-69f2-46ac-a4f6-750c44b8f0a8" class="GINGER_SOFATWARE_mark"><span id="aeb8fc30-3e31-4c53-a330-ea01989857ed" class="GINGER_SOFATWARE_mark"><span id="d95b6aec-64b2-4188-8aae-b1f8733dc659" class="GINGER_SOFATWARE_mark">Baubles and</span></span></span> Decorations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Golden_Christmas_Balls_and_Gifts_001011.html" target="_blank">Golden_Christmas_Balls_and_Gifts</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Gold_Christmas_Balls_003001.html" target="_blank">Golden Christmas</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/wallpapers/1920x1200/Christmas_Ball_Candles_001003.html" target="_blank">Christmas Ball Candles</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Holiday_Lights/wallpapers/1920x1200/holidaylights1.html" target="_blank">Colored Lights</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas%20Jingle%20Bells/wallpapers/1920x1200/Christmas%20FAN2009796%20Candy%20canes.html" target="_blank">Candy Canes</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/winter_holidays-wallpapers.html" target="_blank">Watching From Window</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong> <a href="http://wallpaperswide.com/new_year_8-wallpapers.html" target="_blank">Tree</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/snowflakes_2-wallpapers.html" target="_blank"><span id="d6472945-26f5-4d20-a807-07115698a746" class="GINGER_SOFATWARE_mark">Snow Flakes</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/merry_capitalism_and_a_prosperous_new_year-wallpapers.html" target="_blank"> Merry Christmas Whole Town</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/new_year_3-wallpapers.html" target="_blank">Merry Christmas</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/happy_new_year_3-wallpapers.html" target="_blank">Golden Balls On Snow</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_tree_ball-wallpapers.html" target="_blank">Christmas Tree Ball Wallpaper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/presents-wallpapers.html" target="_blank">Christmas Gift and Balls</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/happy_new_year_silver-wallpapers.html" target="_blank">Silver Ball</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/two_christmas_candles-wallpapers.html" target="_blank">Clock</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/two_christmas_candles-wallpapers.html" target="_blank">Two Christmas Candles</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/silver_christmas_ball-wallpapers.html" target="_blank">Silver Christmas Ball Wallpaper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/cute_santa_claus-wallpapers.html" target="_blank">Merry Christmas 2</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/cute_santa_claus-wallpapers.html" target="_blank">Cute Santa</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_tree_outside-wallpapers.html" target="_blank">Christmas Tree</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_balls_hanging-wallpapers.html" target="_blank">Hanging Christmas Balls</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/merry_christmas_28-wallpapers.html" target="_blank">Awesome Decoration</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/merry_christmas_28-wallpapers.html" target="_blank">Merry Christmas</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallpapersonly.net/view/make-a-friend-this-christmas-1280x800.html" target="_blank">Make a Friend This Christmas</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallpaperez.org/children/zoom/Christmas-for-Kids-2310.html" target="_blank">Christmas For Kids</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_snowman_craft-wallpapers.html" target="_blank">Snowman</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallpaperez.org/holiday/zoom/Snowman-1384.html" target="_blank">Snowman 2</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallpapersonly.net/view/christmas-in-nashville-tennessee-1280x800.html" target="_blank">Christmas In Nashville</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallpaperez.org/holiday/zoom/Christmas-gifts-1383.html" target="_blank">Gifts</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_tree_house-wallpapers.html" target="_blank">Christmas Tree House</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_golden_star-wallpapers.html" target="_blank">Golden Star</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_forest-wallpapers.html" target="_blank">Christmas Forest</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%28106%29-16759.htm" target="_blank">Awesome Creation</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/letter_for_santa_claus_christmas-wallpapers.html" target="_blank">Letter For Santa Claus</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_landscape-wallpapers.html" target="_blank">Wreath Vector</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_landscape-wallpapers.html" target="_blank">Christmas Landscape</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="#">Illustration</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_ball_bokeh-wallpapers.html" target="_blank">Ball Broken</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%28112%29-16766.htm" target="_blank">Red Painting With Snow</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%28107%29-16760.htm" target="_blank">Snowman With Gift</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%28100%29-16753.htm" target="_blank">3D Like Christmas Tree</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%2814%29-16779.htm" target="_blank">Red Christmas Wallpapers</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://offthewallposters.com/img-christmas-hd-wallpapers-1920x1200-%28115%29-16769.htm" target="_blank">Christmas Trees</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/santa_claus_hat-wallpapers.html" target="_blank">Santa Claus Hat</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/santa_claus_christmas_11-wallpapers.html" target="_blank">Santa Claus</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/outdoor_christmas_nativity_scene-wallpapers.html" target="_blank">Outdoor Christmas Nativity <span id="1ac632c2-e27a-47ee-a8de-bf6f16363c1d" class="GINGER_SOFATWARE_mark"><span id="b49ef3d6-905b-4403-86a5-668eaf806bb2" class="GINGER_SOFATWARE_mark"><span id="17854aa4-cbb4-4136-81db-0dad2d74640f" class="GINGER_SOFATWARE_mark">Scen</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="#">Jingle Bells</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/funny_snowman-wallpapers.html" target="_blank">Funny Snowman</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/father_christmas-wallpapers.html" target="_blank">Father Christmas</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="#">Christmas Tree Close Up</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_snowman-wallpapers.html" target="_blank">Christmas Snowman</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_ornaments-wallpapers.html" target="_blank">Christmas Ornaments</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_2-wallpapers.html" target="_blank">Blue Christmas Ball</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/night_of_jesus_christ_birth-wallpapers.html" target="_blank">Night Of Jesus Christ Birth</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-waiting-for-santa-cute-wallpaper-1920x1200.html" target="_blank">Waiting For Santa</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-snowy-1600x1200.html" target="_blank">Snowy</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-silver-bells-1600x1200.html" target="_blank">Silver Bells</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/santa_claus_christmas-wallpapers.html" target="_blank">Santa Claus</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-ornamental-2-1600x1200.html" target="_blank">Ornamental</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_warmth-wallpapers.html" target="_blank"><span id="c91639be-440f-45e2-9017-00f6c047dee9" class="GINGER_SOFATWARE_mark"><span id="9b0c9e06-282a-4e20-b74e-096811f13863" class="GINGER_SOFATWARE_mark"><span id="d4ccd91e-c428-483a-9d82-3f2414aa4e26" class="GINGER_SOFATWARE_mark">Warmthspirit</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_spirit_2-wallpapers.html" target="_blank">Spirit</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/candys_christmas-wallpapers.html" target="_blank">Candys</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-santa-flying-wallpaper-1600x1200.html" target="_blank">Santa Flying</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-christmas-ornaments-1920x1080.html" target="_blank">Ornaments</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-coloured-cristmas-decorations-1920x1080.html" target="_blank">Christmas Decorations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-colorado-village-1600x1200.html" target="_blank">Colorado Village</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-christmas-snowman-1920x1080.html" target="_blank">Snowman</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="#">Christmas World</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_town_scene-wallpapers.html" target="_blank">Town Scene</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_gifts_2011-wallpapers.html" target="_blank">Christmas Gifts</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-candles--flowers-1600x1200.html" target="_blank"><span id="79409e49-0e58-405f-a4c2-6aa7c786b34c" class="GINGER_SOFATWARE_mark"><span id="82f6f71d-b19d-455c-8dce-de27d3a202aa" class="GINGER_SOFATWARE_mark"><span id="5779ebb4-ecbe-41cb-9591-62c5e100a567" class="GINGER_SOFATWARE_mark">Candles Flowers</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-christmas-fir-cone-1920x1080.html" target="_blank">Fir Cone</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-several-candles-1600x1200.html" target="_blank">Several Candles</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-christmas-candle-1920x1080.html" target="_blank">Christmas Candle</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-burning-candle-1280x1024.html" target="_blank">Burning Candles</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-blue-ornaments-1920x1080.html" target="_blank">Blue Ornaments</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5208311844/sizes/o/in/photostream/" target="_blank">Santa Reading List</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5208307804/sizes/o/in/photostream/" target="_blank">Gift On Christmas Day</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5208306574/sizes/o/in/photostream/" target="_blank">Celebrations In Snow All-around</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5207708539/sizes/o/in/photostream/" target="_blank">Christmas Wishes</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/christmas-red-balls-1920x1200.html" target="_blank">Red Christmas Balls</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://newhdwallpaperstock.com/view-snow-over-gifts-1600x1200.html" target="_blank">Snow Over Gifts</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/church-1600x1200.html" target="_blank">Church</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/christmas-sweet-candies-1920x1200.html" target="_blank">Sweet Candies</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/christmas-santa-celebrations-1920x1200.html" target="_blank">Santa Celebrations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/christmas-ornamental-1920x1200.html" target="_blank">Christmas Ornamental</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://christmaswallpapers.biz/view/christmas-free-1600x1200.html" target="_blank">Christmas Tree</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5208308828/sizes/o/in/photostream/" target="_blank">Christmas Bells</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5208305672/sizes/o/in/photostream/" target="_blank">Christmas Tree In Public Place</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/andretheriault/5207715109/sizes/o/in/photostream/" target="_blank">Stars</a></strong></p>\n<p><a href="#"></a></p>\n<p>If you really like our collection of best HD Christmas Wallpapers for desktop background, then don&#8217;t forget to share your views with us here in the comments below <img src="http://thedesignpixel.com/files/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/10/christmas_world.jpg&amp;description=75%20Best%20HD%20Christmas%20Wallpapers%20for%20Desktop%20Background" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/business-company-facebook-templates/" rel="bookmark" title="30 Business Company Facebook Templates: Corporate Identity in Social Media">\n													30 Business Company Facebook Templates: Corporate Id...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" rel="bookmark" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success">\n													30 Minimalist Interior Design WordPress Themes That ...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="bookmark" title="145+ Free Responsive HTML5 CSS3 Website Templates">\n													145+ Free Responsive HTML5 CSS3 Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3463'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="26bebb30e8" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="197"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best hd christmas wallpapers for desktop background', '', 'publish', 'closed', 'closed', '', 'best-hd-christmas-wallpapers-for-desktop-background', '', '', '2017-04-11 13:14:01', '2017-04-11 13:14:01', '', 0, 'http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(58, 1, '2017-04-11 13:14:04', '2017-04-11 13:14:04', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Best HTML5 Animation Tools</div><div class="single-content"><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Best HTML5 Animation Tools</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online developers, due to the supply of numerous versatile options, compatibilities, and easier to know and interpret platforms. The foremost appealing feature of the HTML5 developing platform was the actual fact, that it may be used for developing animated and interactive sites simply and effectively, while not victimization any external applets of applications creating the web site date a lot of serious and loading up the server heavily.</p><p>HTML5 supports almost all the latest browsers like IE9, Google Chrome, Safari, Firefox, etc., moreover it supports audio, video, canvas elements, animations with the help of which developers can create their web pages more effectively. Everyone wants to have some stunning web designs for their projects and HTML5 is the one who provides extra functionality to the web developers so that it can be easily done with the help of inbuilt tools.</p><p>There are lots of tools and functionality provided by HTML5 itself, but sometimes you still need to add some more extra functionality like animations and slides. For that purpose a lot of HTML5 animation tools are present in the market, which helps you to do the same. But, sometimes it&#8217;s hard to choose one as best HTML5 animation tools, So we have created a list of best HTML5 animation tools to help out our fellow web developers.</p><h3><strong><span style="text-decoration: underline;"><em>20 Best Html5 Animation Tools:</em></span></strong></h3><p><strong><a href="http://www.aquafadas.com/en/motioncomposer/" target="_blank">Motion Composer</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Motion-Composer.jpg"><img class="aligncenter size-full wp-image-3389" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Motion-Composer.jpg" alt="Motion Composer" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Composer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Composer-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3389" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Motion-Composer.jpg" alt="Motion Composer" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Composer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Composer-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://html.adobe.com/edge/animate/" target="_blank">Adobe Edge Animate</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Adobe-Edge-Animate.jpg"><img class="aligncenter size-full wp-image-3390" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Adobe-Edge-Animate.jpg" alt="Adobe Edge Animate" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adobe-Edge-Animate.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adobe-Edge-Animate-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3390" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Adobe-Edge-Animate.jpg" alt="Adobe Edge Animate" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adobe-Edge-Animate.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adobe-Edge-Animate-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://www.google.com/webdesigner/" target="_blank">Google Web Designer</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Google-Web-Designer.jpg"><img class="aligncenter size-full wp-image-3391" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Google-Web-Designer.jpg" alt="Google Web Designer" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Google-Web-Designer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Google-Web-Designer-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3391" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Google-Web-Designer.jpg" alt="Google Web Designer" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Google-Web-Designer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Google-Web-Designer-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://bly.sk/#about" target="_blank">BLYSK</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BLYSK.jpeg"><img class="aligncenter size-full wp-image-3392" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/BLYSK.jpeg" alt="BLYSK" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/BLYSK.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/BLYSK-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3392" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BLYSK.jpeg" alt="BLYSK" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/BLYSK.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/BLYSK-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.hippostudios.co/" target="_blank">Hippo Studios</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Hippo-Studios.jpeg"><img class="aligncenter size-full wp-image-3393" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Hippo-Studios.jpeg" alt="Hippo Studios" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hippo-Studios.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hippo-Studios-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3393" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Hippo-Studios.jpeg" alt="Hippo Studios" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hippo-Studios.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hippo-Studios-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.mixeek.com/" target="_blank"><span id="c5843790-eb12-4439-8de0-69031d0ef3de" class="GINGER_SOFATWARE_mark"><span id="c858772e-8735-4a98-87d0-6443a8d2fb91" class="GINGER_SOFATWARE_mark"><span id="9df67c97-9b3c-4687-ad70-accbebc0f6a4" class="GINGER_SOFATWARE_mark">Mixeek</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mixeek.jpeg"><img class="aligncenter size-full wp-image-3394" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Mixeek.jpeg" alt="Mixeek" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mixeek.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mixeek-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3394" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mixeek.jpeg" alt="Mixeek" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mixeek.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mixeek-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://tumult.com/hype/" target="_blank">Tumult Hype</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Tumult-Hype.jpg"><img class="aligncenter size-full wp-image-3395" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Tumult-Hype.jpg" alt="Tumult Hype" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tumult-Hype.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tumult-Hype-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3395" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Tumult-Hype.jpg" alt="Tumult Hype" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tumult-Hype.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tumult-Hype-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.purpleanimator.com/" target="_blank">Purple Animator</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Purple-Animator.jpeg"><img class="aligncenter size-full wp-image-3396" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Purple-Animator.jpeg" alt="Purple Animator" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Purple-Animator.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Purple-Animator-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3396" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Purple-Animator.jpeg" alt="Purple Animator" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Purple-Animator.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Purple-Animator-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://animatron.com/" target="_blank"><span id="a3893941-a82e-4375-ad84-a2066f777c27" class="GINGER_SOFATWARE_mark"><span id="321aecbc-786a-4d8e-a75d-2c76bd6b8182" class="GINGER_SOFATWARE_mark"><span id="c6c1fa81-75c6-4d29-940e-c3819c0f87d4" class="GINGER_SOFATWARE_mark"><span id="54072731-285c-4558-93b7-69d9f045e8d8" class="GINGER_SOFATWARE_mark">Animatron</span></span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Animatron.jpeg"><img class="aligncenter size-full wp-image-3397" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Animatron.jpeg" alt="Animatron" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Animatron.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Animatron-300x154.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3397" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Animatron.jpeg" alt="Animatron" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Animatron.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Animatron-300x154.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://html5maker.com/" target="_blank">HTML5 Maker</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/HTML5-Maker.jpg"><img class="aligncenter size-full wp-image-3398" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/HTML5-Maker.jpg" alt="HTML5 Maker" width="600" height="297" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/HTML5-Maker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/HTML5-Maker-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3398" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/HTML5-Maker.jpg" alt="HTML5 Maker" width="600" height="297" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/HTML5-Maker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/HTML5-Maker-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.createjs.com/#!/TweenJS" target="_blank"><span id="4b9ac19e-2a54-4b46-951c-58526ffedc8d" class="GINGER_SOFATWARE_mark"><span id="d27a993e-1f5c-4ca0-9262-5889881a49ed" class="GINGER_SOFATWARE_mark"><span id="d0a3434c-4083-4fe2-ab04-cfe0da677700" class="GINGER_SOFATWARE_mark"><span id="1de660c3-6df3-46e8-8254-b8f3a868ddcb" class="GINGER_SOFATWARE_mark">Tweenjs</span></span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Tweenjs.jpeg"><img class="aligncenter size-full wp-image-3399" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs.jpeg" alt="Tweenjs" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs-300x159.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs-375x200.jpeg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3399" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Tweenjs.jpeg" alt="Tweenjs" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs-300x159.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Tweenjs-375x200.jpeg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.greensock.com/gsap-js/" target="_blank">GSAP</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/GSAP.jpeg"><img class="aligncenter size-full wp-image-3400" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/GSAP.jpeg" alt="GSAP" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/GSAP.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/GSAP-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3400" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/GSAP.jpeg" alt="GSAP" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/GSAP.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/GSAP-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://www.mugeda.com/index.php" target="_blank"><span id="319148b6-2ddd-43f3-8622-8fe09150e0aa" class="GINGER_SOFATWARE_mark"><span id="20e0baa2-d804-45c6-89fc-088ea69add8a" class="GINGER_SOFATWARE_mark"><span id="e025c254-5b03-46c0-8034-bc4d9071566f" class="GINGER_SOFATWARE_mark">Mugeda</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda.jpg"><img class="aligncenter size-full wp-image-3401" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Mugeda.jpg" alt="Mugeda" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3401" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda.jpg" alt="Mugeda" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://motioncanvas.info/" target="_blank">Motion Canvas</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Motion-Canvas.jpeg"><img class="aligncenter size-full wp-image-3402" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Motion-Canvas.jpeg" alt="Motion Canvas" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Canvas.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Canvas-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3402" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Motion-Canvas.jpeg" alt="Motion Canvas" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Canvas.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Motion-Canvas-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://kineticjs.com/" target="_blank">Kinetic JS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kinetic-JS.jpeg"><img class="aligncenter size-full wp-image-3403" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Kinetic-JS.jpeg" alt="Kinetic JS" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kinetic-JS.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kinetic-JS-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3403" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kinetic-JS.jpeg" alt="Kinetic JS" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kinetic-JS.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kinetic-JS-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.koolmoves.com/index.html" target="_blank"><span id="037519c7-d27b-409b-ba2d-cc4365c99763" class="GINGER_SOFATWARE_mark"><span id="2e2d8803-d12c-44a1-ad32-5dc5a5edf6e8" class="GINGER_SOFATWARE_mark"><span id="d30ac570-3805-4dd2-a36a-797d27a7d222" class="GINGER_SOFATWARE_mark">Koolmoves</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Koolmoves.jpg"><img class="aligncenter size-full wp-image-3404" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Koolmoves.jpg" alt="Koolmoves" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Koolmoves.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Koolmoves-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3404" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Koolmoves.jpg" alt="Koolmoves" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Koolmoves.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Koolmoves-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://radiapp.com/" target="_blank"><span id="3c671031-680f-4977-b9d8-30b628262a38" class="GINGER_SOFATWARE_mark"><span id="93ac9b7e-6da8-41dc-999a-dc16e6ef69d6" class="GINGER_SOFATWARE_mark"><span id="6dca4b7d-c4e2-4319-996b-3c2ca922972e" class="GINGER_SOFATWARE_mark">Radiapp</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Radiapp.jpg"><img class="aligncenter size-full wp-image-3405" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Radiapp.jpg" alt="Radiapp" width="600" height="280" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiapp-300x140.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3405" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Radiapp.jpg" alt="Radiapp" width="600" height="280" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiapp-300x140.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.sencha.com/products/space" target="_blank">Sencha Space</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sencha-Space.jpeg"><img class="aligncenter size-full wp-image-3406" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Sencha-Space.jpeg" alt="Sencha Space" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sencha-Space.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sencha-Space-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3406" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sencha-Space.jpeg" alt="Sencha Space" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sencha-Space.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Sencha-Space-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.nodefire.com/" target="_blank"><span id="520b90e3-bd9c-4e0a-b0e2-31cc00ddbdc1" class="GINGER_SOFATWARE_mark"><span id="1eb992be-0f15-4060-b2b1-394aca510255" class="GINGER_SOFATWARE_mark"><span id="659f54ab-2e3d-45ff-bcc6-30fcd00aa3cf" class="GINGER_SOFATWARE_mark">Nodefire</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nodefire.jpeg"><img class="aligncenter size-full wp-image-3407" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Nodefire.jpeg" alt="Nodefire" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nodefire.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nodefire-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3407" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nodefire.jpeg" alt="Nodefire" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nodefire.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nodefire-300x149.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.modernizr.com/" target="_blank">Modernizer</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Modernizer.jpg"><img class="aligncenter size-full wp-image-3408" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Modernizer.jpg" alt="Modernizer" width="600" height="272" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modernizer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modernizer-300x136.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3408" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Modernizer.jpg" alt="Modernizer" width="600" height="272" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modernizer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Modernizer-300x136.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="mP4WP34c1848e94ee0b4a438180bda2b99c077fcf1084e6054cc3403e8cffb2ac9b75" class="wpdiscuz-cnonce" name="cnonce" value="mP4WP34c1848e94ee0b4a438180bda2b99c077fcf1084e6054cc3403e8cffb2ac9b75" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="EKGj72d201651ace6128febfe5cd2c86cd0c3b77fc9da08e70b09a9e4f77dabd2e612" class="wpdiscuz-cnonce" name="cnonce" value="EKGj72d201651ace6128febfe5cd2c86cd0c3b77fc9da08e70b09a9e4f77dabd2e612" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best html5 animation tools', '', 'publish', 'closed', 'closed', '', 'best-html5-animation-tools', '', '', '2017-04-11 13:14:04', '2017-04-11 13:14:04', '', 0, 'http://thedesignpixel.com/best-html5-animation-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(59, 1, '2017-04-11 13:14:04', '2017-04-11 13:14:04', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2415" class="post-2415 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources g cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 40 Best Infographic Vector Kits and Resources</div>\n												<header>\n							<h1 class="title">40 Best Infographic Vector Kits and Resources</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>As a graphic designer, or someone into imaging, you must understand, that your design will be highly acceptable by your client, or, by you, yourself, If you are following the current trends going through the field. Today, in 2014, vector images are on a hype. People are using them everywhere. From flyer designs, to online advertisements, etc., these images are being very widely used. Drawing these vector images is not a tough task, but requires some time, if you are about to do everything from scrap. And as a designer, time is very vital, because the clients have their own perceptions and deadlines set up, without considering the level of work required. What to do in this situation? The graphic designers keep a set of resources and kits ready, that contain some of the common forms and figures that are very widely used. Vector kits and resources are also, in the same way, available for you.</p>\n<p>These infographic kits and resources contain almost everything that you will need while designing a vector image for yourself, or your client, and keeping everything accurate, perfect, and completing everything in the least time possible. These resources are highly infographic, useful and efficient and accurate, solving almost all the purposes of a designer.</p>\n<p>Hundreds of these are available on the web. One providing a set of features, and the other one providing other ones. But, keeping in mind, a collection of the desired and required ones, with less complexity, is the one to choose in all cases. You can download these kits from the various blogs and resources, but it might take a lot of time to search for the right one. Here is the collection of some of the best infographic vector kits and resources, that you might want to use during your designing process. Best of luck.</p>\n<h3><strong><span style="text-decoration: underline;"><em>40 Best Infographic Vector Kits and Resources</em></span>:</strong></h3>\n<p><strong><a href="https://creativemarket.com/eamejia/2974-Standard-Infographic-kit">Standard Infographic kit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Standard-Infographic-kit.jpg"><img class="aligncenter size-full wp-image-2416" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Standard-Infographic-kit.jpg" alt="Standard Infographic kit" width="600" height="399" /></a></p>\n<p><strong><a href="http://freedesignfile.com/10523-elements-of-water-infographics-vector-set/">The elements of water infographics vector set</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-water-infographics-vector-set.jpg"><img class="aligncenter size-full wp-image-2417" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-water-infographics-vector-set.jpg" alt="Elements of water infographics vector set" width="600" height="908" /></a></p>\n<p><strong><a href="http://medialoot.com/item/vector-infographic-kit/">Free Vector Infographic Kit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Kit.jpg"><img class="aligncenter size-full wp-image-2418" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Kit.jpg" alt="Free Vector Infographic Kit" width="600" height="389" /></a></p>\n<p><strong><a href="http://pixelkit.com/kits/stats-infographic-kit">Crooked Stats Infographic Kit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Crooked-Stats-Infographic-Kit.jpg"><img class="aligncenter size-full wp-image-2419" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Crooked-Stats-Infographic-Kit.jpg" alt="Crooked Stats Infographic Kit" width="600" height="388" /></a></p>\n<p><strong><a href="http://dryicons.com/free-graphics/preview/retro-infographic/">Retro Infographic Vector Graphic</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Retro-Infographic-Vector-Graphic.jpg"><img class="aligncenter size-full wp-image-2420" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Retro-Infographic-Vector-Graphic.jpg" alt="Retro Infographic Vector Graphic" width="600" height="600" /></a></p>\n<p><strong><a href="http://kopona.org/72369-elements-of-infographics-vector.html">Elements of infographics vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-infographics-vector.jpg"><img class="aligncenter size-full wp-image-2421" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-infographics-vector.jpg" alt="Elements of infographics vector" width="600" height="1194" /></a></p>\n<p><strong><a href="http://graphicriver.net/item/infographics/5798145?WT.ac=search_thumb&amp;WT.seg_1=search_thumb&amp;WT.z_author=SantValentine?ref=BloomWebDesign">Infographics</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographics.jpg"><img class="aligncenter size-full wp-image-2422" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographics.jpg" alt="Infographics" width="600" height="2874" /></a></p>\n<p><strong><a href="http://freedesignfile.com/15922-economy-infographics-design-elements-vector-graphic-03/">Economy Infographics design elements vector graphic 03</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-03.jpg"><img class="aligncenter size-full wp-image-2423" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-03.jpg" alt="Economy Infographics design elements vector graphic 03" width="600" height="622" /></a></p>\n<p><strong><a href="http://xooplate.com/template/details/14459-huge-infographic-elements-vector-pack">Huge Infographic Elements Vector Pack</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Huge-Infographic-Elements-Vector-Pack.jpg"><img class="aligncenter size-full wp-image-2424" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Huge-Infographic-Elements-Vector-Pack.jpg" alt="Huge Infographic Elements Vector Pack" width="600" height="398" /></a></p>\n<p><strong><a href="http://www.vectorilla.com/2012/05/vector-infographics/">Vector Infographics</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Infographics.jpg"><img class="aligncenter size-full wp-image-2425" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Infographics.jpg" alt="Vector Infographics" width="600" height="567" /></a></p>\n<p><strong><a href="http://www.blugraphic.com/2013/06/27/3d-isometric-map-mockup-psd-action/">3D Isometric Map Mockup (Psd, Action)</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3D-Isometric-Map-Mockup-Psd-Action.jpg"><img class="aligncenter size-full wp-image-2426" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3D-Isometric-Map-Mockup-Psd-Action.jpg" alt="3D Isometric Map Mockup (Psd, Action)" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.freevectorsdaily.com/inforgraphic-design-elements-vector/">Info Graphic Design Elements Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Info-Graphic-Design-Elements-Vector.jpg"><img class="aligncenter size-full wp-image-2427" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Info-Graphic-Design-Elements-Vector.jpg" alt="Info Graphic Design Elements Vector" width="600" height="1692" /></a></p>\n<p><strong><a href="http://dribbble.com/shots/778518-Resume-Free-PSD">Infographic Resume – Free PSD</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.cgvector.com/vector-beautiful-callout-pie-chart-info-graphics/">Vector beautiful <span id="05367f1c-a71e-4b01-9043-8c89aa8ac810" class="GINGER_SOFATWARE_mark">callout</span> pie chart info graphics</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-beautiful-callout-pie-chart-info-graphics.jpg"><img class="aligncenter size-full wp-image-2429" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-beautiful-callout-pie-chart-info-graphics.jpg" alt="Vector beautiful callout pie chart info graphics" width="600" height="533" /></a></p>\n<p><strong><a href="http://www.cgvector.com/vector-infographics-pie-charts-workflow-diagram-presentation-template/">Vector Infographics pie charts, workflow diagram presentation template</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Infographics-pie-charts-workflow-diagram-presentation-template.jpg"><img class="aligncenter size-full wp-image-2430" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Infographics-pie-charts-workflow-diagram-presentation-template.jpg" alt="Vector Infographics pie charts workflow diagram presentation template" width="600" height="450" /></a></p>\n<p><strong><a href="http://xooplate.com/template/details/11236-oil-theme-business-infographics-vector-chart">Oil related business Infographics chart in vector eps format</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Oil-related-business-Infographics-chart-in-vector-eps-format.jpg"><img class="aligncenter size-full wp-image-2431" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Oil-related-business-Infographics-chart-in-vector-eps-format.jpg" alt="Oil related business Infographics chart in vector eps format" width="600" height="501" /></a></p>\n<p><strong><a href="http://themedesigner.in/simple-infographics-psd/">Simple Infographics PSD</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Simple-Infographics-PSD.jpg"><img class="aligncenter size-full wp-image-2432" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Simple-Infographics-PSD.jpg" alt="Simple Infographics PSD" width="600" height="301" /></a></p>\n<p><strong><a href="http://www.pixeden.com/vector-objects/infographic-vector-elements">Infographic Vector Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-Vector-Elements.jpg"><img class="aligncenter size-full wp-image-2448" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-Vector-Elements.jpg" alt="Infographic Vector Elements" width="600" height="319" /></a></p>\n<p><strong><a href="http://www.zezu.org/business-data-elements-vector-01/">Business data <span id="044990f1-5774-4635-98f2-e6eb2f3e64dd" class="GINGER_SOFATWARE_mark">elements</span> vector – 01</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://freewebelements.com/free-infographics-template-to-download/">Free Infographics Template to Download</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographics-Template-to-Download.jpg"><img class="aligncenter size-full wp-image-2435" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographics-Template-to-Download.jpg" alt="Free Infographics Template to Download" width="600" height="789" /></a></p>\n<p><strong><a href="http://dribbble.com/shots/1091421-Infographic-resume-PSD">Infographic resume<span id="f0905c94-775b-4204-b64c-f95adb34c757" class="GINGER_SOFATWARE_mark"> .</span>PSD</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-resume-psd.png"><img class="aligncenter size-full wp-image-2436" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-resume-psd.png" alt="Infographic resume psd" width="400" height="300" /></a></p>\n<p><strong><a href="http://www.cgvector.com/infographics-retro-style-elements-graphic-vector/">Infographics Retro Style elements <span id="86355ca8-a15d-46b8-9f5a-91867e8adf0f" class="GINGER_SOFATWARE_mark">Graphic Vector</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographics-Retro-Style-elements-Graphic-Vector.jpg"><img class="aligncenter size-full wp-image-2437" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographics-Retro-Style-elements-Graphic-Vector.jpg" alt="Infographics Retro Style elements Graphic Vector" width="600" height="572" /></a></p>\n<p><strong><a href="http://designs4ux.com/free-infographic-pack-no-2-to-download/">Free Infographic Pack no<span id="ba7a7c4b-8889-4b03-9cb4-4eb6c676f6a7" class="GINGER_SOFATWARE_mark">.</span>2 to download</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographic-Pack-no.2-to-download.jpg"><img class="aligncenter size-full wp-image-2438" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographic-Pack-no.2-to-download.jpg" alt="Free Infographic Pack no.2 to download" width="600" height="344" /></a></p>\n<p><strong><a href="http://xooplate.com/template/details/11374-colorful-vector-infographic-chart-buttons-labels">Colorful Vector Infographic Chart Buttons, Labels</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Colorful-Vector-Infographic-Chart-Buttons-Labels.jpg"><img class="aligncenter size-full wp-image-2439" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Colorful-Vector-Infographic-Chart-Buttons-Labels.jpg" alt="Colorful Vector Infographic Chart Buttons Labels" width="600" height="447" /></a></p>\n<p><strong><a href="http://designs4ux.com/fresh-and-free-infographic-set-to-download/">Fresh and Free Infographic Set to Download</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fresh-and-Free-Infographic-Set-to-Download.jpg"><img class="aligncenter size-full wp-image-2440" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fresh-and-Free-Infographic-Set-to-Download.jpg" alt="Fresh and Free Infographic Set to Download" width="600" height="344" /></a></p>\n<p><strong><a href="http://freedesignfile.com/13642-set-of-chart-and-infographics-design-elements-vector-05/">Set of chart and Infographics design elements vector 05</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Set-of-chart-and-Infographics-design-elements-vector-05.jpg"><img class="aligncenter size-full wp-image-2441" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Set-of-chart-and-Infographics-design-elements-vector-05.jpg" alt="Set of chart and Infographics design elements vector 05" width="600" height="872" /></a></p>\n<p><strong><a href="http://www.zezu.org/economy-infographics-and-chart-design-elements-vector/">Economy Infographics and chart design elements vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-and-chart-design-elements-vector.jpg"><img class="aligncenter size-full wp-image-2442" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-and-chart-design-elements-vector.jpg" alt="Economy Infographics and chart design elements vector" width="600" height="602" /></a></p>\n<p><strong><a href="http://freedesignfile.com/15928-economy-infographics-design-elements-vector-graphic-05/">Economy Infographics design elements vector graphic 05</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05.jpg"><img class="aligncenter size-full wp-image-2443" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05.jpg" alt="Economy Infographics design elements vector graphic 05" width="600" height="602" /></a></p>\n<p><strong><a href="http://freepsdfiles.net/templates/free-infographic-psd-template/">Free Infographic PSD Template</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographic-PSD-Template.jpg"><img class="aligncenter size-full wp-image-2444" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Infographic-PSD-Template.jpg" alt="Free Infographic PSD Template" width="600" height="277" /></a></p>\n<p><strong><a href="http://freedesignfile.com/12049-year-infographics-elements-vector-01/">Year infographics element vector 01</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Year-infographics-elements-vector-01.jpg"><img class="aligncenter size-full wp-image-2445" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Year-infographics-elements-vector-01.jpg" alt="Year infographics elements vector 01" width="600" height="423" /></a></p>\n<p><strong><a href="http://freewebelements.com/free-vector-infographic-design-elements/">Free Vector Infographic Design Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Design-Elements.jpg"><img class="aligncenter size-full wp-image-2446" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Design-Elements.jpg" alt="Free Vector Infographic Design Elements" width="600" height="798" /></a></p>\n<p><strong><a href="http://freedesignfile.com/13639-set-of-chart-and-infographics-design-elements-vector-04/">Set of chart and Infographics design elements vector 04</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Set-of-chart-and-Infographics-design-elements-vector-04.jpg"><img class="aligncenter size-full wp-image-2447" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Set-of-chart-and-Infographics-design-elements-vector-04.jpg" alt="Set of chart and Infographics design elements vector 04" width="600" height="849" /></a></p>\n<p><strong><a href="http://www.psdlist.net/infographic-vector-elements/">Infographic Vector Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-Vector-Elements2.jpg"><img class="aligncenter size-full wp-image-2433" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Infographic-Vector-Elements2.jpg" alt="Infographic Vector Elements2" width="600" height="319" /></a></p>\n<p><strong><a href="http://freedesignfile.com/11735-business-scheme-and-infographics-elements-vector-02/">Business scheme and Infographics element vector 02</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/business-scheme-and-Infographics-elements-vector-02.jpg"><img class="aligncenter size-full wp-image-2449" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/business-scheme-and-Infographics-elements-vector-02.jpg" alt="business scheme and Infographics elements vector 02" width="600" height="601" /></a></p>\n<p><strong><a href="http://wegraphics.net/downloads/free-vector-infographic-kit/">Free Vector Infographic Kit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Kit-2.jpg"><img class="aligncenter size-full wp-image-2450" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Vector-Infographic-Kit-2.jpg" alt="Free Vector Infographic Kit 2" width="600" height="393" /></a></p>\n<p><strong><a href="http://cursiveq.com/shop/cq-infographic-elements-vol-1/">CQ Infographic Elements Vol 1</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CQ-Infographic-Elements-vol-1.jpg"><img class="aligncenter size-full wp-image-2451" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CQ-Infographic-Elements-vol-1.jpg" alt="CQ Infographic Elements vol 1" width="600" height="375" /></a></p>\n<p><strong><a href="http://freedesignfile.com/10529-elements-of-food-infographics-vector/">Elements of food infographics vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-food-infographics-vector.jpg"><img class="aligncenter size-full wp-image-2452" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Elements-of-food-infographics-vector.jpg" alt="Elements of food infographics vector" width="600" height="899" /></a></p>\n<p><strong><a href="http://www.freevectorsdaily.com/charts-and-graphs-in-vector-format/">Charts And Graphs In Vector Format</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Charts-And-Graphs-In-Vector-Format.jpg"><img class="aligncenter size-full wp-image-2453" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Charts-And-Graphs-In-Vector-Format.jpg" alt="Charts And Graphs In Vector Format" width="600" height="459" /></a></p>\n<p><strong><a href="http://freedesignfile.com/15916-economy-infographics-design-elements-vector-graphic-01/">Economy Infographics design elements vector graphic 01</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-01.jpg"><img class="aligncenter size-full wp-image-2454" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-01.jpg" alt="Economy Infographics design elements vector graphic 01" width="600" height="600" /></a></p>\n<p><strong><a href="http://freedesignfile.com/15925-economy-infographics-design-elements-vector-graphic-04/">Economy Infographics design elements vector graphic 04</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-04.jpg"><img class="aligncenter size-full wp-image-2455" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-04.jpg" alt="Economy Infographics design elements vector graphic 04" width="600" height="966" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-infographic-vector-kits-and-resources.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-infographic-vector-kits-and-resources.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05.jpg&amp;description=40%20Best%20Infographic%20Vector%20Kits%20and%20Resources" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/40-new-wordpress-business-themes/" rel="bookmark" title="40 New WordPress Business Themes">\n													40 New WordPress Business Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" rel="bookmark" title="20 Best JavaScript Frameworks For Web Developers">\n													20 Best JavaScript Frameworks For Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="bookmark" title="15 Free &#038; Useful Photoshop Plugins">\n													15 Free &#038; Useful Photoshop Plugins												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2415'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f1dee28741" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="246"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best infographic vector kits and resources', '', 'publish', 'closed', 'closed', '', 'best-infographic-vector-kits-and-resources', '', '', '2017-04-11 13:14:04', '2017-04-11 13:14:04', '', 0, 'http://thedesignpixel.com/best-infographic-vector-kits-and-resources/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(60, 1, '2017-04-11 13:14:07', '2017-04-11 13:14:07', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Best JavaScript Frameworks For Web Developers</div><div class="single-content"><article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery"><div id="post-2641" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Best JavaScript Frameworks For Web Developers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a large set of lines of code. There is a ton of sections, each <span id="d4ee1d4d-60d2-4105-afbb-15ba985cb7ac" class="GINGER_SOFATWARE_mark">interactive</span> with each other and with the server, making the process more complicated for the web developers to handle. But, Thanks to the latest trends and technology which enable the web developers to handle and use the heavy set of codes easily and efficiently.</p><p>One of the these type of language used in programming which helps to create dynamic web pages is JavaScript. JavaScript is a dynamic computer programming language which is used as part of web browsers, whose implementation allow client side script to interact with the user and control the browser. It is also used as server side network programming, game development and for creating desktop and mobile applications.</p><p>But, Handling the advanced JavaScript programming is very difficult and time consuming. To overcome this limitation a lot of JavaScript libraries have been developed which are sometimes also known as JavaScript Frameworks. A lot of JavaScript frameworks have been already developed to help web web developers and this process is still continuing to make better use of this programming language. You can easily find various JavaScript frameworks on the internet, But to help out our fellow web developers, we have compiled a list of very useful and best JavaScript Frameworks for web developers.</p><h3><span style="text-decoration: underline;"><em><strong>20 Best JavaScript Frameworks For Developers</strong></em></span>:</h3><p><a href="http://sproutcore.com/" target="_blank"><span id="cd6cb17d-caed-47f3-895a-4365a4f46c19" class="GINGER_SOFATWARE_mark"><span id="cfb78db8-fa90-4198-a175-ea907170c577" class="GINGER_SOFATWARE_mark">Sproutcore</span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2665" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sproutcore.png" alt="Sproutcore" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sproutcore.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sproutcore-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p><a href="http://backbonejs.org/" target="_blank">Backbone<span id="26fa3bb6-4883-472f-90e7-6863efa7d6db" class="GINGER_SOFATWARE_mark"><span id="d81273eb-24d8-4eed-9eea-e0170fedbf97" class="GINGER_SOFATWARE_mark"><span id="539cd0bf-d80c-45aa-b8c1-27453f9dc006" class="GINGER_SOFATWARE_mark"><span id="c3a890d6-7f51-41c7-a020-317ab7387481" class="GINGER_SOFATWARE_mark"><span id="2bfe431c-5098-4497-81a0-ef52550ba568" class="GINGER_SOFATWARE_mark">.</span></span></span></span></span><span id="fe349033-f3d3-477d-bdd3-9969eb31e2f8" class="GINGER_SOFATWARE_mark"><span id="31ee151a-1568-4809-86f7-f9252f48e235" class="GINGER_SOFATWARE_mark"><span id="1467b868-6f51-46e8-8fb3-48434d74da9b" class="GINGER_SOFATWARE_mark"><span id="90b03a1d-76b7-4b3c-8bbd-0ffb5dabb427" class="GINGER_SOFATWARE_mark"><span id="f21d479f-fde1-4a04-a9b8-6ec11ef9922a" class="GINGER_SOFATWARE_mark">js</span></span></span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Backbone.jpg"><img class="aligncenter size-full wp-image-2646" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Backbone.jpg" alt="Backbone" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Backbone.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Backbone-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2646" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Backbone.jpg" alt="Backbone" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Backbone.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Backbone-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>Backbone<span id="d9a894d9-b650-45f6-b7e9-660ecfd2f313" class="GINGER_SOFATWARE_mark"><span id="20f5da4d-a605-4b44-afb8-b94cd87c7b8a" class="GINGER_SOFATWARE_mark"><span id="d253612d-370a-4165-893c-95fd5970ba24" class="GINGER_SOFATWARE_mark"><span id="3bf09aca-2862-4d6c-b3c2-845abc2b064b" class="GINGER_SOFATWARE_mark">.</span></span></span></span><span id="d14a4af6-e0b9-4fa5-9893-c3ae779518d7" class="GINGER_SOFATWARE_mark"><span id="4c1187e5-7389-49fd-8344-cfc55e297277" class="GINGER_SOFATWARE_mark"><span id="1ab7f765-cb82-4a66-8c25-e10297d51b2a" class="GINGER_SOFATWARE_mark"><span id="0e7a0ad7-262b-4697-9b48-616338fd13f6" class="GINGER_SOFATWARE_mark">js</span></span></span></span> is used to give structure to the web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable function and it also helps you to connect to your existing API over a restful JSON interface.</p><p><a href="http://spinejs.com/" target="_blank"><span id="49a58ee4-529e-4cf0-bd41-d254634e6bd2" class="GINGER_SOFATWARE_mark"><span id="06910a91-2223-4774-96df-49552a21f892" class="GINGER_SOFATWARE_mark"><span id="4b539ba5-798d-4a11-a2f8-53c607df8148" class="GINGER_SOFATWARE_mark"><span id="11ded856-cc7d-414e-a2a6-e72cd7d69033" class="GINGER_SOFATWARE_mark">Spinejs</span></span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/spine.png"><img class="aligncenter size-full wp-image-2647" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/spine.png" alt="spine" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/spine.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/spine-300x198.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2647" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/spine.png" alt="spine" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/spine.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/spine-300x198.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>A lightweight JavaScript framework which is used to create JavaScript web applications. Spine helps you to create awesome web applications by providing an MVC structure which makes the development more easier.</p><p><a href="https://angularjs.org/" target="_blank"><span id="7f7bdf2b-39d5-4c2a-9501-1ce64822126a" class="GINGER_SOFATWARE_mark"><span id="eaf344fd-6be2-492c-b4d9-99fd2f1bdbff" class="GINGER_SOFATWARE_mark"><span id="d63f454e-50fe-45b9-9654-9cd7f1cabdb2" class="GINGER_SOFATWARE_mark"><span id="875cf676-4f5a-4f39-91bf-74f0d55798fb" class="GINGER_SOFATWARE_mark">Angularjs</span></span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2648" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/AngularJS.png" alt="AngularJS" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/AngularJS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/AngularJS-300x174.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p><span id="c262eb55-cbf8-445f-afe4-cc16d4dfdec4" class="GINGER_SOFATWARE_mark"><span id="1267a8b1-b356-44c9-99e7-947ff1fb5f9d" class="GINGER_SOFATWARE_mark">AngularJS</span></span> a tool set which helps you for building framework most suited to your application development. This JavaScript framework is fully extensible and works well with other libraries.</p><p><a href="http://agilityjs.com/" target="_blank">Agility<span id="5f454c93-8d36-4bed-aa1e-d08f3b2626e3" class="GINGER_SOFATWARE_mark"><span id="dccecd32-ec05-4f54-9cbf-bfb7b014aca3" class="GINGER_SOFATWARE_mark"><span id="40535f7c-2f32-4dce-a5da-cada648c5632" class="GINGER_SOFATWARE_mark">.</span></span></span><span id="fe7eb353-6460-45a6-bec6-dd1791807766" class="GINGER_SOFATWARE_mark"><span id="e002268c-217e-4167-95ef-6a4e2d75a2b5" class="GINGER_SOFATWARE_mark"><span id="5d406e2f-02ee-41b6-80f9-a83f51ed8415" class="GINGER_SOFATWARE_mark">js</span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2649" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Agility.png" alt="Agility" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agility.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agility-300x167.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p>Agility<span id="58a29958-4136-440f-876c-1b7c07783b98" class="GINGER_SOFATWARE_mark"><span id="9ac1de2d-9908-4234-a549-ccc2f0e013f5" class="GINGER_SOFATWARE_mark">.</span></span><span id="3bdf8647-59b0-44b4-8a95-ce457250ae29" class="GINGER_SOFATWARE_mark"><span id="8645c560-624f-428a-870e-d674ffd40692" class="GINGER_SOFATWARE_mark">js</span></span> is an MVC library for javascript that helps you to write reusable and maintainable browser code without the verbose. The main goal of this javascript framework is to enable developers to write web apps at least as quickly as with <span id="6bf4aead-8e5f-4d51-b712-490519b597de" class="GINGER_SOFATWARE_mark">jQuery</span>.</p><p><a href="http://canjs.com/" target="_blank"><span id="57bcb3ce-afc8-4647-ae8d-88dd24a98f9c" class="GINGER_SOFATWARE_mark"><span id="38bc7af9-4596-4d9e-ab48-7d4edc2f2dfa" class="GINGER_SOFATWARE_mark"><span id="524e5195-e235-45d8-b3ce-66a759572ae8" class="GINGER_SOFATWARE_mark">CanJS</span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2650" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CanJS.png" alt="CanJS" width="600" height="339" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanJS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanJS-300x170.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p>This JavaScript framework allows developers to create complex application simple and fast. This framework provides modern features like custom tags and 2-way binding.</p><p><a href="http://sammyjs.org/" target="_blank"><span id="f0caf1a0-0173-4ddf-bf41-b48268d3ad2d" class="GINGER_SOFATWARE_mark"><span id="ea8eff67-a9a9-45e7-aa2c-e040f63724e1" class="GINGER_SOFATWARE_mark"><span id="da8b85af-cdc2-4922-afaf-6a77b2d1800c" class="GINGER_SOFATWARE_mark">SammyJS</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sammy.png"><img class="aligncenter size-full wp-image-2651" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sammy.png" alt="Sammy" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sammy.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sammy-300x174.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2651" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sammy.png" alt="Sammy" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sammy.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sammy-300x174.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>This is the tiny JavaScript framework which is developed to provide a basic structure for developing JavaScript applications by providing a small core framework and also a list of plugins to perform various functionalities.</p><p><a href="http://snackjs.com/" target="_blank"><span id="ede9c9a1-62d0-40be-9a1e-d75f0aed7673" class="GINGER_SOFATWARE_mark"><span id="ed023295-05e1-4293-99c5-cdc5958e3166" class="GINGER_SOFATWARE_mark"><span id="eef11fbd-4960-45ed-afb9-cffbc21315eb" class="GINGER_SOFATWARE_mark">SnackJS</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Snack.png"><img class="aligncenter size-full wp-image-2652" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Snack.png" alt="Snack" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Snack.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Snack-300x178.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2652" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Snack.png" alt="Snack" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Snack.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Snack-300x178.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="4006d1ea-59d1-4a87-aa40-9dabfe8cb9d9" class="GINGER_SOFATWARE_mark"><span id="38bc0c20-bb51-4233-b682-702361c0c16b" class="GINGER_SOFATWARE_mark">Snack</span></span> is a small and simple JavaScript library. Though ideal for small projects, it&#8217;s got enough in it to build complex, cross-browser web apps.</p><p><a href="http://emberjs.com/" target="_blank"><span id="11c82674-723c-42c2-bd96-2ef251e9a834" class="GINGER_SOFATWARE_mark"><span id="e04672a4-930d-4004-98d1-4774908fa4a1" class="GINGER_SOFATWARE_mark"><span id="b2031240-4be9-4d49-b2b0-88941e17e5ae" class="GINGER_SOFATWARE_mark">EmberJS</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Ember.png"><img class="aligncenter size-full wp-image-2653" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Ember.png" alt="Ember" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Ember.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Ember-300x244.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2653" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Ember.png" alt="Ember" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Ember.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Ember-300x244.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="aadc7f54-cb70-45e0-8a95-2e17a053fa68" class="GINGER_SOFATWARE_mark"><span id="a694b61b-1e0a-4d76-add5-3a9f83732544" class="GINGER_SOFATWARE_mark">EmberJS</span></span> is a framework which is used to create ambitious web applications.</p><p><a href="http://hay.github.io/stapes/" target="_blank"><span id="9b9f9b7c-b7e4-445c-9b0b-e70128e5f683" class="GINGER_SOFATWARE_mark"><span id="380032e6-f7eb-4256-9f5d-ed131dd92824" class="GINGER_SOFATWARE_mark"><span id="0d6f6335-84dd-4492-aa50-02e9e7763029" class="GINGER_SOFATWARE_mark">Stapes</span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2654" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Stapes.png" alt="Stapes" width="600" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Stapes.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Stapes-300x183.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p>A simple and light weighted framework which is designed to be agnostic about your setup and style of coding.</p><p><a href="http://mochi.github.io/mochikit/" target="_blank"><span id="2b5f4b0b-2325-4b4d-be37-f0c4f16e4bf4" class="GINGER_SOFATWARE_mark"><span id="641eba86-b63f-43b6-a8f4-7f8f26681d1d" class="GINGER_SOFATWARE_mark"><span id="30b1be42-432b-4795-ab03-a82ff8e52e75" class="GINGER_SOFATWARE_mark">Mochikit</span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2655" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/MochiKit.png" alt="MochiKit" width="600" height="507" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/MochiKit.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/MochiKit-300x254.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p>A well tested and highly documented JavaScript framework that will help you to get the things done very quickly.</p><p><a href="http://www.sencha.com/products/extjs" target="_blank"><span id="f1f1b13c-2031-48cd-b3ad-167862795dc3" class="GINGER_SOFATWARE_mark"><span id="a4eaef0f-b0cc-4cab-b5d3-48d57dd36e60" class="GINGER_SOFATWARE_mark"><span id="f3fd5594-278f-4a79-9a3e-35a4148bda77" class="GINGER_SOFATWARE_mark">Extjs</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs.png"><img class="aligncenter size-full wp-image-2656" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/extjs.png" alt="extjs" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-300x178.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2656" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs.png" alt="extjs" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-300x178.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="184bde90-5996-4135-8c12-1818888df3eb" class="GINGER_SOFATWARE_mark"><span id="1bee8157-a3e1-4718-a06b-f9f3ac28a7fc" class="GINGER_SOFATWARE_mark">Extjs is</span></span> one of the most powerful application development platform that helps you to create the applications not only for browsers of desktop but also for the tablet or touch devices.</p><p><a href="http://qunitjs.com/" target="_blank"><span id="8d62e6e6-3a68-496e-888b-a5431561aa5c" class="GINGER_SOFATWARE_mark"><span id="42141784-b75b-48f3-8bae-85b12f52a0de" class="GINGER_SOFATWARE_mark"><span id="601968e2-5873-4ab3-8e12-6f608ca37d5b" class="GINGER_SOFATWARE_mark">Qunit</span></span></span><span id="d8e28ba8-d41c-43b7-918b-6da92bbb0302" class="GINGER_SOFATWARE_mark"><span id="3ca1a485-ca01-49e4-b96c-de4c4293f04b" class="GINGER_SOFATWARE_mark"><span id="df96b72a-9714-4695-b910-25914d18d747" class="GINGER_SOFATWARE_mark">.</span></span></span><span id="c64d064d-a776-4c6f-b9f3-14524af64218" class="GINGER_SOFATWARE_mark"><span id="7ee98447-9193-4df3-982b-26eb1f9bbda7" class="GINGER_SOFATWARE_mark"><span id="ee207266-ee8b-439e-85e9-e22b2b3af54c" class="GINGER_SOFATWARE_mark">js</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/QUnit.png"><img class="aligncenter size-full wp-image-2657" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/QUnit.png" alt="QUnit" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/QUnit.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/QUnit-300x173.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2657" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/QUnit.png" alt="QUnit" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/QUnit.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/QUnit-300x173.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>It is a powerful and easy to use JavaScript unit testing framework and is used by the <span id="d53a6cd7-8027-40eb-9da0-31cc8196177b" class="GINGER_SOFATWARE_mark">jQuery</span>, jQuery UI and jQuery mobile projects. It is capable of testing any JavaScript code, including itself.</p><p>&nbsp;</p><p><a href="http://www.cappuccino-project.org/" target="_blank">Cappuccino</a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cappuccino.png"><img class="aligncenter size-full wp-image-2669" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Cappuccino.png" alt="Cappuccino" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cappuccino.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cappuccino-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2669" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cappuccino.png" alt="Cappuccino" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cappuccino.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cappuccino-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://github.com/bennadel/CorMVC" target="_blank"><span id="a55bff5b-4cd4-44f8-9941-0031e080bbe9" class="GINGER_SOFATWARE_mark">CoreMVC</span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CorMVC.png"><img class="aligncenter size-full wp-image-2666" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CorMVC.png" alt="CorMVC" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CorMVC.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CorMVC-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2666" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CorMVC.png" alt="CorMVC" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CorMVC.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CorMVC-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a><a href="http://asana.com/luna/" target="_blank">Asana Luna</a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Asana-Luna.png"><img class="aligncenter size-full wp-image-2667" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Asana-Luna.png" alt="Asana Luna" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Asana-Luna.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Asana-Luna-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2667" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Asana-Luna.png" alt="Asana Luna" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Asana-Luna.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Asana-Luna-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a><a href="http://javascriptmvc.com/" target="_blank"><span id="4b10d0dd-1003-4a54-a5dd-702fffdf4afa" class="GINGER_SOFATWARE_mark">JavaScriptMVC</span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2668" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/JavaScriptMVC.png" alt="JavaScriptMVC" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/JavaScriptMVC.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/JavaScriptMVC-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p><a href="http://feathersjs.com/" target="_blank"><span id="da6eb2f5-66d1-41e1-aa9a-f763459f4727" class="GINGER_SOFATWARE_mark"><span id="77e4368a-0b6d-49b5-9188-b634f60078f0" class="GINGER_SOFATWARE_mark"><span id="79c03cf6-4f96-4981-8211-35f0ccff53c2" class="GINGER_SOFATWARE_mark"><span id="f48a51c3-26ed-4cbd-8177-264c39b45dd2" class="GINGER_SOFATWARE_mark">Feathersjs</span></span></span></span></a></p><p><a href="#"><img class="aligncenter size-full wp-image-2658" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Feathers.png" alt="Feathers" width="600" height="457" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Feathers.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Feathers-300x229.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p><p>Feathers is a JavaScript framework that makes it easy to get REST and real time APIs running by using the services. A Service is a JavaScript object which provides a certain set of methods and can be used just like an express <span id="29be1d74-cbd7-4153-85f7-40bf6e5ac7fc" class="GINGER_SOFATWARE_mark">middle ware</span>.</p><p><a href="http://somajs.github.io/somajs/#/1" target="_blank"><span id="a6878855-8225-4280-b68c-4955051d0987" class="GINGER_SOFATWARE_mark"><span id="445b4121-1d31-4c8e-8d03-65b4d3ad2c11" class="GINGER_SOFATWARE_mark"><span id="d54d7c16-6fcb-4cb1-b77b-ada6bc67d242" class="GINGER_SOFATWARE_mark">Soma</span></span></span><span id="466d004c-4356-4732-9045-aee52bce647f" class="GINGER_SOFATWARE_mark"><span id="7dd3722c-34cf-4fdb-820b-7b8b52183bcd" class="GINGER_SOFATWARE_mark"><span id="ca63f774-f2b0-48f9-8597-57670b8bbda2" class="GINGER_SOFATWARE_mark">.</span></span></span><span id="304210ad-1bd0-49d5-b3f8-b0341d5576bc" class="GINGER_SOFATWARE_mark"><span id="ff8a8e45-1bd7-420c-a377-7ad313b4e660" class="GINGER_SOFATWARE_mark"><span id="2a655a83-85c7-437f-a26d-f02354002b53" class="GINGER_SOFATWARE_mark">js</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/soma.png"><img class="aligncenter size-full wp-image-2659" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/soma.png" alt="soma" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/soma.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/soma-300x171.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2659" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/soma.png" alt="soma" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/soma.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/soma-300x171.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="8de6ac62-f351-42cd-8707-5a1d1874c089" class="GINGER_SOFATWARE_mark"><span id="84837d7b-a1fd-4e36-ab44-ead427bb880f" class="GINGER_SOFATWARE_mark">Soma</span></span><span id="9849b253-9ab9-4400-817f-61b3457d4325" class="GINGER_SOFATWARE_mark"><span id="f9371bd6-794d-4ec8-8485-fa98a3286d44" class="GINGER_SOFATWARE_mark">.</span></span><span id="78d7dcea-6e23-4985-ae14-3ac8c8da9089" class="GINGER_SOFATWARE_mark"><span id="faeb8e3a-51db-454f-bbe9-eef0e50054e1" class="GINGER_SOFATWARE_mark">js</span></span> is a lightweight JavaScript framework that has been created to build loosely coupled applications.</p><p><a href="http://knockoutjs.com/" target="_blank"><span id="18adb846-40b7-4a28-bef6-95b2acecbce0" class="GINGER_SOFATWARE_mark"><span id="83a7e11c-fb19-4366-a0e3-36837ef7c135" class="GINGER_SOFATWARE_mark"><span id="a0bb3f6e-7619-48b8-98cc-15139dd15939" class="GINGER_SOFATWARE_mark">Knockoutjs</span></span></span></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Knockout.png"><img class="aligncenter size-full wp-image-2660" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Knockout.png" alt="Knockout" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Knockout.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Knockout-300x159.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2660" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Knockout.png" alt="Knockout" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Knockout.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Knockout-300x159.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>It is a small and pure, light weight JavaScript framework that can work with any web framework.</p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="fvnJ8f16320dd492c4dc70111b1b8de86c7a827b2e0e3efa9d462366c7ca3f8d58a8a" class="wpdiscuz-cnonce" name="cnonce" value="fvnJ8f16320dd492c4dc70111b1b8de86c7a827b2e0e3efa9d462366c7ca3f8d58a8a" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="NLDCB0887f9fa3c07b2171636c595169e454c07e93850bc070d4a166f2bd9a91d77bf" class="wpdiscuz-cnonce" name="cnonce" value="NLDCB0887f9fa3c07b2171636c595169e454c07e93850bc070d4a166f2bd9a91d77bf" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best javascript frameworks web developers', '', 'publish', 'closed', 'closed', '', 'best-javascript-frameworks-web-developers', '', '', '2017-04-11 13:14:07', '2017-04-11 13:14:07', '', 0, 'http://thedesignpixel.com/best-javascript-frameworks-web-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(61, 1, '2017-04-11 13:14:08', '2017-04-11 13:14:08', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1014" class="g post post-1014 type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-jquery tag-plugins cat-2-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Best jQuery Image Gallery Plugins</div>\n												<header>\n							<h1 class="title">30 Best jQuery Image Gallery Plugins</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Gone is the time, when the websites used to be just static, with a bunch of information, and no really creative concepts and aspects! Today, we need a lot of stuff on our website integrated, to make it attractive to the visitors, and make them stick to your site for time and again. The developers use various development platforms to develop these dynamic and creative modules and one of them is jQuery. Talking about image galleries, everyone loves pictures and graphics, and a picture gallery on a webpage on your site adds a grace and allows the visitors to view your images in a quick and easy manner.</p>\n<p>Designing these image galleries is not an easy task in most of the programming languages, but with the help of jQuery, a combination of javascript modules, you can easily develop a jQuery image gallery plugins, even if you are just aware of the basics to it. You don’t need to be an expert in it, and follow step by step tutorials available on the internet, helping you design your gallery easily and quickly that works smoothly and nicely.</p>\n<p>There are a lot of plugins available for the image gallery based on jQuery. Many developers provide a jQuery image gallery plugins to help you to organize images and preparing a list of the ones, that gave the most quick and decent look to images. jQuery development is carried out like the basic javascript platform, and the plugins helps you to complete the necessary task easily without any hassle. To help you out more with the image gallery options we have compiled a list of best jQuery image gallery plugins, which you should check out.</p>\n<h3><strong><em><span style="text-decoration: underline;">30 Best jQuery Image Gallery Plugins:</span></em><br />\n</strong></h3>\n<p><strong>Justified Gallery </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/justified-gallery.jpg"><img class="aligncenter size-full wp-image-1016" title="justified-gallery" alt="justified-gallery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/justified-gallery.jpg" width="600" height="435" /></a></p>\n<p><a href="http://miromannino.com/projects/justified-gallery/" target="_blank"><strong>So</strong><b>urce</b></a></p>\n<p><strong>S Gallery </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/S-Gallery.jpg"><img class="aligncenter size-full wp-image-1017" title="S Gallery" alt="S Gallery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/S-Gallery.jpg" width="600" height="265" /></a></p>\n<p><a href="http://sarasoueidan.com/blog/s-gallery/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="3d045fbd-5666-4bd3-a534-752be0518e05">Mixitup</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mixitup.jpg"><img class="aligncenter size-full wp-image-1018" title="Mixitup jQuery Image Gallery Plugins" alt="Mixitup jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mixitup.jpg" width="600" height="308" /></a><br />\n<a href="http://mixitup.io/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="35497c15-a0d1-4a8b-bd7a-38b6af454752">Photoset</span> Grid</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoset-Grid.jpg"><img class="aligncenter size-full wp-image-1019" title="Photoset Grid jQuery Image Gallery Plugins" alt="Photoset Grid jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoset-Grid.jpg" width="600" height="621" /></a><br />\n<a href="http://stylehatch.github.com/photoset-grid/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Least<span class="GINGER_SOFATWARE_mark" id="068625a3-225d-4436-8dd8-13e2387077f4">.</span><span class="GINGER_SOFATWARE_mark" id="0a54bf6c-a042-43f4-a2ba-60e100f5b71c">js</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Least-js.jpeg"><img class="aligncenter size-full wp-image-1020" title="Least js jQuery Image Gallery Plugins" alt="Least js jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Least-js.jpeg" width="600" height="297" /></a><br />\n<a href="http://kamilczujowski.github.io/least/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Image Picker</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Image-Picker.jpg"><img class="aligncenter size-full wp-image-1021" title="Image Picker" alt="Image Picker" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Image-Picker.jpg" width="600" height="369" /></a><br />\n<a href="http://rvera.github.com/image-picker/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Photobox</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photobox.jpeg"><img class="aligncenter size-full wp-image-1022" title="Photobox jQuery Image Gallery Plugins" alt="Photobox jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photobox.jpeg" width="600" height="308" /></a><br />\n<a href="http://dropthebit.com/500/photobox-css3-image-gallery-jquery-plugin/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Gamma Gallery</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gamma-Gallery.jpg"><img class="aligncenter size-full wp-image-1023" title="Gamma Gallery jQuery Image Gallery Plugins" alt="Gamma Gallery jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gamma-Gallery.jpg" width="600" height="325" /></a><br />\n<a href="http://tympanus.net/codrops/2012/11/06/gamma-gallery-a-responsive-image-gallery-experiment/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Vegas</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vegas.jpeg"><img class="aligncenter  wp-image-1024" title="Vegas jQuery Image Gallery Plugins" alt="Vegas jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vegas.jpeg" width="600" height="297" /></a><br />\n<a href="http://vegas.jaysalvat.com/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="6458e06b-bf35-48e2-98ab-df4c7a35ee29">jq</span> Tiles</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jq-Tiles.jpeg"><img class="aligncenter size-full wp-image-1025" title="jq Tiles jQuery Image Gallery Plugins" alt="jq Tiles jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jq-Tiles.jpeg" width="600" height="297" /></a><br />\n<a href="http://elclanrs.github.com/jq-tiles/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="564d4853-c37c-48f9-bb07-9b2c64cdcd2f">Kort</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kort.jpeg"><img class="aligncenter size-full wp-image-1026" title="Kort jQuery Image Gallery Plugins" alt="Kort jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kort.jpeg" width="600" height="297" /></a><br />\n<a href="http://lab.hakim.se/kort/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="b73584e8-7e75-4909-8116-5fa4b0b5413a">Glisse</span><span class="GINGER_SOFATWARE_mark" id="625f9fa9-6748-4cb3-8f16-d1b2af00f81f">.</span><span class="GINGER_SOFATWARE_mark" id="ff06cffc-8b6b-4c46-99b2-e9ab31b76bd1">js</span></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glisse-js.jpg"><img class="aligncenter size-full wp-image-1027" title="Glisse js jQuery Image Gallery Plugins" alt="Glisse js jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glisse-js.jpg" width="600" height="283" /></a></p>\n<p><strong><a href="http://glisse.victorcoulon.fr/" target="_blank">Source</a></strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="dcc802e3-64c8-488a-be78-516d0f95b04a">Minimit</span> Gallery</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimit-Gallery.jpg"><img class="aligncenter size-full wp-image-1028" title="Minimit Gallery jQuery Image Gallery Plugins" alt="Minimit Gallery jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimit-Gallery.jpg" width="600" height="291" /></a><br />\n<a href="http://www.minimit.com/mg/mg-demo.html" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="57a22f9e-f74e-4410-8b60-9aa26cffa172">Photoswipe</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoswipe.jpg"><img class="aligncenter size-full wp-image-1029" title="Photoswipe jQuery Image Gallery Plugins" alt="Photoswipe jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoswipe.jpg" width="600" height="308" /></a><br />\n<a href="http://www.photoswipe.com/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>TN3 Photo Gallery</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/TN3-Photo-Gallery.jpeg"><img class="aligncenter size-full wp-image-1030" title="TN3 Photo Gallery jQuery Image Gallery Plugins" alt="TN3 Photo Gallery jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/TN3-Photo-Gallery.jpeg" width="600" height="297" /></a><br />\n<a href="http://www.tn3gallery.com/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Sideways</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways.jpg"><img class="aligncenter size-full wp-image-1031" title="Sideways jQuery Image Gallery Plugins" alt="Sideways jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways.jpg" width="600" height="377" /></a><br />\n<a href="http://manos.malihu.gr/sideways-jquery-fullscreen-image-gallery/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="68446e8a-7470-4424-a1d4-5ecbd8d695bd">bgStretcher</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/bgStretcher.jpg"><img class="aligncenter size-full wp-image-1032" title="bgStretcher jQuery Image Gallery Plugins" alt="bgStretcher jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/bgStretcher.jpg" width="600" height="264" /></a><br />\n<a href="http://www.ajaxblender.com/bgstretcher-2-jquery-stretch-background-plugin-updated.html" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="bbf62f8b-c77b-496e-8ab6-c759a326cd57">Fotorama</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fotorama.jpeg"><img class="aligncenter size-full wp-image-1033" title="Fotorama jQuery Image Gallery Plugins" alt="Fotorama jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fotorama.jpeg" width="600" height="297" /></a><br />\n<a href="http://fotorama.io/#3" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="60d170b1-f1a1-41ed-b0a0-171562869a9b">Mosaiqy</span> </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mosaiqy.jpeg"><img class="aligncenter size-full wp-image-1034" title="Mosaiqy jQuery Image Gallery Plugins" alt="Mosaiqy jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mosaiqy.jpeg" width="600" height="297" /></a></p>\n<p><a href="http://www.fabriziocalderan.it/mosaiqy/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Micro Image Gallery</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Micro-Image-Gallery.jpg"><img class="aligncenter size-full wp-image-1035" title="Micro Image Gallery" alt="Micro Image Gallery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Micro-Image-Gallery.jpg" width="600" height="374" /></a><br />\n<a href="http://tympanus.net/codrops/2010/04/19/micro-image-gallery-a-jquery-plugin-2/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="936bac58-ab80-4be7-9a88-87b084b559ef">jPhotoGrid</span> </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jPhotoGrid.jpg"><img class="aligncenter size-full wp-image-1036" title="jPhotoGrid jQuery Image Gallery Plugins" alt="jPhotoGrid jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jPhotoGrid.jpg" width="600" height="374" /></a></p>\n<p><a href="http://www.gethifi.com/blog/jphotogrid" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Touch Gallery </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Touch-Gallery.jpeg"><img class="aligncenter size-full wp-image-1037" title="Touch Gallery jQuery Image Gallery Plugins" alt="Touch Gallery jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Touch-Gallery.jpeg" width="600" height="297" /></a></p>\n<p><a href="http://neteye.github.io/touch-gallery.html" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="a5bb57d8-9af8-41ae-9fb6-9ff3540ad6cc">Yoxview</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yoxview.jpg"><img class="aligncenter size-full wp-image-1038" title="Yoxview jQuery Image Gallery Plugins" alt="Yoxview jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yoxview.jpg" width="600" height="361" /></a><br />\n<a href="http://www.yoxigen.com/yoxview/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>jQuery <span class="GINGER_SOFATWARE_mark" id="520cdbc6-ce88-4d1a-8b7e-18df7f5cb5a6">PhotoShoot</span> Plugin</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jQuery-PhotoShoot-Plugin.jpg"><img class="aligncenter size-full wp-image-1039" title="jQuery PhotoShoot Plugin" alt="jQuery PhotoShoot Plugin" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jQuery-PhotoShoot-Plugin.jpg" width="600" height="329" /></a><br />\n<a href="http://tutorialzine.com/2010/02/jquery-photoshoot-plugin/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="3cf3f88c-c83a-41de-8071-41c06030fb18">Pikachoose</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pikachoose.jpg"><img class="aligncenter size-full wp-image-1040" title="Pikachoose jQuery Image Gallery Plugins" alt="Pikachoose jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pikachoose.jpg" width="600" height="297" /></a><br />\n<a href="http://www.pikachoose.com/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Galleria</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galleria.jpeg"><img class="aligncenter size-full wp-image-1041" title="Galleria jQuery Image Gallery Plugins" alt="Galleria jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galleria.jpeg" width="600" height="297" /></a></p>\n<p><a href="http://galleria.io/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="6bccb4dc-8d50-4c89-980e-347778ce4b84">Galleriffic</span></strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galleriffic.jpg"><img class="aligncenter size-full wp-image-1042" title="Galleriffic jQuery Image Gallery Plugins" alt="Galleriffic jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galleriffic.jpg" width="600" height="431" /></a><br />\n<a href="http://www.twospy.com/galleriffic/#1" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>jQuery Popeye</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jQuery-Popeye.jpeg"><img class="aligncenter size-full wp-image-1043" title="jQuery Popeye jQuery Image Gallery Plugins" alt="jQuery Popeye jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/jQuery-Popeye.jpeg" width="600" height="297" /></a><br />\n<a href="http://dev.herr-schuessler.de/jquery/popeye/" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong>Space Gallery</strong></p>\n<p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Space-Gallery.jpg"><img class="aligncenter  wp-image-1044" title="Space Gallery jQuery Image Gallery Plugins" alt="Space Gallery jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Space-Gallery.jpg" width="600" height="343" /></a><br />\n<a href="http://www.eyecon.ro/spacegallery/#about" target="_blank"><b>Source</b></a><strong> </strong></p>\n<p><strong><span class="GINGER_SOFATWARE_mark" id="a3049563-c3fa-49e8-808f-efe6320dca4d">Threesixty</span> </strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Threesixty.jpg"><img class="aligncenter size-full wp-image-1045" title="Threesixty jQuery Image Gallery Plugins" alt="Threesixty jQuery Image Gallery Plugins" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Threesixty.jpg" width="600" height="444" /></a></p>\n<p><a href="http://nick-jonas.github.io/threesixtyjs/" target="_blank"><b>Source</b></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-jquery-image-gallery-plugins.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-jquery-image-gallery-plugins.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways.jpg&amp;description=30%20Best%20jQuery%20Image%20Gallery%20Plugins" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" rel="bookmark" title="20 Premium Responsive and Mobile Website  Templates">\n													20 Premium Responsive and Mobile Website  Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="bookmark" title="8 Best Remote Desktop Tools">\n													8 Best Remote Desktop Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="bookmark" title="45+ Best Free Responsive Blogger Templates">\n													45+ Best Free Responsive Blogger Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1014'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="8ac5aa816e" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="249"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best jquery image gallery plugins', '', 'publish', 'closed', 'closed', '', 'best-jquery-image-gallery-plugins', '', '', '2017-04-11 13:14:08', '2017-04-11 13:14:08', '', 0, 'http://thedesignpixel.com/best-jquery-image-gallery-plugins/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(62, 1, '2017-04-11 13:14:13', '2017-04-11 13:14:13', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Best jQuery Parallax Scrolling Tutorials                            </div>\r\n				        <div class="single-content">\n    <article class="post-50 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-jquery">\r\n	<div id="post-50" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">20 Best jQuery Parallax Scrolling Tutorials</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always provides a better opportunity for the newbies. All you need to have some patience to become a perfect web designer, If you already have some knowledge about it than you can easily enhance your skills. Designing is not about to just have coding skills to create some application, but it&#8217;s more like a creative couple with logical codes that enable you to create some stunning designs.</p>\n<p>There are many languages like CSS, HTML, JavaScript, <span class="GINGER_SOFATWARE_mark" id="5743c36e-7a5f-4301-85a0-b69a80298b3d"><span class="GINGER_SOFATWARE_mark" id="1cdcdcfd-f8fa-4be5-b052-2dac473559c5">jQuery</span></span> used for creating a beautifully designed web page. But today we are just going to talk about <span class="GINGER_SOFATWARE_mark" id="53d6f6e7-27ba-4906-922d-bcdbd33f96cc"><span class="GINGER_SOFATWARE_mark" id="2132f959-ac76-4955-9b40-6919f8d53447">jQuery</span></span> only, <span class="GINGER_SOFATWARE_mark" id="f38650d4-adf7-48dc-bfbb-c902d9db49b0"><span class="GINGER_SOFATWARE_mark" id="c0621224-6278-4a5a-98a2-0388bb2e0883">jQuery</span></span> is the cross-platform JavaScript library which is used to client side scripting of HTML. <span class="GINGER_SOFATWARE_mark" id="3ceeb1d5-f5d0-47bc-a373-64f59bb083da"><span class="GINGER_SOFATWARE_mark" id="8d12e473-e0a3-441f-9b01-33babe9d9242">jQuery</span></span> is the most popular JavaScript library used by web designers and almost 80% of the website used this to enhance the features of their websites. <span class="GINGER_SOFATWARE_mark" id="2ee8f529-9eeb-44a2-a775-473d83e3c741"><span class="GINGER_SOFATWARE_mark" id="70c842b6-ca9f-4095-82cb-770da91d03f6">jQuery</span></span> is free and open source library which is designed to make easier navigation of a document. One of the most important features it provides is parallax scrolling &amp; with the help of which we can create horizontal and vertical movement of our web page across the screen.</p>\n<p><span class="GINGER_SOFATWARE_mark" id="ee53d2d1-880d-4d02-9c54-bf02c6e95a12"><span class="GINGER_SOFATWARE_mark" id="1c02dc4a-4988-469f-8e19-4d56260f5266">jQuery</span></span> parallax scrolling becomes the most common feature which is used by many websites to create their web pages more beautiful. There are many tutorials available for <span class="GINGER_SOFATWARE_mark" id="e7341a83-48c3-4e11-ad0a-2297cfd22f0b"><span class="GINGER_SOFATWARE_mark" id="aefa2994-9529-45c6-a189-ed3012c2ab76">jQuery</span></span> parallax scrolling for creating different effects that make it seem like bubble moving across the screen and even create some stunning backgrounds with different effects. To help you understand these features more clearly we have collected some of the best <span class="GINGER_SOFATWARE_mark" id="0f534fd4-c79b-44ea-b2e1-8c88b893f9c2"><span class="GINGER_SOFATWARE_mark" id="520b944c-1a7b-41c7-b239-63c741eaad11">jQuery</span></span> parallax scrolling tutorials and we hope that you will definitely find them worth trying!\n</p>\n<h3><em><span style="text-decoration: underline;">20 Best <span class="GINGER_SOFATWARE_mark" id="55026a37-e31b-4bf6-8381-95e53acd10f2"><span class="GINGER_SOFATWARE_mark" id="36f8fde1-b3ed-413b-b3d1-c221675b3638"><span class="GINGER_SOFATWARE_mark" id="11ca0728-7be2-4975-a4b2-97da4f3afc21">jQuery</span></span></span> Parallax Scrolling Tutorials</span></em>:</h3>\n<h3><b>Parallax Effect</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect.jpg"><img class="aligncenter size-full wp-image-51" title="Parallax Effect: jQuery Parallax Scrolling Tutorials" alt="Parallax Effect: jQuery Parallax Scrolling Tutorials" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-51" title="Parallax Effect: jQuery Parallax Scrolling Tutorials" alt="Parallax Effect: jQuery Parallax Scrolling Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://ianlunn.co.uk/articles/recreate-nikebetterworld-parallax/" target="_blank">Tutorial</a> || <a href="http://ianlunn.co.uk/plugins/jquery-parallax/" target="_blank">Demo</a></p>\n<h3><b>Parallax Content Slider With CSS3 And <span class="GINGER_SOFATWARE_mark" id="4708b9d0-ddea-457a-b3ac-116600604cf0"><span class="GINGER_SOFATWARE_mark" id="7225b837-2324-4712-a833-f8e9b5bad952"><span class="GINGER_SOFATWARE_mark" id="338a8987-b34d-4109-a87c-a3ad6e5cd626">jQuery</span></span></span></b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery.jpg"><img class="aligncenter size-full wp-image-52" title="Parallax Content Slider With CSS3 And jQuery" alt="Parallax Content Slider With CSS3 And jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery.jpg" width="600" height="227" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery-300x114.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-52" title="Parallax Content Slider With CSS3 And jQuery" alt="Parallax Content Slider With CSS3 And jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery.jpg" width="600" height="227" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery-300x114.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Content-Slider-With-CSS3-And-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/" target="_blank">Tutorial</a> || <a href="http://tympanus.net/Development/ParallaxContentSlider/" target="_blank">Demo</a></p>\n<h3><b>Create a Funky Parallax Background Effect Using jQuery</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery.jpg"><img class="aligncenter size-full wp-image-53" title="Create a Funky Parallax Background Effect Using jQuery" alt="Create a Funky Parallax Background Effect Using jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery.jpg" width="600" height="236" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery-300x118.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-53" title="Create a Funky Parallax Background Effect Using jQuery" alt="Create a Funky Parallax Background Effect Using jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery.jpg" width="600" height="236" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery-300x118.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Funky-Parallax-Background-Effect-Using-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.themeforest.net/tutorials/create-a-funky-parallax-background-effect-using-jquery/" target="_blank">Tutorial</a> || <a href="http://themeforest.s3.amazonaws.com/116_parallax/tutorial-source-files/tut-index.html" target="_blank">Demo</a></p>\n<h3><b>Create a Parallax Scrolling Website Using Stellar<span class="GINGER_SOFATWARE_mark" id="31002146-7fcc-4832-bc89-fd9a9dc22976"><span class="GINGER_SOFATWARE_mark" id="2106d152-31f2-4d40-a993-f9fc1ca58610"><span class="GINGER_SOFATWARE_mark" id="8ebd38a4-665b-46f0-8352-ddee40127b59"><span class="GINGER_SOFATWARE_mark" id="05450c98-c087-433d-a0f8-ea64b1f39f85">.</span></span></span></span><span class="GINGER_SOFATWARE_mark" id="52d33164-d4ad-41d8-9a28-ea03d88cfd6c"><span class="GINGER_SOFATWARE_mark" id="3aaa6866-89a6-42b3-aced-44c8a13122ab"><span class="GINGER_SOFATWARE_mark" id="85a0f407-6715-489d-a2a9-72f46127abfc"><span class="GINGER_SOFATWARE_mark" id="6f2bae81-cc87-41e5-9041-30e86b407391">js</span></span></span></span></b> <a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar.png"><img class="aligncenter size-full wp-image-71" title="Create a Parallax Scrolling Website Using Stellar" alt="Create a Parallax Scrolling Website Using Stellar" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar.png" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar-300x171.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-71" title="Create a Parallax Scrolling Website Using Stellar" alt="Create a Parallax Scrolling Website Using Stellar" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar.png" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar-300x171.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Scrolling-Website-Using-Stellar.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></h3>\n<p><a href="http://webdesign.tutsplus.com/tutorials/complete-websites/create-a-parallax-scrolling-website-using-stellar-js/" target="_blank">Tutorial</a> || <a href="http://webdesigntutsplus.s3.amazonaws.com/tuts/338_parallax/src/index.html" target="_blank">Demo</a></p>\n<h3><b>A Simple Parallax Scrolling Technique</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique.jpg"><img class="aligncenter  wp-image-54" title="A Simple Parallax Scrolling Technique" alt="A Simple Parallax Scrolling Technique" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-54" title="A Simple Parallax Scrolling Technique" alt="A Simple Parallax Scrolling Technique" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/A-Simple-Parallax-Scrolling-Technique.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/simple-parallax-scrolling-technique/" target="_blank">Tutorial</a> || <a href="http://nettuts.s3.amazonaws.com/2138_SimpleParallax/Demo/index.html" target="_blank">Demo</a></p>\n<h3><b>The Parallax Effects With <span class="GINGER_SOFATWARE_mark" id="d7d8ff00-dd61-4155-be36-fd8d4868eaca"><span class="GINGER_SOFATWARE_mark" id="f193379c-1f03-43bf-b7b5-c8b16132e733"><span class="GINGER_SOFATWARE_mark" id="02b30e3a-5669-4007-8dc4-55f741bbe128">jQuery</span></span></span></b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery.jpg"><img class="aligncenter size-full wp-image-55" title="The Parallax Effects With jQuery" alt="The Parallax Effects With jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery.jpg" width="600" height="511" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery-300x256.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-55" title="The Parallax Effects With jQuery" alt="The Parallax Effects With jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery.jpg" width="600" height="511" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery-300x256.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Parallax-Effects-With-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.franckmaurin.com/the-parallax-effects-with-jquery/" target="_blank">Tutorial</a> || <a href="http://www.franckmaurin.com/the-parallax-effects-with-jquery/" target="_blank">Demo</a></p>\n<h3><b>One Page Website, Vertical Parallax</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax.jpg"><img class="aligncenter size-full wp-image-56" title="One Page Website, Vertical Parallax" alt="One Page Website, Vertical Parallax" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax.jpg" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax-300x210.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-56" title="One Page Website, Vertical Parallax" alt="One Page Website, Vertical Parallax" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax.jpg" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax-300x210.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/One-Page-Website-Vertical-Parallax.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.webdesignshock.com/one-page-website/" target="_blank">Tutorial</a> || <a href="http://www.webdesignshock.com/demos/vertical_parallax/" target="_blank">Demo</a></p>\n<h3><b>Jazz up a Static Web Page with Subtle Parallax</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax.jpg"><img class="aligncenter size-full wp-image-57" title="Jazz up a Static Webpage with Subtle Parallax" alt="Jazz up a Static Webpage with Subtle Parallax" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax.jpg" width="600" height="220" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax-300x110.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-57" title="Jazz up a Static Webpage with Subtle Parallax" alt="Jazz up a Static Webpage with Subtle Parallax" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax.jpg" width="600" height="220" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax-300x110.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jazz-up-a-Static-Webpage-with-Subtle-Parallax.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/jazz-up-a-static-webpage-with-subtle-parallax/" target="_blank">Tutorial</a> || <a href="http://source.tutsplus.com/webdesign/tutorials/005_parallax/demo/index.html" target="_blank">Demo</a></p>\n<h3><b>Scrolling Parallax: A jQuery Plugin with Tutorial</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial.jpg"><img class="aligncenter size-full wp-image-58" title="Scrolling Parallax A jQuery Plugin With Tutorial" alt="Scrolling Parallax A jQuery Plugin With Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial.jpg" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-58" title="Scrolling Parallax A jQuery Plugin With Tutorial" alt="Scrolling Parallax A jQuery Plugin With Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial.jpg" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Scrolling-Parallax-A-jQuery-Plugin-With-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://jonraasch.com/blog/scrolling-parallax-jquery-plugin" target="_blank">Tutorial</a> || <a href="http://dev.jonraasch.com/scrolling-parallax/examples/scrolling-parallax" target="_blank">Demo</a></p>\n<h3><b>Parallax gallery</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-gallery.jpg"><img class="aligncenter size-full wp-image-60" title="Parallax gallery- jQuery Parallax Scrolling Tutorials" alt="Parallax gallery- jQuery Parallax Scrolling Tutorials" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Parallax-gallery.jpg" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-gallery-300x193.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-gallery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-60" title="Parallax gallery- jQuery Parallax Scrolling Tutorials" alt="Parallax gallery- jQuery Parallax Scrolling Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-gallery.jpg" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-gallery-300x193.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-gallery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://webdesignerwall.com/tutorials/parallax-gallery" target="_blank">Tutorial</a> || <a href="http://www.webdesignerwall.com/demo/parallax-gallery/?TB_iframe=true&amp;height=490&amp;width=720" target="_blank">Demo</a></p>\n<h3><b>Build a parallax scrolling website interface with jQuery and CSS</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS.jpg"><img class="aligncenter size-full wp-image-61" title="Build a parallax scrolling website interface with jQuery and CSS" alt="Build a parallax scrolling website interface with jQuery and CSS" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS.jpg" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS-300x155.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-61" title="Build a parallax scrolling website interface with jQuery and CSS" alt="Build a parallax scrolling website interface with jQuery and CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS.jpg" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS-300x155.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Build-a-parallax-scrolling-website-interface-with-jQuery-and-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://f6design.com/journal/2011/08/06/build-a-parallax-scrolling-website-interface-with-jquery-and-css/" target="_blank">Tutorial</a> || <a href="http://f6design.com/projects/parallax-scrolling/" target="_blank">Demo</a></p>\n<h3><b>CSS3 Parallax scrolling slider</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider.jpg"><img class="aligncenter size-full wp-image-62" title="CSS3 Parallax scrolling slider" alt="CSS3 Parallax scrolling slider" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider.jpg" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider-300x132.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-62" title="CSS3 Parallax scrolling slider" alt="CSS3 Parallax scrolling slider" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider.jpg" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider-300x132.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Parallax-scrolling-slider.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.script-tutorials.com/css3-parallax-scrolling-slider/" target="_blank">Tutorial</a> || <a href="http://www.script-tutorials.com/demos/273/index.html" target="_blank">Demo</a></p>\n<h3><b>Building a Parallax Scrolling Storytelling Framework</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework.jpg"><img class="aligncenter size-full wp-image-63" title="Building a Parallax Scrolling Storytelling Framework" alt="Building a Parallax Scrolling Storytelling Framework" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework.jpg" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-63" title="Building a Parallax Scrolling Storytelling Framework" alt="Building a Parallax Scrolling Storytelling Framework" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework.jpg" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Building-a-Parallax-Scrolling-Storytelling-Framework.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.netmagazine.com/tutorials/building-parallax-scrolling-storytelling-framework" target="_blank">Tutorial</a> || <a href="http://www.netmagazine.com/files/tutorials/demos/2011/08/building-a-parallax-scrolling-storytelling-framework/demo/demo.html" target="_blank">Demo</a></p>\n<h3><b>Parallax Slider With jQuery</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery.jpg"><img class="aligncenter size-full wp-image-64" title="Parallax Slider With jQuery" alt="Parallax Slider With jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery.jpg" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-64" title="Parallax Slider With jQuery" alt="Parallax Slider With jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery.jpg" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Slider-With-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://tympanus.net/codrops/2011/01/03/parallax-slider/" target="_blank">Tutorial</a> || <a href="http://tympanus.net/Tutorials/ParallaxSlider/" target="_blank">Demo</a></p>\n<h3><b>Fluid CSS3 Slideshow with Parallax Effect</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect.jpg"><img class="aligncenter size-full wp-image-65" title="Fluid CSS3 Slideshow with Parallax Effect" alt="Fluid CSS3 Slideshow with Parallax Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect.jpg" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect-300x157.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-65" title="Fluid CSS3 Slideshow with Parallax Effect" alt="Fluid CSS3 Slideshow with Parallax Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect.jpg" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect-300x157.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fluid-CSS3-Slideshow-with-Parallax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://tympanus.net/codrops/2012/04/30/fluid-css3-slideshow-with-parallax-effect/" target="_blank">Tutorial</a> || <a href="http://tympanus.net/Tutorials/CSS3FluidParallaxSlideshow/" target="_blank">Demo</a></p>\n<h3><b>Create a Cool Website with Fancy Scrolling Effects</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects.jpg"><img class="aligncenter size-full wp-image-66" title="Create a Cool Website with Fancy Scrolling Effects" alt="Create a Cool Website with Fancy Scrolling Effects" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-66" title="Create a Cool Website with Fancy Scrolling Effects" alt="Create a Cool Website with Fancy Scrolling Effects" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects.jpg" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects-300x145.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Website-with-Fancy-Scrolling-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://line25.com/tutorials/create-a-cool-website-with-fancy-scrolling-effects" target="_blank">Tutorial</a> || <a href="http://chrisspooner.com/my-sites/" target="_blank">Demo</a></p>\n<h3><b><span class="GINGER_SOFATWARE_mark" id="09f16f08-c714-4ecd-9c59-03e53aa187f2"><span class="GINGER_SOFATWARE_mark" id="899a8ba2-ae4c-4b04-b1c4-33f7830d8280"><span class="GINGER_SOFATWARE_mark" id="5f5ece7b-2998-4475-a875-97a940e97140">jQuery</span></span></span> Parallax Tutorial &ndash; Animated Header Background</b></h3>\n<p style="text-align: center;"><a href="#"><img class="aligncenter size-full wp-image-67" title="jQuery Parallax Tutorial &ndash; Animated Header Background" alt="jQuery Parallax Tutorial &ndash; Animated Header Background" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Parallax-Tutorial-Animated-Header-Background.jpg" width="600" height="156"><noscript></noscript></a></p>\n<p><a href="http://www.jquery4u.com/animation/jquery-parallax-tutorial/" target="_blank">Tutorial</a> || <a href="http://www.jquery4u.com/demos/jquery4u-parallax-demo/" target="_blank">Demo</a></p>\n<h3><b>Create a Parallax Website Header</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header.jpg"><img class="aligncenter size-full wp-image-68" title="Create a Parallax Website Header" alt="Create a Parallax Website Header" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header.jpg" width="600" height="250" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header-300x125.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-68" title="Create a Parallax Website Header" alt="Create a Parallax Website Header" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header.jpg" width="600" height="250" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header-300x125.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Parallax-Website-Header.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://progtuts.info/186/create-a-parallax-website-header/" target="_blank">Tutorial</a> || <a href="http://progtuts.info/downloads/ParallaxHeader/" target="_blank">Demo</a></p>\n<h3><b>Parallax Effect.</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect..jpg"><img class="aligncenter size-full wp-image-59" title="Parallax Effect." alt="Parallax Effect." src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect..jpg" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect.-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect..jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-59" title="Parallax Effect." alt="Parallax Effect." src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect..jpg" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect.-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect..jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.onextrapixel.com/2012/07/06/javascript-tutorial-parallax-effect-thumbnail-shifting-and-sequential-window-opening/" target="_blank">Tutorial</a> || No Demo</p>\n<h3><b>Super Easy Parallax Effect with jQuery</b></h3>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery.jpg"><img class="aligncenter size-full wp-image-69" title="Super Easy Parallax Effect with jQuery" alt="Super Easy Parallax Effect with jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery.jpg" width="600" height="463" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery-300x232.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-69" title="Super Easy Parallax Effect with jQuery" alt="Super Easy Parallax Effect with jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery.jpg" width="600" height="463" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery-300x232.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Easy-Parallax-Effect-with-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://abduzeedo.com/super-easy-parallax-effect-jquery" target="_blank">Tutorial</a> || <a href="http://abduzeedo.com/super-easy-parallax-effect-jquery" target="_blank">Demo</a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="pXM3Jcfa431319c239949399f7bbd6aea7a0a2cfd40c40a16e66da1aa48545c5e2684" class="wpdiscuz-cnonce" name="cnonce" value="pXM3Jcfa431319c239949399f7bbd6aea7a0a2cfd40c40a16e66da1aa48545c5e2684" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="sIsiPc78fa24ef842abe31449cfd55bd8c05fd700df9fcb1803a5df63e439d8d0e5b7" class="wpdiscuz-cnonce" name="cnonce" value="sIsiPc78fa24ef842abe31449cfd55bd8c05fd700df9fcb1803a5df63e439d8d0e5b7" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'best jquery parallax scrolling tutorials', '', 'publish', 'closed', 'closed', '', 'best-jquery-parallax-scrolling-tutorials', '', '', '2017-04-11 13:14:13', '2017-04-11 13:14:13', '', 0, 'http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(63, 1, '2017-04-11 13:14:16', '2017-04-11 13:14:16', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Best Most Addictive HTML5 Games </div>\n<div class="single-content">\n<article class="post-2742 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-games tag-html">\n<div id="post-2742" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">35+ Best Most Addictive HTML5 Games</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/games/" rel="tag">Games</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<div class="beforepost"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center></div>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of tequila or gin smoked down, but to actually relax. Gaming is a great and vital part of the entertainment industry, that helps us relax for ourselves, get some time for ourselves, and have some fun.</p>\n<p>While some like gaming on a 50 inch screen with a latest console hooked up, some on their expensive computer, while some are more than happy with the light games on the smartphone. But, the circumstances don&rsquo;t even allow us to turn on the smartphone for gaming, or the console. Browser games are so much fun, addictive, and make you forget the world for some time! These games are platform based, like HTML5, flash based, etc. Flash based may require some plugins installed, while the HTML5 games won&rsquo;t require anything. These are light, have null requirements, but a browser that supports HTML5. These are light, cool to enjoy, and a great time pass and time killer.</p>\n<p>HTML5 games are very basic, have basic navigation controls, or basic most controls, and work great! You can even play them on your smartphone or tablet, if you have a browser that supports html5. There is lot of browser based games online. Some of them are flash based, CSS based, etc., and a list of some of the best most addictive html5 games is given below. These are actually very wonderful, and you will love playing this. And yes, be warned, the addiction may hit real bad.\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>35+ Best Most Addictive HTML5 Games</strong></em></span>:</h3>\n<p><a href="http://gopherwoodstudios.com/sandtrap/sand-trap.htm"><strong>Sand Trap</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sand-Trap.jpg"><img class="aligncenter size-full wp-image-2743" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sand-Trap.jpg" alt="Sand Trap" width="600" height="538" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sand-Trap-300x269.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sand-Trap.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2743" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sand-Trap.jpg" alt="Sand Trap" width="600" height="538" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sand-Trap-300x269.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sand-Trap.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.contrejour.ie/"><strong><span id="3f27f3c4-fe28-40ad-a71d-41583a914808" class="GINGER_SOFATWARE_mark"><span id="b44c6390-9c8b-4741-b34d-d6beec989e70" class="GINGER_SOFATWARE_mark">Contrejour</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Contrejour.jpg"><img class="aligncenter size-full wp-image-2744" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Contrejour.jpg" alt="Contrejour" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Contrejour-300x202.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Contrejour.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2744" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Contrejour.jpg" alt="Contrejour" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Contrejour-300x202.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Contrejour.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://entanglement.gopherwoodstudios.com/"><strong>Entanglement</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Entanglement.jpg"><img class="aligncenter size-full wp-image-2745" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Entanglement.jpg" alt="Entanglement" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Entanglement-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Entanglement.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2745" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Entanglement.jpg" alt="Entanglement" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Entanglement-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Entanglement.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.monocubed.com/doodles/processingjs/gmail/26/"><strong><span id="96bc508b-025d-402b-a941-b8c872e022c8" class="GINGER_SOFATWARE_mark"><span id="fba33203-afc5-412a-941e-420907127b89" class="GINGER_SOFATWARE_mark">Galatic</span></span> Inbox</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Galatic-Inbox.jpg"><img class="aligncenter size-full wp-image-2746" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Galatic-Inbox.jpg" alt="Galatic Inbox" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Galatic-Inbox-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Galatic-Inbox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2746" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Galatic-Inbox.jpg" alt="Galatic Inbox" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Galatic-Inbox-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Galatic-Inbox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="https://developer.mozilla.org/en-US/demos/detail/bananabread"><strong>Banana Bread</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Banana-Bread.jpg"><img class="aligncenter size-full wp-image-2747" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Banana-Bread.jpg" alt="Banana Bread" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Banana-Bread-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Banana-Bread.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2747" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Banana-Bread.jpg" alt="Banana Bread" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Banana-Bread-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Banana-Bread.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://bombermine.com/#/profile/"><strong><span id="81421fe8-17dc-4eb7-acfd-2849e25f5e72" class="GINGER_SOFATWARE_mark"><span id="89f8fe98-f3ee-4062-94bf-0f99509f5660" class="GINGER_SOFATWARE_mark">Bombermine</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bombermine.jpg"><img class="aligncenter size-full wp-image-2748" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Bombermine.jpg" alt="Bombermine" width="600" height="503" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bombermine-300x252.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bombermine.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2748" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bombermine.jpg" alt="Bombermine" width="600" height="503" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bombermine-300x252.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bombermine.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.kongregate.com/games/DigYourOwnGrave/vector-runner-remix"><strong>Play Vector Runner Remix</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Play-Vector-Runner-Remix.jpg"><img class="aligncenter size-full wp-image-2749" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Play-Vector-Runner-Remix.jpg" alt="Play Vector Runner Remix" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Vector-Runner-Remix-300x182.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Vector-Runner-Remix.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2749" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Play-Vector-Runner-Remix.jpg" alt="Play Vector Runner Remix" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Vector-Runner-Remix-300x182.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Vector-Runner-Remix.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://mattsurabian.com/duckhunt/"><strong>Duck Hunt</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Duck-Hunt.jpg"><img class="aligncenter size-full wp-image-2750" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Duck-Hunt.jpg" alt="Duck Hunt" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Duck-Hunt-300x171.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Duck-Hunt.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2750" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Duck-Hunt.jpg" alt="Duck Hunt" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Duck-Hunt-300x171.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Duck-Hunt.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://pdanis.github.io/angular-puzzle/#/sliding-puzzle"><strong>Angular Puzzle</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Angular-Puzzle.jpg"><img class="aligncenter size-full wp-image-2751" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Angular-Puzzle.jpg" alt="Angular Puzzle" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Angular-Puzzle-300x205.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Angular-Puzzle.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2751" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Angular-Puzzle.jpg" alt="Angular Puzzle" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Angular-Puzzle-300x205.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Angular-Puzzle.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.scirra.com/arcade"><strong><span id="cecf4bbe-0069-4d19-87db-419d30053beb" class="GINGER_SOFATWARE_mark"><span id="ee7bd4d1-43b9-4fa4-876f-44aec088b8f9" class="GINGER_SOFATWARE_mark">Scirra</span></span> Arcade</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Scirra-Arcade.jpg"><img class="aligncenter size-full wp-image-2752" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Scirra-Arcade.jpg" alt="Scirra Arcade" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Scirra-Arcade-300x157.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Scirra-Arcade.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2752" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Scirra-Arcade.jpg" alt="Scirra Arcade" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Scirra-Arcade-300x157.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Scirra-Arcade.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://agent8ball.com/"><strong>Agent8ball</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Agent8ball.jpg"><img class="aligncenter size-full wp-image-2753" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Agent8ball.jpg" alt="Agent8ball" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agent8ball-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agent8ball.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><a href="http://playbiolab.com/"><strong>Play Biolab</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Play-Biolab.jpg"><img class="aligncenter size-full wp-image-2754" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Play-Biolab.jpg" alt="Play Biolab" width="600" height="384" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Biolab-300x192.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Biolab.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2754" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Play-Biolab.jpg" alt="Play Biolab" width="600" height="384" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Biolab-300x192.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Play-Biolab.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.currantcat.com/convergence/"><strong>Convergence</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Convergence.jpg"><img class="aligncenter size-full wp-image-2755" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Convergence.jpg" alt="Convergence" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Convergence-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Convergence.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2755" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Convergence.jpg" alt="Convergence" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Convergence-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Convergence.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://sketch-out.appspot.com/"><strong>Sketch out</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sketchout.jpg"><img class="aligncenter size-full wp-image-2756" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sketchout.jpg" alt="Sketchout" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sketchout-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sketchout.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2756" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sketchout.jpg" alt="Sketchout" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sketchout-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sketchout.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://arcade.lostdecadegames.com/onslaught_arena/"><strong>Onslaught! Arena</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Onslaught-Arena.jpg"><img class="aligncenter size-full wp-image-2757" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena.jpg" alt="Onslaught! Arena" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2757" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Onslaught-Arena.jpg" alt="Onslaught! Arena" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Onslaught-Arena.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://arandomurl.com/2010/08/05/html5-helicopter.html"><strong>HTML5 Helicopter</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Helicopter.jpg"><img class="aligncenter size-full wp-image-2758" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Helicopter.jpg" alt="HTML5 Helicopter" width="600" height="468" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Helicopter-300x234.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Helicopter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2758" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Helicopter.jpg" alt="HTML5 Helicopter" width="600" height="468" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Helicopter-300x234.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Helicopter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.hakim.se/experiments/html5/sinuous/01/"><strong>Sinuous</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sinuous.jpg"><img class="aligncenter size-full wp-image-2759" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sinuous.jpg" alt="Sinuous" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sinuous-300x167.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sinuous.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2759" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sinuous.jpg" alt="Sinuous" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sinuous-300x167.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sinuous.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://labs.brianstoner.com/spacecannon/play/"><strong>Space Cannon 3D</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Space-Cannon-3D.jpg"><img class="aligncenter size-full wp-image-2760" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Space-Cannon-3D.jpg" alt="Space Cannon 3D" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Space-Cannon-3D-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Space-Cannon-3D.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2760" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Space-Cannon-3D.jpg" alt="Space Cannon 3D" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Space-Cannon-3D-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Space-Cannon-3D.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://yvoschaap.com/chainrxnadvanced/"><strong>Chain RXN Advanced</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Chain-RXN-Advanced.jpg"><img class="aligncenter size-full wp-image-2761" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Chain-RXN-Advanced.jpg" alt="Chain RXN Advanced" width="600" height="423" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chain-RXN-Advanced-300x212.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chain-RXN-Advanced.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2761" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Chain-RXN-Advanced.jpg" alt="Chain RXN Advanced" width="600" height="423" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chain-RXN-Advanced-300x212.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chain-RXN-Advanced.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.effectgames.com/effect/games/crystalgalaxy/"><strong>Crystal Galaxy</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Crystal-Galaxy.jpg"><img class="aligncenter size-full wp-image-2762" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Crystal-Galaxy.jpg" alt="Crystal Galaxy" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Crystal-Galaxy-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Crystal-Galaxy.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2762" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Crystal-Galaxy.jpg" alt="Crystal Galaxy" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Crystal-Galaxy-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Crystal-Galaxy.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://websnooker.com/"><strong>Web Snooker</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Web-Snooker.jpg"><img class="aligncenter size-full wp-image-2763" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Web-Snooker.jpg" alt="Web Snooker" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Web-Snooker-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Web-Snooker.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2763" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Web-Snooker.jpg" alt="Web Snooker" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Web-Snooker-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Web-Snooker.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.somethinghitme.com/projects/jslander/"><strong><span id="d02fdce4-4005-4590-b30a-af9a6bec7531" class="GINGER_SOFATWARE_mark"><span id="d82e4aad-fa6f-4c0e-896d-ea3cddd6c74b" class="GINGER_SOFATWARE_mark">JSLander</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/JSLander.jpg"><img class="aligncenter size-full wp-image-2764" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/JSLander.jpg" alt="JSLander" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2764" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/JSLander.jpg" alt="JSLander" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/JSLander.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://towers-of-wolin.appspot.com/"><strong>Towers Of Wolin</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Towers-Of-Wolin.jpg"><img class="aligncenter size-full wp-image-2765" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Towers-Of-Wolin.jpg" alt="Towers Of Wolin" width="600" height="478" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Towers-Of-Wolin-300x239.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Towers-Of-Wolin.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2765" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Towers-Of-Wolin.jpg" alt="Towers Of Wolin" width="600" height="478" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Towers-Of-Wolin-300x239.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Towers-Of-Wolin.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://chrome.com/maze/"><strong>Chrome World Wide Maze</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Chrome-World-Wide-Maze.jpg"><img class="aligncenter size-full wp-image-2766" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Chrome-World-Wide-Maze.jpg" alt="Chrome World Wide Maze" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chrome-World-Wide-Maze-300x183.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chrome-World-Wide-Maze.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2766" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Chrome-World-Wide-Maze.jpg" alt="Chrome World Wide Maze" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chrome-World-Wide-Maze-300x183.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Chrome-World-Wide-Maze.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://anirudhjoshi.github.io/fluid_table_tennis/"><strong>Fluid Table Tennis</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fluid-Table-Tennis.jpg"><img class="aligncenter size-full wp-image-2767" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Fluid-Table-Tennis.jpg" alt="Fluid Table Tennis" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluid-Table-Tennis-300x138.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluid-Table-Tennis.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2767" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fluid-Table-Tennis.jpg" alt="Fluid Table Tennis" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluid-Table-Tennis-300x138.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluid-Table-Tennis.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://holoduke.nl/3dbricks/"><strong>3DBricks</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3DBricks.jpg"><img class="aligncenter size-full wp-image-2768" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/3DBricks.jpg" alt="3DBricks" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/3DBricks-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/3DBricks.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2768" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3DBricks.jpg" alt="3DBricks" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/3DBricks-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/3DBricks.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://unsnarl-it.jonasjuffinger.com/"><strong><span id="6f978e74-3902-4b30-b3a1-224e977eb3aa" class="GINGER_SOFATWARE_mark"><span id="82269887-1fa9-4049-876f-d785197838e9" class="GINGER_SOFATWARE_mark">Usnarl</span></span> it</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Usnarl-it.jpg"><img class="aligncenter size-full wp-image-2769" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Usnarl-it.jpg" alt="Usnarl it" width="600" height="438" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Usnarl-it-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Usnarl-it.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2769" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Usnarl-it.jpg" alt="Usnarl it" width="600" height="438" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Usnarl-it-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Usnarl-it.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="https://developers.google.com/events/io/2012/input-output/"><strong>Input-output</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Input-Output.jpg"><img class="aligncenter size-full wp-image-2770" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Input-Output.jpg" alt="Input-Output" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Input-Output-300x184.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Input-Output.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2770" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Input-Output.jpg" alt="Input-Output" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Input-Output-300x184.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Input-Output.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.universewithin.net/"><strong>Universe Within</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Universe-Within.jpg"><img class="aligncenter size-full wp-image-2771" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Universe-Within.jpg" alt="Universe Within" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Universe-Within-300x195.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Universe-Within.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2771" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Universe-Within.jpg" alt="Universe Within" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Universe-Within-300x195.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Universe-Within.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://sysach.com/circle-game/"><strong>Circle-Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Circle-Game.jpg"><img class="aligncenter size-full wp-image-2772" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Circle-Game.jpg" alt="Circle-Game" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Circle-Game-300x209.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Circle-Game.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2772" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Circle-Game.jpg" alt="Circle-Game" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Circle-Game-300x209.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Circle-Game.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://khele.in/pappu-pakia/"><strong><span id="1e1978ce-2e81-4f13-a0d0-2ca0e0787f42" class="GINGER_SOFATWARE_mark"><span id="cc56aedf-378c-446d-bb8b-8f48c5ffdfd1" class="GINGER_SOFATWARE_mark">Pappu</span></span> Pakia</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pappu-Pakia.jpg"><img class="aligncenter size-full wp-image-2773" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Pappu-Pakia.jpg" alt="Pappu Pakia" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pappu-Pakia-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pappu-Pakia.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2773" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pappu-Pakia.jpg" alt="Pappu Pakia" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pappu-Pakia-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pappu-Pakia.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://luxahoy.com/"><strong><span id="5320043e-b6b6-4e35-b8e8-11955b8bdab2" class="GINGER_SOFATWARE_mark">Luxahoy</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy.jpg"><img class="aligncenter size-full wp-image-2774" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy.jpg" alt="Luxahoy" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2774" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy.jpg" alt="Luxahoy" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.benjoffe.com/code/demos/canvascape/textures"><strong><span id="86fbedff-dad0-4a26-a2d6-568eddee2df0" class="GINGER_SOFATWARE_mark"><span id="c7864b7a-8897-4106-9ed2-c1f80711538a" class="GINGER_SOFATWARE_mark">Canvascape</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Canvascape.jpg"><img class="aligncenter size-full wp-image-2775" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Canvascape.jpg" alt="Canvascape" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Canvascape-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Canvascape.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2775" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Canvascape.jpg" alt="Canvascape" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Canvascape-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Canvascape.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://8weekgame.shawson.co.uk/ManicSpaceman/"><strong><span id="7c21aa87-9cf0-4dc8-a85d-32b8e769e05d" class="GINGER_SOFATWARE_mark"><span id="3a211342-c8ab-4aee-9ebc-38c913659f53" class="GINGER_SOFATWARE_mark">ManicSpaceman</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ManicSpaceman.jpg"><img class="aligncenter size-full wp-image-2776" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/ManicSpaceman.jpg" alt="ManicSpaceman" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ManicSpaceman-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ManicSpaceman.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2776" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ManicSpaceman.jpg" alt="ManicSpaceman" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ManicSpaceman-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ManicSpaceman.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://ie.microsoft.com/testdrive/Graphics/CanvasPinball/Default.html"><strong><span id="0e2e0c07-5dfb-4740-8fe6-192e3ceab36e" class="GINGER_SOFATWARE_mark"><span id="e8233fb4-1368-4a60-96a3-76e79ee0703c" class="GINGER_SOFATWARE_mark">CanvasPinball</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CanvasPinball.jpg"><img class="aligncenter size-full wp-image-2777" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CanvasPinball.jpg" alt="CanvasPinball" width="600" height="812" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanvasPinball-222x300.jpg 222w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanvasPinball.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2777" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CanvasPinball.jpg" alt="CanvasPinball" width="600" height="812" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanvasPinball-222x300.jpg 222w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CanvasPinball.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://playtankworld.com/"><strong><span id="a5352893-0c07-46de-ac19-e199cfd2f694" class="GINGER_SOFATWARE_mark"><span id="eafcf3ff-6df4-45d2-8cdd-e2e8c835e9c9" class="GINGER_SOFATWARE_mark">Tankworld</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Tankworld.jpg"><img class="aligncenter size-full wp-image-2778" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Tankworld.jpg" alt="Tankworld" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Tankworld-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Tankworld.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2778" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Tankworld.jpg" alt="Tankworld" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Tankworld-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Tankworld.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<div class="single-post-ad">\n<div id="contentad116044"></div>\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script> </div>\n</div> \n</div> \n</div> \n</article> </div> \n<div class="wpdiscuz_top_clearing"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div class="wpdiscuz_clear"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="yayyma3a2242640923827b12008db7734ac3fbd89ea2279e1d8f12a889c379c6968b9" class="wpdiscuz-cnonce" name="cnonce" value="yayyma3a2242640923827b12008db7734ac3fbd89ea2279e1d8f12a889c379c6968b9"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="9C3Re159e0aae2907294e909d4a1249a21b59480dd12cf0a1e19a48ac58b3e19b0ad1" class="wpdiscuz-cnonce" name="cnonce" value="9C3Re159e0aae2907294e909d4a1249a21b59480dd12cf0a1e19a48ac58b3e19b0ad1"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div class="wpdiscuz_clear"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\n<span class="meta">\n<time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\n<span class="meta">\n<time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\n<span class="meta">\n<time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\n<span class="meta">\n<time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'best most addictive html5 games', '', 'publish', 'closed', 'closed', '', 'best-most-addictive-html5-games', '', '', '2017-04-11 13:14:16', '2017-04-11 13:14:16', '', 0, 'http://thedesignpixel.com/best-most-addictive-html5-games/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(64, 1, '2017-04-11 13:14:19', '2017-04-11 13:14:19', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Best MySQL GUI Tools</div><div class="single-content"><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">10 Best MySQL GUI Tools</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their products. Everything becomes self automated on these websites with unique and creative user interfaces, you just need to click on some buttons and you are done. With the rise of web designing and development, a lot of complications also increased for the web developers like handing the content of the sites, processing the queries and providing relevant results.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>The most important thing which is required in every single web application and website is handling the database. Yes, You heard it right, Handling the database is not an easy job and you certainly need professional skills as well as experience for the same. MySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP open source web application software stack. MySQL is the world&#8217;s second most widely used open source relational database management system and there are lots of third party firms who create rich applications to facilitate database management, development and administration.</p><p>The <strong>MySQL GUI Tools</strong> is a cross-platform open source suite of desktop applications for the administration of MySQL, database servers, and for building and manipulating the data within MySQL databases. The MySQL GUI Tools is a visual database design tool which integrates SQL development, administration, database design, creation and maintenance into a single and the useful development environment for MySQL database systems.</p><p>We have complied a handy and useful list of best MySQL GUI Tools to help our fellow developers to choose the best for them according to their need and requirement. Check out these MySQL GUI Tools based on their specifications and choose the best one for you. Some of these mentioned MySQL GUI Tools are free to use under an open source license while other charges few dollars from you.</p><h3><strong><span style="text-decoration: underline;"><em>10 Best MySQL GUI Tools:</em></span></strong></h3><p><strong><a href="http://dev.mysql.com/downloads/workbench/" target="_blank">Workbench</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/Workbench.jpg" class="aligncenter size-full wp-image-3420" alt="Workbench" width="400" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Workbench.jpg 400w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Workbench-300x233.jpg 300w" sizes="(max-width: 400px) 100vw, 400px"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://www.navicat.com/products/navicat-for-mysql" target="_blank">Navicat</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql.png" class="aligncenter size-full wp-image-3421" alt="navicat-for-mysql" width="600" height="250" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-300x125.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.heidisql.com/" target="_blank"><span id="e18b2941-63bc-42f5-a323-234e48fd81e7" class="GINGER_SOFATWARE_mark">HeidiSQL</span></a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/HeidiSQL.gif" class="aligncenter size-full wp-image-3422" alt="HeidiSQL" width="400" height="270"><noscript></noscript></a></p><p><strong><a href="http://www.sqlmaestro.com/products/mysql/" target="_blank">SQL <span id="106e3191-3e1b-47aa-ad2e-3b6c4caad2a8" class="GINGER_SOFATWARE_mark"><span id="517b318a-636b-41e7-8482-6cc78bda49ed" class="GINGER_SOFATWARE_mark">Maestro MySQL</span></span> Tools Family</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/SQL-Maestro-MySQL-Tools-Family.gif" class="aligncenter size-full wp-image-3423" alt="SQL Maestro MySQL Tools Family" width="377" height="312"><noscript></noscript></a></p><p><strong><a href="http://www.sequelpro.com/" target="_blank">Sequel Pro</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/Sequel-Pro.jpg" class="aligncenter size-full wp-image-3424" alt="Sequel Pro" width="600" height="351" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sequel-Pro.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Sequel-Pro-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.phpmyadmin.net/home_page/" target="_blank"><span id="42b2811d-6e28-4abb-8b03-017be5b1c00e" class="GINGER_SOFATWARE_mark">phpMyAdmin</span></a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/phpMyAdmin.gif" class="aligncenter size-full wp-image-3425" alt="phpMyAdmin" width="601" height="330"><noscript></noscript></a></p><p><strong><a href="http://www.sqlwave.com/" target="_blank"><span id="f0a58b4b-6311-4d44-a95f-dc3814ffc6de" class="GINGER_SOFATWARE_mark">SQLWave</span></a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/SQLWave.jpg" class="aligncenter size-full wp-image-3426" alt="SQLWave" width="280" height="195"><noscript></noscript></a></p><p><strong><a href="http://www.devart.com/dbforge/mysql/studio/" target="_blank"><span id="fc8a982e-fc18-4f0a-af2a-bcab84b10d24" class="GINGER_SOFATWARE_mark">dbForge</span> Studio</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/dbForge-Studio..jpg" class="aligncenter size-full wp-image-3427" alt="dbForge Studio." width="600" height="190" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/dbForge-Studio..jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/dbForge-Studio.-300x95.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.dbtools.com.br/EN/dbmanagerpro/" target="_blank"><span id="e17c810e-d733-426c-b005-742b7c2874cb" class="GINGER_SOFATWARE_mark">DBTools</span> Manager</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/DBTools-Manager.jpg" class="aligncenter size-full wp-image-3428" alt="DBTools Manager" width="500" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/DBTools-Manager.jpg 500w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/DBTools-Manager-300x215.jpg 300w" sizes="(max-width: 500px) 100vw, 500px"><noscript></noscript></a></p><p><strong><a href="http://www.mydb-studio.com/" target="_blank"><span id="c296cdb6-472a-44bf-ac10-ad1cc5ad68b4" class="GINGER_SOFATWARE_mark">MyDB</span> Studio</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/10/MyDB-Studio.jpg" class="aligncenter size-full wp-image-3429" alt="MyDB Studio" width="480" height="213" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/MyDB-Studio.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/MyDB-Studio-300x133.jpg 300w" sizes="(max-width: 480px) 100vw, 480px"><noscript></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="l3k620d6e2cf4edb0c8c762dac01ec154d8b3a5708d647ed0e4cf668b32b04aad4ebe" class="wpdiscuz-cnonce" name="cnonce" value="l3k620d6e2cf4edb0c8c762dac01ec154d8b3a5708d647ed0e4cf668b32b04aad4ebe" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="lin7tf36e8b4f53718ef3ceed574580055efef4ebcf4a8f6fc4a9d9515e8f3bfbf59f" class="wpdiscuz-cnonce" name="cnonce" value="lin7tf36e8b4f53718ef3ceed574580055efef4ebcf4a8f6fc4a9d9515e8f3bfbf59f" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best mysql gui tools', '', 'publish', 'closed', 'closed', '', 'best-mysql-gui-tools', '', '', '2017-04-11 13:14:19', '2017-04-11 13:14:19', '', 0, 'http://thedesignpixel.com/best-mysql-gui-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(65, 1, '2017-04-11 13:14:25', '2017-04-11 13:14:25', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Best Photoshop Print Design Tutorials                            </div>\r\n				        <div class="single-content">\n    <article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop">\r\n	<div id="post-3864" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">35+ Best Photoshop Print Design Tutorials</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is a crucial part of anyone in this industry, You have to practice a lot of time and spend your dedicated time to learn and sharpen your skills. We have already showcased a lot of useful tutorials for Adobe Photoshop to help you achieve your goal and you must check out them once here:\n</p>\n<p class="title"><strong><a title="50 Useful Photoshop Logo Design Tutorials" href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" rel="bookmark">50 Useful <span id="64a9bb2b-5c6c-408b-bf53-280c388a2f57" class="GINGER_SOFATWARE_mark"><span id="f2aac009-8dab-4477-8847-9dfd3a9023c8" class="GINGER_SOFATWARE_mark">Photoshop Logo</span></span> Design Tutorials</a></strong></p>\n<p class="title"><strong><a title="35+ Fresh Photoshop Text Effect Tutorials" href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a></strong></p>\n<p class="title"><strong><a title="20 Most Useful 3D Text Effect Photoshop Tutorials" href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a></strong></p>\n<p class="title"><strong><a title="25+ Best Photoshop Wallpaper Tutorials" href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a></strong></p>\n<p class="title"><strong><a title="25+ Easy-to-Follow Motion Graphics Tutorials" href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a></strong></p>\n<p>So, We are talking about the Photoshop print design tutorials in this post and print designs are the design which is made by the designers for advertising their products or anything they want to advertise. These Photoshop print design tutorials help you to learn and adapt the new skills to make your design, creative and productive with a lot of different effects. This is why we have collected this useful collection of tutorials here, just check out these and learn the new tricks of Photoshop to polish your skills.</p>\n<h3><span style="text-decoration: underline;"><em><strong>35+ Best Photoshop Print Design Tutorials:</strong></em></span></h3>\n<p><strong><a href="http://design.tutsplus.com/tutorials/create-a-shampoo-advertisement-in-photoshop--psd-11510" target="_blank" rel="nofollow">Create a Shampoo Advertisement in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3867" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop.jpg" alt="Create a Shampoo Advertisement in Photoshop" width="600" height="516" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop-300x258.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3867" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop.jpg" alt="Create a Shampoo Advertisement in Photoshop" width="600" height="516" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop-300x258.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Shampoo-Advertisement-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/design-an-album-cover-using-spectrograms--psd-257" target="_blank" rel="nofollow">Design an Album Cover Using Spectrograms</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms.jpg"><img class="aligncenter size-full wp-image-3868" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms.jpg" alt="Design an Album Cover Using Spectrograms" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3868" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms.jpg" alt="Design an Album Cover Using Spectrograms" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Album-Cover-Using-Spectrograms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.pixelonomics.com/how-to-design-a-geometric-poster-in-photoshop/" target="_blank" rel="nofollow">How to Design a Geometric Poster in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3869" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop.jpg" alt="How to Design a Geometric Poster in Photoshop" width="600" height="654" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop-275x300.jpg 275w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3869" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop.jpg" alt="How to Design a Geometric Poster in Photoshop" width="600" height="654" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop-275x300.jpg 275w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Geometric-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-create-a-book-template-in-indesign--cms-21729" target="_blank" rel="nofollow">How to Create a Book Template in InDesign</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign.jpg"><img class="aligncenter size-full wp-image-3870" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign.jpg" alt="How to Create a Book Template in InDesign" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign-300x218.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3870" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign.jpg" alt="How to Create a Book Template in InDesign" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign-300x218.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Book-Template-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/create-a-fantastic-abstract-fan-poster/" target="_blank" rel="nofollow">Create a Fantastic Abstract Fan Poster</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster.jpg"><img class="aligncenter size-full wp-image-3871" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster.jpg" alt="Create a Fantastic Abstract Fan Poster" width="600" height="672" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster-268x300.jpg 268w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3871" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster.jpg" alt="Create a Fantastic Abstract Fan Poster" width="600" height="672" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster-268x300.jpg 268w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Fantastic-Abstract-Fan-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/design-an-eye-catching-voucher-in-photoshop--cms-21654" target="_blank" rel="nofollow">Design an Eye-Catching Voucher in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1.jpg"><img class="aligncenter size-full wp-image-3873" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1.jpg" alt="Design an Eye-Catching Voucher in Photoshop" width="600" height="717" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1-251x300.jpg 251w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3873" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1.jpg" alt="Design an Eye-Catching Voucher in Photoshop" width="600" height="717" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1-251x300.jpg 251w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-an-Eye-Catching-Voucher-in-Photoshop1.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-create-a-promotional-flyer-in-photoshop--cms-21319" target="_blank" rel="nofollow">How to Create a Promotional Flyer in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3874" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop.jpg" alt="How to Create a Promotional Flyer in Photoshop" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3874" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop.jpg" alt="How to Create a Promotional Flyer in Photoshop" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-a-Promotional-Flyer-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://designinstruct.com/graphic-design/make-a-soft-grunge-product-ad-design-in-photoshop/" target="_blank" rel="nofollow">Make a Soft Grunge Product Ad Design in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3875" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop.jpg" alt="Make a Soft Grunge Product Ad Design in Photoshop" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3875" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop.jpg" alt="Make a Soft Grunge Product Ad Design in Photoshop" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-a-Soft-Grunge-Product-Ad-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/making-a-print-ready-business-card-using-only-photoshop--psd-36" target="_blank" rel="nofollow">Making a Print-Ready Business Card Using Only Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop.jpg"><img class="aligncenter size-full wp-image-3876" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop.jpg" alt="Making a Print-Ready Business Card Using Only Photoshop" width="600" height="576" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop-300x288.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3876" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop.jpg" alt="Making a Print-Ready Business Card Using Only Photoshop" width="600" height="576" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop-300x288.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Making-a-Print-Ready-Business-Card-Using-Only-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-design-a-folky-gig-poster-in-adobe-illustrator--cms-21828" target="_blank" rel="nofollow">How to Design a Folky Gig Poster in Adobe Illustrator</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-3877" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator.jpg" alt="How to Design a Folky Gig Poster in Adobe Illustrator" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3877" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator.jpg" alt="How to Design a Folky Gig Poster in Adobe Illustrator" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Folky-Gig-Poster-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/packaging-design-in-indesign-create-a-grunge-effect-cd-cover--cms-21665" target="_blank" rel="nofollow">Packaging Design in InDesign: Create A Grunge-Effect CD Cover</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover.jpg"><img class="aligncenter size-full wp-image-3878" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover.jpg" alt="Packaging Design in InDesign Create A Grunge-Effect CD Cover" width="600" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover-300x241.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3878" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover.jpg" alt="Packaging Design in InDesign Create A Grunge-Effect CD Cover" width="600" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover-300x241.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Packaging-Design-in-InDesign-Create-A-Grunge-Effect-CD-Cover.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/create-dimension-with-gradients-in-this-abstract-poster-design--cms-21974" target="_blank" rel="nofollow">Create Dimension With Gradients in This Abstract Poster Design</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design.jpg"><img class="aligncenter size-full wp-image-3879" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design.jpg" alt="Create Dimension With Gradients in This Abstract Poster Design" width="600" height="483" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design-300x242.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3879" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design.jpg" alt="Create Dimension With Gradients in This Abstract Poster Design" width="600" height="483" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design-300x242.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-Dimension-With-Gradients-in-This-Abstract-Poster-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-create-multiple-page-sizes-in-one-adobe-indesign-file--cms-21400" target="_blank" rel="nofollow">How to Create Multiple Page Sizes in One Adobe InDesign File</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File.jpg"><img class="aligncenter size-full wp-image-3880" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File.jpg" alt="How to Create Multiple Page Sizes in One Adobe InDesign File" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File-300x185.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3880" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File.jpg" alt="How to Create Multiple Page Sizes in One Adobe InDesign File" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File-300x185.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-Multiple-Page-Sizes-in-One-Adobe-InDesign-File.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/get-yourself-noticed-create-a-simple-business-card-in-indesign--cms-20652" target="_blank" rel="nofollow">Get Yourself Noticed! Create a Simple Business Card in InDesign</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign.jpg"><img class="aligncenter size-full wp-image-3881" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign.jpg" alt="Get Yourself Noticed! Create a Simple Business Card in InDesign" width="600" height="563" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign-300x282.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3881" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign.jpg" alt="Get Yourself Noticed! Create a Simple Business Card in InDesign" width="600" height="563" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign-300x282.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Get-Yourself-Noticed-Create-a-Simple-Business-Card-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.authorage.com/2013/02/14/book-cover-design-3/" target="_blank" rel="nofollow">Book cover design</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Book-cover-design.jpg"><img class="aligncenter size-full wp-image-3882" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Book-cover-design.jpg" alt="Book cover design" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Book-cover-design-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Book-cover-design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3882" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Book-cover-design.jpg" alt="Book cover design" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Book-cover-design-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Book-cover-design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-retro-style-race-poster-in-photoshop" target="_blank" rel="nofollow">How To Create a Retro Style Race Poster in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3883" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop.jpg" alt="How To Create a Retro Style Race Poster in Photoshop" width="600" height="719" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop-250x300.jpg 250w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3883" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop.jpg" alt="How To Create a Retro Style Race Poster in Photoshop" width="600" height="719" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop-250x300.jpg 250w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-To-Create-a-Retro-Style-Race-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.creativefan.com/create-a-vibrant-colorful-alcohol-product-ad/" target="_blank" rel="nofollow">Create a vibrant, colorful alcohol product Ad</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad.jpg"><img class="aligncenter size-full wp-image-3884" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad.jpg" alt="Create a vibrant colorful alcohol product Ad" width="600" height="707" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-255x300.jpg 255w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3884" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad.jpg" alt="Create a vibrant colorful alcohol product Ad" width="600" height="707" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-255x300.jpg 255w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/design-a-conceptual-album-cover-in-photoshop--psd-12627" target="_blank" rel="nofollow">Design a Conceptual Album Cover in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3885" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop.jpg" alt="Design a Conceptual Album Cover in Photoshop" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop-300x280.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3885" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop.jpg" alt="Design a Conceptual Album Cover in Photoshop" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop-300x280.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Conceptual-Album-Cover-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/create-a-delicious-print-ad-using-photo-manipulation-techniques-in-photoshop--psd-28584" target="_blank" rel="nofollow">Create a Delicious Print Ad Using Photo Manipulation Techniques in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3886" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop.jpg" alt="Create a Delicious Print Ad Using Photo Manipulation Techniques in Photoshop" width="600" height="632" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop-285x300.jpg 285w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3886" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop.jpg" alt="Create a Delicious Print Ad Using Photo Manipulation Techniques in Photoshop" width="600" height="632" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop-285x300.jpg 285w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Delicious-Print-Ad-Using-Photo-Manipulation-Techniques-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/creating-a-shoe-advertisement-poster-using-floral-elements--psd-3007" target="_blank" rel="nofollow">Creating a Shoe Advertisement Poster Using Floral Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements.jpg"><img class="aligncenter size-full wp-image-3890" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements.jpg" alt="Creating a Shoe Advertisement Poster Using Floral Elements" width="600" height="523" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements-300x262.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3890" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements.jpg" alt="Creating a Shoe Advertisement Poster Using Floral Elements" width="600" height="523" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements-300x262.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-a-Shoe-Advertisement-Poster-Using-Floral-Elements.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/creating-an-old-collage-effect-poster--psd-37" target="_blank" rel="nofollow">Creating an Old-Collage Effect Poster</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster.jpg"><img class="aligncenter size-full wp-image-3888" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster.jpg" alt="Creating an Old-Collage Effect Poster" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster-300x247.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3888" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster.jpg" alt="Creating an Old-Collage Effect Poster" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster-300x247.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Creating-an-Old-Collage-Effect-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-create-an-ice-cold-poster-with-3d-text--psd-764" target="_blank" rel="nofollow">How to Create an Ice-cold Poster with 3D Text</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text.jpg"><img class="aligncenter size-full wp-image-3889" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text.jpg" alt="How to Create an Ice-cold Poster with 3D Text" width="600" height="551" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text-300x276.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3889" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text.jpg" alt="How to Create an Ice-cold Poster with 3D Text" width="600" height="551" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text-300x276.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ice-cold-Poster-with-3D-Text.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://gomedia.us/zine/tutorials/photoshop/retro-modernist-poster-design-3d-typography/" target="_blank" rel="nofollow">Retro Modernist Poster Design with 3D typography</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography.jpg"><img class="aligncenter size-full wp-image-3891" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography.jpg" alt="Retro Modernist Poster Design with 3D typography" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography-300x247.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3891" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography.jpg" alt="Retro Modernist Poster Design with 3D typography" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography-300x247.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Retro-Modernist-Poster-Design-with-3D-typography.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://abduzeedo.com/minimalistic-poster-design-photoshop" target="_blank" rel="nofollow"><span id="c7df2fb5-382a-4e33-90bc-9b9ca91627df" class="GINGER_SOFATWARE_mark"><span id="67a80ec3-fc65-48f3-8de5-be1d3aa0499d" class="GINGER_SOFATWARE_mark"><span id="99df07e8-83a5-4f08-b3bc-9bb41437ba7f" class="GINGER_SOFATWARE_mark"><span id="3981b3e8-ea6a-4e4d-b494-3988ac30a130" class="GINGER_SOFATWARE_mark">Minimalistic</span></span></span></span> Poster Design in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3892" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop.jpg" alt="Minimalistic Poster Design in Photoshop" width="600" height="510" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop-300x255.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3892" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop.jpg" alt="Minimalistic Poster Design in Photoshop" width="600" height="510" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop-300x255.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalistic-Poster-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.denisdesigns.com/blog/2010/06/create-a-retro-metal-text-poster-in-photoshop/" target="_blank" rel="nofollow">Create a Retro Metal Text Poster</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster.jpg"><img class="aligncenter size-full wp-image-3893" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster.jpg" alt="Create a Retro Metal Text Poster" width="600" height="438" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3893" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster.jpg" alt="Create a Retro Metal Text Poster" width="600" height="438" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Metal-Text-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.creativefan.com/composite-an-imac-render-into-an-incredible-apple-advertisement/" target="_blank" rel="nofollow">Composite an iMac Render into an Incredible Apple Ad</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad.jpg"><img class="aligncenter size-full wp-image-3894" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad.jpg" alt="Composite an IMAc Render into an Incredible Apple Ad" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad-300x210.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3894" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad.jpg" alt="Composite an IMAc Render into an Incredible Apple Ad" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad-300x210.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Composite-an-IMAc-Render-into-an-Incredible-Apple-Ad.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://circleboxblog.com/2009/tutorials/how-to-design-an-abstract-business-card-in-photoshop/" target="_blank" rel="nofollow">How to Design an Abstract Business Card in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3895" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop.jpg" alt="How to Design an Abstract Business Card in Photoshop" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop-300x183.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3895" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop.jpg" alt="How to Design an Abstract Business Card in Photoshop" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop-300x183.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-an-Abstract-Business-Card-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/articles/creating-the-samurai-werewolf-poster-vector-plus-tutorial--vector-2153" target="_blank" rel="nofollow">Creating the &lsquo;Samurai Werewolf&rsquo; Poster</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3896" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Creating-the-Samurai-Werewolf-Poster.jpg" alt="Creating the &lsquo;Samurai Werewolf&rsquo; Poster" width="600" height="549"><noscript></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-create-an-ornate-vintage-poster-design-in-photoshop--psd-37336" target="_blank" rel="nofollow">How to Create an Ornate, Vintage, Poster Design in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3897" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop.jpg" alt="How to Create an Ornate, Vintage, Poster Design in Photoshop" width="600" height="666" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop-270x300.jpg 270w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3897" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop.jpg" alt="How to Create an Ornate, Vintage, Poster Design in Photoshop" width="600" height="666" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop-270x300.jpg 270w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Create-an-Ornate-Vintage-Poster-Design-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/make-an-inspiring-artistic-poster-with-drawn-elements--psd-312" target="_blank" rel="nofollow">Make an Inspiring Artistic Poster with Drawn Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements.jpg"><img class="aligncenter size-full wp-image-3898" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements.jpg" alt="Make an Inspiring Artistic Poster with Drawn Elements" width="600" height="521" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements-300x261.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3898" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements.jpg" alt="Make an Inspiring Artistic Poster with Drawn Elements" width="600" height="521" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements-300x261.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Make-an-Inspiring-Artistic-Poster-with-Drawn-Elements.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://10steps.sg/tutorials/photoshop/create-an-ink-splattering-knight-composition/" target="_blank" rel="nofollow">Create an Ink Splattering Knight Composition</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition.jpg"><img class="aligncenter size-full wp-image-3899" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition.jpg" alt="Create an Ink Splattering Knight Composition" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition-300x236.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3899" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition.jpg" alt="Create an Ink Splattering Knight Composition" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition-300x236.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Ink-Splattering-Knight-Composition.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://wegraphics.net/blog/tutorials/design-a-retro-inspired-sci-fi-film-poster/" target="_blank" rel="nofollow">Design a Retro Inspired Sci-Fi Film Poster</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster.jpg"><img class="aligncenter size-full wp-image-3900" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster.jpg" alt="Design a Retro Inspired Sci-Fi Film Poster" width="600" height="503" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster-300x252.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3900" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster.jpg" alt="Design a Retro Inspired Sci-Fi Film Poster" width="600" height="503" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster-300x252.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Retro-Inspired-Sci-Fi-Film-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://blog.spoongraphics.co.uk/tutorials/create-a-trendy-typographic-poster-design" target="_blank" rel="nofollow">Create a Trendy Typographic Poster Design</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design.jpg"><img class="aligncenter size-full wp-image-3901" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design.jpg" alt="Create a Trendy Typographic Poster Design" width="600" height="576" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design-300x288.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3901" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design.jpg" alt="Create a Trendy Typographic Poster Design" width="600" height="576" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design-300x288.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Trendy-Typographic-Poster-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/create-an-intense-movie-poster-in-photoshop--psd-4841" target="_blank" rel="nofollow">Create an Intense Movie Poster in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3902" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop.jpg" alt="Create an Intense Movie Poster in Photoshop" width="600" height="731" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop-246x300.jpg 246w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3902" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop.jpg" alt="Create an Intense Movie Poster in Photoshop" width="600" height="731" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop-246x300.jpg 246w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-an-Intense-Movie-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/create-a-retro-urban-gig-poster-in-photoshop--psd-6996" target="_blank" rel="nofollow">Create a Retro Urban Gig Poster in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-3903" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop.jpg" alt="Create a Retro Urban Gig Poster in Photoshop" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3903" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop.jpg" alt="Create a Retro Urban Gig Poster in Photoshop" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-Retro-Urban-Gig-Poster-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/how-to-design-a-print-ready-flier-with-photoshop-and-illustrator--psd-5826" target="_blank" rel="nofollow">How to Design a Print-Ready Flier with Photoshop and Illustrator</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator.jpg"><img class="aligncenter size-full wp-image-3904" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator.jpg" alt="How to Design a Print-Ready Flier with Photoshop and Illustrator" width="600" height="670" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator-269x300.jpg 269w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3904" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator.jpg" alt="How to Design a Print-Ready Flier with Photoshop and Illustrator" width="600" height="670" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator-269x300.jpg 269w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/How-to-Design-a-Print-Ready-Flier-with-Photoshop-and-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/design-a-sin-city-style-poster--psd-238" target="_blank" rel="nofollow">Design a Sin City Style Poster</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster.jpg"><img class="aligncenter size-full wp-image-3905" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster.jpg" alt="Design a Sin City Style Poster" width="600" height="522" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster-300x261.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3905" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster.jpg" alt="Design a Sin City Style Poster" width="600" height="522" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster-300x261.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Design-a-Sin-City-Style-Poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://abduzeedo.com/inception-poster-repousse-photoshoc-cs5" target="_blank" rel="nofollow">Inception Poster with Repousse in Photoshop CS5</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5.jpg"><img class="aligncenter size-full wp-image-3906" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5.jpg" alt="Inception Poster with Repousse in Photoshop CS5" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5-300x244.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3906" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5.jpg" alt="Inception Poster with Repousse in Photoshop CS5" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5-300x244.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Inception-Poster-with-Repousse-in-Photoshop-CS5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="8VsHZb262af81165120a805ab069902adc432ee3fe08effbe232e2891b9d1bc9dbadd" class="wpdiscuz-cnonce" name="cnonce" value="8VsHZb262af81165120a805ab069902adc432ee3fe08effbe232e2891b9d1bc9dbadd" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="cZtiS9e08a95c76d981c1b3c138bbfe07a93d2b472b2d18318351d9ee7a772dc211e1" class="wpdiscuz-cnonce" name="cnonce" value="cZtiS9e08a95c76d981c1b3c138bbfe07a93d2b472b2d18318351d9ee7a772dc211e1" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'best photoshop print design tutorials', '', 'publish', 'closed', 'closed', '', 'best-photoshop-print-design-tutorials', '', '', '2017-04-11 13:14:25', '2017-04-11 13:14:25', '', 0, 'http://thedesignpixel.com/best-photoshop-print-design-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(66, 1, '2017-04-11 13:14:28', '2017-04-11 13:14:28', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;25+ Best Photoshop Wallpaper Tutorials </div>\n<div class="single-content">\n<article class="post-2056 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop tag-wallpapers">\n<div id="post-2056" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">25+ Best Photoshop Wallpaper Tutorials</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<div class="beforepost"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center></div>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and need of choice. Considering the customization in gadgets, we spend a lot of money to be using our favorite gadget. The money spent is from the hard earned sources, and it becomes vital to be fully satisfied with the product. We try to customize it as accordingly as we can, to be customizing the product well.</p>\n<p>Hard cases, covers, back cases, etc., these all are the general hardware customizations we use to flaunt our style, class, or taste into tears. These are limited ones, but on the other hand, the software customizations are having an infinite limit. Software customizations include thousands of options, and wallpaper being one of the most common customization options. Wallpaper is a background image that appears on our desktop window, with all the icons and other stuff lying on it. It feels so good to be having a nice cool wallpaper, giving an active perspective of work, and a good proper feel of customization.</p>\n<p>Adobe Photoshop is a tool, that can do anything related to imaging. May it be post processing of clicks photographs, designing graphics, etc., the variety of tools in photoshop can do anything, if used well. There is a case that you might not be able to get a wallpaper, as cool as what you mean or deserve, or you just want to even customize the wallpaper for your signature style. If you are new to photoshop, and feel, not so capable to be designing the same, photoshop tutorials come to the rescue for you. A collection of 25+ best photoshop wallpaper tutorials is<span id="b101ce1f-5546-41ca-a82a-2d64696fd31c" class="GINGER_SOFATWARE_mark"> :</span>\n</p>\n<h3><strong><span style="text-decoration: underline;"><em>25+ Best Photoshop Wallpaper Tutorials</em></span>:</strong></h3>\n<p><strong><a href="http://www.psdbox.com/tutorials/making-a-colorful-windows-7-wallpaper-in-photoshop/">Making a Colorful Windows 7 Wallpaper in Photoshop</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2057" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Making-a-Colorful-Windows-7-Wallpaper-in-Photoshop.jpg" alt="Making a Colorful Windows 7 Wallpaper in Photoshop" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Making-a-Colorful-Windows-7-Wallpaper-in-Photoshop-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Making-a-Colorful-Windows-7-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=3254728">PHOTOSHOP &amp; ILLUSTRATOR TUTORIAL:&nbsp;DESIGN DAMASK PATTERNS FOR WALLPAPER AND HOMEWARES</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES.jpg"><img class="aligncenter size-full wp-image-2058" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES.jpg" alt="PHOTOSHOP &amp; ILLUSTRATOR TUTORIAL DESIGN DAMASK PATTERNS FOR WALLPAPER AND HOMEWARES" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2058" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES.jpg" alt="PHOTOSHOP &amp; ILLUSTRATOR TUTORIAL DESIGN DAMASK PATTERNS FOR WALLPAPER AND HOMEWARES" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/PHOTOSHOP-ILLUSTRATOR-TUTORIAL-DESIGN-DAMASK-PATTERNS-FOR-WALLPAPER-AND-HOMEWARES.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://wegraphics.net/blog/tutorials/photoshop/design-a-futuristic-2011-wallpaper/">Design a futuristic 2011 wallpape</a><a href="http://wegraphics.net/blog/tutorials/photoshop/design-a-futuristic-2011-wallpaper/">r</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper.jpg"><img class="aligncenter size-full wp-image-2059" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper.jpg" alt="Design a futuristic 2011 wallpaper" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper-300x217.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2059" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper.jpg" alt="Design a futuristic 2011 wallpaper" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper-300x217.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-a-futuristic-2011-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.eyesontutorials.com/articles/5328/1/Create-very-shiny-summer-wallpaper/Page1.html">Create very shiny summer wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2060" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-very-shiny-summer-wallpaper.jpg" alt="Create very shiny summer wallpaper" width="600" height="378" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-very-shiny-summer-wallpaper-300x189.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-very-shiny-summer-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong>How to represent the wallpapers on Apple topic</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2061" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/How-to-represent-wallpapers-on-Apple-topic.jpg" alt="How to represent wallpapers on Apple topic" width="600" height="500" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-represent-wallpapers-on-Apple-topic-300x250.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-represent-wallpapers-on-Apple-topic.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.webdevtuts.net/photoshop-2/create-a-simple-but-creative-graphic-typography-wallpaper-design/">Create A Simple But Creative Graphic Typography Wallpaper Design</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2062" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-A-Simple-But-Creative-Graphic-Typography-Wallpaper-Design.jpg" alt="Create A Simple But Creative Graphic Typography Wallpaper Design" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-A-Simple-But-Creative-Graphic-Typography-Wallpaper-Design-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-A-Simple-But-Creative-Graphic-Typography-Wallpaper-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.tutzor.com/tutorials/starcraft-2-wallpaper-design">STARCRAFT 2 WALLPAPER DESIGN</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN.png"><img class="aligncenter size-full wp-image-2063" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN.png" alt="STARCRAFT 2 WALLPAPER DESIGN" width="600" height="454" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN-300x227.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2063" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN.png" alt="STARCRAFT 2 WALLPAPER DESIGN" width="600" height="454" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN-300x227.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/STARCRAFT-2-WALLPAPER-DESIGN.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://iphone.appmobilize.com/design/2/represent-nice-wallpapers-in-apple-style">Represent nice wallpapers in Apple style</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style.jpg"><img class="aligncenter size-full wp-image-2064" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style.jpg" alt="Represent nice wallpapers in Apple style" width="600" height="500" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style-300x250.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2064" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style.jpg" alt="Represent nice wallpapers in Apple style" width="600" height="500" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style-300x250.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Represent-nice-wallpapers-in-Apple-style.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://bloomwebdesign.net/myblog/2011/08/05/create-an-awesome-metal-textured-wallpaper-in-photoshop/">Create an Awesome Metal Textured Wallpaper in Photoshop</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2065" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Awesome-Metal-Textured-Wallpaper-in-Photoshop.jpg" alt="Create an Awesome Metal Textured Wallpaper in Photoshop" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Awesome-Metal-Textured-Wallpaper-in-Photoshop-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Awesome-Metal-Textured-Wallpaper-in-Photoshop-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Awesome-Metal-Textured-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://photoshoptutorials.ws/photoshop-tutorials/textures/the-secret.html">Design &#8216;The Secret&#8217; Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2066" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Design-The-Secret-Wallpaper.jpg" alt="Design ''The Secret'' Wallpaper" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-The-Secret-Wallpaper-300x184.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Design-The-Secret-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.psdbox.com/tutorials/dark-wallpaper-tutorial/">Dark Wallpaper Tutorial</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial.jpg"><img class="aligncenter size-full wp-image-2067" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial.jpg" alt="Dark Wallpaper Tutorial" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2067" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial.jpg" alt="Dark Wallpaper Tutorial" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dark-Wallpaper-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-create-a-retro-apple-wallpaper-in-photoshop">How To Create a Retro Apple Wallpaper in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2068" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg" alt="How To Create a Retro Apple Wallpaper in Photoshop" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2068" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg" alt="How To Create a Retro Apple Wallpaper in Photoshop" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Apple-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.psdbox.com/tutorials/wallpaper-tutorial-part-1-blending/">Wallpaper tutorial &ndash; Part 1 &ndash; Blending</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2069" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Wallpaper-tutorial-Part-1-Blending.jpg" alt="Wallpaper tutorial &ndash; Part 1 &ndash; Blending" width="600" height="389"><noscript></noscript></a></p>\n<p><strong><a href="http://www.psdbox.com/tutorials/how-to-make-simple-green-wallpaper-in-photoshop/">How to make simple green wallpaper in photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop.jpg"><img class="aligncenter size-full wp-image-2070" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop.jpg" alt="How to make simple green wallpaper in photoshop" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop-300x167.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2070" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop.jpg" alt="How to make simple green wallpaper in photoshop" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop-300x167.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-to-make-simple-green-wallpaper-in-photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.eyesontutorials.com/articles/170/1/Green-Field-Wallpaper-Effects/Page1.html">Green Field Wallpaper Effects</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects.jpg"><img class="aligncenter size-full wp-image-2071" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects.jpg" alt="Green Field Wallpaper Effects" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2071" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects.jpg" alt="Green Field Wallpaper Effects" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Green-Field-Wallpaper-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.photoshop8x.com/view_tut.php?id=4">Beautiful Rainbow Island Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper.jpg"><img class="aligncenter size-full wp-image-2072" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper.jpg" alt="Beautiful Rainbow Island Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2072" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper.jpg" alt="Beautiful Rainbow Island Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/30970022/1/Texas-Rangers-desktop-wallpaper">Texas Rangers desktop wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper.jpg"><img class="aligncenter size-full wp-image-2073" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper.jpg" alt="Texas Rangers desktop wallpaper" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2073" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper.jpg" alt="Texas Rangers desktop wallpaper" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Texas-Rangers-desktop-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/2936/1/Windows-Abstract-Desktop-Wallpaper">Windows Abstract Desktop Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2074" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Windows-Abstract-Desktop-Wallpaper.jpg" alt="Windows Abstract Desktop Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Windows-Abstract-Desktop-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Windows-Abstract-Desktop-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Windows-Abstract-Desktop-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/fringe-promotional-wallpaper-tutorial.html">FRINGE Promotional Wallpaper Tutorial</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial.png"><img class="aligncenter size-full wp-image-2075" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial.png" alt="FRINGE Promotional Wallpaper Tutorial" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial.png 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2075" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial.png" alt="FRINGE Promotional Wallpaper Tutorial" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/FRINGE-Promotional-Wallpaper-Tutorial.png 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/2860/1/Summer-Camp-Wallpaper"> Summer Camp Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Summer-Camp-Wallpaper.jpg"><img class="aligncenter size-full wp-image-2076" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Summer-Camp-Wallpaper.jpg" alt="Summer Camp Wallpaper" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Summer-Camp-Wallpaper-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Summer-Camp-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2076" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Summer-Camp-Wallpaper.jpg" alt="Summer Camp Wallpaper" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Summer-Camp-Wallpaper-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Summer-Camp-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/3006/1/Diablo-III-styled-wallpaper">Diablo III styled wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper.jpg"><img class="aligncenter size-full wp-image-2077" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper.jpg" alt="Diablo III styled wallpaper" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2077" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper.jpg" alt="Diablo III styled wallpaper" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Diablo-III-styled-wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://drawingclouds.com/2011/01/create-a-fantasy-out-the-door-wallpaper-in-photoshop/">Create a Fantasy Out the Door Wallpaper in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2078" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop.jpg" alt="Create a Fantasy Out the Door Wallpaper in Photoshop" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2078" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop.jpg" alt="Create a Fantasy Out the Door Wallpaper in Photoshop" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Fantasy-Out-the-Door-Wallpaper-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/3003/1/Mac---Colorful-Design">Mac &ndash; Colorful Design</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2079" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mac-Colorful-Design.jpg" alt="Mac &ndash; Colorful Design" width="600" height="451"><noscript></noscript></a></p>\n<p><strong><a href="http://www.adobetutorialz.com/articles/2870/1/Love-Wallpaper-for-the-desktop">Love Wallpaper for the desktop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop.jpg"><img class="aligncenter size-full wp-image-2080" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop.jpg" alt="Love Wallpaper for the desktop" width="600" height="455" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop-300x228.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2080" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop.jpg" alt="Love Wallpaper for the desktop" width="600" height="455" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop-300x228.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Love-Wallpaper-for-the-desktop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://10steps.sg/tutorials/photoshop/creating-an-ecological-fairy-tale-wallpaper/">Creating an Ecological Fairy Tale Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2081" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Ecological-Fairy-Tale-Wallpaper.jpg" alt="Creating an Ecological Fairy Tale Wallpaper" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Ecological-Fairy-Tale-Wallpaper-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Ecological-Fairy-Tale-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.signaturestop.com/large-piece-tutorials/arctic-monkeys-photoshop-wallpaper-tutorial/">Arctic Monkeys Photoshop Wallpaper Tutorial</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Arctic-Monkeys-Photoshop-Wallpaper-Tutorial.gif"><img class="aligncenter size-full wp-image-2082" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Arctic-Monkeys-Photoshop-Wallpaper-Tutorial.gif" alt="Arctic Monkeys Photoshop Wallpaper Tutorial" width="600" height="479"><noscript><img class="aligncenter size-full wp-image-2082" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Arctic-Monkeys-Photoshop-Wallpaper-Tutorial.gif" alt="Arctic Monkeys Photoshop Wallpaper Tutorial" width="600" height="479"></noscript></a></p>\n<p><strong><a href="http://10steps.sg/photoshop/creating-an-abstract-watercolor-wallpaper/">Creating an Abstract Watercolor Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper.jpg"><img class="aligncenter size-full wp-image-2083" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper.jpg" alt="Creating an Abstract Watercolor Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2083" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper.jpg" alt="Creating an Abstract Watercolor Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-an-Abstract-Watercolor-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/create-a-retro-pop-style-wallpaper/">Create an Abstract Retro-Pop Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper.jpg"><img class="aligncenter size-full wp-image-2084" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper.jpg" alt="Create an Abstract Retro-Pop Wallpaper" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2084" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper.jpg" alt="Create an Abstract Retro-Pop Wallpaper" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-an-Abstract-Retro-Pop-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://drawingclouds.com/2011/02/create-a-cosmic-typo-wallpaper-in-photoshop-and-illustrator/">Create a Cosmic Typo Wallpaper in Photoshop and Illustrator</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator.jpg"><img class="aligncenter size-full wp-image-2085" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator.jpg" alt="Create a Cosmic Typo Wallpaper in Photoshop and Illustrator" width="600" height="228" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator-300x114.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2085" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator.jpg" alt="Create a Cosmic Typo Wallpaper in Photoshop and Illustrator" width="600" height="228" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator-300x114.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Create-a-Cosmic-Typo-Wallpaper-in-Photoshop-and-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/creating-a-typographic-wallpaper/">Creating a Typographic Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2086" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creating-a-Typographic-Wallpaper.jpg" alt="Creating a Typographic Wallpaper" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-a-Typographic-Wallpaper-300x240.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creating-a-Typographic-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://webexpedition18.com/articles/how-to-create-a-retro-grunge-apple-wallpaper-in-5-easy-steps-in-photoshop/">How To Create a Retro Grunge Apple Wallpaper in 5 Easy Steps in Photoshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-2087" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop.jpg" alt="How To Create a Retro Grunge Apple Wallpaper in 5 Easy Steps in Photoshop" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-2087" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop.jpg" alt="How To Create a Retro Grunge Apple Wallpaper in 5 Easy Steps in Photoshop" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/How-To-Create-a-Retro-Grunge-Apple-Wallpaper-in-5-Easy-Steps-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong><a href="http://www.photoshopstar.com/graphics/kung-fu-panda-wallpaper/">Kung Fu Panda Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2088" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Kung-Fu-Panda-Wallpaper.jpg" alt="Kung Fu Panda Wallpaper" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kung-Fu-Panda-Wallpaper-300x188.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kung-Fu-Panda-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<p><strong><a href="http://www.eyesontutorials.com/articles/1482/1/Animated-Rainbow-Wallpaper/Page1.html">Animated Rainbow Wallpaper</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2089" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Animated-Rainbow-Wallpaper.jpg" alt="Animated Rainbow Wallpaper" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Animated-Rainbow-Wallpaper-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Animated-Rainbow-Wallpaper-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Animated-Rainbow-Wallpaper.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript></noscript></a></p>\n<div class="single-post-ad">\n<div id="contentad116044"></div>\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script> </div>\n</div> \n</div> \n</div> \n</article> </div> \n<div class="wpdiscuz_top_clearing"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div class="wpdiscuz_clear"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="qF1EMb4311dcfdf9c843d2b0cc61af55637bda10974125f50dd4a2f0a08d508cbe2f1" class="wpdiscuz-cnonce" name="cnonce" value="qF1EMb4311dcfdf9c843d2b0cc61af55637bda10974125f50dd4a2f0a08d508cbe2f1"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<div class="wpdiscuz-textarea-wrap">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="h6zMTf402ae8fa6ebdf8931cc0a00bb2afa200dc940f4f30579b3f6aef1eda77f3546" class="wpdiscuz-cnonce" name="cnonce" value="h6zMTf402ae8fa6ebdf8931cc0a00bb2afa200dc940f4f30579b3f6aef1eda77f3546"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div class="wpdiscuz_clear"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\n<span class="meta">\n<time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\n<span class="meta">\n<time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\n<span class="meta">\n<time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\n<span class="meta">\n<time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'best photoshop wallpaper tutorials', '', 'publish', 'closed', 'closed', '', 'best-photoshop-wallpaper-tutorials', '', '', '2017-04-11 13:14:28', '2017-04-11 13:14:28', '', 0, 'http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(67, 1, '2017-04-11 13:14:30', '2017-04-11 13:14:30', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Best PHP Frameworks for Web Developers                            </div>\r\n				        <div class="single-content">\n    <article class="post-3245 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-php">\r\n	<div id="post-3245" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">20 Best PHP Frameworks for Web Developers</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website that not only delivers quality information about your products but also gives more flexibility to the end users so that they can get the real piece of information about your products. The most important factor that helps you to get online sales is the kind of design you have on your web site.</p>\n<p>Now, The most important question about designing a website is the platform you choose. The platform mainly depends on the kind of website you want for your business and it may be a shopping site, E-commerce site or just a portfolio site. Gone is the time when we used to have only HTML and CSS for designing the web pages, we certainly need more responsive designs with embedded scripts in it. PHP is the latest addition to the website development platform along with other languages <span id="551f52c2-c1dc-48bd-8bb9-cf62645120da" class="GINGER_SOFATWARE_mark"><span id="7b4587da-1471-4bf2-822a-2a80d29ba338" class="GINGER_SOFATWARE_mark">like ASP .NET</span></span> or Java. PHP offers you a wide variety of extensions and features with the help of which you can create stunning websites as well as responsive designs.</p>\n<p>PHP coding involves a lot of practice to achieve your goals in real time and just like any other language, it has a wide variety of useful frameworks, tools and libraries to make the development job easy for web developers. In the last few posts we have talked about the most useful PHP Libraries which you must check out:\n</p>\n<p class="title"><strong><a title="25 Best PHP Libraries for Web Developers" href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="bookmark">25 Best PHP Libraries for Web Developers</a></strong></p>\n<p>Now, It&#8217;s time to go ahead and check out the best PHP frameworks for web developers. These PHP frameworks come very handy when it needs to create web applications and web sites. There are various PHP frameworks are available on the web which offers you a wide variety of functions and facilities to make your job easy. But, We have compiled a list of best PHP frameworks for web developers in 2014.</p>\n<h3><strong><span class="GingerNoCheckStart"><span style="text-decoration: underline;"><em>20 Best PHP Frameworks for Web Developers:</em></span></span></strong></h3>\n<p><strong><a href="http://silex.sensiolabs.org/" target="_blank">Silex</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Silex.png"><img class="aligncenter size-full wp-image-3247" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Silex.png" alt="Silex" width="600" height="263" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Silex-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Silex.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3247" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Silex.png" alt="Silex" width="600" height="263" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Silex-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Silex.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.agavi.org/" target="_blank"><span id="f2332ef3-ffa9-4ac3-aedc-d470a3d392f8" class="GINGER_SOFATWARE_mark"><span id="37a11e50-e300-40e8-9d5a-40293e74db64" class="GINGER_SOFATWARE_mark"><span id="41fe6485-6687-47bf-96d8-5735a9e0ddad" class="GINGER_SOFATWARE_mark">Agavi</span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Agavi.png"><img class="aligncenter size-full wp-image-3248" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Agavi.png" alt="Agavi" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Agavi-300x144.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Agavi.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3248" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Agavi.png" alt="Agavi" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Agavi-300x144.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Agavi.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://cakephp.org/" target="_blank">Cake PHP</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cake-PHP.png"><img class="aligncenter size-full wp-image-3249" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Cake-PHP.png" alt="Cake PHP" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Cake-PHP-300x230.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Cake-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3249" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cake-PHP.png" alt="Cake PHP" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Cake-PHP-300x230.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Cake-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://flow.typo3.org/home" target="_blank">Typo3 Flow</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Typo3-Flow.png"><img class="aligncenter size-full wp-image-3250" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Typo3-Flow.png" alt="Typo3 Flow" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Typo3-Flow-300x179.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Typo3-Flow.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3250" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Typo3-Flow.png" alt="Typo3 Flow" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Typo3-Flow-300x179.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Typo3-Flow.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://nette.org/en/" target="_blank"><span id="21c9c6a3-e577-450f-ac4d-6dd9df473563" class="GINGER_SOFATWARE_mark"><span id="28ea9580-fbc4-453d-a36b-bc1048bee2d4" class="GINGER_SOFATWARE_mark"><span id="b8091821-fd38-4b05-9d88-6d34d32f6946" class="GINGER_SOFATWARE_mark">Nette</span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nette.png"><img class="aligncenter size-full wp-image-3251" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Nette.png" alt="Nette" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nette-300x155.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nette.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3251" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Nette.png" alt="Nette" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nette-300x155.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Nette.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://simplemvcframework.com/" target="_blank">Simple MVC Framework</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Simple-MVC-Framework.png"><img class="aligncenter size-full wp-image-3252" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Simple-MVC-Framework.png" alt="Simple MVC Framework" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simple-MVC-Framework-300x153.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simple-MVC-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3252" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Simple-MVC-Framework.png" alt="Simple MVC Framework" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simple-MVC-Framework-300x153.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Simple-MVC-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://laravel.com/" target="_blank"><span id="b30e5274-5a8b-4416-9148-8c218fe9b053" class="GINGER_SOFATWARE_mark"><span id="4e4088f0-ada9-4088-87be-88feb944ddb2" class="GINGER_SOFATWARE_mark">Laravel</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Laravel.png"><img class="aligncenter size-full wp-image-3253" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Laravel.png" alt="Laravel" width="600" height="434" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Laravel-300x217.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Laravel.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3253" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Laravel.png" alt="Laravel" width="600" height="434" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Laravel-300x217.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Laravel.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://phalconphp.com/en/" target="_blank"><span id="dbc94593-57c5-4eab-a39e-2b7449bd627f" class="GINGER_SOFATWARE_mark"><span id="a5c911c6-071c-40d1-ac54-6f566bfda24e" class="GINGER_SOFATWARE_mark"><span id="d7573a52-e9a1-4e06-a934-6f57749200b7" class="GINGER_SOFATWARE_mark">Phalcon</span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon.png"><img class="aligncenter size-full wp-image-3254" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Phalcon.png" alt="Phalcon" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-300x180.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3254" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon.png" alt="Phalcon" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-300x180.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://symfony.com/" target="_blank"><span id="e6c31bc5-49c7-44bc-9d7c-ca0a24a43e12" class="GINGER_SOFATWARE_mark"><span id="ba981367-212a-4421-8f4b-4f3b8f869abe" class="GINGER_SOFATWARE_mark"><span id="916bd718-44e4-433a-9d10-2d4c30c7a9cb" class="GINGER_SOFATWARE_mark">Symfony</span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Symfony-2.png"><img class="aligncenter size-full wp-image-3255" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Symfony-2.png" alt="Symfony 2" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Symfony-2-300x200.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Symfony-2.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3255" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Symfony-2.png" alt="Symfony 2" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Symfony-2-300x200.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Symfony-2.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.yiiframework.com/" target="_blank">Yii Framework</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Yii-Framework.png"><img class="aligncenter size-full wp-image-3256" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Yii-Framework.png" alt="Yii Framework" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Yii-Framework-300x202.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Yii-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3256" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Yii-Framework.png" alt="Yii Framework" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Yii-Framework-300x202.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Yii-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://ellislab.com/codeigniter" target="_blank">Code Igniter</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/CodeIgniter.png"><img class="aligncenter size-full wp-image-3257" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/CodeIgniter.png" alt="CodeIgniter" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/CodeIgniter-300x212.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/CodeIgniter.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3257" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/CodeIgniter.png" alt="CodeIgniter" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/CodeIgniter-300x212.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/CodeIgniter.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://auraphp.com/" target="_blank">Aura</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Aura.png"><img class="aligncenter size-full wp-image-3258" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Aura.png" alt="Aura" width="600" height="263" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Aura-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Aura.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3258" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Aura.png" alt="Aura" width="600" height="263" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Aura-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Aura.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://framework.zend.com/" target="_blank">Zend Framework</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zend-Framework.png"><img class="aligncenter size-full wp-image-3259" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Zend-Framework.png" alt="Zend Framework" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zend-Framework-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zend-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3259" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zend-Framework.png" alt="Zend Framework" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zend-Framework-300x132.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zend-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://kohanaframework.org/" target="_blank">Kohana</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kohana.png"><img class="aligncenter size-full wp-image-3260" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Kohana.png" alt="Kohana" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kohana-300x280.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kohana.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3260" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kohana.png" alt="Kohana" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kohana-300x280.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Kohana.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.slimframework.com/" target="_blank">Slim Framework</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Slim-Framework.png"><img class="aligncenter size-full wp-image-3261" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Slim-Framework.png" alt="Slim Framework" width="600" height="510" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slim-Framework-300x255.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slim-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3261" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Slim-Framework.png" alt="Slim Framework" width="600" height="510" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slim-Framework-300x255.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slim-Framework.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.popphp.org/" target="_blank">Pop PHP</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pop-PHP.png"><img class="aligncenter size-full wp-image-3262" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Pop-PHP.png" alt="Pop PHP" width="600" height="673" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pop-PHP-267x300.png 267w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pop-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3262" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pop-PHP.png" alt="Pop PHP" width="600" height="673" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pop-PHP-267x300.png 267w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pop-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://phpixie.com/" target="_blank"><span id="b57869c9-f6f9-416f-bee8-a56fd1fab5a9" class="GINGER_SOFATWARE_mark"><span id="c2ed3d47-93ad-4e5d-a6d9-bc73f9d9e627" class="GINGER_SOFATWARE_mark">PHPixie</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPixie.png"><img class="aligncenter size-full wp-image-3263" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHPixie.png" alt="PHPixie" width="600" height="536" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPixie-300x268.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPixie.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3263" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPixie.png" alt="PHPixie" width="600" height="536" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPixie-300x268.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPixie.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://medoo.in/" target="_blank"><span id="0fc9d15f-e95d-4db6-a28e-ed796071ef1a" class="GINGER_SOFATWARE_mark"><span id="e118e891-3d34-495b-a428-b1b4d8d404c4" class="GINGER_SOFATWARE_mark"><span id="8c1f6b7c-3cfe-4e39-8761-3bd2f64ea9c5" class="GINGER_SOFATWARE_mark">Medoo</span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Medoo.png"><img class="aligncenter size-full wp-image-3264" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Medoo.png" alt="Medoo" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Medoo-300x179.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Medoo.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3264" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Medoo.png" alt="Medoo" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Medoo-300x179.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Medoo.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://flightphp.com/" target="_blank">Flight</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flight.png"><img class="aligncenter size-full wp-image-3265" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flight.png" alt="Flight" width="600" height="514" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flight-300x257.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flight.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3265" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flight.png" alt="Flight" width="600" height="514" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flight-300x257.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flight.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://fuelphp.com/" target="_blank">Fuel PHP</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Fuel-PHP.png"><img class="aligncenter size-full wp-image-3266" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Fuel-PHP.png" alt="Fuel PHP" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Fuel-PHP-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Fuel-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3266" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Fuel-PHP.png" alt="Fuel PHP" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Fuel-PHP-300x188.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Fuel-PHP.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>&nbsp;</p>\n\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="tQiyMe5470dc519ac1c83c14ffa28da1af4313dba1fb54015a25385c33d43505da4cb" class="wpdiscuz-cnonce" name="cnonce" value="tQiyMe5470dc519ac1c83c14ffa28da1af4313dba1fb54015a25385c33d43505da4cb" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="fYAUffa8a5213fc61ec8bc8bfe2110307914ce47838fa5f1af27bfc4b5d76a4ece0b0" class="wpdiscuz-cnonce" name="cnonce" value="fYAUffa8a5213fc61ec8bc8bfe2110307914ce47838fa5f1af27bfc4b5d76a4ece0b0" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'best php frameworks for web developers', '', 'publish', 'closed', 'closed', '', 'best-php-frameworks-for-web-developers', '', '', '2017-04-11 13:14:30', '2017-04-11 13:14:30', '', 0, 'http://thedesignpixel.com/best-php-frameworks-for-web-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(68, 1, '2017-04-11 13:14:32', '2017-04-11 13:14:32', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;25 Best PHP Libraries for Web Developers                            </div>\r\n				        <div class="single-content">\n    <article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php">\r\n	<div id="post-3217" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">25 Best PHP Libraries for Web Developers</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website. There was a time when only HTML or CSS is sufficient to create some web pages but now every wants to have some stunning effect on their websites. These special navigation effects, slide shows require a lot of scripts and functions to get the job done.</p>\n<p>A number of languages like PHP, Javascript, ASP<span id="f08d8e09-bd75-4087-a238-6a8d53c5715f" class="GINGER_SOFATWARE_mark"> .</span>Net, Ajax and some others are used for this purpose. But today we are going to talk about the PHP only, It offers too many useful extensions and features for the web developers to make stunning web sites. PHP coding need a lot of practice and perfection to get the most out of it. Just like other languages PHP has its own in building tools, libraries and frameworks.</p>\n<p>Further, Web Developers are continuously working hard to build new libraries to help out their fellow developers. With the help of these PHP libraries anyone can easily create some useful applications as well as web sites. Every coder knows the importance of these PHP libraries and how to use them efficiently. PHP Libraries help web developers to take the full advantage of Object Oriented Programming while creating useful web applications. These PHP libraries are nothing but a set of useful code which intends to solve a particular purpose.</p>\n<p>So, We have compiled a list of best PHP libraries for Web Developers so that they can create useful applications. Don&#8217;t forget to let us know which library do you use while programming with PHP.\n</p>\n<h3><strong><span style="text-decoration: underline;"><em>25 Best PHP Libraries for Web Developers</em></span>:</strong></h3>\n<p><strong><a href="http://mink.behat.org/" target="_blank">Mink</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mink.jpg"><img class="aligncenter size-full wp-image-3218" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Mink.jpg" alt="Mink" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mink-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mink.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3218" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mink.jpg" alt="Mink" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mink-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mink.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://github.com/fzaninotto/Faker" target="_blank">Faker</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Faker.jpeg"><img class="aligncenter size-full wp-image-3219" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Faker.jpeg" alt="Faker" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Faker-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Faker.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3219" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Faker.jpeg" alt="Faker" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Faker-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Faker.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://jmsyst.com/libs/php-collection" target="_blank">PHP Collection</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Collection.jpeg"><img class="aligncenter size-full wp-image-3221" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-Collection.jpeg" alt="PHP Collection" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Collection-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Collection.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3221" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Collection.jpeg" alt="PHP Collection" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Collection-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Collection.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://phperror.net/" target="_blank">PHP Error</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Error.jpg"><img class="aligncenter size-full wp-image-3222" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-Error.jpg" alt="PHP Error" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Error-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Error.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3222" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Error.jpg" alt="PHP Error" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Error-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Error.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://michelf.ca/projects/php-markdown/" target="_blank">PHP Markdown</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Markdown.jpeg"><img class="aligncenter size-full wp-image-3223" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-Markdown.jpeg" alt="PHP Markdown" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Markdown-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Markdown.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3223" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Markdown.jpeg" alt="PHP Markdown" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Markdown-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Markdown.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://github.com/KnpLabs/snappy" target="_blank">Snappy</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Snappy.jpeg"><img class="aligncenter size-full wp-image-3224" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Snappy.jpeg" alt="Snappy" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Snappy-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Snappy.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3224" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Snappy.jpeg" alt="Snappy" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Snappy-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Snappy.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://geocoder-php.org/Geocoder/" target="_blank"><span id="b6e068c5-c3d8-4d2e-a0a3-22a9801f8725" class="GINGER_SOFATWARE_mark"><span id="3a045cb0-5413-46ab-ba6e-3643b712a2eb" class="GINGER_SOFATWARE_mark">Geocoder</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Geocoder.jpeg"><img class="aligncenter size-full wp-image-3225" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Geocoder.jpeg" alt="Geocoder" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Geocoder-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Geocoder.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3225" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Geocoder.jpeg" alt="Geocoder" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Geocoder-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Geocoder.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://socketo.me/" target="_blank"> Ratchet</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ratchet.jpg"><img class="aligncenter size-full wp-image-3226" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Ratchet.jpg" alt="Ratchet" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ratchet-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ratchet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3226" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Ratchet.jpg" alt="Ratchet" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ratchet-300x152.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Ratchet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://requests.ryanmccue.info/" target="_blank">Requests</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests.jpeg"><img class="aligncenter size-full wp-image-3227" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Requests.jpeg" alt="Requests" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-300x164.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3227" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests.jpeg" alt="Requests" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-300x164.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.php-cpp.com/" target="_blank">PHP CPP Library</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-CPP-Library.jpeg"><img class="aligncenter size-full wp-image-3228" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-CPP-Library.jpeg" alt="PHP CPP Library" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-CPP-Library-300x159.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-CPP-Library.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3228" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-CPP-Library.jpeg" alt="PHP CPP Library" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-CPP-Library-300x159.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-CPP-Library.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://hoa-project.net/En/" target="_blank">Hoa</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Hoa.jpeg"><img class="aligncenter size-full wp-image-3229" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Hoa.jpeg" alt="Hoa" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hoa-300x165.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hoa.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3229" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Hoa.jpeg" alt="Hoa" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hoa-300x165.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Hoa.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://mun.ee/" target="_blank"><span id="d66f28e3-25c7-4c36-b2df-b621a223d06f" class="GINGER_SOFATWARE_mark"><span id="e0ad042c-d691-4c6b-b9e5-fa79d3253392" class="GINGER_SOFATWARE_mark">Munee</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Munee.jpg"><img class="aligncenter size-full wp-image-3230" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Munee.jpg" alt="Munee" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Munee-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Munee.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3230" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Munee.jpg" alt="Munee" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Munee-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Munee.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://opauth.org/" target="_blank"><span id="1fd6c652-c0b0-45be-8b05-66d4e509021a" class="GINGER_SOFATWARE_mark"><span id="8ca5fa9b-9049-46af-b7a4-7a21f1bdbe27" class="GINGER_SOFATWARE_mark">Opauth</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Opauth.jpg"><img class="aligncenter size-full wp-image-3231" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Opauth.jpg" alt="Opauth" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3231" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Opauth.jpg" alt="Opauth" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Opauth.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://github.com/nelmio/alice" target="_blank">Alice</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Alice.jpeg"><img class="aligncenter size-full wp-image-3232" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Alice.jpeg" alt="Alice" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Alice-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Alice.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3232" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Alice.jpeg" alt="Alice" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Alice-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Alice.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://swiftmailer.org/" target="_blank"><span id="99c95953-9409-446c-b079-efcce46cee1e" class="GINGER_SOFATWARE_mark"><span id="08f9f2ea-f646-4bac-9e25-823869430605" class="GINGER_SOFATWARE_mark">SwiftMailer</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/SwiftMailer.jpg"><img class="aligncenter size-full wp-image-3233" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/SwiftMailer.jpg" alt="SwiftMailer" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/SwiftMailer-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/SwiftMailer.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3233" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/SwiftMailer.jpg" alt="SwiftMailer" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/SwiftMailer-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/SwiftMailer.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://unirest.io/" target="_blank"><span id="836e21d9-1d60-438b-9a17-41b19a4f96d2" class="GINGER_SOFATWARE_mark"><span id="15d17373-29c1-4657-bfd4-afceeb517e44" class="GINGER_SOFATWARE_mark">Unirest</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Unirest.jpeg"><img class="aligncenter size-full wp-image-3234" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Unirest.jpeg" alt="Unirest" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Unirest-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Unirest.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3234" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Unirest.jpeg" alt="Unirest" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Unirest-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Unirest.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://github.com/ircmaxell/PHP-PasswordLib" target="_blank">PHP Password Lib</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Password-Lib.jpeg"><img class="aligncenter size-full wp-image-3235" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-Password-Lib.jpeg" alt="PHP Password Lib" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Password-Lib-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Password-Lib.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3235" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Password-Lib.jpeg" alt="PHP Password Lib" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Password-Lib-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Password-Lib.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://phpseclib.sourceforge.net/" target="_blank"><span id="0e617f01-8968-46a6-945d-293a61444de6" class="GINGER_SOFATWARE_mark">PHPSecLib</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPSecLib.jpeg"><img class="aligncenter size-full wp-image-3236" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHPSecLib.jpeg" alt="PHPSecLib" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPSecLib-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPSecLib.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3236" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPSecLib.jpeg" alt="PHPSecLib" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPSecLib-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPSecLib.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://stefangabos.ro/php-libraries/zebra-image/" target="_blank">Zebra Image</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zebra-Image.jpg"><img class="aligncenter size-full wp-image-3237" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Zebra-Image.jpg" alt="Zebra Image" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zebra-Image-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zebra-Image.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3237" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zebra-Image.jpg" alt="Zebra Image" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zebra-Image-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zebra-Image.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://phpthumb.sourceforge.net/" target="_blank">PHP Thumb</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Thumb.jpg"><img class="aligncenter size-full wp-image-3238" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHP-Thumb.jpg" alt="PHP Thumb" width="600" height="230" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Thumb-300x115.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Thumb.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3238" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHP-Thumb.jpg" alt="PHP Thumb" width="600" height="230" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Thumb-300x115.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHP-Thumb.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://filp.github.io/whoops/" target="_blank">Whoops</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Whoops.jpg"><img class="aligncenter size-full wp-image-3239" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Whoops.jpg" alt="Whoops" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Whoops-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Whoops.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3239" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Whoops.jpg" alt="Whoops" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Whoops-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Whoops.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="https://github.com/dotink/Parody" target="_blank">Parody</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Parody.jpeg"><img class="aligncenter size-full wp-image-3240" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Parody.jpeg" alt="Parody" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Parody-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Parody.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3240" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Parody.jpeg" alt="Parody" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Parody-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Parody.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://imagine.readthedocs.org/en/latest/" target="_blank">Imagine</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Imagine.jpg"><img class="aligncenter size-full wp-image-3241" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Imagine.jpg" alt="Imagine" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Imagine-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Imagine.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3241" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Imagine.jpg" alt="Imagine" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Imagine-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Imagine.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.phpfastcache.com/" target="_blank"><span id="a27911e1-3107-493b-a06d-f975ee5dbc85" class="GINGER_SOFATWARE_mark">PHPFastCache</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPFastCache.jpg"><img class="aligncenter size-full wp-image-3242" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/PHPFastCache.jpg" alt="PHPFastCache" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPFastCache-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPFastCache.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3242" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PHPFastCache.jpg" alt="PHPFastCache" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPFastCache-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/PHPFastCache.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><strong><a href="http://www.stashphp.com/" target="_blank">Stash</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Stash.jpeg"><img class="aligncenter size-full wp-image-3243" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Stash.jpeg" alt="Stash" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Stash-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Stash.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3243" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Stash.jpeg" alt="Stash" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Stash-300x154.jpeg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Stash.jpeg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="C8Kghde212ead040be6d498d977143801c31cd3eb86d795e3f080e200fc3cbf9b72ec" class="wpdiscuz-cnonce" name="cnonce" value="C8Kghde212ead040be6d498d977143801c31cd3eb86d795e3f080e200fc3cbf9b72ec" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="MbQle4e74e1c1d6889a95a005d8dff762ffb08ead06c3422a6e5667a85728331d303a" class="wpdiscuz-cnonce" name="cnonce" value="MbQle4e74e1c1d6889a95a005d8dff762ffb08ead06c3422a6e5667a85728331d303a" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'best php libraries web developers', '', 'publish', 'closed', 'closed', '', 'best-php-libraries-web-developers', '', '', '2017-04-11 13:14:32', '2017-04-11 13:14:32', '', 0, 'http://thedesignpixel.com/best-php-libraries-web-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(69, 1, '2017-04-11 13:14:38', '2017-04-11 13:14:38', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;50+ Best Premium Responsive WordPress Themes of 2014</div><div class="single-content"><article class="post-2828 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-templates tag-themes"><div id="post-2828" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/wordpress/" title="View all posts in WordPress" >WordPress</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">50+ Best Premium Responsive WordPress Themes of 2014</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>WordPress was initially released in 2003, and since its release, it has been very common amongst all the Internet Marketers, and the most commonly used content management systems. With the availability of so many themes, plugins, applets, and other stuff, it is very obvious for everyone to prefer this. Totally free of cost, and easy to be modified, everyone could be able to afford to use it well. There has always been a great rush in the developers to be developing new WordPress themes, and selling them to the customers and developers. There came a time when there was a trend of static simple WordPress themes, then came a time, when the themes used a lot of color contrasts and combinations.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Talking about the year 2014, today, we prefer to be using responsive WordPress themes, which are light, quickly responsive, and easier to modify according to your content. There are a lot of cheap and free WordPress themes available under the same category, and choosing the right one for the right purpose is very very vital.</p><p>Moreover, the web browsing is not just limited to the web browsers anymore. 50% of the visitors to any website, or from a mobile device. So today, in 2014, we must also consider choosing the theme that is friendly to the mobile browsers too, so that the visitors have a good and smooth browsing experience, from anywhere they be accessing the site from.</p><p>So, it&#8217;s not just about installing the right theme, you must install the theme, that suits the best to you and your target visitors, the website content, and is perfect in all aspects. A list of some of the best <span id="4fbfe013-9e25-4778-aec8-3da9de47882b" class="GINGER_SOFATWARE_mark">responsive</span> WordPress themes that came up in 2014 itself, thus matching all the vital needs, is given below:</p><h3><strong><span style="text-decoration: underline;"><em>50+ Best Premium Responsive WordPress Themes of 2014</em></span></strong>:</h3><p><strong>Social Reach &ndash; The Crowd-Speaking WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Social-Reach-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2830" alt="Social-Reach-best-wordpress-theme-march-2014" width="550" height="730" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Social-Reach-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Social-Reach-best-wordpress-theme-march-2014-226x300.jpg 226w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/social-reach-the-crowdspeaking-wordpress-theme-/full_screen_preview/7200256?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/social-reach-the-crowdspeaking-wordpress-theme-/7200256?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Yeti &ndash; Responsive Ultimate Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Yeti-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2831" alt="Yeti-best-wordpress-theme-march-2014" width="550" height="634" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Yeti-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Yeti-best-wordpress-theme-march-2014-260x300.jpg 260w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/yeti-responsive-ultimate-theme/full_screen_preview/7212270?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/yeti-responsive-ultimate-theme/7212270?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="21ac122c-9308-4d67-af9c-2d7fdcd6a94b" class="GINGER_SOFATWARE_mark"><span id="fdb89768-829f-43dd-b0d6-ca65ddedc5a6" class="GINGER_SOFATWARE_mark">VideoTube</span></span> &ndash; A Responsive Video WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/VideoTube-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2832" alt="VideoTube-best-wordpress-theme-march-2014" width="550" height="697" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/VideoTube-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/VideoTube-best-wordpress-theme-march-2014-237x300.jpg 237w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/videotube-a-responsive-video-wordpress-theme/full_screen_preview/7214445?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/videotube-a-responsive-video-wordpress-theme/7214445?ref=icabrera"><strong>More Info</strong></a></p><p><strong>RT-Theme 18 Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/RT-Theme-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2833" alt="RT-Theme-best-wordpress-theme-march-2014" width="550" height="722" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/RT-Theme-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/RT-Theme-best-wordpress-theme-march-2014-229x300.jpg 229w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/rttheme-18-responsive-wordpress-theme/full_screen_preview/7200532?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/rttheme-18-responsive-wordpress-theme/7200532?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="14974139-3c73-410e-8880-c8dd9a508416" class="GINGER_SOFATWARE_mark"><span id="9cc8692e-9a37-4cbb-ab80-d4f633c06186" class="GINGER_SOFATWARE_mark">BeeTube</span></span> Video WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/BeeTube-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2834" alt="BeeTube-best-wordpress-theme-march-2014" width="550" height="793" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/BeeTube-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/BeeTube-best-wordpress-theme-march-2014-208x300.jpg 208w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/beetube-video-wordpress-theme/full_screen_preview/7055188?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/beetube-video-wordpress-theme/7055188?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="b242084b-ef6f-40e3-abea-a2b9dad81112" class="GINGER_SOFATWARE_mark"><span id="1faf65f5-be80-459a-8cc2-cedb048410e9" class="GINGER_SOFATWARE_mark">Langwitch</span></span>: Multi Purpose WP Theme in 16 Languages</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Langwitch-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2835" alt="Langwitch-best-wordpress-theme-march-2014" width="550" height="695" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Langwitch-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Langwitch-best-wordpress-theme-march-2014-237x300.jpg 237w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/langwitch-multi-purpose-wp-theme-in-16-languages/full_screen_preview/7170850?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/langwitch-multi-purpose-wp-theme-in-16-languages/7170850?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="f41ce0ec-414d-4569-bb36-572fba30a719" class="GINGER_SOFATWARE_mark"><span id="7c952c43-9789-49ca-91b6-355a21e18a65" class="GINGER_SOFATWARE_mark">Blaszok</span></span> &ndash; Ultimate <span id="b08edd13-6390-4fe3-943c-c24658629816" class="GINGER_SOFATWARE_mark"><span id="2b56c9d1-841c-40fb-a92a-660a2560a16c" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Responsive Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Blaszok-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2836" alt="Blaszok-best-wordpress-theme-march-2014" width="550" height="280" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blaszok-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blaszok-best-wordpress-theme-march-2014-300x153.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/blaszok-ultimate-multipurpose-responsive-theme/full_screen_preview/7163563?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/blaszok-ultimate-multipurpose-responsive-theme/7163563?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Nebula Responsive <span id="1a62ca62-aea0-41e3-85fd-ee29d2c9dbd6" class="GINGER_SOFATWARE_mark"><span id="6ec39c28-22ac-4442-b236-ceb0b2960a74" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Nebula-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2837" alt="Nebula-best-wordpress-theme-march-2014" width="550" height="711" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nebula-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nebula-best-wordpress-theme-march-2014-232x300.jpg 232w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/nebula-responsive-multipurpose-theme/full_screen_preview/7112978?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/nebula-responsive-multipurpose-theme/7112978?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="2f158dce-1901-4e0f-8b83-30e378da0d58" class="GINGER_SOFATWARE_mark"><span id="f973d021-c29b-44a5-b0db-151f76ed34ef" class="GINGER_SOFATWARE_mark">Codeus</span></span> &mdash; <span id="3bad759e-c620-4dea-88d9-8322e9b151d8" class="GINGER_SOFATWARE_mark"><span id="d1511ceb-7676-442d-b56b-b2b067c84522" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Codeus-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2838" alt="Codeus-best-wordpress-theme-march-2014" width="550" height="563" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Codeus-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Codeus-best-wordpress-theme-march-2014-293x300.jpg 293w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/codeus-multipurpose-responsive-wordpress-theme/full_screen_preview/6906054?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/codeus-multipurpose-responsive-wordpress-theme/6906054?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Multi &ndash; Multipurpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Multi-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2839" alt="Multi-best-wordpress-theme-march-2014" width="550" height="635" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Multi-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Multi-best-wordpress-theme-march-2014-260x300.jpg 260w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/multi-multipurpose-wordpress-theme/full_screen_preview/6796302?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/multi-multipurpose-wordpress-theme/6796302?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Cleanse &ndash; Minimal Style WordPress Portfolio Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Cleanse-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2840" alt="Cleanse-best-wordpress-theme-march-2014" width="550" height="669" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cleanse-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cleanse-best-wordpress-theme-march-2014-247x300.jpg 247w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/cleanse-minimal-style-wordpress-portfolio-theme/full_screen_preview/7104337?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/cleanse-minimal-style-wordpress-portfolio-theme/7104337?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="9c8e3383-0d92-4ff9-af7e-c91f83aaed33" class="GINGER_SOFATWARE_mark"><span id="bbaaf0e3-caef-43a7-bcca-f9ee0bce1223" class="GINGER_SOFATWARE_mark">NativeChurch</span></span> &ndash; Multi Purpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/NativeChurch-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2841" alt="NativeChurch-best-wordpress-theme-march-2014" width="550" height="641" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/NativeChurch-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/NativeChurch-best-wordpress-theme-march-2014-257x300.jpg 257w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/full_screen_preview/7082446?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/7082446?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Tucson &ndash; Responsive Business WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Tucson-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2842" alt="Tucson-best-wordpress-theme-march-2014" width="550" height="770" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tucson-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tucson-best-wordpress-theme-march-2014-214x300.jpg 214w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/tucson-responsive-business-wordpress-theme/full_screen_preview/7093511?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/tucson-responsive-business-wordpress-theme/7093511?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Eden &ndash; Retina <span id="f240a59c-13c2-424e-a4e8-5397b1a8a0f4" class="GINGER_SOFATWARE_mark"><span id="a1851366-4243-490c-8ca8-bd00d38644c4" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Eden-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2843" alt="Eden-best-wordpress-theme-march-2014" width="550" height="690" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Eden-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Eden-best-wordpress-theme-march-2014-239x300.jpg 239w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/eden-retina-multipurpose-wordpress-theme/full_screen_preview/7068526?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/eden-retina-multipurpose-wordpress-theme/7068526?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Lifeline NGO Charity Fund Raising WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Lifeline-best-wordpress-theme-march-2014.jpg" class="aligncenter size-full wp-image-2844" alt="Lifeline-best-wordpress-theme-march-2014" width="550" height="673" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lifeline-best-wordpress-theme-march-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lifeline-best-wordpress-theme-march-2014-245x300.jpg 245w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/lifeline-ngo-charity-fund-raising-wordpress-theme/full_screen_preview/7044503?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/lifeline-ngo-charity-fund-raising-wordpress-theme/7044503?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="21acc6c3-9db9-4ece-ba13-34eb3d814aa5" class="GINGER_SOFATWARE_mark"><span id="318c5765-9e69-4a7a-81ce-45077e0a12ad" class="GINGER_SOFATWARE_mark">Sarraty</span></span> &ndash; Retina Responsive <span id="6679e0ea-0797-4bda-b23c-b86f54f14211" class="GINGER_SOFATWARE_mark"><span id="668d73ec-9d88-4887-a2ac-5da29f8b5d54" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Sarraty-Retina-Responsive-Multi-Purpose-Theme.jpg" class="aligncenter size-full wp-image-2845" alt="Sarraty-Retina-Responsive-Multi-Purpose-Theme" width="550" height="649" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sarraty-Retina-Responsive-Multi-Purpose-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sarraty-Retina-Responsive-Multi-Purpose-Theme-254x300.jpg 254w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/sarraty-retina-responsive-multipurpose-theme/full_screen_preview/7038266?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sarraty-retina-responsive-multipurpose-theme/7038266?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Cinergy &ndash; Modern Business WordPress Theme</strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Cinergy-Modern-Business-Wordpress-Theme.jpg" class="aligncenter size-full wp-image-2846" alt="Cinergy-Modern-Business-Wordpress-Theme" width="550" height="804" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cinergy-Modern-Business-Wordpress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cinergy-Modern-Business-Wordpress-Theme-205x300.jpg 205w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/cinergy-modern-business-wordpress-theme/full_screen_preview/7038318?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/cinergy-modern-business-wordpress-theme/7038318?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Sandy &ndash; Truly Premium WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Sandy-Truly-Premium-Wordpress-Theme.jpg" class="aligncenter size-full wp-image-2847" alt="Sandy-Truly-Premium-Wordpress-Theme" width="550" height="728" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sandy-Truly-Premium-Wordpress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sandy-Truly-Premium-Wordpress-Theme-227x300.jpg 227w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/sandy-truly-premium-wordpress-theme/full_screen_preview/7040037?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sandy-truly-premium-wordpress-theme/7040037?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="37859704-a288-4927-8ba3-b6eab1f0ebfe" class="GINGER_SOFATWARE_mark"><span id="ce08aa76-4542-4a45-b7cf-d89bd9394384" class="GINGER_SOFATWARE_mark">RioLeme</span></span> &ndash; Responsive <span id="82c9627a-25ae-4bb0-9dec-fe5ba91a1d47" class="GINGER_SOFATWARE_mark"><span id="b975ef5e-ad52-494d-bda9-9a123b5e592c" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/RioLeme-Responsive-Multi-Purpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2848" alt="RioLeme-Responsive-Multi-Purpose-WordPress-Theme" width="550" height="733" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/RioLeme-Responsive-Multi-Purpose-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/RioLeme-Responsive-Multi-Purpose-WordPress-Theme-225x300.jpg 225w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/rioleme-responsive-multipurpose-wordpress-theme/full_screen_preview/7041517?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/rioleme-responsive-multipurpose-wordpress-theme/7041517?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="2aa489d7-7d88-46e4-96f1-86c5af65ea3b" class="GINGER_SOFATWARE_mark"><span id="22eceaa0-618a-42e0-a96d-5930f06229af" class="GINGER_SOFATWARE_mark">Carpress</span></span> &ndash; WordPress Theme For Mechanic Workshops</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Carpress-WordPress-Theme-Mechanic-Workshops.jpg" class="aligncenter size-full wp-image-2849" alt="Carpress-WordPress-Theme-Mechanic-Workshops" width="550" height="779" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Carpress-WordPress-Theme-Mechanic-Workshops.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Carpress-WordPress-Theme-Mechanic-Workshops-212x300.jpg 212w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/carpress-wordpress-theme-for-mechanic-workshops/full_screen_preview/7042577?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/carpress-wordpress-theme-for-mechanic-workshops/7042577?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="4344cb89-d657-432f-bedd-283becf33713" class="GINGER_SOFATWARE_mark"><span id="cbe45b96-2231-460f-b683-2e2d846e9e3c" class="GINGER_SOFATWARE_mark">Samsara</span></span> &ndash; Creative <span id="bd2b0fd0-42a8-4b62-b2a4-b4b972e15af2" class="GINGER_SOFATWARE_mark"><span id="045b9f0c-69eb-400f-bd51-a7762c640509" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Samsara-Creative-Multi-Purpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2850" alt="Samsara-Creative-Multi-Purpose-WordPress-Theme" width="550" height="654" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Samsara-Creative-Multi-Purpose-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Samsara-Creative-Multi-Purpose-WordPress-Theme-252x300.jpg 252w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/samsara-creative-multipurpose-wordpress-theme/full_screen_preview/7005550?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/samsara-creative-multipurpose-wordpress-theme/7005550?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Church and Events &ndash; Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Church-Events-Responsive-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2851" alt="Church-Events-Responsive-WordPress-Theme" width="550" height="728" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Church-Events-Responsive-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Church-Events-Responsive-WordPress-Theme-227x300.jpg 227w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/church-and-events-responsive-wordpress-theme/full_screen_preview/7028545?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/church-and-events-responsive-wordpress-theme/7028545?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Beep! Responsive <span id="9f030027-d961-4bbc-bd7f-8a3b69176ccd" class="GINGER_SOFATWARE_mark"><span id="f12bd6b5-b2e4-4498-90aa-78ff64163187" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Beep-Responsive-Multi-Purpose-Wordpress-Theme.jpg" class="aligncenter size-full wp-image-2852" alt="Beep-Responsive-Multi-Purpose-Wordpress-Theme" width="550" height="647" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Beep-Responsive-Multi-Purpose-Wordpress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Beep-Responsive-Multi-Purpose-Wordpress-Theme-255x300.jpg 255w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/beep-responsive-multipurpose-wordpress-theme/full_screen_preview/7025590?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/beep-responsive-multipurpose-wordpress-theme/7025590?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Erato &ndash; Multipurpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Erato-Multipurpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2853" alt="Erato-Multipurpose-WordPress-Theme" width="550" height="795" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Erato-Multipurpose-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Erato-Multipurpose-WordPress-Theme-208x300.jpg 208w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/erato-multipurpose-wordpress-theme/full_screen_preview/7022408?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/erato-multipurpose-wordpress-theme/7022408?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Novus | Premium <span id="f4543531-4ef9-4d76-b8fc-c0ec83420ba9" class="GINGER_SOFATWARE_mark"><span id="c4322aef-3fcd-482c-8428-426305b04c54" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Novus-Premium-Multi-Purpose-Wordpress-Theme.jpg" class="aligncenter size-full wp-image-2854" alt="Novus-Premium-Multi-Purpose-Wordpress-Theme" width="550" height="464" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Novus-Premium-Multi-Purpose-Wordpress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Novus-Premium-Multi-Purpose-Wordpress-Theme-300x253.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/novus-premium-multipurpose-wordpress-theme/full_screen_preview/7013608?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/novus-premium-multipurpose-wordpress-theme/7013608?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Cabana &ndash; <span id="5374f5f3-9044-4007-83f9-2b7a0f6de122" class="GINGER_SOFATWARE_mark"><span id="1a7fd639-7a9d-44b1-bb54-b3c9e47e4774" class="GINGER_SOFATWARE_mark">Responsive Creative</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Cabana-Responsive-Creative-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2855" alt="Cabana-Responsive-Creative-WordPress-Theme" width="550" height="724" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cabana-Responsive-Creative-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cabana-Responsive-Creative-WordPress-Theme-228x300.jpg 228w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/cabana-responsive-creative-wordpress-theme/full_screen_preview/6961548?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/cabana-responsive-creative-wordpress-theme/6961548?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Micron &ndash; Retina Responsive <span id="465923fb-dbed-44ab-ba59-86e27a44a6b4" class="GINGER_SOFATWARE_mark"><span id="a5bbd90e-41b7-410b-8ee7-59531fe32f7b" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Micron-Retina-Responsive-Multi-Purpose-Theme.jpg" class="aligncenter size-full wp-image-2856" alt="Micron-Retina-Responsive-Multi-Purpose-Theme" width="550" height="732" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Micron-Retina-Responsive-Multi-Purpose-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Micron-Retina-Responsive-Multi-Purpose-Theme-225x300.jpg 225w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/micron-retina-responsive-multipurpose-theme/full_screen_preview/6949939?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/micron-retina-responsive-multipurpose-theme/6949939?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Forgiven &ndash; A Powerful WordPress Theme for Churches</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Forgiven-Powerful-WordPress-Theme-for-Churches.jpg" class="aligncenter size-full wp-image-2857" alt="Forgiven-Powerful-WordPress-Theme-for-Churches" width="550" height="695" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Forgiven-Powerful-WordPress-Theme-for-Churches.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Forgiven-Powerful-WordPress-Theme-for-Churches-237x300.jpg 237w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/forgiven-a-powerful-wordpress-theme-for-churches/full_screen_preview/6964937?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/forgiven-a-powerful-wordpress-theme-for-churches/6964937?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Cake &ndash; Responsive <span id="fac42007-c072-4083-a2b5-830fd364ec59" class="GINGER_SOFATWARE_mark"><span id="5c7b22ea-6473-4530-9b14-efd2f69e20ae" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Cake-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2858" alt="Cake-best-wordpress-theme-february-2014" width="550" height="668" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cake-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Cake-best-wordpress-theme-february-2014-247x300.jpg 247w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/cake-responsive-multipurpose-wordpress-theme/full_screen_preview/6913568?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/cake-responsive-multipurpose-wordpress-theme/6913568?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="b077658a-99e7-4fbd-aaa7-4029d8f9cb53" class="GINGER_SOFATWARE_mark"><span id="d3586a56-0b1b-4af5-ad17-d600f2917fd2" class="GINGER_SOFATWARE_mark">inCreate</span></span> &ndash; Responsive <span id="2a228e3c-24e0-4f56-aa30-f5365a0e4a21" class="GINGER_SOFATWARE_mark"><span id="1ecbca59-6461-4b90-afab-640db753393a" class="GINGER_SOFATWARE_mark">MultiPurpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/inCreate-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2859" alt="inCreate-best-wordpress-theme-february-2014" width="550" height="824" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/inCreate-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/inCreate-best-wordpress-theme-february-2014-200x300.jpg 200w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/increate-responsive-multipurpose-wordpress-theme/full_screen_preview/6925109?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/increate-responsive-multipurpose-wordpress-theme/6925109?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Zen7 &ndash; Premium <span id="f2fe39f3-ab32-4500-972a-db7714bb3323" class="GINGER_SOFATWARE_mark"><span id="b92057f7-5473-46d9-ad98-d90ce759507d" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Zen7-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2860" alt="Zen7-best-wordpress-theme-february-2014" width="550" height="736" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zen7-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zen7-best-wordpress-theme-february-2014-224x300.jpg 224w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/zen7-premium-multipurpose-wordpress-theme-/full_screen_preview/6932565?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/zen7-premium-multipurpose-wordpress-theme-/6932565?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Vellum &ndash; Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2861" alt="Vellum-best-wordpress-theme-february-2014" width="550" height="685" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-241x300.jpg 241w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/vellum-responsive-wordpress-theme/full_screen_preview/6914246?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/vellum-responsive-wordpress-theme/6914246?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="118030f1-8abe-44d3-9838-0045ca51d1bf" class="GINGER_SOFATWARE_mark"><span id="0da13079-f9c1-4b66-850e-b74fa4136d37" class="GINGER_SOFATWARE_mark">Netstudio</span></span> &ndash; Premium Multipurpose Responsive Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Netstudio-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2862" alt="Netstudio-best-wordpress-theme-february-2014" width="550" height="753" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Netstudio-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Netstudio-best-wordpress-theme-february-2014-219x300.jpg 219w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/netstudio-premium-multipurpose-responsive-theme-/full_screen_preview/6903516?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/netstudio-premium-multipurpose-responsive-theme-/6903516?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Krypton &ndash; Responsive Multipurpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Krypton-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2863" alt="Krypton-best-wordpress-theme-february-2014" width="550" height="833" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Krypton-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Krypton-best-wordpress-theme-february-2014-198x300.jpg 198w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/krypton-responsive-multipurpose-wordpress-theme/full_screen_preview/6899059?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/krypton-responsive-multipurpose-wordpress-theme/6899059?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="faf85c76-cbdb-4f02-bdfd-bb4f29af307d" class="GINGER_SOFATWARE_mark"><span id="7c98c805-f4d6-48c5-86ac-59b923bb6819" class="GINGER_SOFATWARE_mark">Slowave</span></span> &ndash; Multipurpose Responsive WordPress Theme</strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Slowave-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2865" alt="Slowave-best-wordpress-theme-february-2014" width="550" height="719" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Slowave-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Slowave-best-wordpress-theme-february-2014-229x300.jpg 229w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/-slowave-multipurpose-responsive-wordpress-theme/full_screen_preview/6870792?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/-slowave-multipurpose-responsive-wordpress-theme/6870792?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Posh Responsive <span id="4a83bf66-3677-46ed-951d-685d6493be4c" class="GINGER_SOFATWARE_mark"><span id="d91b745f-060e-4b40-bdd3-58a44510681e" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Posh-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2866" alt="Posh-best-wordpress-theme-february-2014" width="550" height="672" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Posh-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Posh-best-wordpress-theme-february-2014-246x300.jpg 246w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/posh-responsive-multipurpose-wordpress-theme/full_screen_preview/6791464?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/posh-responsive-multipurpose-wordpress-theme/6791464?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="7182f05a-84e3-4e57-9978-f61061e83526" class="GINGER_SOFATWARE_mark"><span id="96db8c28-1d23-4165-ae04-1b0b6f426b95" class="GINGER_SOFATWARE_mark">Venda</span></span> &ndash; Retina Responsive <span id="ac5b7a1e-e71c-4d43-b800-29627d00d1b1" class="GINGER_SOFATWARE_mark"><span id="af2b2392-3420-4cdf-87be-2c508c3ed0c5" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Venda-Retina-Responsive-Multi-Purpose-Theme.jpg" class="aligncenter size-full wp-image-2867" alt="Venda-Retina-Responsive-Multi-Purpose-Theme" width="550" height="720" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Venda-Retina-Responsive-Multi-Purpose-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Venda-Retina-Responsive-Multi-Purpose-Theme-229x300.jpg 229w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/venda-retina-responsive-multipurpose-theme/full_screen_preview/6854489?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/venda-retina-responsive-multipurpose-theme/6854489?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Strata &ndash; Professional <span id="0a89c07a-3b6f-4b82-8397-f50b4bdcc8c1" class="GINGER_SOFATWARE_mark">Multipurpose</span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Strata-Professional-Multi-Purpose-Theme.jpg" class="aligncenter size-full wp-image-2868" alt="Strata-Professional-Multi-Purpose-Theme" width="550" height="709" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Strata-Professional-Multi-Purpose-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Strata-Professional-Multi-Purpose-Theme-233x300.jpg 233w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/strata-professional-multipurpose-theme/full_screen_preview/6808409?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/strata-professional-multipurpose-theme/6808409?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Relevant WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Relevant-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2869" alt="Relevant-WordPress-Theme" width="550" height="808" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Relevant-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Relevant-WordPress-Theme-204x300.jpg 204w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a></p><p><a href="http://themeforest.net/item/relevant-wordpress-theme/full_screen_preview/6808675?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/relevant-wordpress-theme/6808675?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Clava &ndash; Responsive <span id="b4bf4566-a7d3-4feb-a8d3-15f03a481dd1" class="GINGER_SOFATWARE_mark"><span id="fd2b93be-3e38-4b71-a1aa-03c29a8b7986" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Clava-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2870" alt="Clava-best-wordpress-theme-february-2014" width="550" height="714" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clava-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clava-best-wordpress-theme-february-2014-231x300.jpg 231w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/clava-responsive-multipurpose-wordpress-theme/full_screen_preview/6783791?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/clava-responsive-multipurpose-wordpress-theme/6783791?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Vivacity: Ultimate Responsive <span id="c53bc2a8-78fc-43bf-bd0a-c99fbd611db9" class="GINGER_SOFATWARE_mark"><span id="c65d4b92-fc8a-465f-9541-85696765c82f" class="GINGER_SOFATWARE_mark">Multi-purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Vivacity-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2871" alt="Vivacity-best-wordpress-theme-february-2014" width="550" height="765" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vivacity-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vivacity-best-wordpress-theme-february-2014-216x300.jpg 216w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/vivacity-ultimate-responsive-multipurpose-theme/full_screen_preview/6789420?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/vivacity-ultimate-responsive-multipurpose-theme/6789420?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="bd53478e-3c58-487f-83f4-9ecfd627932b" class="GINGER_SOFATWARE_mark"><span id="dccf6793-66c2-4987-97ae-5c5b5929d4b3" class="GINGER_SOFATWARE_mark">Vertikal</span></span> | Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Vertikal-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2872" alt="Vertikal-best-wordpress-theme-february-2014" width="550" height="645" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vertikal-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vertikal-best-wordpress-theme-february-2014-256x300.jpg 256w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/vertikal-responsive-wordpress-theme/full_screen_preview/6780563?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/vertikal-responsive-wordpress-theme/6780563?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="f0ad171e-f5c3-4e94-b04d-30b455376f20" class="GINGER_SOFATWARE_mark"><span id="8f151305-c1d1-4dbb-9384-e71523d484dc" class="GINGER_SOFATWARE_mark">SeaShell</span></span> &ndash; Modern Responsive WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/SeaShell-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2873" alt="SeaShell-best-wordpress-theme-february-2014" width="550" height="564" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/SeaShell-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/SeaShell-best-wordpress-theme-february-2014-293x300.jpg 293w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/seashell-modern-responsive-wordpress-blog-theme/full_screen_preview/6737517?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/seashell-modern-responsive-wordpress-blog-theme/6737517?ref=icabrera"><strong>More Info</strong></a></p><p><strong>KLEO &ndash; Next level Premium WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/KLEO-Next-level-Premium-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2874" alt="KLEO-Next-level-Premium-WordPress-Theme" width="550" height="700" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/KLEO-Next-level-Premium-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/KLEO-Next-level-Premium-WordPress-Theme-236x300.jpg 236w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/kleo-next-level-premium-wordpress-theme/full_screen_preview/6776630?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/kleo-next-level-premium-wordpress-theme/6776630?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Performer Minimalistic Portfolio WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Performer-best-wordpress-theme-february-2014.jpg" class="aligncenter size-full wp-image-2875" alt="Performer-best-wordpress-theme-february-2014" width="550" height="679" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Performer-best-wordpress-theme-february-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Performer-best-wordpress-theme-february-2014-243x300.jpg 243w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/performer-minimalistic-portfolio-wordpress-theme/full_screen_preview/6757476?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/performer-minimalistic-portfolio-wordpress-theme/6757476?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Florida &ndash; Premium Multipurpose Responsive Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Florida-Premium-Multipurpose-Responsive-Theme.jpg" class="aligncenter size-full wp-image-2876" alt="Florida-Premium-Multipurpose-Responsive-Theme" width="550" height="762" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Florida-Premium-Multipurpose-Responsive-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Florida-Premium-Multipurpose-Responsive-Theme-217x300.jpg 217w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/florida-premium-multipurpose-responsive-theme/full_screen_preview/6609201?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/florida-multipurpose-responsive-theme/6609201?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="f600b5cf-99b4-45c9-b22b-012c425031ec" class="GINGER_SOFATWARE_mark"><span id="f4ef8214-e5f1-491e-8c06-c8b3effb4e84" class="GINGER_SOFATWARE_mark">Kause</span></span> &ndash; Multi Purpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Kause-Multi-Purpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2877" alt="Kause-Multi-Purpose-WordPress-Theme" width="550" height="775" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kause-Multi-Purpose-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kause-Multi-Purpose-WordPress-Theme-213x300.jpg 213w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/kause-multi-purpose-wordpress-theme/full_screen_preview/6684433?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/kause-multi-purpose-wordpress-theme/6684433?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="90352aae-f542-41da-8308-1e0f5c078000" class="GINGER_SOFATWARE_mark"><span id="521d978b-d694-4c04-bec1-76db4c2eb5f4" class="GINGER_SOFATWARE_mark">Litte</span></span> &ndash; Multipurpose WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Litte-Multipurpose-WordPress-Theme.jpg" class="aligncenter size-full wp-image-2878" alt="Litte-Multipurpose-WordPress-Theme" width="550" height="789" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Litte-Multipurpose-WordPress-Theme.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Litte-Multipurpose-WordPress-Theme-209x300.jpg 209w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/litte-multipurpose-wordpress-theme/full_screen_preview/6688358?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/litte-multipurpose-wordpress-theme/6688358?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Wynn &ndash; Fullscreen Ajax Portfolio Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Wynn-Fullscreen-Ajax-Portfolio-Theme1.jpg" class="aligncenter size-full wp-image-2879" alt="Wynn-Fullscreen-Ajax-Portfolio-Theme1" width="550" height="279" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wynn-Fullscreen-Ajax-Portfolio-Theme1.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wynn-Fullscreen-Ajax-Portfolio-Theme1-300x152.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/wynn-fullscreen-ajax-portfolio-theme/full_screen_preview/6680560?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/wynn-fullscreen-ajax-portfolio-theme/6680560?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="43d9d131-c196-4476-b235-2567c232f279" class="GINGER_SOFATWARE_mark"><span id="f38ebafb-b2a8-48c0-99ad-edba5ad71053" class="GINGER_SOFATWARE_mark">Nayma</span></span> &ndash; Responsive <span id="761a415b-ca39-4ae5-bf03-edaf2268d092" class="GINGER_SOFATWARE_mark"><span id="3cb35902-29bc-4353-aeeb-a37cbacfd211" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2880" alt="Nayma-best-WordPress-theme-2014" width="550" height="553" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014-298x300.jpg 298w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nayma-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/nayma-responsive-multipurpose-wordpress-theme/full_screen_preview/6492730?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/nayma-responsive-multipurpose-wordpress-theme/6492730?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Mint &ndash; Responsive <span id="40a5cfee-dfdf-489f-8014-47db095c7a8c" class="GINGER_SOFATWARE_mark"><span id="8517506f-738e-4917-b23e-aea47e807692" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Mint-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2881" alt="Mint-best-WordPress-theme-2014" width="550" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mint-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mint-best-WordPress-theme-2014-300x201.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/mint-responsive-multipurpose-wordpress-theme/full_screen_preview/6471912?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/mint-responsive-multipurpose-wordpress-theme/6471912?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Angle Flat Responsive Bootstrap <span id="3cc1a895-114f-4402-a36d-bf04f937c521" class="GINGER_SOFATWARE_mark">Multi Purpose</span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Angle-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2882" alt="Angle-best-WordPress-theme-2014" width="550" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Angle-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Angle-best-WordPress-theme-2014-300x247.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/angle-flat-responsive-bootstrap-multipurpose-theme/full_screen_preview/6519550?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/angle-flat-responsive-bootstrap-multipurpose-theme/6519550?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="fa680627-341d-4ecd-a3a2-c8dca51e8d0f" class="GINGER_SOFATWARE_mark"><span id="2f238b77-a331-4971-9ca3-b967bf6d06bf" class="GINGER_SOFATWARE_mark">Blandes</span></span> Multipurpose Responsive WordPress Theme</strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Blandes-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2883" alt="Blandes-best-WordPress-theme-2014" width="550" height="465" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blandes-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Blandes-best-WordPress-theme-2014-300x254.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/blandes-multipurpose-responsive-wordpress-theme/full_screen_preview/6511749?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/blandes-multipurpose-responsive-wordpress-theme/6511749?ref=icabrera"><strong>More Info</strong></a></p><p><strong><span id="3cd83140-131e-4b61-b222-d4a5ae66e1b2" class="GINGER_SOFATWARE_mark"><span id="1c377b83-743c-4de9-acc2-a1ad1a02fb9f" class="GINGER_SOFATWARE_mark">LightDose</span></span> &mdash; Flat&amp;Minimal WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2884" alt="LightDose-best-WordPress-theme-2014" width="550" height="547" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014-300x298.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/LightDose-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/lightdose-flatminimal-wordpress-theme/full_screen_preview/6494601?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/lightdose-flatminimal-wordpress-theme/6494601?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Flawless &ndash; Responsive <span id="7837f733-21b3-47f8-afab-a634f222ad44" class="GINGER_SOFATWARE_mark"><span id="622353fd-6fcd-4c99-9685-7d18f9a0ff09" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WP Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Flawless-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2885" alt="Flawless-best-WordPress-theme-2014" width="550" height="478" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flawless-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Flawless-best-WordPress-theme-2014-300x261.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/flawless-responsive-multipurpose-wp-theme/full_screen_preview/6526764?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/flawless-responsive-multipurpose-wp-theme/6526764?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Sidious &ndash; <span id="5b083240-9013-4bc8-bff6-fc4d2e180b19" class="GINGER_SOFATWARE_mark"><span id="fb007446-44dd-4603-af71-eed0976c833c" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Web Creation Tool</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Sidious-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2886" alt="Sidious-best-WordPress-theme-2014" width="550" height="468" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sidious-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Sidious-best-WordPress-theme-2014-300x255.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/sidious-multipurpose-web-creation-tool/full_screen_preview/6526949?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sidious-multipurpose-web-creation-tool/6526949?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Whisper &ndash; Responsive <span id="d8dff611-241f-4ed5-abba-8008bbd2dcf2" class="GINGER_SOFATWARE_mark"><span id="0e437cc9-299b-4665-9a1f-5a2032ae8108" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Whisper-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2887" alt="Whisper-best-WordPress-theme-2014" width="550" height="519" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Whisper-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Whisper-best-WordPress-theme-2014-300x283.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/whisper-responsive-multipurpose-wordpress-theme/full_screen_preview/6546851?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/whisper-responsive-multipurpose-wordpress-theme/6546851?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Portal &ndash; Multipurpose WordPress Portfolio Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Portal-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2888" alt="Portal-best-WordPress-theme-2014" width="550" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Portal-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Portal-best-WordPress-theme-2014-300x199.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/portal-multipurpose-wordpress-portfolio-template/full_screen_preview/6419291?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/portal-multipurpose-wordpress-portfolio-template/6419291?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Alia &ndash; Responsive <span id="ba6e1717-8027-4f49-bf9f-2d3c2b046695" class="GINGER_SOFATWARE_mark"><span id="30592bc0-f984-4b26-af71-3bc3d66a925e" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Alia-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2889" alt="Alia-best-WordPress-theme-2014" width="550" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alia-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Alia-best-WordPress-theme-2014-275x300.jpg 275w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/alia-responsive-multipurpose-wordpress-theme/full_screen_preview/6573469?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/alia-responsive-multipurpose-wordpress-theme/6573469?ref=icabrera"><strong>More Info</strong></a></p><p><strong>MX &ndash; Responsive <span id="2c32659a-93fd-4fac-9a7c-32b1c5563ce5" class="GINGER_SOFATWARE_mark"><span id="0b8d74df-71fd-4f42-a589-36186d10364a" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/MX-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2890" alt="MX-best-WordPress-theme-2014" width="550" height="422" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/MX-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/MX-best-WordPress-theme-2014-300x230.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/mx-responsive-multipurpose-wordpress-theme/full_screen_preview/6601113?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/mx-responsive-multipurpose-wordpress-theme/6601113?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Velocity Responsive <span id="cb7e64f5-362d-423d-a4de-a1fc7a88c64b" class="GINGER_SOFATWARE_mark"><span id="afd34bec-d10b-4b94-9234-1364edd73e59" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Velocity-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2891" alt="Velocity-best-WordPress-theme-2014" width="550" height="541" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Velocity-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Velocity-best-WordPress-theme-2014-300x295.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Velocity-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/velocity-responsive-multipurpose-wordpress-theme/full_screen_preview/6602373?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/velocity-responsive-multipurpose-wordpress-theme/6602373?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Zancudo &ndash; Mighty <span id="7fbaef2b-3b8a-49d7-9293-6f6b18d43825" class="GINGER_SOFATWARE_mark">Fullscreen</span> theme for <span id="a7a723e2-4b98-4609-8b1b-50fa6dc4f794" class="GINGER_SOFATWARE_mark">creative</span></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Zancudo-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2892" alt="Zancudo-best-WordPress-theme-2014" width="550" height="513" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zancudo-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zancudo-best-WordPress-theme-2014-300x280.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/zancudo-mighty-fullscreen-theme-for-creatives/full_screen_preview/6611589?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/zancudo-mighty-fullscreen-theme-for-creatives/6611589?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Crush &ndash; The Portfolio Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Crush-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2893" alt="Crush-best-WordPress-theme-2014" width="550" height="383" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Crush-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Crush-best-WordPress-theme-2014-300x209.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/crush-the-portfolio-theme/full_screen_preview/6613145?http://themeforest.net/item/crush-the-portfolio-theme/6613145?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/crush-the-portfolio-theme/6613145?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Avian | Responsive <span id="bb7e660f-4d4c-49be-85e5-99121b4302aa" class="GINGER_SOFATWARE_mark"><span id="a15481a6-ad2d-41cc-97a9-e90829927fbb" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Avian-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2894" alt="Avian-best-WordPress-theme-2014" width="550" height="536" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Avian-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Avian-best-WordPress-theme-2014-300x292.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/avian-responsive-multipurpose-theme/full_screen_preview/5852639?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/avian-responsive-multipurpose-theme/5852639?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Peak: Retina Responsive WordPress Portfolio Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Peak-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2895" alt="Peak-best-WordPress-theme-2014" width="550" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Peak-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Peak-best-WordPress-theme-2014-300x236.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/peak-retina-responsive-wordpress-portfolio-theme/full_screen_preview/6587950?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/peak-retina-responsive-wordpress-portfolio-theme/6587950?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Agile &ndash; <span id="3d0251de-44d2-494d-829d-ef9bfa11bf90" class="GINGER_SOFATWARE_mark"><span id="d6a3fd2b-32f1-4865-96af-eb0bebddf4f9" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> App Showcase WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Agile-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2896" alt="Agile-best-WordPress-theme-2014" width="550" height="605" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agile-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agile-best-WordPress-theme-2014-273x300.jpg 273w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/agile-multipurpose-app-showcase-wordpress-theme/full_screen_preview/6631729?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/agile-multipurpose-app-showcase-wordpress-theme/6631729?ref=icabrera"><strong>More Info</strong></a></p><p><strong>John Doe&rsquo;s Blog &ndash; Clean WordPress Blog Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2897" alt="John-best-WordPress-theme-2014" width="550" height="547" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014-300x298.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/John-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/john-does-blog-clean-wordpress-blog-theme-/full_screen_preview/6603795?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/john-does-blog-clean-wordpress-blog-theme-/6603795?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Skadi &ndash; Creative &amp; Retina <span id="88e134a6-ca2d-469a-bfa6-6c4b54049e5a" class="GINGER_SOFATWARE_mark"><span id="8738c34b-cc33-4883-8f26-f8277139b160" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Skadi-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2898" alt="Skadi-best-WordPress-theme-2014" width="550" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Skadi-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Skadi-best-WordPress-theme-2014-300x181.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/skadi-creative-retina-multipurpose-theme/full_screen_preview/6626141?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/skadi-creative-retina-multipurpose-theme/6626141?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Vista &ndash; Responsive <span id="4b590f2c-ad4d-4f90-9979-f21c20aa391d" class="GINGER_SOFATWARE_mark"><span id="a1360464-a099-40de-818a-b3c88a22df69" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span> WordPress Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2899" alt="Vista-best-WordPress-theme-2014" width="550" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-300x232.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/vista-responsive-multipurpose-wordpress-theme/full_screen_preview/6656056?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/vista-responsive-multipurpose-wordpress-theme/6656056?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Lexon &ndash; WP</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Lexon-best-WordPress-theme-2014.jpg" class="aligncenter size-full wp-image-2900" alt="Lexon-best-WordPress-theme-2014" width="550" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lexon-best-WordPress-theme-2014.jpg 550w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lexon-best-WordPress-theme-2014-300x247.jpg 300w" sizes="(max-width: 550px) 100vw, 550px"><noscript></noscript></a><br /> <a href="http://themeforest.net/item/lexon-wp/full_screen_preview/6659908?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/lexon-wp/6659908?ref=icabrera"><strong>More Info</strong></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">2</span> Comments on "50+ Best Premium Responsive WordPress Themes of 2014"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="57QVY1b19b31d7f928051fd13a37bad325cf899e7ff8d1509e51104cecdb67232cdc9" class="wpdiscuz-cnonce" name="cnonce" value="57QVY1b19b31d7f928051fd13a37bad325cf899e7ff8d1509e51104cecdb67232cdc9" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="WF7wF09c8b451037bbf8e3d4df05826a41b8d13cf4374f9a93de56e75e0ca7d3001d9" class="wpdiscuz-cnonce" name="cnonce" value="WF7wF09c8b451037bbf8e3d4df05826a41b8d13cf4374f9a93de56e75e0ca7d3001d9" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10225_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-10225" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://wpmastery.xyz/wordpress-on-mobiles/'' target=''_blank''>WordPress on Mobiles: How to Own the Mobile Market</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html#comment-10225&quot; /&gt;" /></div><div class="wc-comment-date">February 7, 2016 10:40 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] 50+ Best Premium Responsive WordPress Themes of 2014 [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%2050+%20Best%20Premium%20Responsive%20WordPress%20Themes%20of%202014%20[%E2%80%A6]http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html#comment-10225" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10225_0"  style="clear:both"></div></div><div id="wc-comm-10209_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-10209" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.skywarriorthemes.com/crowdfunding-wordpress-themes/'' target=''_blank''>More online exposure with crowdfunding WordPress themesSkywarrior Themes</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html#comment-10209&quot; /&gt;" /></div><div class="wc-comment-date">November 12, 2015 11:37 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] thedesignpixel [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20thedesignpixel%20[%E2%80%A6]http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html#comment-10209" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-premium-responsive-wordpress-themes.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10209_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best premium responsive wordpress themes', '', 'publish', 'closed', 'closed', '', 'best-premium-responsive-wordpress-themes', '', '', '2017-04-11 13:14:38', '2017-04-11 13:14:38', '', 0, 'http://thedesignpixel.com/best-premium-responsive-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(70, 1, '2017-04-11 13:14:38', '2017-04-11 13:14:38', '\r\n<div class="main-container"><div id="page" class="single">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box" >\r\n									<div id="post-2092" class="post-2092 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-templates g cat-3-id cat-4-id has_thumb">\r\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Best Print Ready PSD Flyer Templates</div>\r\n												<header>\r\n							<h1 class="title">30 Best Print Ready PSD Flyer Templates</h1>\r\n															<div class="post-info">\r\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n										\r\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/#comments"> No comments</a></span>\r\n								</div>\r\n													</header><!--.headline_area-->\r\n						<div class="post-content box mark-links">\r\n														<p>You have an event coming up, or you just lost your dog, or you found someone’s cute kitten. There are a lot of situations, when we do need a flyer. Gone is the time, when the flyers used to be made by hand, neither does anyone has any time to do the same, nor does it act as that eye candy to be attracting the attention of the passing by people, which fails the basic purpose of a flyer to be posted anywhere. A flyer is just a simple design, BUT, needs to be conveying the message in the least complex and quickest manner possible. Because, no one has the time for stopping by, and reading your flyers, and most probably, it will just be viewed by the people for mere seconds, and the message you wish to convey must be well visible, and understood in that small time itself.</p>\n<p>If you go out, and ask for a flyer design, either the person will refuse to do the quick job, because of his hectic schedule, or will charge you inappropriately, and you being scammed in a way, because designing a flyer is a task of a few minutes, with the help of the best imaging tool, Adobe Photoshop. Adobe photoshop has a collection of so many tools, that allow you to design and edit images, and a great module of Photoshop allows you to save your photoshop documents, which you can further edit at any time. There are a lot of PSD’s, that is the Photoshop documents available for flyer designs, for various kinds of situations and designs. These are engineered to be eye catching, and seeking attractive. A collection of 30 best print ready PSD flyer templates of these are:</p>\n<h3><span style="text-decoration: underline;"><em><strong>30+ Best Print Ready PSD Flyer Templates</strong></em></span>:</h3>\n<p><a href="http://browse.deviantart.com/art/PSD-LoverNight-Flyer-Template-203951790"><strong>PSD <span id="c31f4441-b649-4e22-80a2-27efd936c06c" class="GINGER_SOFATWARE_mark"><span id="612ddb52-373d-4898-a910-a9f8bd4adadb" class="GINGER_SOFATWARE_mark">LoverNight</span></span> Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/598905-Electro-Poster-Vol-4?list=searches"><strong><span id="8f2d682d-bf71-4996-8384-faa98350521d" class="GINGER_SOFATWARE_mark">Electro</span> Poster Vol. 4</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/mardi-gras-carnival-flyer-template/4015941?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=grandelelo?ref=Thedesignpixel"><strong>Mardi Gras / Carnival Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://party-flyer.deviantart.com/art/Summer-House-Flyer-PSD-194505031"><strong>Summer House Flyer PSD</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/878411-On-The-Road-Poster-Vol-2"><strong>On The Road Poster Vol. 2</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/saint-patricks-day-party-flyer/4017108?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=saltshaker911?ref=Thedesignpixel"><strong>Saint Patricks Day Party Flyer</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Rock-Flyer-Template-215226878"><strong>PSD Rock Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/560932-Indie-Poster-Vol-7"><strong>Indie Poster Vol. 7</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/temple-of-doom-flyer/4020597?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=styleWish?ref=Thedesignpixel"><strong>Temple of Doom Flyer</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/Valentines-Day-Flyer-PSD-195219829"><strong>Valentines Day Flyer -PSD</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/791152-Vintage-Poster-Vol-1"><strong>Vintage Poster Vol. 1</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/delinquent-mrwolf-selfinflicted-flyers/4009272?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=FlatlineRo?ref=Thedesignpixel"><strong>Delinquent Mr<span id="be77ec3a-d662-4d40-9c89-c16198659bd7" class="GINGER_SOFATWARE_mark"><span id="2db77ad1-7789-4fe3-9ced-a84fef0df6b3" class="GINGER_SOFATWARE_mark">.</span></span>Wolf &amp; Self-inflicted Flyers</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://party-flyer.deviantart.com/art/Coyote-Night-Flyer-Template-194896036"><strong>Coyote Night Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/562430-Alternative-Poster-Vol-10"><strong>Alternative Poster Vol. 10</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/cake-shop-flyer/3999903?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=banmaker?ref=Thedesignpixel"><strong>Cake Shop Flyer</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Magical-Night-Flyer-Template-270799609"><strong>PSD Magical Night Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/735956-Futuristic-Poster-Vol-3"><strong>Futuristic Poster Vol. 3</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/masquerade-ball-poster-print-template/3974959?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=SomethingDesign?ref=Thedesignpixel"><strong>Masquerade Ball Poster Print Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Dance-Flyer-Template-215226996"><strong>PSD Dance Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/830442-PSD-Indie-Week-Poster-Flyer-Template"><strong>PSD Indie Week Poster/Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/modern-pizza-flyer-a4-letter-sizes/4008403?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=hsynkyc?ref=Thedesignpixel"><strong>Modern Pizza Flyer – A4 &amp; Letter Sizes</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/Amazing-Dance-Flyer-PSD-207526413"><strong>Amazing Dance Flyer -PSD</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/585527-Alternative-Poster-Vol-15"><strong>Alternative Poster Vol. 15</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/underground-black-music-flyerposter/4006724?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=maman?ref=Thedesignpixel"><strong>Underground Black Music Flyer/Poster</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Valentines-Day-Party-Flyer-Template-277242680"><strong>PSD Valentines Day Party Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://dribbble.com/shots/564304-Electro-Poster-Vol-3"><strong><span id="3d88dcc6-43cc-4baf-9417-85f36df6b64f" class="GINGER_SOFATWARE_mark">Electro</span> Poster Vol. 3</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://graphicriver.net/item/mobile-app-promotion-flyers/3983284?WT.ac=category_thumb&amp;WT.seg_1=category_thumb&amp;WT.z_author=kinzi21"><strong>Mobile App Promotion Flyers</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Maximum-Furore-Flyer-Template-272694642"><strong>PSD Maximum Furore Flyer Template</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://bicirique.deviantart.com/art/PSD-Fashion-Flyer-259033464"><strong>Folk Poster Vol. 4</strong></a></p>\n<p><a href="#"></a></p>\n<p><a href="http://browse.deviantart.com/art/M-DANCE-FLYER-BUNDLE-4IN1-PSD-213341449"><strong>M-DANCE FLYER BUNDLE 4IN1 PSD</strong></a></p>\n<p><a href="#"></a></p>\n<!--Ad Injection:bottom--><script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "7662471229";\r\n    google_ad_width = 468;\r\n    google_ad_height = 15;\r\n</script>\r\n<!-- TDP Link -->\r\n\r\n</script>													</div><!--.post-content box mark-links-->\r\n													<div class="shareit">\r\n																		<!-- Twitter -->\r\n										<span class="share-item twitterbtn">\r\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\r\n										</span>\r\n																										<!-- GPlus -->\r\n										<span class="share-item gplusbtn">\r\n										<g:plusone size="medium"></g:plusone>\r\n										</span>\r\n																										<!-- Facebook -->\r\n										<span class="share-item facebookbtn">\r\n										<div id="fb-root"></div>\r\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\r\n										</span>\r\n																										<!--Linkedin -->\r\n										<span class="share-item linkedinbtn">\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/best-print-ready-psd-flyer-templates.html" data-counter="right"></script>\r\n										</span>\r\n																										<!-- Stumble -->\r\n										<span class="share-item stumblebtn">\r\n										<su:badge layout="1"></su:badge>\r\n										<script type="text/javascript"> \r\n										(function() { \r\n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \r\n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \r\n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \r\n										})(); \r\n										</script>\r\n										</span>\r\n																										<!-- Pinterest -->\r\n										<span class="share-item pinbtn">\r\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/best-print-ready-psd-flyer-templates.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template.jpg&amp;description=30%20Best%20Print%20Ready%20PSD%20Flyer%20Templates" class="pin-it-button" count-layout="horizontal">Pin It</a>\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\r\n										</span>\r\n															</div>\r\n						<!--Shareit-->\r\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></div>\r\n																		<div class="intercept">\r\n							<div class="Intercept-1">\r\n								<div class="IPLeft">\r\n																			<div class="bottomad">\r\n											<script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "1464930820";\r\n    google_ad_width = 336;\r\n    google_ad_height = 280;\r\n</script>\r\n<!-- TDP Content D -->\r\n\r\n</script>										</div>\r\n										<span>Advertisement</span>\r\n																	</div>\r\n								<div class="IPRight">\r\n																			<div class="related-posts">\r\n											<h5>Related Posts</h5><ul>											<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" rel="bookmark" title="45+ Fresh and Creative Error 404 Pages">\r\n													45+ Fresh and Creative Error 404 Pages												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" rel="bookmark" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout">\r\n													105+ Useful Adobe Illustrator Tutorials Every Design...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="last">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="bookmark" title="25+ Best Photoshop Wallpaper Tutorials">\r\n													25+ Best Photoshop Wallpaper Tutorials												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n											</ul>										</div><!-- .related-posts -->\r\n																	</div>\r\n								<div class="clear"></div>\r\n							</div>\r\n						</div>									\r\n					</div><!--.g post-->\r\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2092'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="8dec171a6e" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="14"/></p>		</form>\n	</div>\n							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" alt="25+ Excellent Adobe InDesign Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' title=''25+ Excellent Adobe InDesign Tutorials'' class=''popular-title''>25+ Excellent Adobe InDesign Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best print ready psd flyer templates', '', 'publish', 'closed', 'closed', '', 'best-print-ready-psd-flyer-templates', '', '', '2017-04-11 13:14:38', '2017-04-11 13:14:38', '', 0, 'http://thedesignpixel.com/best-print-ready-psd-flyer-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(71, 1, '2017-04-11 13:14:40', '2017-04-11 13:14:40', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;45+ Best PSD Business Card Templates </div>\n<div class="single-content">\n<article class="post-2238 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-photoshop tag-templates">\n<div id="post-2238" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">45+ Best PSD Business Card Templates</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-psd-business-card-templates/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it becomes difficult to be explaining each and everyone the same, so what we do at that moment is to just hand them over our business card, which has our contact information, and about what we do. Business cards are a great invention, and now-a-days, by the influence of competitive market, the design industry has come into play and has started to change the way to how these used to be earlier.</p>\n<p>There are thousands of designs and paper types available, for your own customization needs for your business card, for you to convey your style, with your information. The graphic designers cost a great amount of fortune to design a business card, and as an entrepreneur, saving every other dollar means a lot. You can save your money on getting these designing by using the Photoshop documents. PSD&rsquo;s are an editable Photoshop file, which already contain a pre existing design, which is very easy to edit and customize accordingly to great extensibility, because of the wide range of the photoshop tools. These PSD&rsquo;s are ready to be edited and sent to the parent process effectively.</p>\n<p>Here is a collection of some of the really cool and least complex PSD business card templates, containing some nice business card designs, that you might wish to use for your purpose of designing the business card for you. You can download the same with the links mentioned below respectively. Let&#8217;s check out this ultimate collection of best PSD Business card templates.</p>\n<h3><span style="text-decoration: underline;"><em><strong>45+ Best PSD Business Card Templates</strong></em></span>:</h3>\n<p><a href="http://dribbble.com/shots/1128706-Stack-Business-Card-Mock-Up"><strong>Stack Business Card Mock-Up</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2239" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Stack-Business-Card-Mock-Up.png" alt="Stack Business Card Mock-Up" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1080035-Free-Mockup"><strong>Free Mockup</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2240" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Mockup.jpg" alt="Free Mockup" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/mosaic-business-card/1648027?ref=BloomWebDesign"><strong>Mosaic Business Card -PSD-</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2241" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Mosaic-Business-Card-PSD-.jpg" alt="Mosaic Business Card -PSD-" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicburger.com/letterpress-business-cards-mock-up/"><strong>Letterpress Business Cards Mockup (Free PSD)</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2242" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Letterpress-Business-Cards-Mockup-Free-PSD.png" alt="Letterpress Business Cards Mockup (Free PSD)" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://designwerkstatt24.de/tmp/index.php?drbl=bcm"><strong>Business Card Mockup (PSD Download)</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2243" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Mockup-PSD-Download.png" alt="Business Card Mockup (PSD Download)" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://carlosviloria.com/2012/02/business-card-retro-badge/"><strong>Business Card Retro Badge (Free PSD)</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2244" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Retro-Badge-Free-PSD.jpg" alt="Business Card Retro Badge (Free PSD)" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1034611-Free-Business-Card"><strong>Free Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2245" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Business-Card.png" alt="Free Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dl.dropbox.com/u/16027168/businesscard-showcase/business-card-showcase.psd.zip"><strong>Business Card Mockup PSD</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2246" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Mockup-PSD.jpg" alt="Business Card Mockup PSD" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/587098-Free-PSD-Scan-my-QR-Code-Business-Cards"><strong>Free PSD: Scan my QR Code Business Cards</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2247" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-PSD-Scan-my-QR-Code-Business-Cards.jpg" alt="Free PSD Scan my QR Code Business Cards" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.psdfolder.com/verticle-business-cards-mockup/"><strong>Free PSD: Verticle Business Cards Mockup</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2248" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-PSD-Verticle-Business-Cards-Mockup.jpg" alt="Free PSD Verticle Business Cards Mockup" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.psdfolder.com/free-psd-creative-ring-business-cards/"><strong>Creative Ring Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2249" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Ring-Business-Card.jpg" alt="Creative Ring Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.pixeden.com/psd-mock-up-templates/psd-business-card-mock-up-vol-1"><strong><span id="01cf0b6a-90ae-43c5-b4b9-b255bbc79ff9" class="GINGER_SOFATWARE_mark"><span id="5d040edb-2333-4f89-81d4-5eaa2d079d8d" class="GINGER_SOFATWARE_mark"><span id="64536d1b-b70b-4641-97b9-3fec26e4e94c" class="GINGER_SOFATWARE_mark">Psd</span></span></span> Business Card Mock-Up (Freebie)</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2250" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Psd-Business-Card-Mock-Up-Freebie.jpg" alt="Psd Business Card Mock-Up (Freebie)" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1036507-Free-Business-Card"><strong>Free Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2251" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Business-Card-2.jpg" alt="Free Business Card 2" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.codegrape.com/item/creative-corporate-business-card-2/2060"><strong>Creative Corporate Business Card 2</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2252" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-2.jpg" alt="Creative Corporate Business Card 2" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.psdfolder.com/free-psd-ipro-consulting-business-cards/"><strong>Free PSD: <span id="00834727-62e0-4edd-a316-e08637272f85" class="GINGER_SOFATWARE_mark"><span id="42684b03-91a0-4635-8295-f542319dc6bc" class="GINGER_SOFATWARE_mark"><span id="3ec4190e-6e98-41c9-adca-aaabf4f8043e" class="GINGER_SOFATWARE_mark">iPro</span></span></span> Consulting Business Cards</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2253" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-PSD-iPro-Consulting-Business-Cards.jpg" alt="Free PSD iPro Consulting Business Cards" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/creative-corporate-business-card-29/6634546?ref=BloomWebDesign"><strong>Creative Corporate Business Card 29</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2254" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-29.jpg" alt="Creative Corporate Business Card 29" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1054486-Retro-Business-Card"><strong>Retro Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2255" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Retro-Business-Card.jpg" alt="Retro Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/name-card/3089572?ref=BloomWebDesign"><strong>Name Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2256" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Name-Card.jpg" alt="Name Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.codegrape.com/item/corporate-business-card/1964"><strong>Corporate Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2257" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Business-Card.jpg" alt="Corporate Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/27QXyJ"><strong>Creative Lumia Corporate Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2258" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Lumia-Corporate-Business-Card.jpg" alt="Creative Lumia Corporate Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.codegrape.com/item/creative-photographer-qr-business-card/1581?ref=flashblue"><strong>Creative Photographer QR Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2259" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Photographer-QR-Business-Card.jpg" alt="Creative Photographer QR Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://bit.ly/I2T8Xx"><strong>Stylish Business Cards</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2260" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Stylish-Business-Cards.jpg" alt="Stylish Business Cards" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.codegrape.com/item/corporate-business-card-2/1834"><strong>Corporate Business Card 2</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2261" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Business-Card-2.jpg" alt="Corporate Business Card 2" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/tbIwh"><strong>Aqua Creative Business Card -PSD-</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2262" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Aqua-Creative-Business-Card-PSD-.jpg" alt="Aqua Creative Business Card -PSD-" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/sleek-business-card/4541018?WT.ac=portfolio&amp;WT.seg_1=portfolio&amp;WT.z_author=Realstar"><strong>Sleek Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2263" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sleek-Business-Card.jpg" alt="Sleek Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.graphicsfuel.com/2013/01/business-card-template-mockup-psd/"><strong>Business Card Mockup</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2264" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Mockup.jpg" alt="Business Card Mockup" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1253431-Premium-Business-Card-PSD"><strong>Premium Business Card PSD</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2265" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Premium-Business-Card-PSD.jpg" alt="Premium Business Card PSD" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/QAmCf"><strong>Business Card Mock-Up (freebie)</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2266" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Mock-Up-freebie.jpg" alt="Business Card Mock-Up (freebie)" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1203084-Square-Business-Card-Mockup"><strong>Square Business Card Mockup</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2267" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Square-Business-Card-Mockup.png" alt="Square Business Card Mockup" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.psdfolder.com/free-business-cards-psd/"><strong>Free PSD: Flow Media Business Cards</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2268" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-PSD-Flow-Media-Business-Cards.jpg" alt="Free PSD Flow Media Business Cards" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1341661-Creative-Corporate-Business-Card-20"><strong>Creative Corporate Business Card 20</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2269" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20.jpg" alt="Creative Corporate Business Card 20" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1328784-Clean-Red-Gray-Business-Card"><strong>Clean Red &amp; Gray Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2270" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Clean-Red-Gray-Business-Card.jpg" alt="Clean Red &amp; Gray Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1314510-Typo-Business-Card"><strong>Typo Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2271" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Typo-Business-Card.jpg" alt="Typo Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1353044-Creative-Corporate-Business-Card-28"><strong>Creative Corporate Business Card 28</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2272" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-28.jpg" alt="Creative Corporate Business Card 28" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/DyzMJ7"><strong>Creative Corporate Business Card 11</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2273" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-11.jpg" alt="Creative Corporate Business Card 11" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://www.psdfolder.com/free-psd-print-shop-color-business-cards/"><strong>Free Colorful Print Shop Business Cards PSD</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2274" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Colorful-Print-Shop-Business-Cards-PSD.jpg" alt="Free Colorful Print Shop Business Cards PSD" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/corporate-premium-business-card/3946017?ref=BloomWebDesign"><strong>Corporate Premium Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2275" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Premium-Business-Card.jpg" alt="Corporate Premium Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/468108-Visual-Business-Card-PSD"><strong>Visual Business Card -PSD-</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2276" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Visual-Business-Card-PSD-.jpg" alt="Visual Business Card -PSD-" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/833630-Smithy-Business-Card-Design"><strong>Smithy Business Card Design</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2277" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Smithy-Business-Card-Design.jpg" alt="Smithy Business Card Design" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://psdboom.com/category/print-template/free-flat-transparent-plastic-business-card.html"><strong>Flat Plastic Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2278" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Flat-Plastic-Business-Card.jpg" alt="Flat Plastic Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://webvilla.pl/Business-card14/"><strong>Business card <span id="199911f1-5f1d-481f-826d-c2685439a96e" class="GINGER_SOFATWARE_mark"><span id="611a6313-529f-40a5-af44-eb0f5e0264c7" class="GINGER_SOFATWARE_mark"><span id="f0fc26a1-8279-413c-a196-30a80c7d95ee" class="GINGER_SOFATWARE_mark">psd</span></span></span> freebie</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2279" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-card-psd-freebie.jpg" alt="Business card psd freebie" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1339124-Creative-Speech-Business-Card-5-Color-Set"><strong>Creative Speech Business Card 5 Color Set</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2280" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Speech-Business-Card-5-Color-Set.jpg" alt="Creative Speech Business Card 5 Color Set" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/artistic-business-card4-psd-template/3846133"><strong>Artistic Business Card#4 PSD Template</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2281" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Artistic-Business-Card4-PSD-Template.jpg" alt="Artistic Business Card#4 PSD Template" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/Ygfcf"><strong>Developer Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2282" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Developer-Business-Card.jpg" alt="Developer Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/dnrUC"><strong>Vintage Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2284" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Vintage-Business-Card.jpg" alt="Vintage Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://webvilla.pl/Business-card12/"><strong>Business Card Freebie</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2285" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Card-Freebie.jpg" alt="Business Card Freebie" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/1303360-Modern-Vertical-Business-Card-5-Color-Set"><strong>Modern Vertical Business Card 5 Color Set</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2286" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Modern-Vertical-Business-Card-5-Color-Set.jpg" alt="Modern Vertical Business Card 5 Color Set" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/blue-corporate-business-card/3774099?ref=BloomWebDesign"><strong>Blue Corporate Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2287" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Blue-Corporate-Business-Card.jpg" alt="Blue Corporate Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/product-showcase-real-estate-flyers-psd-template/2379679"><strong>Product Showcase &amp; Real Estate Flyers PSD Template</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2288" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Product-Showcase-Real-Estate-Flyers-PSD-Template.jpg" alt="Product Showcase &amp; Real Estate Flyers PSD Template" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/854045-Unique-Business-Card-5"><strong>Unique Business Card #5</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2289" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Unique-Business-Card-5.jpg" alt="Unique Business Card #5" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://dribbble.com/shots/617479-Free-PSD-Creative-Media-Business-Cards-in-2-Colors"><strong>Free PSD: Creative Media Business Cards in 2 Colors</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2290" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-PSD-Creative-Media-Business-Cards-in-2-Colors.png" alt="Free PSD Creative Media Business Cards in 2 Colors" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://goo.gl/IlvPRt"><strong>Creative Photographer Business Card 2</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2291" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Photographer-Business-Card-2.jpg" alt="Creative Photographer Business Card 2" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="http://graphicriver.net/item/creative-retro-business-card/4619002?WT.ac=portfolio&amp;WT.seg_1=portfolio&amp;WT.z_author=Realstar"><strong>Creative Retro Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2292" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creative-Retro-Business-Card.jpg" alt="Creative Retro Business Card" width="600" height="450"><noscript></noscript></a></p>\n<p><a href="https://creativemarket.com/artnook/2809-Minimalistic-Business-Card"><strong><span id="426d6746-abdc-45e7-806b-804280ee714b" class="GINGER_SOFATWARE_mark"><span id="f7fff31b-bad4-4c0c-91d1-3138d260b943" class="GINGER_SOFATWARE_mark">Minimalistic</span></span> Business Card</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2293" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Minimalistic-Business-Card.png" alt="Minimalistic Business Card" width="600" height="450"><noscript></noscript></a></p>\n<div class="crp_related "><h3>You may also like</h3><ul><li><a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Card-Design-150x150.jpg" alt="40+ Clean and White Business Card Designs for Your Inspiration" title="40+ Clean and White Business Card Designs for Your Inspiration" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" class="crp_title">40+ Clean and White Business Card Designs for Your Inspiration</a></li><li><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg" alt="35+ Best Photoshop Print Design Tutorials" title="35+ Best Photoshop Print Design Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" class="crp_title">35+ Best Photoshop Print Design Tutorials</a></li><li><a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05-150x150.jpg" alt="40 Best Infographic Vector Kits and Resources" title="40 Best Infographic Vector Kits and Resources" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" class="crp_title">40 Best Infographic Vector Kits and Resources</a></li><li><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg" alt="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" class="crp_title">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a></li><li><a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates" title="20 Fresh &#038; Free Mobile App PSD Templates" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" class="crp_title">20 Fresh &#038; Free Mobile App PSD Templates</a></li><li><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg" alt="40 New WordPress Business Themes" title="40 New WordPress Business Themes" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" class="crp_title">40 New WordPress Business Themes</a></li></ul><div class="crp_clear"></div></div>\n</div> \n</div> \n</div> \n</article> </div> \n<div style="clear:both"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div style="clear:both"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Start the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="qllDC8530a0ad4d02f0c2bc1fde30e8a76d814ffd0d9c679ffb8e134bd7ee53edd3c9" class="wpdiscuz-cnonce" name="cnonce" value="qllDC8530a0ad4d02f0c2bc1fde30e8a76d814ffd0d9c679ffb8e134bd7ee53edd3c9"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="2d8acf41b2"/><input type="hidden" name="_wp_http_referer" value="/best-psd-business-card-templates.html"/> <input type="hidden" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="SgNrWeb767f27f0a9442b129ba87b06c225f3d9b92ff9f0e2242cfce685b20957d6f8" class="wpdiscuz-cnonce" name="cnonce" value="SgNrWeb767f27f0a9442b129ba87b06c225f3d9b92ff9f0e2242cfce685b20957d6f8"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="2d8acf41b2"/><input type="hidden" name="_wp_http_referer" value="/best-psd-business-card-templates.html"/> <input type="hidden" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Knowledge"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Great Calorie Drive"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb wp-post-image" alt="Webiva"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Weathertron"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="rockittheme"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'best psd business card templates', '', 'publish', 'closed', 'closed', '', 'best-psd-business-card-templates', '', '', '2017-04-11 13:14:40', '2017-04-11 13:14:40', '', 0, 'http://thedesignpixel.com/best-psd-business-card-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(72, 1, '2017-04-11 13:14:41', '2017-04-11 13:14:41', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2801" class="g post post-2801 type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 8 Best Remote Desktop Tools</div>\n												<header>\n							<h1 class="title">8 Best Remote Desktop Tools</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-remote-desktop-tools/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this great case, that you are already feeling that pain in the ass to make the other person do a particular task, but he is simply, unable to get what you exactly want. This is natural human nature. The very simple solution came up with remote desktop access. Yes, it started with telnet, where we could command the other pc to perform a particular tasks over DOS, but limited to a basic operations like renaming a file, deleting it, copying it, moving it, etc. Today, with the help of remote desktop tools or  clients, you can even play games, watch movies over it, obviously, if you have a fast internet connection both sides.</p>\n<p>A good remote desktop tools or client should be as small as possible, must have the least complex features, an should be easily usable and even the noobs can use it. A great use is being found in customer support these days, where the support personal gets over the access to the customer’s PC, and does what is needed, without nudging the user much. There are hundereds of remote desktop tools or clients available online to download. This list will help you choose the right one, as these are already some best ones shortlisted by us. Best of luck in your remote desktop processing. The list is continued as is. The vitality of remote desktop tools is very high now a days, and that is why we worked on this list.</p>\n<h3><span style="text-decoration: underline;"><em><strong>8 Best Remote Desktop Tools</strong></em></span>:</h3>\n<p><a href="http://www.teamviewer.com/en/index.aspx"><strong><span id="6f300457-28e7-4c84-a3b3-6937cc5c5e66" class="GINGER_SOFATWARE_mark">Teamviewer</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamviewer.jpg"><img class="aligncenter size-full wp-image-2802" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamviewer.jpg" alt="Teamviewer" width="600" height="394" /></a></p>\n<p><span id="3b5d2963-8308-4120-bb22-a68e41b7e2da" class="GINGER_SOFATWARE_mark">Teamviewer</span> is the one of the best remote desktop tools which helps you to connect to any PC or server around the world within seconds. With more than 200 million users trust you can remote control any partner&#8217;s PC as you were sitting right in front of it.</p>\n<p><a href="http://www.splashtop.com/"><strong>Splashtop</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Splashtop.jpg"><img class="aligncenter size-full wp-image-2803" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Splashtop.jpg" alt="Splashtop" width="600" height="440" /></a></p>\n<p>With over 16 million users Splashtop is considered as the top rated and highest performing Remote Desktop tool which supports Windows, Mac, IOS, Android and more.</p>\n<p><a href="https://support.google.com/chrome/answer/1649523?hl=en"><strong>Chrome Remote Desktop app</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chrome-Remote-Desktop-app.jpg"><img class="aligncenter size-full wp-image-2804" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chrome-Remote-Desktop-app.jpg" alt="Chrome Remote Desktop app" width="600" height="383" /></a></p>\n<p>The chrome remote desktop app lets you set your computer for secure remote access. This app helps you to set to your computer with such a setting so that you can access it remotely from anywhere.</p>\n<p><a href="https://secure.logmein.com/"><strong><span id="f7895f26-cab6-49dd-9efc-973eaadaeef2" class="GINGER_SOFATWARE_mark">Logmein</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein.jpg"><img class="aligncenter size-full wp-image-2805" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein.jpg" alt="Logmein" width="600" height="441" /></a></p>\n<p><span id="dde59dcc-6c23-4fcc-a417-e78a15b2d3db" class="GINGER_SOFATWARE_mark">Logmein</span> helps you to simply connect from anywhere for accessing and managing them remotely.</p>\n<p><a href="http://in.norton.com/symantec-pcanywhere/"><strong>PC Anywhere</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PC-Anywhere.jpg"><img class="aligncenter size-full wp-image-2810" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PC-Anywhere.jpg" alt="PC Anywhere" width="600" height="314" /></a></p>\n<p>PC anywhere is also one of the best remote desktop tools which enables you to establish a safe and secure connection with other computers to remotely retrieve documents, view archived data.</p>\n<p><a href="http://www.gotomypc.com/remote-access/"><strong><span id="d9f5a3ad-f52b-46c9-ad72-3d9cce3ca789" class="GINGER_SOFATWARE_mark">Gotomypc</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gotomypc.jpg"><img class="aligncenter size-full wp-image-2806" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Gotomypc.jpg" alt="Gotomypc" width="600" height="356" /></a></p>\n<p><span id="897b0e9c-538d-4058-95ea-56b33d888faf" class="GINGER_SOFATWARE_mark">Gotomypc</span> helps you to work from <span id="b04e95c0-c17b-4455-8874-045bcdd95f88" class="GINGER_SOFATWARE_mark"><span id="711e98d6-db29-4fd3-9401-1c78aa515445" class="GINGER_SOFATWARE_mark">anywhere even</span></span> on your smartphone or tablet by connecting you remotely with any device you want to connect with.</p>\n<p><a href="http://www.radmin.com/"><strong>Radmin</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Radmin.jpg"><img class="aligncenter size-full wp-image-2807" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Radmin.jpg" alt="Radmin" width="600" height="450" /></a></p>\n<p>With the help of Radmin you can easily create secure remote access to any computer situated anywhere in the world. You can easily control remote PCs, share remote desktop, transfer important files, and perform system administration.</p>\n<p><a href="http://pcsupport.about.com/od/remote-access/fl/ultravnc-review.htm"><strong>UltraVNC</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/UltraVNC.jpg"><img class="aligncenter size-full wp-image-2808" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/UltraVNC.jpg" alt="UltraVNC" width="600" height="450" /></a></p>\n<p>Ultra VNC is a powerful, easy to use and free remote desktop tool that helps you to easily access any other PC remotely.</p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-remote-desktop-tools.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-remote-desktop-tools.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein.jpg&amp;description=8%20Best%20Remote%20Desktop%20Tools" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" rel="bookmark" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success">\n													30 Minimalist Interior Design WordPress Themes That ...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\n													15+ Best WordPress Landing Page Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" rel="bookmark" title="13 Best Ruby On Rails CMS (Content Management Systems)">\n													13 Best Ruby On Rails CMS (Content Management System...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-remote-desktop-tools/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2801'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="6c5ea8d95c" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="244"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', 'best remote desktop tools', '', 'publish', 'closed', 'closed', '', 'best-remote-desktop-tools', '', '', '2017-04-11 13:14:41', '2017-04-11 13:14:41', '', 0, 'http://thedesignpixel.com/best-remote-desktop-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(73, 1, '2017-04-11 13:14:42', '2017-04-11 13:14:42', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3131" class="g post post-3131 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-drupal tag-freebies tag-templates tag-themes cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35+ Best Responsive Drupal 7 Themes [Free and Premium]</div>\n												<header>\n							<h1 class="title">35+ Best Responsive Drupal 7 Themes [Free and Premium]</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design websites, and manage them in the best possible way, and in the least possible time. There are a lot of content management systems available in the market, like WordPress, blogger, etc., and Drupal is one of the really common ones in the market, having a share of being utilized in almost 2.1% of the websites worldwide, including personal blogs, political platforms, etc.</p>\n<p>This is generally used in back end content management systems, and provides all the basic features of a CMS like account management, taxonomy, etc. Drupal can be implemented as a blog, a community forum, etc., and in a survey, it came out to be known, that there are almost 31,000 developers working on developing something new and creative for the platform.</p>\n<p>Drupal is basically installed as a core platform, known as the Drupal core, and then the plugin extensibility allows the users to be installing their favorite plugins and extensions. Just like any other CMS, you can also install and integrate third party themes and templates, that can be easily customized, giving a new look to your Drupal based websites. Responsive Drupal 7 themes are on the hype, as they provide a lot of convenience to the developers, as well as the visitors, by scaling accordingly to the device size, where the website is being viewed. And the combination of a responsive template and Drupal would create something really wonderful for the webmaster as well as the website visitors. Some of the most common and best Responsive Drupal 7 templates are mentioned below, for you to choose from:</p>\n<h3><strong><span style="text-decoration: underline;"><em>35+ Best Responsive Drupal 7 Themes [Free and Premium]</em></span>:</strong></h3>\n<p><strong>Metro-Blocks – Multipurpose Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Metro-Blocks-Multi-Purpose-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3132" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Metro-Blocks-Multi-Purpose-Drupal-Theme.jpg" alt="Metro-Blocks-Multi-Purpose-Drupal-Theme" width="550" height="649" /></a></p>\n<p><a href="http://themeforest.net/item/metroblocks-multipurpose-drupal-theme/full_screen_preview/6887637?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/metroblocks-multipurpose-drupal-theme/6887637?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>PRO Business – Multi Purpose Corporate Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PROBusiness-Multi-Purpose-Corporate-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3133" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/PROBusiness-Multi-Purpose-Corporate-Drupal-Theme.jpg" alt="PROBusiness-Multi-Purpose-Corporate-Drupal-Theme" width="550" height="565" /></a></p>\n<p><a href="http://themeforest.net/item/probusiness-multi-purpose-corporate-drupal-theme/full_screen_preview/6873952?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/probusiness-multi-purpose-corporate-drupal-theme/6873952?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Carat – Responsive Automotive Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Carat-Responsive-Automotive-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3134" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Carat-Responsive-Automotive-Drupal-Theme.jpg" alt="Carat-Responsive-Automotive-Drupal-Theme" width="550" height="696" /></a></p>\n<p><a href="http://themeforest.net/item/carat-responsive-automotive-drupal-theme/full_screen_preview/6712052?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/carat-responsive-automotive-drupal-theme/6712052?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>ME – Multi Purpose, Creative Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/ME-MultiPurpose-Creative-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3135" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/ME-MultiPurpose-Creative-Drupal-Theme.jpg" alt="ME-MultiPurpose-Creative-Drupal-Theme" width="550" height="637" /></a></p>\n<p><a href="http://themeforest.net/item/me-multipurpose-creative-drupal-theme/full_screen_preview/6643202?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/me-multipurpose-creative-drupal-theme/6643202?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Free Drupal eCommerce Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Free-Drupal-eCommerce-Theme.jpg"><img class="aligncenter size-full wp-image-3136" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Free-Drupal-eCommerce-Theme.jpg" alt="Free-Drupal-eCommerce-Theme" width="550" height="521" /></a></p>\n<p><a href="http://livedemo00.template-help.com/free_drupal_commerce_theme/"><strong>Demo</strong></a> | <a href="http://store.templatemonster.com/free-drupal-ecommerce-theme.html?aff=designpixel"><strong>More Info</strong></a></p>\n<p><strong>Bigwig – Modern Corporate Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BigWig-Modern-Corporate-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3137" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BigWig-Modern-Corporate-Drupal-Theme.jpg" alt="BigWig-Modern-Corporate-Drupal-Theme" width="550" height="337" /></a></p>\n<p><a href="http://themeforest.net/item/bigwig-modern-corporate-drupal-theme/full_screen_preview/6619213?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/bigwig-modern-corporate-drupal-theme/6619213?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Velocity – Feature Rich Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Velocity-Feature-Rich-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3138" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Velocity-Feature-Rich-Drupal-Theme.jpg" alt="Velocity-Feature-Rich-Drupal-Theme" width="550" height="717" /></a></p>\n<p><a href="http://themeforest.net/item/velocity-feature-rich-drupal-theme/full_screen_preview/6544487?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/velocity-feature-rich-drupal-theme/6544487?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Astrum – Responsive Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Astrum-Responsive-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3139" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Astrum-Responsive-Drupal-Theme.jpg" alt="Astrum-Responsive-Drupal-Theme" width="550" height="698" /></a></p>\n<p><a href="http://themeforest.net/item/astrum-responsive-drupal-theme/full_screen_preview/6501781?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/astrum-responsive-drupal-theme/6501781?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Other – Creative Photography Drupal 7 Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Other-Creative-Photography-Drupal-7-Theme.jpg"><img class="aligncenter size-full wp-image-3140" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Other-Creative-Photography-Drupal-7-Theme.jpg" alt="Other-Creative-Photography-Drupal-7-Theme" width="550" height="466" /></a></p>\n<p><a href="http://themeforest.net/item/other-creative-photography-drupal-7-theme/full_screen_preview/6476599?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/other-creative-photography-drupal-7-theme/6476599?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Boom – Responsive One Page Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Boom-Responsive-Onepage-Drupal-Theme.jpg"><img class="aligncenter size-full wp-image-3141" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Boom-Responsive-Onepage-Drupal-Theme.jpg" alt="Boom-Responsive-Onepage-Drupal-Theme" width="550" height="761" /></a></p>\n<p><a href="http://themeforest.net/item/boom-responsive-onepage-drupal-theme/full_screen_preview/6449981?ref=danielwku"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/boom-responsive-onepage-drupal-theme/6449981?ref=danielwku"><strong>More Info</strong></a></p>\n<p><strong>Free Drupal, Open Bootstrap Framework Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Free-Drupal-Open-Bootstrap-Framework-Theme.jpg"><img class="aligncenter size-full wp-image-3142" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Free-Drupal-Open-Bootstrap-Framework-Theme.jpg" alt="Free-Drupal-Open-Bootstrap-Framework-Theme" width="550" height="462" /></a></p>\n<p><a href="http://www.livedemo.themes4drupal.com/723xx/"><strong>Demo</strong></a> | <a href="http://www.templatemonster.com/free-templates/free-drupal-open-framework-theme.php"><strong>Download</strong></a></p>\n<p><strong>Photography Theme- Free Responsive Drupal 7 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Photography-Theme.jpg"><img class="aligncenter size-full wp-image-3143" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Photography-Theme.jpg" alt="Photography-Theme" width="550" height="821" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://thedesignpixel.com"><strong>Download</strong></a></p>\n<p><strong>Interior Design, Drupal 7 templates</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Interior-Design-Drupal-7-templates.jpg"><img class="aligncenter size-full wp-image-3144" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Interior-Design-Drupal-7-templates.jpg" alt="Interior-Design-Drupal-7-templates" width="550" height="443" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://thedesignpixel.com"><strong>Download</strong></a></p>\n<p><strong>Professional Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Professional-Theme.jpg"><img class="aligncenter size-full wp-image-3145" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Professional-Theme.jpg" alt="Professional-Theme" width="550" height="307" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/professional_theme-7.x-1.4.zip"><strong>Download</strong></a></p>\n<p><strong>Best Responsive</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Best-Responsive-Drupal.jpg"><img class="aligncenter size-full wp-image-3146" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Best-Responsive-Drupal.jpg" alt="Best-Responsive-Drupal" width="550" height="328" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/best_responsive-7.x-1.0.zip"><strong>Download</strong></a></p>\n<p><strong>Responsive Blog</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Blog.jpg"><img class="aligncenter size-full wp-image-3147" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Blog.jpg" alt="Responsive-Blog" width="550" height="322" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/responsive_blog-7.x-1.5.zip"><strong>Download</strong></a></p>\n<p><strong>Responsive Business</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Business.jpg"><img class="aligncenter size-full wp-image-3148" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Responsive-Business.jpg" alt="Responsive-Business" width="550" height="348" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/responsive_business-7.x-1.1.zip"><strong>Download</strong></a></p>\n<p><strong>Premium Responsive</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Premium-Responsive.jpg"><img class="aligncenter size-full wp-image-3149" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Premium-Responsive.jpg" alt="Premium-Responsive" width="550" height="341" /></a></p>\n<p><a href="http://www.devsaran.com/theme/responsive/"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/responsive-7.x-1.6.zip"><strong>Download</strong></a></p>\n<p><strong>Skeleton</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skeleton.jpg"><img class="aligncenter size-full wp-image-3150" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skeleton.jpg" alt="Skeleton" width="550" height="315" /></a></p>\n<p><a href="http://demo.drupalizing.com/?theme=skeleton"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/skeletontheme-7.x-1.1.zip"><strong>Download</strong></a></p>\n<p><strong>Font Folio</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FontFolio.jpg"><img class="aligncenter size-full wp-image-3151" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FontFolio.jpg" alt="FontFolio" width="550" height="323" /></a></p>\n<p><a href="http://fontfolio.ish.co.il/"><strong>Demo</strong></a> | <a href="http://ftp.drupal.org/files/projects/fontfolio-7.x-2.3.zip"><strong>Download</strong></a></p>\n<p><strong>Incredible</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible.jpg"><img class="aligncenter size-full wp-image-3152" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible.jpg" alt="Incredible" width="550" height="310" /></a></p>\n<p><a href="http://incredible.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/incredible-responsive-drupal-theme/3824586?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Haiku (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Haiku.jpg"><img class="aligncenter size-full wp-image-3153" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Haiku.jpg" alt="Haiku" width="550" height="314" /></a></p>\n<p><a href="http://refaktorthemes.com/haiku-demo/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/haiku-responsive-drupal-7-theme/3726360?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Cano (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cano.jpg"><img class="aligncenter size-full wp-image-3154" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cano.jpg" alt="Cano" width="550" height="334" /></a></p>\n<p><a href="http://webizrada.com/demo/cano/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/cano-responsive-drupal-7-theme/3818208?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Sensation (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sensation.jpg"><img class="aligncenter size-full wp-image-3155" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sensation.jpg" alt="Sensation" width="550" height="278" /></a></p>\n<p><a href="http://sensation.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/sensation-responsive-drupal-theme/3725738?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Drive (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Drive.jpg"><img class="aligncenter size-full wp-image-3156" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Drive.jpg" alt="Drive" width="550" height="273" /></a></p>\n<p><a href="http://drive.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/drive-responsive-drupal-theme/3688654?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Blocks (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Blocks.jpg"><img class="aligncenter size-full wp-image-3157" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Blocks.jpg" alt="Blocks" width="550" height="315" /></a></p>\n<p><a href="http://refaktorthemes.com/blocks-demo/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/blocks-a-metroinspired-responsive-drupal-theme/3635281?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Skifi – Bootstrap (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skifi1.jpg"><img class="aligncenter size-full wp-image-3158" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skifi1.jpg" alt="Skifi1" width="550" height="330" /></a></p>\n<p><a href="http://demo.worthapost.com/skifi/default/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/skifi-bootstrap-drupal-theme/3555311?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Finesse (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Finesse-Drupal.jpg"><img class="aligncenter size-full wp-image-3159" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Finesse-Drupal.jpg" alt="Finesse-Drupal" width="550" height="280" /></a></p>\n<p><a href="http://finesse.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/finesse-responsive-business-drupal-theme-/3486665?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong><span id="7d008e03-8c7f-431e-8370-25e360795100" class="GINGER_SOFATWARE_mark">TouchM</span> (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/TouchM.jpg"><img class="aligncenter size-full wp-image-3160" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/TouchM.jpg" alt="TouchM" width="550" height="277" /></a></p>\n<p><a href="http://touchm.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/touchm-responsive-html5-css3-drupal-theme/3400115?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Kalypso (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kalypso.jpg"><img class="aligncenter size-full wp-image-3161" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Kalypso.jpg" alt="Kalypso" width="550" height="340" /></a></p>\n<p><a href="http://refaktorthemes.com/kalypso-demo/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/kalypso-modern-responsive-drupal-7-theme/3393045?ref=danielwku"><strong>Download</strong></a><strong> ($40)</strong></p>\n<p><strong>Proma (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Proma.jpg"><img class="aligncenter size-full wp-image-3162" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Proma.jpg" alt="Proma" width="550" height="284" /></a></p>\n<p><a href="http://proma.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/proma-responsive-drupal-theme/3240509?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong><span id="55c05189-2b9c-4caa-a5f6-909b37feac70" class="GINGER_SOFATWARE_mark">InnoCompany</span> – Multipurpose <span id="e1201c58-35b0-4674-8217-34dd3a6fd868" class="GINGER_SOFATWARE_mark">Corporate</span> (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/InnoCompany-Drupal-7.jpg"><img class="aligncenter size-full wp-image-3163" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/InnoCompany-Drupal-7.jpg" alt="InnoCompany-Drupal-7" width="550" height="344" /></a></p>\n<p><a href="http://demo.worthapost.com/icompany/default/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/innocompany-multipurpose-corporate-drupal-theme/3177223?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Dynamik (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dynamik.jpg"><img class="aligncenter size-full wp-image-3164" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dynamik.jpg" alt="Dynamik" width="550" height="333" /></a></p>\n<p><a href="http://refaktorthemes.com/dynamik_demo/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/dynamik-responsive-drupal-7-theme/3149864?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Perspective (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Perspective.jpg"><img class="aligncenter size-full wp-image-3165" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Perspective.jpg" alt="Perspective" width="550" height="325" /></a></p>\n<p><a href="http://perspective.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/perspective-responsive-html5-css3-drupal-theme/3107906?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong><span id="fc527626-1997-4599-9cbe-c3bf3d5d51ad" class="GINGER_SOFATWARE_mark">Planetta</span> (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Planetta.jpg"><img class="aligncenter size-full wp-image-3166" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Planetta.jpg" alt="Planetta" width="550" height="337" /></a></p>\n<p><a href="http://planetta.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/planetta-responsive-drupal-theme/2902882?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Design Company (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Design-Company.jpg"><img class="aligncenter size-full wp-image-3167" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Design-Company.jpg" alt="Design-Company" width="550" height="290" /></a></p>\n<p><a href="http://webizrada.com/demo/dmd01/l/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/designmd-01-responsive-drupal-7-theme/2857295?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Elegantica (Drupal 7)</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Elegantica.jpg"><img class="aligncenter size-full wp-image-3168" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Elegantica.jpg" alt="Elegantica" width="550" height="277" /></a></p>\n<p><a href="http://elegantica.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/elegantica-responsive-business-drupal-theme/2830545?ref=danielwku"><strong>Download</strong></a></p>\n<p>&nbsp;</p>\n<p><strong>Trace – Drupal responsive theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/traceresponsiveDrupal.jpg"><img class="aligncenter size-full wp-image-3169" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/traceresponsiveDrupal.jpg" alt="traceresponsiveDrupal" width="550" height="279" /></a></p>\n<p><a href="http://webizrada.com/demo/trace/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/trace-drupal-responsive-theme/4283031?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Aqua</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/AquaresponsiveDrupal.jpg"><img class="aligncenter size-full wp-image-3170" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/AquaresponsiveDrupal.jpg" alt="AquaresponsiveDrupal" width="550" height="275" /></a></p>\n<p><a href="http://aqua.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/aqua-responsive-drupal-theme/4245472?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Centum</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/CentumDrupal.jpg"><img class="aligncenter size-full wp-image-3171" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/CentumDrupal.jpg" alt="CentumDrupal" width="550" height="278" /></a></p>\n<p><a href="http://centum.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/centum-responsive-drupal-theme/3950066?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Inspiro B – Premium Responsive Theme for Drupal 7</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/InspiroDrupal7.jpg"><img class="aligncenter size-full wp-image-3172" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/InspiroDrupal7.jpg" alt="InspiroDrupal7" width="550" height="281" /></a></p>\n<p><a href="http://www.inspiro-media.com/InspiroB/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/inspiro-b-premium-responsive-theme-for-drupal-7/3854468?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Mentor – Responsive Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mentor.jpg"><img class="aligncenter size-full wp-image-3173" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mentor.jpg" alt="Mentor" width="550" height="282" /></a></p>\n<p><a href="http://demo.themeboutique.com/drupal/mentor/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/mentor-responsive-drupal-theme/5531640?ref=danielwku"><strong>Download</strong></a></p>\n<p><strong>Coworker – Responsive Drupal Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coworker.jpg"><img class="aligncenter size-full wp-image-3174" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Coworker.jpg" alt="Coworker" width="550" height="281" /></a></p>\n<p><a href="http://coworker.envato.tabvn.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/coworker-responsive-drupal-theme/5404988?ref=danielwku"><strong>Download</strong></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/09/Incredible.jpg&amp;description=35+%20Best%20Responsive%20Drupal%207%20Themes%20[Free%20and%20Premium]" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/drupal/" rel="tag">Drupal</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="bookmark" title="35+ Creative Examples of UI and Wireframe Sketches">\n													35+ Creative Examples of UI and Wireframe Sketches												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" rel="bookmark" title="50 Useful CSS Frameworks, Libraries and Tools of 2014">\n													50 Useful CSS Frameworks, Libraries and Tools of 201...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="bookmark" title="20 High Resolution Abstract Textures">\n													20 High Resolution Abstract Textures												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3131'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="6cd67963c2" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="40"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best responsive drupal 7 themes free and premium', '', 'publish', 'closed', 'closed', '', 'best-responsive-drupal-7-themes-free-and-premium', '', '', '2017-04-11 13:14:42', '2017-04-11 13:14:42', '', 0, 'http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(74, 1, '2017-04-11 13:14:44', '2017-04-11 13:14:44', '\r\n<div class="main-container"><div id="page" class="single">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box" >\r\n									<div id="post-3001" class="post-3001 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes g cat-4-id cat-1-id has_thumb">\r\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 65+ Best Responsive Magento Themes</div>\r\n												<header>\r\n							<h1 class="title">65+ Best Responsive Magento Themes</h1>\r\n															<div class="post-info">\r\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n										\r\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n										<span class="thecomment"><a href="http://thedesignpixel.com/best-responsive-magento-themes/#comments"> No comments</a></span>\r\n								</div>\r\n													</header><!--.headline_area-->\r\n						<div class="post-content box mark-links">\r\n														<p>The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as well as the potential customers. If you, yourself, as a business owner, want to go online, you first need to be having an E-Commerce website, where you list your products, and the users purchase from there. Getting an eCommerce website developed might turn out to be a great initial investment, and to take care of it, the developers came up with content management systems, and Magento is particular CMS, that provides this great feature of creating quick and easy eCommerce website, listing your products, start to sell them, and mint the money, you always wanted to, online.</p>\n<p>Once you have installed the Magento over your website server, you are ready to be preparing it to look good to the customers. There are hundreds of themes available online, or you can develop your own too, that suits your business the most. Some of these themes are very heavy, which in turn, slow down the client’s computer system, and the customer turning allergic to your website.</p>\n<p>Choosing the right theme for your Magento based website is very important, and choosing it is not a very tough task, if you do the proper research and stuff. Here is a list of some of the best <span id="872173c5-f4ff-4f2d-a9ec-71505b1f4e5b" class="GINGER_SOFATWARE_mark"><span id="a29dd438-9542-4eed-ad48-7f49f170f893" class="GINGER_SOFATWARE_mark"><span id="1dbe2a74-826d-455a-8dab-88de4235ede5" class="GINGER_SOFATWARE_mark">responsive</span></span></span> Magento themes, that you can download for free or purchase, and use them right away, after modifying it according to your needs. These Magento themes are suitable for almost all kinds of businesses. Some of the best <span id="4e6c316d-ca57-4a44-ad49-f4671a1d43ff" class="GINGER_SOFATWARE_mark"><span id="d4b1a33c-cc94-41c7-9063-7351c2c74dc8" class="GINGER_SOFATWARE_mark"><span id="65aa86df-e0a8-45dd-b78a-98ee6143d1d3" class="GINGER_SOFATWARE_mark">responsive</span></span></span> Magento themes, you may want to use on your website are listed below.</p>\n<h3><strong><span style="text-decoration: underline;"><em>65+ Best Responsive Magento Themes</em></span>:</strong></h3>\n<p><strong>Optima – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Optima-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3006" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Optima-Responsive-Magento-Theme.jpg" alt="Optima-Responsive-Magento-Theme" width="550" height="700" /></a></p>\n<p><a href="http://themeforest.net/item/optima-responsive-magento-theme/full_screen_preview/6615088?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/optima-responsive-magento-theme/6615088?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Mega Shop – Magento Responsive Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Mega-Shop-Magento-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-3007" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Mega-Shop-Magento-Responsive-Template.jpg" alt="Mega-Shop-Magento-Responsive-Template" width="550" height="735" /></a></p>\n<p><a href="http://themeforest.net/item/mega-shop-magento-responsive-template/full_screen_preview/6608610?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/mega-shop-magento-responsive-template/6608610?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Zonda – Premium Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3008" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme.jpg" alt="Zonda-Premium-Responsive-Magento-Theme" width="550" height="307" /></a></p>\n<p><a href="http://themeforest.net/item/zonda-premium-responsive-magento-theme/full_screen_preview/6602651?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/zonda-premium-responsive-magento-theme/6602651?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Cygnus – Responsive Multipurpose Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cygnus-Responsive-Multipurpose-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3009" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cygnus-Responsive-Multipurpose-Magento-Theme.jpg" alt="Cygnus-Responsive-Multipurpose-Magento-Theme" width="550" height="282" /></a></p>\n<p><a href="http://themeforest.net/item/cygnus-responsive-multipurpose-magento-theme/full_screen_preview/6933953?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/cygnus-responsive-multipurpose-magento-theme/6933953?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Libra – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Libra-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3010" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Libra-Responsive-Magento-Theme.jpg" alt="Libra-Responsive-Magento-Theme" width="550" height="547" /></a></p>\n<p><a href="http://themeforest.net/item/libra-responsive-magento-theme/full_screen_preview/6684936?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/libra-responsive-magento-theme/6684936?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Indigo – Responsive &amp; Retina Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Indigo-Responsive-Retina-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3011" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Indigo-Responsive-Retina-Magento-Theme.jpg" alt="Indigo-Responsive-Retina-Magento-Theme" width="550" height="819" /></a></p>\n<p><a href="http://themeforest.net/item/indigo-responsive-retina-magento-theme/full_screen_preview/6790709?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/indigo-responsive-retina-magento-theme/6790709?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Chocolate – Magento Responsive Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chocolate-Magento-Responsive-Theme.jpg"><img class="aligncenter size-full wp-image-3012" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chocolate-Magento-Responsive-Theme.jpg" alt="Chocolate-Magento-Responsive-Theme" width="550" height="590" /></a></p>\n<p><a href="http://themeforest.net/item/chocolate-magento-responsive-theme/full_screen_preview/6766823?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/chocolate-magento-responsive-theme/6766823?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Restaurant and Hotel – Magento Responsive Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Restaurant-and-Hotel-Magento-Responsive-Theme.jpg"><img class="aligncenter size-full wp-image-3013" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Restaurant-and-Hotel-Magento-Responsive-Theme.jpg" alt="Restaurant-and-Hotel-Magento-Responsive-Theme" width="550" height="699" /></a></p>\n<p><a href="http://themeforest.net/item/restaurant-and-hotel-magento-responsive-theme/full_screen_preview/6668502?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/restaurant-and-hotel-magento-responsive-theme/6668502?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>SNS <span id="c0b3b05f-971b-4c1d-9549-6b41f997367f" class="GINGER_SOFATWARE_mark">Korion</span> – Responsive Multipurpose Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SNS-Korion-Responsive-Multipurpose-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3014" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SNS-Korion-Responsive-Multipurpose-Magento-Theme.jpg" alt="SNS-Korion-Responsive-Multipurpose-Magento-Theme" width="550" height="895" /></a></p>\n<p><a href="http://themeforest.net/item/sns-korion-responsive-multipurpose-magento-theme/full_screen_preview/6654062?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sns-korion-responsive-multipurpose-magento-theme/6654062?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>MAGMA – Fashion Responsive Magento Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MAGMA-Fashion-Responsive-Magento-Template.jpg"><img class="aligncenter size-full wp-image-3015" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MAGMA-Fashion-Responsive-Magento-Template.jpg" alt="MAGMA-Fashion-Responsive-Magento-Template" width="550" height="772" /></a></p>\n<p><a href="http://themeforest.net/item/magma-fashion-responsive-magento-template/full_screen_preview/6534534?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/magma-fashion-responsive-magento-template/6534534?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Responsive Magento Theme – Gala <span id="a560e4de-e602-466e-92d2-85a2d84a232c" class="GINGER_SOFATWARE_mark">RainBow</span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Responsive-Magento-Theme-Gala-RainBow.jpg"><img class="aligncenter size-full wp-image-3016" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Responsive-Magento-Theme-Gala-RainBow.jpg" alt="Responsive-Magento-Theme-Gala-RainBow" width="550" height="755" /></a></p>\n<p><a href="http://themeforest.net/item/responsive-magento-theme-gala-rainbow/full_screen_preview/6511071?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/responsive-magento-theme-gala-rainbow/6511071?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong><span id="95c87f83-c487-4a48-b3fa-4e4555a9b57e" class="GINGER_SOFATWARE_mark">Erida</span> – Responsive Flat <span id="7450a51c-166e-4dd3-b60a-11637f108260" class="GINGER_SOFATWARE_mark">Design Magento</span> Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Erida-Responsive-Flat-Design-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3017" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Erida-Responsive-Flat-Design-Magento-Theme.jpg" alt="Erida-Responsive-Flat-Design-Magento-Theme" width="550" height="739" /></a></p>\n<p><a href="http://themeforest.net/item/erida-responsive-magento-theme/full_screen_preview/6260327?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/erida-responsive-magento-theme/6260327?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Vigo Shop – Premium Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vigo-Shop-Premium-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3018" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vigo-Shop-Premium-Responsive-Magento-Theme.jpg" alt="Vigo-Shop-Premium-Responsive-Magento-Theme" width="550" height="773" /></a></p>\n<p><a href="http://themeforest.net/item/vigo-shop-premium-responsive-magento-theme/full_screen_preview/6193165?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/vigo-shop-premium-responsive-magento-theme/6193165?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Brave – Multi Purpose Flat Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brave-MultiPurpose-Flat-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3019" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brave-MultiPurpose-Flat-Responsive-Magento-Theme.jpg" alt="Brave-MultiPurpose-Flat-Responsive-Magento-Theme" width="550" height="796" /></a></p>\n<p><a href="http://themeforest.net/item/brave-multipurpose-flat-responsive-magento-theme/full_screen_preview/6161782?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/brave-multipurpose-flat-responsive-magento-theme/6161782?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Flatshop – Responsive &amp; Retina Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flatshop-Responsive-Retina-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3020" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flatshop-Responsive-Retina-Magento-Theme.jpg" alt="Flatshop-Responsive-Retina-Magento-Theme" width="550" height="761" /></a></p>\n<p><a href="http://themeforest.net/item/flatshop-responsive-retina-magento-theme/full_screen_preview/5872457?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/flatshop-responsive-retina-magento-theme/5872457?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Auriga – Fashion Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Auriga-Fashion-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3021" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Auriga-Fashion-Responsive-Magento-Theme.jpg" alt="Auriga-Fashion-Responsive-Magento-Theme" width="550" height="823" /></a></p>\n<p><a href="http://themeforest.net/item/auriga-fashion-responsive-magento-theme/full_screen_preview/6010192?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/auriga-fashion-responsive-magento-theme/6010192?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Responsive Magento Theme – Gala VineYard</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Responsive-Magento-Theme-Gala-VineYard.jpg"><img class="aligncenter size-full wp-image-3022" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Responsive-Magento-Theme-Gala-VineYard.jpg" alt="Responsive-Magento-Theme-Gala-VineYard" width="550" height="596" /></a></p>\n<p><a href="http://themeforest.net/item/responsive-magento-theme-gala-vineyard/full_screen_preview/5912975?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/responsive-magento-theme-gala-vineyard/5912975?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Venedor – Premium Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Venedor-Premium-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3023" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Venedor-Premium-Responsive-Magento-Theme.jpg" alt="Venedor-Premium-Responsive-Magento-Theme" width="550" height="603" /></a></p>\n<p><a href="http://themeforest.net/item/venedor-premium-responsive-magento-theme/full_screen_preview/5799996?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/venedor-premium-responsive-magento-theme/5799996?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Trego – Premium Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trego-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3024" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trego-Magento-Theme.jpg" alt="Trego-Magento-Theme" width="550" height="279" /></a></p>\n<p><a href="http://themeforest.net/item/trego-premium-responsive-magento-theme/full_screen_preview/5566300?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/trego-premium-responsive-magento-theme/5566300?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Candybox – Responsive &amp; Retina Ready Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Candybox.jpg"><img class="aligncenter size-full wp-image-3025" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Candybox.jpg" alt="Candybox" width="550" height="282" /></a></p>\n<p><a href="http://meigeeteam.com/templates/candybox/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/candybox-responsive-retina-ready-magento-theme/5434265?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>SM Sport – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SM-Sport-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3026" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SM-Sport-Magento-Theme.jpg" alt="SM-Sport-Magento-Theme" width="550" height="612" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong>|<strong> More Info</strong></a></p>\n<p><strong>ID Store</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/IDStore.jpg"><img class="aligncenter size-full wp-image-3027" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/IDStore.jpg" alt="IDStore" width="550" height="294" /></a></p>\n<p><a href="http://themeforest.net/item/idstore-responsive-multipurpose-magento-theme/full_screen_preview/5293560?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/idstore-responsive-multipurpose-magento-theme/5293560?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Lepus – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Lepus-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3028" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Lepus-Responsive-Magento-Theme.jpg" alt="Lepus-Responsive-Magento-Theme" width="550" height="828" /></a></p>\n<p><a href="http://themeforest.net/item/lepus-responsive-magento-theme/full_screen_preview/6414932?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/lepus-responsive-magento-theme/6414932?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>SM Saphi – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SM-Saphi-Responsive-Magento-Theme.jpg"><img class="aligncenter size-full wp-image-3029" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SM-Saphi-Responsive-Magento-Theme.jpg" alt="SM-Saphi-Responsive-Magento-Theme" width="550" height="751" /></a></p>\n<p><a href="http://themeforest.net/item/sm-saphi-responsive-magento-theme/full_screen_preview/6448938?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sm-saphi-responsive-magento-theme/6448938?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>MT Colias premium <span id="7926431b-bd05-4d63-a04e-ad2dd49c96db" class="GINGER_SOFATWARE_mark">responsvie</span> <span id="17f5a84c-56b8-4147-a5d8-174b8ba21d83" class="GINGER_SOFATWARE_mark">Magento</span> themes</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Colias-premium-responsvie-magento-themes.jpg"><img class="aligncenter size-full wp-image-3030" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Colias-premium-responsvie-magento-themes.jpg" alt="MT-Colias-premium-responsvie-magento-themes" width="550" height="721" /></a></p>\n<p><a href="http://themeforest.net/item/mt-colias-premium-responsvie-magento-themes-/full_screen_preview/6341781?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/mt-colias-premium-responsvie-magento-themes-/6341781?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Milano – Responsive Magento Theme + Blog Extension</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Milano.jpg"><img class="aligncenter size-full wp-image-3031" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Milano.jpg" alt="Milano" width="550" height="305" /></a></p>\n<p><a href="http://themeforest.net/item/milano-responsive-magento-theme/full_screen_preview/5210309?ref=thedesignpixel"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/milano-responsive-magento-theme/5210309?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Doll Store Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Doll-Store.jpg"><img class="aligncenter size-full wp-image-3032" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Doll-Store.jpg" alt="Doll-Store" width="550" height="600" /></a></p>\n<p><a href="http://thedesignpixel.com"><strong>Demo</strong>|<strong> More Info</strong></a></p>\n<p><strong>Blanco – Fluid Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blanco1.jpg"><img class="aligncenter size-full wp-image-3033" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blanco1.jpg" alt="Blanco1" width="550" height="284" /></a></p>\n<p><a href="http://8theme.com/demo/blanco/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/blanco-responsive-magento-theme/2370280?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Shopper – Magento Theme, Responsive &amp; Retina Ready</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Shopper.jpg"><img class="aligncenter size-full wp-image-3034" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Shopper.jpg" alt="Shopper" width="550" height="280" /></a></p>\n<p><a href="http://shopper.queldorei.com/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/shopper-magento-theme-responsive-retina-ready/3139960?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Ultimo – Fluid Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ultimo.jpg"><img class="aligncenter size-full wp-image-3035" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Ultimo.jpg" alt="Ultimo" width="550" height="288" /></a></p>\n<p><a href="http://ultimo.infortis-themes.com/demo/select-demo/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/ultimo-fluid-responsive-magento-theme/3231798?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Madame – Responsive Fashion Store</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Madame.jpg"><img class="aligncenter size-full wp-image-3036" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Madame.jpg" alt="Madame" width="550" height="279" /></a></p>\n<p><a href="http://24x7themes.com/demo.html"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/madame-responsive-fashion-store-magento-theme/2791232?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Response – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Response.jpg"><img class="aligncenter size-full wp-image-3037" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Response.jpg" alt="Response" width="550" height="281" /></a></p>\n<p><a href="http://responsive.3000themes.com/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/response-responsive-magento-theme/2567455?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Megashop – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Megashop.jpg"><img class="aligncenter size-full wp-image-3038" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Megashop.jpg" alt="Megashop" width="550" height="281" /></a></p>\n<p><a href="http://magicdesignlabs.net/themeIndex/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/megashop-responsive-magento-theme-/3055544?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Fresh – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fresh.jpg"><img class="aligncenter size-full wp-image-3039" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fresh.jpg" alt="Fresh" width="550" height="281" /></a></p>\n<p><a href="http://meigeeteam.com/product/fresh-magento-theme/livepreview/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/fresh-responsive-magento-theme/3101822?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Dresscode – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dresscode.jpg"><img class="aligncenter size-full wp-image-3040" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dresscode.jpg" alt="Dresscode" width="550" height="276" /></a></p>\n<p><a href="http://www.ethemeuk.com/dresscode/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/dresscode-responsive-magento-theme/3296245?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Responsive Magento themes MT Gero</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Gero.jpg"><img class="aligncenter size-full wp-image-3041" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Gero.jpg" alt="MT-Gero" width="550" height="277" /></a></p>\n<p><a href="http://themes.9magentothemes.com/mt_gero/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/responsive-magento-themes-mt-gero/2717839?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Trendy Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trendy.jpg"><img class="aligncenter size-full wp-image-3042" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trendy.jpg" alt="Trendy" width="550" height="275" /></a></p>\n<p><a href="http://24x7themes.com/trendy/magento/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/trendy-responsive-magento-theme/3409832?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Responsive Magento themes MT Dend</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Dend.jpg"><img class="aligncenter size-full wp-image-3043" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MT-Dend.jpg" alt="MT-Dend" width="550" height="272" /></a></p>\n<p><a href="http://themes.9magentothemes.com/mt_dend/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/responsive-magento-themes-mt-dend/2954886?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Trend – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trend.jpg"><img class="aligncenter size-full wp-image-3044" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Trend.jpg" alt="Trend" width="550" height="282" /></a></p>\n<p><a href="http://meigeeteam.com/templates/trend/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/trend-responsive-magento-theme/3014411?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Independent – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Independent.jpg"><img class="aligncenter size-full wp-image-3045" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Independent.jpg" alt="Independent" width="550" height="281" /></a></p>\n<p><a href="http://meigeeteam.com/templates/independent/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/independent-responsive-magento-theme/3328005?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Shoppers Key – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Shoppers-Key.jpg"><img class="aligncenter size-full wp-image-3046" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Shoppers-Key.jpg" alt="Shoppers-Key" width="550" height="279" /></a></p>\n<p><a href="http://24x7themes.net/demo/magento/index.php/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/shoppers-key-responsive-magento-theme/2978369?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Kemper Clean Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Kemper.jpg"><img class="aligncenter size-full wp-image-3047" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Kemper.jpg" alt="Kemper" width="550" height="280" /></a></p>\n<p><a href="http://www.magentothemestudio.com/themes/kemper/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/kemper-clean-responsive-magento-theme/2682923?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Redress – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redress.jpg"><img class="aligncenter size-full wp-image-3048" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redress.jpg" alt="Redress" width="550" height="278" /></a></p>\n<p><a href="http://meigeeteam.com/templates/redress/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/redress-responsive-magento-theme/2909089?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Fancy – Clothing Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fancy.jpg"><img class="aligncenter size-full wp-image-3049" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fancy.jpg" alt="Fancy" width="550" height="277" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_fancyshop/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/fancy-clothing-magento-theme/3030699?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Sanorita – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sanorita.jpg"><img class="aligncenter size-full wp-image-3050" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sanorita.jpg" alt="Sanorita" width="550" height="279" /></a></p>\n<p><a href="http://magicdesignlabs.net/themeIntro/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sanorita-responsive-magento-theme/3376662?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Responsive – Fashion Magento</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fashion-Magento.jpg"><img class="aligncenter size-full wp-image-3051" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fashion-Magento.jpg" alt="Fashion-Magento" width="550" height="278" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_beautyfulshop/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/responsive-fashion-magento-theme-/2994527?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Sandal – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sandal.jpg"><img class="aligncenter size-full wp-image-3052" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Sandal.jpg" alt="Sandal" width="550" height="275" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_sandal/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sandal-responsive-magento-theme/3174721?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Styler – 100% Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Styler.jpg"><img class="aligncenter size-full wp-image-3053" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Styler.jpg" alt="Styler" width="550" height="277" /></a></p>\n<p><a href="http://magicdesignlabs.net/themeforest/styler/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/styler-100-responsive-magento-theme/3210439?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong><span id="5e3ed0b2-0ca5-4d37-8673-dd3b01a40ce8" class="GINGER_SOFATWARE_mark">Dramming</span> – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dramming.jpg"><img class="aligncenter size-full wp-image-3054" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Dramming.jpg" alt="Dramming" width="550" height="281" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_dramming/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/dramming-responsive-magento-theme/2969306?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Fashion World – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fashion-World.jpg"><img class="aligncenter size-full wp-image-3055" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fashion-World.jpg" alt="Fashion-World" width="550" height="279" /></a></p>\n<p><a href="http://24x7themes.com/fashion-world/fashion-world.html"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/fashion-world-responsive-magento-theme/3127661?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Viking – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Viking.jpg"><img class="aligncenter size-full wp-image-3056" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Viking.jpg" alt="Viking" width="550" height="282" /></a></p>\n<p><a href="http://meigeeteam.com/templates/viking/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/viking-responsive-magento-theme/2794596?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>SportShop – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SportShop.jpg"><img class="aligncenter size-full wp-image-3057" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/SportShop.jpg" alt="SportShop" width="550" height="278" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_sportshop/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/sportshop-responsive-magento-theme/3510286?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>METROS – Minimalist Responsive Metro Style</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/METROS.jpg"><img class="aligncenter size-full wp-image-3058" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/METROS.jpg" alt="METROS" width="550" height="282" /></a></p>\n<p><a href="http://www.magentothemestudio.com/themes/metros/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/metros-minimalist-responsive-metro-style-theme/3698187?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Gala Go Market – Supermarket vs. Simple Store Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GalaGoMarketMagento.jpg"><img class="aligncenter size-full wp-image-3059" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GalaGoMarketMagento.jpg" alt="GalaGoMarketMagento" width="550" height="282" /></a></p>\n<p><a href="http://demo.galathemes.com/gala-yomarket/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/gala-gomarket-supermarket-vs-simple-store-theme/4643519?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Metroshop – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MetroshopResponsiveMagento.jpg"><img class="aligncenter size-full wp-image-3060" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/MetroshopResponsiveMagento.jpg" alt="MetroshopResponsiveMagento" width="550" height="279" /></a></p>\n<p><a href="http://dev-mdl.in/metro-theme/metroDemo/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/metroshop-responsive-magento-theme/4602894?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Bear Store – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BearStoreResponsiveMagento.jpg"><img class="aligncenter size-full wp-image-3061" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BearStoreResponsiveMagento.jpg" alt="BearStoreResponsiveMagento" width="550" height="279" /></a></p>\n<p><a href="http://bearstore.novaworks.net/demo_select/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/bearstore-responsive-magento-theme/4581083?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Gala Brand Store</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GalaBrandStoreMagento.jpg"><img class="aligncenter size-full wp-image-3062" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/GalaBrandStoreMagento.jpg" alt="GalaBrandStoreMagento" width="550" height="278" /></a></p>\n<p><a href="http://demo.emthemes.com/gala-brandstore/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/gala-brand-store-responsive-magento-template/4488443?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Pharmacy – Responsive Magento Theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PharmacyResponsiveMagento.jpg"><img class="aligncenter size-full wp-image-3063" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PharmacyResponsiveMagento.jpg" alt="PharmacyResponsiveMagento" width="550" height="270" /></a></p>\n<p><a href="http://www.plazathemes.com/demo/ma_pharmacy/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/pharmacy-responsive-magento-theme/4365274?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>BUYSHOP – Premium Responsive Retina Magento</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BUYSHOPMagento-theme.jpg"><img class="aligncenter size-full wp-image-3064" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BUYSHOPMagento-theme.jpg" alt="BUYSHOPMagento-theme" width="550" height="280" /></a></p>\n<p><a href="http://buyshop.ethemeuk.com/magento/intro.html"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/buyshop-premium-responsive-retina-magento-theme/4287671?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Perfectum – Premium Responsive Magento theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PerfectumResponsive-Magento.jpg"><img class="aligncenter size-full wp-image-3065" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/PerfectumResponsive-Magento.jpg" alt="PerfectumResponsive-Magento" width="550" height="281" /></a></p>\n<p><a href="http://mg-perfectum.any-themes.com/magento/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/perfectum-premium-responsive-magento-theme/4186898?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p><strong>Beauty Shop – Premium Responsive Magento theme</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BeautyShop1.jpg"><img class="aligncenter size-full wp-image-3066" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/BeautyShop1.jpg" alt="BeautyShop1" width="550" height="279" /></a></p>\n<p><a href="http://mg.any-themes.com/magento/"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/beautyshop-premium-responsive-magento-theme/3976069?ref=thedesignpixel"><strong>More Info</strong></a></p>\n<p>&nbsp;</p>\n<!--Ad Injection:bottom--><script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "7662471229";\r\n    google_ad_width = 468;\r\n    google_ad_height = 15;\r\n</script>\r\n<!-- TDP Link -->\r\n\r\n</script>													</div><!--.post-content box mark-links-->\r\n													<div class="shareit">\r\n																		<!-- Twitter -->\r\n										<span class="share-item twitterbtn">\r\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\r\n										</span>\r\n																										<!-- GPlus -->\r\n										<span class="share-item gplusbtn">\r\n										<g:plusone size="medium"></g:plusone>\r\n										</span>\r\n																										<!-- Facebook -->\r\n										<span class="share-item facebookbtn">\r\n										<div id="fb-root"></div>\r\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\r\n										</span>\r\n																										<!--Linkedin -->\r\n										<span class="share-item linkedinbtn">\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/best-responsive-magento-themes.html" data-counter="right"></script>\r\n										</span>\r\n																										<!-- Stumble -->\r\n										<span class="share-item stumblebtn">\r\n										<su:badge layout="1"></su:badge>\r\n										<script type="text/javascript"> \r\n										(function() { \r\n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \r\n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \r\n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \r\n										})(); \r\n										</script>\r\n										</span>\r\n																										<!-- Pinterest -->\r\n										<span class="share-item pinbtn">\r\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/best-responsive-magento-themes.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme.jpg&amp;description=65+%20Best%20Responsive%20Magento%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a>\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\r\n										</span>\r\n															</div>\r\n						<!--Shareit-->\r\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\r\n																		<div class="intercept">\r\n							<div class="Intercept-1">\r\n								<div class="IPLeft">\r\n																			<div class="bottomad">\r\n											<script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "1464930820";\r\n    google_ad_width = 336;\r\n    google_ad_height = 280;\r\n</script>\r\n<!-- TDP Content D -->\r\n\r\n</script>										</div>\r\n										<span>Advertisement</span>\r\n																	</div>\r\n								<div class="IPRight">\r\n																			<div class="related-posts">\r\n											<h5>Related Posts</h5><ul>											<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" rel="bookmark" title="45 Excellent Calender Icon Sets for Free Download">\r\n													45 Excellent Calender Icon Sets for Free Download												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="bookmark" title="20 Free Minimalistic Icon Sets for Web Designers">\r\n													20 Free Minimalistic Icon Sets for Web Designers												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="last">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" rel="bookmark" title="20 Creatively Designed Retro Art Poster Designs">\r\n													20 Creatively Designed Retro Art Poster Designs												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n											</ul>										</div><!-- .related-posts -->\r\n																	</div>\r\n								<div class="clear"></div>\r\n							</div>\r\n						</div>									\r\n					</div><!--.g post-->\r\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/best-responsive-magento-themes/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3001'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="84797d7b88" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="37"/></p>		</form>\n	</div>\n							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-psd-business-card-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" alt="45+ Best PSD Business Card Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-psd-business-card-templates/'' title=''45+ Best PSD Business Card Templates'' class=''popular-title''>45+ Best PSD Business Card Templates</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'best responsive magento themes', '', 'publish', 'closed', 'closed', '', 'best-responsive-magento-themes', '', '', '2017-04-11 13:14:44', '2017-04-11 13:14:44', '', 0, 'http://thedesignpixel.com/best-responsive-magento-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(75, 1, '2017-04-11 13:14:47', '2017-04-11 13:14:47', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;13 Best Ruby On Rails CMS (Content Management Systems)</div><div class="single-content"><article class="post-3304 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-ruby-on-rails"><div id="post-3304" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">13 Best Ruby On Rails CMS (Content Management Systems)</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs easy to use interface for their content creators and wants to avoid the hard coding for each and every single time. CMS is used by almost all the web developers to handle the content easily, because it provides an easy to use environment for handling the content over the web sites. Now, The main question is which programming language is used for creating CMS and which is the best one?</p><p>Well, There are a lot of programming languages exist in the market and different kind of CMS are available for each language. It depends on the user requirement that which one suits best for them. Here, we are going to talk about Ruby on Rails language and Ruby on Rails is an open source web application framework which works on the Ruby programming language. This framework helps to run web applications and create new pages that gathers information from the web server, query the database and most importantly handle the templates as well.</p><p>Ruby on Rails CMS (content management system) is one of the most in-demand web development framework in the market at this time. It&#8217;s been used by a lot of people due to its many advantages and features. You can easily find Ruby on Rails CMS on the web, but which suits you best or which are most useful for creating web applications. To answer this question efficiently, We are going to create a useful list of the best Ruby On Rails CMS (Content Management Systems) for web developers. Don&#8217;t forget to share your thoughts with us</p><h3><strong><span style="text-decoration: underline;"><em>13 Best Ruby On Rails CMS (Content Management Systems):</em></span></strong></h3><p><strong><a title="Ruby on rails CMS " href="http://radiantcms.org/">Radiant CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Radiant-CMS.jpg"><img class="aligncenter size-full wp-image-3311" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Radiant-CMS.jpg" alt="Radiant CMS" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiant-CMS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiant-CMS-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3311" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Radiant-CMS.jpg" alt="Radiant CMS" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiant-CMS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Radiant-CMS-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on rails CMS " href="http://www.caseincms.com/" target="_blank">Casein CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Casein-CMS.png"><img class="aligncenter size-full wp-image-3312" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Casein-CMS.png" alt="Casein CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Casein-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Casein-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3312" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Casein-CMS.png" alt="Casein CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Casein-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Casein-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on Rails CMS" href="https://github.com/svenfuchs/adva_cms" target="_blank">Adva CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Adva-CMS.png"><img class="aligncenter size-full wp-image-3313" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Adva-CMS.png" alt="Adva CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adva-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adva-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3313" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Adva-CMS.png" alt="Adva CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adva-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Adva-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on Rails" href="http://refinerycms.com/" target="_blank">Refinery CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Refinery-CMS.png"><img class="aligncenter size-full wp-image-3314" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Refinery-CMS.png" alt="Refinery CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Refinery-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Refinery-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3314" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Refinery-CMS.png" alt="Refinery CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Refinery-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Refinery-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.skylinecms.nl/" target="_blank">Skyline CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skyline-CMS.png"><img class="aligncenter size-full wp-image-3315" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Skyline-CMS.png" alt="Skyline CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Skyline-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Skyline-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3315" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Skyline-CMS.png" alt="Skyline CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Skyline-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Skyline-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on rails CMS" href="http://www.browsercms.org/" target="_blank">Browser CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Browser-CMS.png"><img class="aligncenter size-full wp-image-3316" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Browser-CMS.png" alt="Browser CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Browser-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Browser-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3316" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Browser-CMS.png" alt="Browser CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Browser-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Browser-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on Rails CMS" href="http://www.locomotivecms.com/" target="_blank">Locomotive CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Locomotive-CMS.png"><img class="aligncenter size-full wp-image-3317" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Locomotive-CMS.png" alt="Locomotive CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Locomotive-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Locomotive-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3317" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Locomotive-CMS.png" alt="Locomotive CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Locomotive-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Locomotive-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://github.com/wtg/flagship_docs" target="_blank">Flagship Docs</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flagship-Docs.png"><img class="aligncenter size-full wp-image-3318" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flagship-Docs.png" alt="Flagship Docs" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flagship-Docs.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flagship-Docs-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3318" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flagship-Docs.png" alt="Flagship Docs" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flagship-Docs.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flagship-Docs-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://github.com/publify/publify" target="_blank">Publify</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/publify.png"><img class="aligncenter size-full wp-image-3325" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/publify.png" alt="publify" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/publify.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/publify-300x215.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3325" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/publify.png" alt="publify" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/publify.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/publify-300x215.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://zenadmin.org/en" target="_blank">Zena</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zena.png"><img class="aligncenter size-full wp-image-3320" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Zena.png" alt="Zena" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zena.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zena-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3320" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Zena.png" alt="Zena" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zena.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Zena-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="ruby on rail cms" href="http://webiva.org/" target="_blank"><span id="b51521b4-0698-45c7-8911-f1a95c535d36" class="GINGER_SOFATWARE_mark"><span id="c1ea7a4e-6de9-4ee9-bdbe-c3dc0c4db445" class="GINGER_SOFATWARE_mark"><span id="11473272-4b8c-4627-b763-713658171679" class="GINGER_SOFATWARE_mark"><span id="c21a9466-4c78-432d-b3c1-eb6157a3fda9" class="GINGER_SOFATWARE_mark"><span id="8595ad14-6706-44ce-96b9-c02a9dc3ddc0" class="GINGER_SOFATWARE_mark">Webiva</span></span></span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva.png"><img class="aligncenter size-full wp-image-3321" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Webiva.png" alt="Webiva" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3321" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva.png" alt="Webiva" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on Rails" href="https://github.com/twg/comfortable-mexican-sofa" target="_blank">Comfortable Mexican Sofa</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa.png"><img class="aligncenter size-full wp-image-3323" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa.png" alt="Comfortable Mexican Sofa" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa-300x226.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa-480x360.png 480w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3323" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa.png" alt="Comfortable Mexican Sofa" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa-300x226.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Comfortable-Mexican-Sofa-480x360.png 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a title="Ruby on rails cms " href="http://slatecms.wvu.edu/">Slate CMS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Slate-CMS.png"><img class="aligncenter size-full wp-image-3322" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Slate-CMS.png" alt="Slate CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slate-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slate-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3322" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Slate-CMS.png" alt="Slate CMS" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slate-CMS.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Slate-CMS-300x163.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "13 Best Ruby On Rails CMS (Content Management Systems)"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="LhnGqe0d8d3c9288ef2cf4c061a78b369b137c156253b4b59d574a1561111a42d2274" class="wpdiscuz-cnonce" name="cnonce" value="LhnGqe0d8d3c9288ef2cf4c061a78b369b137c156253b4b59d574a1561111a42d2274" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="AGSgg02b17cd47e801f435f35791b9aec5053d831dede770bef2552449a6713d58102" class="wpdiscuz-cnonce" name="cnonce" value="AGSgg02b17cd47e801f435f35791b9aec5053d831dede770bef2552449a6713d58102" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-9870_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img alt=''Thomas Witt'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/68ca5563fdc46aef10456fcb93dc32dd?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/68ca5563fdc46aef10456fcb93dc32dd?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-9870" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''https://scrivito.com/'' target=''_blank''>Thomas Witt</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems.html#comment-9870&quot; /&gt;" /></div><div class="wc-comment-date">August 2, 2015 10:33 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>You might want to take a look at Scrivito, a commercial cloud-based CMS built for Ruby-on-Rails which is easy to use and integrates seamlessly with your existing Rails apps.</p><p>Try it at <a href="https://scrivito.com/" rel="nofollow">https://scrivito.com/</a>, there&#8217;s a 30 days free trial.</p><p>Disclaimer: I work for Infopark, the company who built Scrivito.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=You%20might%20want%20to%20take%20a%20look%20at%20Scrivito,%20a%20commercial%20cloud-based%20CMS%20built%20for%20Ruby-on-Rails%20which%20is%20easy%20to%20use%20and%20integrates%20seamlessly%20with%20your%20existing%20Rails%20apps.Try%20it%20at%20https://scrivito.com/,%20there%E2%80%99s%20a%2030%20days%20free%20trial.Disclaimer:%20I%20work%20for%20Infopark,%20the%20company%20who%20built%20Scrivito.http://www.thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems.html#comment-9870" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-9870_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best ruby on rails cms content management systems', '', 'publish', 'closed', 'closed', '', 'best-ruby-on-rails-cms-content-management-systems', '', '', '2017-04-11 13:14:47', '2017-04-11 13:14:47', '', 0, 'http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(76, 1, '2017-04-11 13:14:50', '2017-04-11 13:14:50', '<div class="cover-box"><div data-type="background" data-speed="3" class="cover-image" style="background-image: url( http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear.jpg);"><div class="cover-heading"><div class="cover-text"><header><h2 class="title f-title"> 20+ Best WooCommerce Themes</h2></header><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></div></div></div><div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;20+ Best WooCommerce Themes</div><div class="single-content"><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>If you’re looking for an effective eCommerce solution for a WordPress-based website, you ought to take a closer look at the best WooCommerce themes. In case you didn’t know, WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress, supplementing its abundant functionality with online shopping features. It is the universal eCommerce platform of choice for small, medium and large retailers likewise.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Besides, in terms of online sales. a WordPress + WooCommerce combo offers you responsive online store designs, 80+ shortcodes and widgets to incorporate various types of content, clear shipping and tax settings, detailed reporting and much more. Take a look at our ultimate collection of the<strong> </strong>best WooCommerce themes and pick your favorite design to boost your business project on the Internet!</p><h2 style="text-align: center;">Our selection of Best Woocommerce Themes</h2><hr /><h3 style="text-align: center;"><strong>Natural Foods WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/natural-foods.jpg" class="aligncenter size-full wp-image-4954" alt="natural foods" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/natural-foods.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/natural-foods-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/natural-foods-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55738.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55738.html?aff=designpixel">Demo</a></strong></p><p>Natural Foods is a food store WooCommerce template with a fresh look and great functionality. The company logo and slogan, as well as organic products are showcased in the header image slider, adding a dynamic feel to the overall design. This fully responsive and SEO friendly theme powered is with Cherry Framework and has lots of additional features to make any online store a real eye candy.</p><h3 style="text-align: center;"><strong>Diving WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/diving-theme.jpg" class="aligncenter size-full wp-image-4955" alt="diving theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/diving-theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/diving-theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/diving-theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55482.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55482.html?aff=designpixel">Demo</a></strong></p><p>Diving Store is a WooCommerce theme for establishing a scuba diving online store that offers a catchy layout with a prominent hero area, parallax scrolling effect and numerous gallery options to select from. The key feature of this design is a boxed layout which helps highlight the content in the most beneficial way and grab your visitors’ attention instantly. View the live demo to make sure it’s worth paying for!</p><h3 style="text-align: center;"><strong>Tech7 WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/tech7.jpg" class="aligncenter size-full wp-image-4956" alt="tech7" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/tech7.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/tech7-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/tech7-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55543.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55543.html?aff=designpixel">Demo</a></strong></p><p>Tech7 is a computer hardware WooCommerce theme that has a beautiful color scheme, well-suited for a computer online store. It features image, audio and video content integration. Thanks to its fully responsive nature, it is flawlessly rendered on tablets, mobile and desktop devices, adapting an e-shop to the screen of any device. One of the best Woocommerce themes for your tech site!</p><h3 style="text-align: center;"><strong>Gorgeous WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gorgeous.jpg" class="aligncenter size-full wp-image-4957" alt="gorgeous" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gorgeous.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gorgeous-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gorgeous-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/57693.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57693.html?aff=designpixel">Demo</a></strong></p><p>Gorgeous is a hair extensions salon WooCommerce template perfect for hair and beauty online stores. Its stylish yet straightforward design is able to attract the clients’ attention with ease. Among the features of this theme are a transparent menu bar, an image-based navigation in the slider, a quick view option, round stickers, calls-to-action and more.</p><h3 style="text-align: center;"><strong>Computers WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/computers.jpg" class="aligncenter size-full wp-image-4958" alt="computers" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/computers.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/computers-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/computers-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/57763.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57763.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>Computers is an extremely flexible and fully responsive computer hardware WooCommerce theme that can be used for an e-shop selling electronics, computer goods, home gadgets as well as sports gifts, fashion, beauty items, etc. Catchy polygonal elements have been used alongside retina-ready images and a parallax effect to help improve your conversion rate.</p><h3 style="text-align: center;"><strong>Fishing Online Store WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing.jpg" class="aligncenter size-full wp-image-4959" alt="fishing" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/56017.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/56017.html?aff=designpixel">Demo</a></strong></p><p>Fishing is the ultimate WooCommerce theme to attract inveterate fishermen. With this out-of-the-box solution it’s possible to build an online shop to sell fishing rods and other gear easily. Among the features of this theme are a transparent dropdown menu complete with category badges, large image blocks with a parallax effect, advanced social media options and other eCommerce options.</p><h3 style="text-align: center;"><strong>Perfume Shop WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/perfume-shop.jpg" class="aligncenter size-full wp-image-4960" alt="perfume" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/perfume-shop.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/perfume-shop-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/perfume-shop-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/57538.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57538.html?aff=designpixel">Demo</a></strong></p><p>Perfume is a beautiful WooCommerce template that can fit any perfumery and cosmetics online store. The elegant, yet minimalist design of this theme features a large hero area colored in soft hues in the header. A concise hamburger menu facilitates navigation while the home page has plenty of room for embedding content. Tile-based banners and a grid-based list of bestsellers showcase the products you want to emphasize the most.</p><h3 style="text-align: center;"><strong>Home Electronics WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/home-electronics.jpg" class="aligncenter size-full wp-image-4961" alt="home electronics" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/home-electronics.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/home-electronics-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/home-electronics-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55574.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55574.html?aff=designpixel">Demo</a></strong></p><p>Home Electronics is a neat electronic store WooCommerce theme that provides effective content delivery and showcases products in the most beneficial way. It has lots of features required to provide the ultimate user experience for site visitors. With a strong emphasis on visuals, this theme excels at conversion optimization, while clever product categorization helps visitors find the needed items easily.</p><h3 style="text-align: center;"><strong>Cookware WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/cookware.jpg" class="aligncenter size-full wp-image-4962" alt="cookware" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/cookware.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/cookware-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/cookware-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55898.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55898.html?aff=designpixel">Demo</a></strong></p><p>Cookware is a kitchen utensils WooCommerce template that has a fully responsive layout, accompanied with large promo banners that scale to any screen size and resolution. For better navigation the product categories have been arranged into columns of different colors, while carousels feature new, discounted and weekly items. The theme can boast an integrated blog, Facebook Like Box, newsletter signup form, and tags with the popular items at your store.</p><h3 style="text-align: center;"><strong>Sweets Store WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/sweets-store.jpg" class="aligncenter size-full wp-image-4963" alt="sweets store" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/sweets-store.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/sweets-store-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/sweets-store-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55592.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55592.html?aff=designpixel">Demo</a></strong></p><p>Sweets Store is a confectionery shop WooCommerce theme that has a vibrant image slider, banners and post preview images. The fresh color palette combines light green and orange shades, making the store items easily noticeable. Embellished with a smooth hover and Parallax effects, the home page looks brighter. To let your customers know about the new products and sales, menu items are supplied with vibrant tooltips.</p><h3 style="text-align: center;"><strong>Marine WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/marine.jpg" class="aligncenter size-full wp-image-4964" alt="marine" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/marine.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/marine-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/marine-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55730.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55730.html?aff=designpixel">Demo</a></strong></p><p>Marine is a gorgeous WooCommerce WordPress theme to build a marine store that impresses with an ocean-fresh look and top-notch functionality. Smooth visual effects combined with an assortment of tools turn this maritime WooCommerce template into the ultimate out-of-the-box solution for both startups and seasoned online businesses. Due to its fully responsive nature, this template allows a website to adapt to multiple screen resolutions and dimensions.</p><h3 style="text-align: center;"><strong>Hair Extensions Salon WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/hair-extensions.jpg" class="aligncenter size-full wp-image-4965" alt="hair extensions" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/hair-extensions.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/hair-extensions-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/hair-extensions-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/54053.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54053.html?aff=designpixel">Demo</a></strong></p><p>Hair Extensions is a sleek WooCommerce theme to create an e-store for beauty and hair products. Powered with Bootstrap and Cherry Framework, its layout can be easily adjusted to fit any requirements. This multi-purpose theme is great for hair salons, beauty shops, fashion galleries or any other business. It has a 100% responsive, multi-language and cross-browser compatible design with an array of top-notch features that make it worth your visitors&#8217; attention.</p><h3 style="text-align: center;"><strong>Garden Furniture WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/garden-furniture.jpg" class="aligncenter size-full wp-image-4966" alt="garden furniture" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/garden-furniture.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/garden-furniture-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/garden-furniture-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/57703.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57703.html?aff=designpixel">Demo</a></strong></p><p>Garden Furniture is a WooCommerce theme that surely sets itself apart from the rest. The color scheme in blueish hues gives it a lightweight feel. The Garden Furniture WooCommerce Theme has very sparse text on the home page with the clever use of white space to make visitors focus on the pieces of furniture presented. Headings have both horizontal and vertical positions. The footer includes extra links to facilitate navigation.</p><h3 style="text-align: center;"><strong>Bikes Store WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/bikes-store.jpg" class="aligncenter size-full wp-image-4967" alt="bikes store" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/bikes-store.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/bikes-store-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/bikes-store-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55762.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55762.html?aff=designpixel">Demo</a></strong></p><p>Bikes Store is a simple, yet effective WooCommerce theme for online shops of different kinds. The home page has products arranged in a four-column structure with ratings, comparison and wishlist features. This theme has an integrated blog layout to ensure you can post on relevant topics and highlight the best offerings. Both product and post previews are divided with a huge promo banner to make specific items stand out.</p><h3 style="text-align: center;"><strong>MMA WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/mma.jpg" class="aligncenter size-full wp-image-4968" alt="mma" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/mma.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/mma-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/mma-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/57775.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/57775.html?aff=designpixel">Demo</a></strong></p><p>MMA WooCommerce Theme will make you love mix fight and martial arts, because it has an attractive appearance together with a clean and minimalist layout. Thanks to the fully responsive nature of this theme, it can boast an excellent performance on all types of monitors, since the site layout automatically adapts to any pixel density. No need to create a separate version of your sports gear online store for any given mobile device anymore.</p><h3 style="text-align: center;"><strong>SoftSun WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/softsun.jpg" class="aligncenter size-full wp-image-4969" alt="softsun" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/softsun.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/softsun-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/softsun-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55760.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55760.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>SoftSun is one of the best WooCommerce themes to get the customers of your online store prepared for the upcoming summer. Powered with Cherry Framework and Bootstrap functionality, this theme is completely adapable and customizable. WPML support allows you to open your online shop to international customers. To capture the users’ attention, bold banners, cool sliders, large image backgrounds and beautifully presented items are used.</p><h3 style="text-align: center;">Booster WooCommerce Theme</h3><h3><strong><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-audio-video.jpg" class="aligncenter size-full wp-image-4970" alt="booster" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-audio-video.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-audio-video-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-audio-video-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></strong></h3><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55744.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55744.html?aff=designpixel">Demo</a></strong></p><p>Booster is a modern WooCommerce theme to establish a fully responsive online store with a potential to turn new visitors into the loyal customers. To put up an online shop or upgrade your current resource, take a closer look at this audio equipment WooCommerce theme. Due to the simple customization process and explicit documentation, bringing any desired changes into this theme, and making modifications becomes as easy as pie.</p><h3 style="text-align: center;"><strong>Lingerie WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/lingerie.jpg" class="aligncenter size-full wp-image-4971" alt="lingerie" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/lingerie.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/lingerie-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/lingerie-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55739.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55739.html?aff=designpixel">Demo</a></strong></p><p>Lingerie is a feminine WooCommerce template that features an asymmetric design tailored to boost sales of intimate apparel online. This template has such features as uneven banners arrangement or an incorporated video background. Subtle pastel hues give a tender vibe to the overall look. To tell your customers more about your discounts, it’s possible to attach a catchy sale flag to the specific item of a menu bar.</p><h3 style="text-align: center;"><strong>6 Gear WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear.jpg" class="aligncenter size-full wp-image-4972" alt="6 gear" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/55066.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55066.html?aff=designpixel">Demo</a></strong></p><p>6 Gear is a catchy cars WooCommerce theme that will be appreciated by any driver. This template has sidebars to boost navigation, as well as product categories to help users quickly pick the items they’re interested in. Three main categories are &#8216;Featured&#8217;, &#8216;On sale&#8217; and &#8216;Popular’ sections. Call-to-action buttons are made noticeable to facilitate convertions while some of the products have a star rating.</p><h3 style="text-align: center;"><strong>Abrasi Responsive WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/abrasi.jpg" class="aligncenter size-full wp-image-4973" alt="abrasi" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/abrasi.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/abrasi-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/abrasi-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/54976.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54976.html?aff=designpixel">Demo</a></strong></p><p>Abrasi is a nice WooCommerce theme with a blog layout to put up a product portfolio or a tobacco online store. Among its functionality one may find both audio and video integration features and a handy admin panel. Powered with Bootstrap and Cherry Framework, this theme is fully responsive, which facilitates rendering on a multitude of screens. Besides, it is WPML ready to open your online store to the international market.</p><h3 style="text-align: center;"><strong>Gamez WooCommerce Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gamez.jpg" class="aligncenter wp-image-4974 size-full" alt="gamez best woocommerce themes" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gamez.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gamez-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gamez-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/woocommerce-themes/54977.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54977.html?aff=designpixel">Demo</a></strong></p><p>Gamez is a WooCommerce theme suited specifically for online game stores. Dark color scheme with a statement orange color helps emphasizing specific items which need to be paid attention to. A full-screen slider in the header allows to highlight the latest arrivals or the most popular items. A well-structured homepage features all of the necessary elements to make it look stylish and help better navigation.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Wkkpg46b21b73c6d9d82d2a943a0f17854c32ba9621ab9d89dd61433ef4cc7cfce3a7" class="wpdiscuz-cnonce" name="cnonce" value="Wkkpg46b21b73c6d9d82d2a943a0f17854c32ba9621ab9d89dd61433ef4cc7cfce3a7" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="IsGch7e001bef92ffd440f8101ed4979ebb9ad46abd0f018157e5f742464d60769a34" class="wpdiscuz-cnonce" name="cnonce" value="IsGch7e001bef92ffd440f8101ed4979ebb9ad46abd0f018157e5f742464d60769a34" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'best woocommerce themes', '', 'publish', 'closed', 'closed', '', 'best-woocommerce-themes', '', '', '2017-04-11 13:14:50', '2017-04-11 13:14:50', '', 0, 'http://thedesignpixel.com/best-woocommerce-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(77, 1, '2017-04-11 13:14:53', '2017-04-11 13:14:53', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;15+ Best WordPress Landing Page Themes                            </div>\r\n				        <div class="single-content">\n    <article class="post-3268 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-templates tag-themes">\r\n	<div id="post-3268" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">15+ Best WordPress Landing Page Themes</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills, to describe the product in an elaborated manner, and making the customer curios about it, and tending to buy it right away, and you make your commissions, or getting another copy of your product sold. A landing page needs to be complete in all forms, for the visitor to be impressed by everything and doesn&rsquo;t hesitate at all in giving a try to your product.</p>\n<p>The color combinations, the testimonial placement, the image classification, everything have a set of rules, that the landing pages generally follow, and to take care of these and developing a new landing page is not an easy task. You may end up wasting a lot of your time and resources into this, and still, won&rsquo;t give you that professional feel you required. You can use WordPress, and install a custom theme, and edit it to prepare your own WordPress landing page. There are so many WordPress landing page themes available online, that you can choose from. Having all the rules, already taken care of, and you, just needing to edit it lightly and ending up developing your own WordPress landing page, free of cost, and in no time at all.</p>\n<p>There are many online WordPress landing page themes, and choosing the best one can be done with the list shown below. Whether you have an <a href="http://www.shaverreviews.com/">Electric Shaver Reviews</a> site or a Custom T-Shirt Site you can benefit from these landing page themes. &nbsp;These are some of the lightest and most elaborated themes, easier to edit, easier to understand, and were very popularly downloaded in the last year. You can choose from the list below, and use any of it, and create wonderful WordPress landing pages.\n</p>\n<h3><em><span style="text-decoration: underline;"><strong>15+ Best WordPress Landing Page Themes:</strong></span></em></h3>\n<p><strong><span id="3d4c4ee4-c57e-4db9-b78e-38703dacb12a" class="GINGER_SOFATWARE_mark"><span id="22265b44-adb3-4a79-8f65-c6ec70f15e5f" class="GINGER_SOFATWARE_mark"><span id="1edc7419-483c-46a7-88b6-f3f735ebe094" class="GINGER_SOFATWARE_mark">Kodax</span></span></span> &ndash; Full Screen Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3280" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Kodax-Full-Screen-Landing-Page.jpg" alt="Kodax &ndash; Full Screen Landing Page" width="600" height="305"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/kodax-full-screen-landing-page/full_screen_preview/6354562?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/kodax-full-screen-landing-page/6354562?ref=icabrera"><strong>More Info</strong></a></p>\n<p><strong><span id="f9eba7ce-0c56-44a7-9904-453cb3eef06a" class="GINGER_SOFATWARE_mark"><span id="886c8f99-832e-4abf-8c85-3323c0a272d3" class="GINGER_SOFATWARE_mark"><span id="c671f9e5-2602-42e0-8fea-f585f57ebc5b" class="GINGER_SOFATWARE_mark">FlatBook</span></span></span> &ndash; Flat Ebook Selling <span id="62718f12-fe4e-479f-9bcc-52630ed5cb74" class="GINGER_SOFATWARE_mark"><span id="49747ae5-c3e1-421f-a1f8-c0a684a6b77d" class="GINGER_SOFATWARE_mark"><span id="050bc7dc-7235-4a65-b210-9e512b4aafbd" class="GINGER_SOFATWARE_mark">Landing</span></span></span> WordPress Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3281" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-Flat-Ebook-Selling-Landing-WordPress-Theme.jpg" alt="FlatBook &ndash; Flat Ebook Selling Landing WordPress Theme" width="600" height="305"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/flatbook-flat-ebook-selling-wordpress-theme/full_screen_preview/6023410?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatbook-flat-ebook-selling-wordpress-theme/6023410?ref=icabrera"><strong>More Info</strong></a></p>\n<p><strong>Bookish &ndash; Landing Page WP Theme for Book Authors &amp; Marketers</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3282" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Bookish-Landing-Page-WP-Theme.jpg" alt="Bookish &ndash; Landing Page WP Theme" width="600" height="2292"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/bookish-wp-theme-for-book-authors-marketers/full_screen_preview/5437436?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/bookish-wp-theme-for-book-authors-marketers/5437436?ref=icabrera"><strong>More Info</strong></a></p>\n<p><strong>Permatex &ndash; Leads Generating WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3283" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Permatex-Leads-Generating-WordPress-Landing-Page.png" alt="Permatex &ndash; Leads Generating WordPress Landing Page" width="600" height="1899"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/permatex-leads-generating-wordpress-landing-page/full_screen_preview/5436960?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/permatex-leads-generating-wordpress-landing-page/5436960?ref=icabrera"><strong>More Info</strong></a></p>\n<p>&nbsp;</p>\n<p><strong><span id="ca14bd3f-861a-474a-ab3f-d894c131012d" class="GINGER_SOFATWARE_mark"><span id="2d6fae1d-a160-4966-9cfd-69d2bbe5e1b8" class="GINGER_SOFATWARE_mark"><span id="39edbf3c-ddbc-4500-bdaf-5bb8ad4cf3ff" class="GINGER_SOFATWARE_mark"><span id="cfe41572-1234-496b-93d9-ad526ea1af63" class="GINGER_SOFATWARE_mark">Landlr</span></span></span></span> &ndash; The All-in-One WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3284" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Landlr-The-All-in-One-WordPress-Landing-Page.jpg" alt="Landlr &ndash; The All-in-One WordPress Landing Page" width="600" height="2714"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/landlr-the-allinone-landing-page-wordpress/full_screen_preview/6952895?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/landlr-the-allinone-landing-page-wordpress/6952895?ref=icabrera"><strong>More Info</strong></a></p>\n<p><strong><span id="e9e57829-b5a8-4288-93bf-23d243ff5f2c" class="GINGER_SOFATWARE_mark"><span id="9aa98cbc-da9f-45d5-87e7-bdb684ad634c" class="GINGER_SOFATWARE_mark"><span id="7d9773ac-d17c-4436-b5bf-e567c434f202" class="GINGER_SOFATWARE_mark"><span id="0b1e1b6a-7052-414c-83d0-cf29b8c38ceb" class="GINGER_SOFATWARE_mark">Salbii</span></span></span></span> &ndash; Responsive <span id="33630c33-209e-4de9-8b69-1c44bfdc6d5c" class="GINGER_SOFATWARE_mark">Multi Purpose</span> Landing Page WordPress Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3285" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Salbii-Responsive-Multi-Purpose-Landing-Page.jpg" alt="Salbii &ndash; Responsive Multi Purpose Landing Page" width="600" height="305"><noscript></noscript></a></p>\n<p><a href="http://themeforest.net/item/salbii-responsive-multipurpose-wordpress-theme/full_screen_preview/6265876?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/salbii-responsive-multipurpose-wordpress-theme/6265876?ref=icabrera"><strong>More Info</strong></a></p>\n<p><strong><span id="d1093f8e-4463-47c5-9af1-5e68489afbc3" class="GINGER_SOFATWARE_mark"><span id="4af647b8-6f26-4508-b614-654fc0d675a8" class="GINGER_SOFATWARE_mark"><span id="cfcef483-3fd4-40dd-8094-a63180d4cfc7" class="GINGER_SOFATWARE_mark"><span id="c42cd2f0-effc-4bc9-b7df-5d5b8c6def15" class="GINGER_SOFATWARE_mark">Flatone</span></span></span></span> Sales and Marketing Landing Page</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page.jpg"><img class="aligncenter size-full wp-image-3286" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page.jpg" alt="Flatone Sales and Marketing Landing Page" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3286" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page.jpg" alt="Flatone Sales and Marketing Landing Page" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Flatone-Sales-and-Marketing-Landing-Page.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://themeforest.net/item/flatone-sales-and-marketing-landing-page/full_screen_preview/6766983?ref=icabrera"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/flatone-sales-and-marketing-landing-page/6766983?ref=icabrera"><strong>More Info</strong></a></p>\n<p>&nbsp;</p>\n<p><strong><span id="98cb6384-cd0e-48ed-8042-02f1eb4d1594" class="GINGER_SOFATWARE_mark"><span id="bab1ce7d-2032-4813-9b3d-e4eefe2b9dbe" class="GINGER_SOFATWARE_mark"><span id="0d4b2f5a-e461-49a2-9223-5c698eef5560" class="GINGER_SOFATWARE_mark">JustLanded</span></span></span> &ndash; WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3287" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/JustLanded-WordPress-Landing-Page.jpg" alt="JustLanded &ndash; WordPress Landing Page" width="600" height="2091"><noscript></noscript></a></p>\n<p><a href="http://demos.shapingrain.com/justlandedwp/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/justlanded-wordpress-landing-page/3804089?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong><span id="4b8683ab-055e-43b9-b2e6-5af8b66f2ad2" class="GINGER_SOFATWARE_mark"><span id="6e532ee7-db1a-48ec-8316-0741416eceeb" class="GINGER_SOFATWARE_mark">Rocketick</span></span> &ndash; Responsive Event Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3288" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Rocketick-Responsive-Event-Landing-Page.jpg" alt="Rocketick &ndash; Responsive Event Landing Page" width="600" height="2188"><noscript></noscript></a></p>\n<p><a href="http://www.tickera.com:7080/themes/rocketick2/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/rocketick-responsive-event-landing-page/3313715?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Nostalgia &ndash; Responsive WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3289" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Nostalgia-Responsive-WordPress-Landing-Page.jpg" alt="Nostalgia &ndash; Responsive WordPress Landing Page" width="600" height="305"><noscript></noscript></a></p>\n<p><a href="http://quanticalabs.com/wp_themes/nostalgialanding/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/nostalgia-responsive-wordpress-landing-page/3199965?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong><span id="4a5471db-7c76-45f1-964c-8bff03b8acf0" class="GINGER_SOFATWARE_mark"><span id="af85cfb5-248a-4cae-b468-e34f84052f53" class="GINGER_SOFATWARE_mark"><span id="26cc078e-49ab-47e2-8421-3bc2ca2a6ff3" class="GINGER_SOFATWARE_mark">Health Point</span></span></span> &ndash; Responsive WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3290" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Health-Point-Responsive-WordPress-Landing-Page.png" alt="Health Point &ndash; Responsive WordPress Landing Page" width="600" height="879"><noscript></noscript></a></p>\n<p><a href="http://health-point-wp.webfactoryltd.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/health-point-responsive-wordpress-landing-page/2882340?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Netix &ndash; Responsive WordPress Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3291" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Netix-Responsive-WordPress-Landing-Page.png" alt="Netix &ndash; Responsive WordPress Landing Page" width="600" height="900"><noscript></noscript></a></p>\n<p><a href="http://netix-wp.webfactoryltd.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/netix-responsive-wordpress-landing-page/2652199?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong><span id="bfa807de-ae12-469c-8677-1c00406a0f66" class="GINGER_SOFATWARE_mark"><span id="45fab8a7-b4a4-4cc6-bbbb-ef23bb8d296a" class="GINGER_SOFATWARE_mark"><span id="ca0a9dfb-28c8-4116-a353-669bf37cd16a" class="GINGER_SOFATWARE_mark">AppLand</span></span></span> &ndash; Parallax App Landing Word press Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3292" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/AppLand-Parallax-App-Landing-Word-press-Theme.png" alt="AppLand &ndash; Parallax App Landing Word press Theme" width="600" height="1958"><noscript></noscript></a></p>\n<p><a href="http://oxy-appland-landing.s3-website-us-east-1.amazonaws.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/appland-parallax-app-landing-wordpress-theme/5101199?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Apley &ndash; A mobile application landing page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3293" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Apley-A-mobile-application-landing-page.jpg" alt="Apley &ndash; A mobile application landing page" width="600" height="305"><noscript></noscript></a></p>\n<p><a href="http://themes.playnethemes.com/apley/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/apley-a-mobile-application-landing-page-/4586940?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Dilemma &gt; WordPress <span id="1bb2084b-98ac-4b6a-b134-1bbf3446ed42" class="GINGER_SOFATWARE_mark"><span id="18aee7a7-c936-4a51-86bc-6d011ebc4cef" class="GINGER_SOFATWARE_mark"><span id="505019a5-b189-440f-b22c-23d235760a7b" class="GINGER_SOFATWARE_mark">Multi-Purpose</span></span></span> Landing Page</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dilemma.png"><img class="aligncenter size-full wp-image-3294" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Dilemma.png" alt="Dilemma" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dilemma-212x300.png 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dilemma.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-3294" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dilemma.png" alt="Dilemma" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dilemma-212x300.png 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dilemma.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://demo.pixelthrone.com/?t=dilemma&amp;o=wordpress&amp;ref=pixelthrone"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/dilemma-wordpress-multipurpose-landing-page/4594231?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Ensconce &ndash; Responsive WordPress Video Landing Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3295" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Ensconce-Responsive-WordPress-Video-Landing-Page.jpg" alt="Ensconce &ndash; Responsive WordPress Video Landing Page" width="600" height="2353"><noscript></noscript></a></p>\n<p><a href="http://ensconce-wp.webfactoryltd.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/ensconce-responsive-wordpress-video-landing-page/4892919?ref=icabrera"><strong>Download</strong></a></p>\n<p><strong>Exhibition WP &ndash; Photography/Art Landing page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3296" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/09/Exhibition-WP-Photography-Art-Landing-page.jpg" alt="Exhibition WP &ndash; Photography Art Landing page" width="600" height="1249"><noscript></noscript></a></p>\n<p><a href="http://exhibition.aleixsabate.com/"><strong>Demo</strong></a> | <a href="http://themeforest.net/item/exhibition-wp-photographyart-landing-page/4832492?ref=icabrera"><strong>Download</strong></a></p>\n\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="4XTSw3ae297361378f55e0cb1121cb92cd93f261e1e30781375179385c7d40658189b" class="wpdiscuz-cnonce" name="cnonce" value="4XTSw3ae297361378f55e0cb1121cb92cd93f261e1e30781375179385c7d40658189b" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="rIPpw3e7c984812c2da36b02531179197f00a1dc9d1547b897561cf47848b81d5d5fa" class="wpdiscuz-cnonce" name="cnonce" value="rIPpw3e7c984812c2da36b02531179197f00a1dc9d1547b897561cf47848b81d5d5fa" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'best wordpress landing page themes', '', 'publish', 'closed', 'closed', '', 'best-wordpress-landing-page-themes', '', '', '2017-04-11 13:14:53', '2017-04-11 13:14:53', '', 0, 'http://thedesignpixel.com/best-wordpress-landing-page-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(78, 1, '2017-04-11 13:14:57', '2017-04-11 13:14:57', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Bootstrap UI Editors For Web Developers</div><div class="single-content"><article class="post-3950 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3950" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">10 Bootstrap UI Editors For Web Developers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><article class="post-47058 post type-post status-publish format-standard has-post-thumbnail hentry category-freebies category-libraries category-web-applications tag-bootstrap"><div class="post-inner group"><div class="entry share"><div class="entry-inner"><p>Bootstrap is the best front end framework which is basically a browser based IDE. It supports almost all the browsers like Firefox, Chrome, Internet Explorer etc. Based on the availability of number of tool kits and supporting functionality it comes out to be very handy while creating useful applications and web sites. You can download them from the Github as open source and with the help of few clicks, you can easily create stunning web sites or apps.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Bootstrap helps you to supercharge your development process and makes it very simples with the help of available UI kits. Apart from that Bootstrap UI editors are available in the market in case you want to edit any source code and make it according to your desire. A lot of Bootstrap UI editors can be found easily on the web but which one solve your main concern is the basic question here. Well, This thing can be only find out after exploring the basic features and start using some of them. Let&#8217;s check out our today&#8217;s compilation of Bootstrap UI editors for web developers.</p><h3><span style="text-decoration: underline;"><em><strong>10 Bootstrap UI Editors For Web Developers:</strong></em></span></h3><p><strong><a href="http://getkickstrap.com/" target="_blank" rel="nofollow"><span id="92bd8b94-bab7-43d2-8fbd-da3924e358b2" class="GINGER_SOFATWARE_mark"><span id="4b67dd72-d1d3-4ffd-8967-52f88476ed84" class="GINGER_SOFATWARE_mark">Kickstrap</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kickstrap.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap.jpg" class="aligncenter size-full wp-image-3951" alt="Kickstrap" width="540" height="255" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-300x142.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3951" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kickstrap.jpg" alt="Kickstrap" width="540" height="255" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-300x142.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://www.lavishbootstrap.com/" target="_blank" rel="nofollow">Lavish Bootstrap</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Lavish-Bootstrap.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Lavish-Bootstrap.jpg" class="aligncenter size-full wp-image-3952" alt="Lavish Bootstrap" width="540" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Lavish-Bootstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Lavish-Bootstrap-300x185.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3952" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Lavish-Bootstrap.jpg" alt="Lavish Bootstrap" width="540" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Lavish-Bootstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Lavish-Bootstrap-300x185.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://wrapbootstrap.com/preview/WB0DFT966" target="_blank" rel="nofollow">Bootstrap Live Editor</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootstrap-Live-Editor.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Live-Editor.jpg" class="aligncenter size-full wp-image-3953" alt="Bootstrap Live Editor" width="540" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Live-Editor.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Live-Editor-300x177.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3953" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootstrap-Live-Editor.jpg" alt="Bootstrap Live Editor" width="540" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Live-Editor.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Live-Editor-300x177.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://pikock.github.io/bootstrap-magic/app/#%21/editor" target="_blank" rel="nofollow">Bootstrap Magic</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootstrap-Magic.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Magic.jpg" class="aligncenter size-full wp-image-3954" alt="Bootstrap Magic" width="540" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Magic.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Magic-300x164.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3954" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootstrap-Magic.jpg" alt="Bootstrap Magic" width="540" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Magic.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootstrap-Magic-300x164.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://stylebootstrap.info/" target="_blank" rel="nofollow">Style Bootstrap</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Style-Bootstrap.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Style-Bootstrap.jpg" class="aligncenter size-full wp-image-3955" alt="Style Bootstrap" width="540" height="187" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Style-Bootstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Style-Bootstrap-300x104.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3955" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Style-Bootstrap.jpg" alt="Style Bootstrap" width="540" height="187" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Style-Bootstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Style-Bootstrap-300x104.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://www.layoutit.com/" target="_blank" rel="nofollow"><span id="47ebafeb-6b6e-4131-b57e-c1d677e4d8b9" class="GINGER_SOFATWARE_mark"><span id="706ab77a-08f5-4298-adea-65e8a932eba1" class="GINGER_SOFATWARE_mark"><span id="766a911c-bbb6-4fac-8d49-598188d83c8e" class="GINGER_SOFATWARE_mark">Layoutit</span></span></span></a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Layoutit.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Layoutit.jpg" class="aligncenter size-full wp-image-3956" alt="Layoutit" width="540" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Layoutit.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Layoutit-300x175.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3956" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Layoutit.jpg" alt="Layoutit" width="540" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Layoutit.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Layoutit-300x175.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://www.bootply.com/" target="_blank" rel="nofollow"><span id="87c5ad18-4441-4bb9-b696-1f715fd6616c" class="GINGER_SOFATWARE_mark"><span id="be76421d-4cdc-41d7-ba7b-03676cba5d4f" class="GINGER_SOFATWARE_mark"><span id="f2780ba7-cebf-4ea4-8839-2487ab190529" class="GINGER_SOFATWARE_mark">Bootply</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootply.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Bootply.jpg" class="aligncenter size-full wp-image-3957" alt="Bootply" width="540" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootply.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootply-300x189.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3957" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootply.jpg" alt="Bootply" width="540" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootply.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootply-300x189.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://bootsnipp.com/" target="_blank" rel="nofollow"><span id="c80ffa0c-dd0b-4c27-a1ee-124904e2eb1a" class="GINGER_SOFATWARE_mark"><span id="f86d3a36-8ac8-4143-a24c-b4c8904ce35c" class="GINGER_SOFATWARE_mark"><span id="01f3fbfd-3659-49fc-93b3-9b35b549c2e9" class="GINGER_SOFATWARE_mark">Bootsnipp</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootsnipp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Bootsnipp.jpg" class="aligncenter size-full wp-image-3958" alt="Bootsnipp" width="540" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootsnipp.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootsnipp-300x191.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3958" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootsnipp.jpg" alt="Bootsnipp" width="540" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootsnipp.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootsnipp-300x191.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://bootswatchr.com/" target="_blank" rel="nofollow"><span id="2ba47a7f-8a46-4d83-aa72-fbba0b6dd1c7" class="GINGER_SOFATWARE_mark"><span id="9c66741a-a311-4102-9eac-117da242ef82" class="GINGER_SOFATWARE_mark">Bootswatchr</span></span></a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootswatchr.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Bootswatchr.jpg" class="aligncenter size-full wp-image-3959" alt="Bootswatchr" width="540" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootswatchr.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootswatchr-300x183.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3959" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Bootswatchr.jpg" alt="Bootswatchr" width="540" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootswatchr.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Bootswatchr-300x183.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://www.pingendo.com/" target="_blank" rel="nofollow"><span id="061ecac8-57f4-4253-b92e-fff9e2b77d1c" class="GINGER_SOFATWARE_mark"><span id="634e4ee8-6395-4b2f-8061-e2b5b5859307" class="GINGER_SOFATWARE_mark">Pingendo</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Pingendo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Pingendo.jpg" class="aligncenter size-full wp-image-3960" alt="Pingendo" width="540" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Pingendo.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Pingendo-300x204.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3960" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Pingendo.jpg" alt="Pingendo" width="540" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Pingendo.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Pingendo-300x204.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p><p><strong><a href="http://paintstrap.com/" target="_blank" rel="nofollow"><span id="bae7c63a-980e-422e-8f0a-3cd0e5041402" class="GINGER_SOFATWARE_mark"><span id="72d9401e-4809-44ca-9e26-f7587e113dea" class="GINGER_SOFATWARE_mark">Paintstrap</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Paintstrap.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Paintstrap.jpg" class="aligncenter size-full wp-image-3961" alt="Paintstrap" width="540" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Paintstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Paintstrap-300x181.jpg 300w" sizes="(max-width: 540px) 100vw, 540px"><noscript><img class="aligncenter size-full wp-image-3961" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Paintstrap.jpg" alt="Paintstrap" width="540" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Paintstrap.jpg 540w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Paintstrap-300x181.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></noscript></a></p></div></div></div></article> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="TGuHGbaaa56e8df639abd8fc482fb9b1f22efd2dafc604421b9a3d9b1d9b1907cc4f1" class="wpdiscuz-cnonce" name="cnonce" value="TGuHGbaaa56e8df639abd8fc482fb9b1f22efd2dafc604421b9a3d9b1d9b1907cc4f1" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="YEjb75a37c4558d8496282ede24e40eb5ff7e538b5a8bdb3760f334b57f28e5cf3ade" class="wpdiscuz-cnonce" name="cnonce" value="YEjb75a37c4558d8496282ede24e40eb5ff7e538b5a8bdb3760f334b57f28e5cf3ade" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'bootstrap ui editors for web developers', '', 'publish', 'closed', 'closed', '', 'bootstrap-ui-editors-for-web-developers', '', '', '2017-04-11 13:14:57', '2017-04-11 13:14:57', '', 0, 'http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(79, 1, '2017-04-11 13:15:00', '2017-04-11 13:15:00', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Business Company Facebook Templates: Corporate Identity in Social Media                            </div>\r\n				        <div class="single-content">\n    <article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes">\r\n	<div id="post-3439" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">30 Business Company Facebook Templates: Corporate Identity in Social Media</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <div class="post-content box mark-links">\n<p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social media in the world. According to statistics, 757 million users log onto the website daily. Last research shows that the average number of friends on Facebook among adult users is 338. That&rsquo;s the reason why the information spreads rapidly without any efforts on your part.</p>\n<p>Sounds tempting, doesn&rsquo;t it? Why not apply all these opportunities to the development of your business? You&rsquo;ve got the unique chance and the possibility to turn all these users into your customers! All you need is the right tool that would define your company among hundreds of competitors.</p>\n<p>Corporate identity is one of the main features that identifies your company, products and services differently to your competitors. Building strong and memorable brand is the basic principle to form a committee of your customers. That&rsquo;s how you should develop your client base. Development of brand loyalty means turning your clients into returning and long-time clients.</p>\n<p>Not to be lagging behind, you need to develop a professional website. Or just customize your Facebook page which is much cheaper and easier. Of course, ideally you need to have both, but in this article we&#8217;ll concentrate on the latter. If you haven&rsquo;t signed up yet, it&rsquo;s the best time to create your business profile to reach the millions of your potential clients and customers.</p>\n<p><strong>You May Like our Previous Collection as Well:</strong></p>\n<p><strong><a href="http://thedesignpixel.com/free-premium-business-website-templates/" target="_blank">30 Free &amp; Premium Business Website Templates</a></strong><br />\n<strong><a title="145+ Free Responsive HTML5 CSS3 Website Templates" href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="bookmark">145+ Free Responsive <span id="490b76da-6116-4034-baf7-e09dd5152c02" class="GINGER_SOFATWARE_mark"><span id="1edba3f7-5c21-4fa5-8eba-024ec87ace95" class="GINGER_SOFATWARE_mark"><span id="e5c7286c-1bde-4eba-810f-7321b9f4e21b" class="GINGER_SOFATWARE_mark"><span id="34901127-7279-4a75-a4d1-ac2bbab51f9c" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span></span></span> Website Templates</a></strong><br />\n<strong><a title="25+ Best Flat Design Website Templates" href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="bookmark">25+ Best Flat <span id="11b1c6a1-79a9-46af-a0f7-6107b45ff5ca" class="GINGER_SOFATWARE_mark"><span id="39ed9d90-0932-48f7-acbe-075c1e7769e5" class="GINGER_SOFATWARE_mark"><span id="d3e08f67-08ea-4f43-81bf-72474a0b4bc5" class="GINGER_SOFATWARE_mark">Design Website</span></span></span> Templates</a></strong><br />\n<strong><a title="Top 20 Best Premium Web Hosting Templates" href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="bookmark">Top 20 Best Premium Web Hosting Templates</a></strong><br />\n<strong><a title="35+ Free Coming Soon and Under Construction Templates" href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a></strong><br />\n<strong><a title="45+ Best Free Responsive Blogger Templates" href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="bookmark">45+ Best Free Responsive Blogger Templates</a></strong></p>\n<p>Facebook Templates are the great pre-designed solution for representing your company on the web. You just need to add some content like photos, videos and text information to get a serious professional looking page for your business on Facebook. It will help you to keep in touch with your current and potential customers. This is the unique opportunity to make your existing Facebook account exclusive, premium-looking and attractive.</p>\n<p>Forget about stale, boring corporate blue and white color schemes. A variety of Facebook templates let you choose any combination you like! No matter what kind of business you run, all these templates are flexible and able to fit any need.</p>\n<p>With Facebook <span id="d7c6da15-0dea-49ce-a519-227075555617" class="GINGER_SOFATWARE_mark"><span id="5136ea78-d0c8-4085-8254-9bc08e5ef3fb" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Templates you can get a <span id="73eb09af-ada0-4500-93b1-9243df2599c0" class="GINGER_SOFATWARE_mark">professional</span> pre-designed template which is a ready-to-use website, plus includes the control panel. Thanks to the flexibility of the control panel architecture you can add images and video galleries, change menu buttons and create new site elements. The template installation is as easy as editing and managing your Facebook account, and you can do this on the fly.</p>\n<p>Facebook <span id="f7df0137-9e7f-460e-89bc-a1aee1465d04" class="GINGER_SOFATWARE_mark"><span id="3f3bed0f-825e-41d3-8278-a60271eb6ac6" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Templates are easy to manage, no additional software or special skills required. Everything is simple and intuitive.</p>\n<p>Here are the main reasons to download and install Facebook <span id="c6121cb1-9d27-4534-88b1-becc798aaf2c" class="GINGER_SOFATWARE_mark"><span id="d9726f62-ac87-491b-9133-d27903cbacd1" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template to boost your corporate identity on Facebook.</p>\n<ul>\n<li>Expansion of the base of potential clients</li>\n<li>Forming the company concept</li>\n<li>Setting apart from the competition</li>\n<li>The definition of who you are and what is your mission</li>\n<li>Building a consistent and memorable brand</li>\n</ul>\n</div>\n<h3><span style="text-decoration: underline;"> <em><strong>30 Best Business Company Facebook Templates:</strong></em><br />\n</span></h3>\n<p><strong>Green Marketing Agency Facebook <span id="1b70326e-0007-48cc-8b05-b1456b54938a" class="GINGER_SOFATWARE_mark"><span id="106c1662-3c77-4ae4-926b-18866274c70e" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46760.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46700/46760-big.jpg" alt="Green-Marketing-Agency-Facebook-Template" width="550" height="724"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46700/46760-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46760.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="a730d19a-74fb-4769-b85c-9e73a3963c15" class="GINGER_SOFATWARE_mark"><span id="1f3247db-43ff-4477-8fb4-565be00bea18" class="GINGER_SOFATWARE_mark">Qeson</span></span> Marketing Agency Facebook <span id="0d170852-b322-4540-bdc9-ff97dd0ebd39" class="GINGER_SOFATWARE_mark"><span id="3c422dc7-efe7-4100-9ce9-8c1b8113382b" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46765.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46700/46765-big.jpg" alt="Qeson-Marketing-Agency-Facebook-Template" width="550" height="657"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/demo/46765.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46765.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Allan Thombs Financial Advisor Facebook <span id="5945f943-8194-4661-8e24-626240bbbe14" class="GINGER_SOFATWARE_mark"><span id="537f17ec-2db4-48c9-9233-154401cc9e58" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46769.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46700/46769-big.jpg" alt="Allan-Thombs-Financial-Advisor" width="550" height="657"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46700/46769-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46769.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Dynamic Marketing Agency Facebook <span id="bc85b536-3713-4f8f-b9c5-b24fb3d34391" class="GINGER_SOFATWARE_mark"><span id="c32d52a4-7b41-48ae-98d9-4bfc772e955e" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46770.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46700/46770-big.jpg" alt="Dynamic-Marketing-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46700/46770-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46770.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Storex Financial Advisor Facebook <span id="d14e735d-0081-4559-a371-bc3cd2f7a580" class="GINGER_SOFATWARE_mark"><span id="0cf0e702-001b-47cf-a6f0-8c0c43a8173f" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46328.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46300/46328-big.jpg" alt="Storex-Financial-Advisor-Facebook" width="550" height="1254"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46300/46328-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46328.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="75001e35-e68d-443f-8dee-10dfe6c56e57" class="GINGER_SOFATWARE_mark"><span id="02b413d2-6d3f-444c-8ca7-86615acb7631" class="GINGER_SOFATWARE_mark">Zopmur</span></span> SEO Website Facebook <span id="4f1f8638-980a-4e7e-ae85-e4a003776846" class="GINGER_SOFATWARE_mark"><span id="5005c3f8-2b52-4120-8779-c13201fe0c28" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46419.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46400/46419-big.jpg" alt="Zopmur-SEO-Website" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46400/46419-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46419.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Empire Marketing Agency Facebook <span id="3c716113-c4fc-41f3-8a72-4641403ba49b" class="GINGER_SOFATWARE_mark"><span id="2587183c-327f-4d38-b392-276e8f557f5e" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45931.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45900/45931-big.jpg" alt="Empire-Marketing-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45900/45931-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45931.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Sensation Marketing Agency Facebook <span id="855d90b9-b243-4b1b-b61b-54c987eeade4" class="GINGER_SOFATWARE_mark"><span id="c13a7cf5-162b-4c73-b54b-27802d5dc1ca" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47062.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/47000/47062-big.jpg" alt="Sensation-Marketing-Agency" width="550" height="1098"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/47000/47062-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/47062.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>24hB Financial Advisor Facebook <span id="148cb3ed-7bb1-4d23-a400-59591e0446c8" class="GINGER_SOFATWARE_mark"><span id="a46e2047-fe97-4081-bddd-71ecb450d2a4" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45935.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45900/45935-big.jpg" alt="24hB-Financial-Advisor" width="550" height="1116"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45900/45935-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45935.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="7ebc9815-cff2-4f61-a8ee-24be6d67119b" class="GINGER_SOFATWARE_mark"><span id="43f91ca6-622d-4984-9941-a837ffa36a65" class="GINGER_SOFATWARE_mark">GeoPlan</span></span> Management Company Facebook <span id="8cb48b09-bb17-4805-ba4d-4824136c16f5" class="GINGER_SOFATWARE_mark"><span id="68c446da-f117-4f56-8048-9d5a97af51ad" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46129.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46100/46129-big.jpg" alt="GeoPlan-Management-Company" width="550" height="1200"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46100/46129-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46129.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>IT Solex IT Facebook <span id="8b9f8ad7-ea12-4cd6-8057-08f6b7700b12" class="GINGER_SOFATWARE_mark"><span id="78194c53-cd58-475d-a9a4-85d730850f46" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46140.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46100/46140-big.jpg" alt="IT-Solex-IT-Facebook" width="550" height="657"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46100/46140-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46140.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="7916551d-6d91-4fb6-8635-709988518332" class="GINGER_SOFATWARE_mark"><span id="b186e7bc-21c7-404f-bde3-a510367dddf1" class="GINGER_SOFATWARE_mark">Motheme</span></span> Management Company Facebook <span id="196fab6d-10a6-42a1-af33-8ded9f0fdab8" class="GINGER_SOFATWARE_mark"><span id="7901a08b-da86-4ab4-a71a-efc5d90acc04" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46141.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46100/46141-big.jpg" alt="Motheme-Management-Company" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46100/46141-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46141.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Reliance Management Company Facebook <span id="abc9c1e6-12bf-4a05-9d99-9ea0eeb2a3f7" class="GINGER_SOFATWARE_mark"><span id="007d2e2c-22a9-4adf-87dc-3bff11941025" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45466.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45400/45466-big.jpg" alt="Reliance-Management-Company" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45400/45466-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45466.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Smart Advertising Agency Facebook <span id="3a4af699-8473-4d7e-8e87-91f61c25ec68" class="GINGER_SOFATWARE_mark"><span id="5a5ba41c-6486-49e3-9ccf-29891859bb44" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45469.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45400/45469-big.jpg" alt="Smart-Advertising-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/demo/45469.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45469.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="cf721cb0-8291-4dc9-8ac1-24debb567254" class="GINGER_SOFATWARE_mark"><span id="1fce707e-a498-460b-be02-1f426329d479" class="GINGER_SOFATWARE_mark">Visco</span></span> Advertising Agency Facebook <span id="bbb92fff-91c1-4b9c-b4b2-c342494d5000" class="GINGER_SOFATWARE_mark"><span id="0b2ad0b9-b845-4da0-abc0-9b07a56dad27" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45473.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45400/45473-big.jpg" alt="Visco-Advertising-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45400/45473-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45473.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Quadro7 Marketing Agency Facebook <span id="622ea084-bca2-480d-8a94-3f53c2cb287e" class="GINGER_SOFATWARE_mark"><span id="63416183-d2f9-4f4b-a900-4985ffa8085d" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45625.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45600/45625-big.jpg" alt="Quadro7-Marketing-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45600/45625-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45625.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Greats Outsourcing Company Facebook <span id="b870ebfa-0798-407b-8a6e-4f0fc186948f" class="GINGER_SOFATWARE_mark"><span id="29901f41-d4ba-455e-8a20-ebcfff4859b9" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45626.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45600/45626-big.jpg" alt="Greats-Outsourcing-Company" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45600/45626-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45626.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Newton Accounting Website Facebook <span id="f181b3b9-88bf-4c41-b8e7-e648a7147a72" class="GINGER_SOFATWARE_mark"><span id="9c05e6a4-be8a-4f01-a7bd-a8a15c521f89" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45631.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45600/45631-big.jpg" alt="Newton-Accounting-Website" width="550" height="1037"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45600/45631-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45631.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Build Up Public Relations Facebook <span id="02c4f56e-42c9-4808-8da8-8da128f619b7" class="GINGER_SOFATWARE_mark"><span id="919820e7-6a02-409e-b07a-44d1bcf5b069" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45638.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45600/45638-big.jpg" alt="Build-Up-Public-Relations" width="550" height="915"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45600/45638-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45638.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="1220c0c6-2de0-4d8c-917b-987b88d867b1" class="GINGER_SOFATWARE_mark"><span id="ed220662-d234-47a1-85bf-d0dad72db844" class="GINGER_SOFATWARE_mark">MaxInvest</span></span> Investment Company Facebook <span id="a4bcc8aa-3ef9-43d7-905c-6d0c481c3c6e" class="GINGER_SOFATWARE_mark"><span id="3800cab7-c137-4cc6-b86b-5a00c8eb2588" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45641.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45600/45641-big.jpg" alt="MaxInvest-Investment-Company" width="550" height="1125"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45600/45641-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45641.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Edge Consulting Facebook <span id="3dd6e8b8-01a1-4091-aa56-f1100e4dede4" class="GINGER_SOFATWARE_mark"><span id="b424c92a-c766-4fa2-9af5-856dffe08da4" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45808.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45800/45808-big.jpg" alt="Edge-Consulting" width="550" height="1234"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45800/45808-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45808.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="8f28164b-f396-4dd0-9efa-ae0da77dfc9c" class="GINGER_SOFATWARE_mark"><span id="68016941-e18b-41f8-a282-35e04d672e54" class="GINGER_SOFATWARE_mark">Gowall</span></span> Consulting Facebook <span id="9987d4b1-b0ec-4fff-a6e7-767fa80e6777" class="GINGER_SOFATWARE_mark"><span id="d95704f1-d5fb-4e6e-83ff-bc3ecfb7f6c5" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45809.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45800/45809-big.jpg" alt="Gowall-Consulting" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45800/45809-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45809.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Honor Marketing Agency Facebook <span id="a2afcd56-3a65-4202-80eb-5df377568b56" class="GINGER_SOFATWARE_mark"><span id="bd649e27-ae63-458f-b94d-2b9804f51d63" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45811.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45800/45811-big.jpg" alt="Honor-Marketing-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45800/45811-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45811.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Insurance Facebook <span id="d9725465-6108-450b-bf6a-566b42a49b47" class="GINGER_SOFATWARE_mark"><span id="6e842f37-cae4-412b-9d61-568fa521994c" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45916.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45900/45916-big.jpg" alt="Insurance-Facebook-HTML-CMS-Template" width="550" height="1078"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45900/45916-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45916.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>5Quisquam Marketing Agency Facebook <span id="9792f6c8-41ac-45d8-9fb5-849d520539ac" class="GINGER_SOFATWARE_mark"><span id="de33f3b6-d148-423a-991e-580829dbfd54" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/45933.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/45900/45933-big.jpg" alt="5Quisquam-Marketing-Agency" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/45900/45933-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/45933.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="7812e492-5e89-4b9e-8327-04e37fd4c080" class="GINGER_SOFATWARE_mark"><span id="8e2e6c47-5bb7-4168-b4cc-4edc7e9dbf54" class="GINGER_SOFATWARE_mark">Tesotich</span></span> Management Company Facebook <span id="5c8d278a-a6da-4427-9e91-3470491ac5a1" class="GINGER_SOFATWARE_mark"><span id="66fd6ddf-699b-420e-bac6-b47af587a100" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46127.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/46100/46127-big.jpg" alt="Tesotich-Management-Company" width="550" height="1268"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/46100/46127-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/46127.html?aff=designpixel">More Info</a></strong></p>\n<p><strong><span id="3f902cee-5dea-41bb-888a-a304674db37f" class="GINGER_SOFATWARE_mark"><span id="274e9376-713c-43dd-969d-08853818fd50" class="GINGER_SOFATWARE_mark">Glosey</span></span> Marketing Agency Facebook <span id="2bde5320-25e8-4210-b49e-862da3beb577" class="GINGER_SOFATWARE_mark"><span id="56976571-0f0c-47ab-bc7a-36da59267616" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/44883.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/44800/44883-facebook-b.jpg" alt="Glosey-Marketing-Agency" width="550" height="972"><noscript><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/44800/44883-facebook-b.jpg" alt="Glosey-Marketing-Agency" width="550" height="972"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/demo/44883.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/44883.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Weber SEO Website Facebook <span id="737393d4-68c4-4e1f-8054-e3d1c27540b1" class="GINGER_SOFATWARE_mark"><span id="a6a42ea6-7937-461a-914e-c4d6acaa4546" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/44722.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/44700/44722_02_home_hover_big.jpg" alt="Weber-SEO-Website" width="550" height="421"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/44700/44722-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/44722.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Expert Call Center Facebook <span id="92f87d13-c0d1-4c64-a03d-4f4158373279" class="GINGER_SOFATWARE_mark"><span id="4e0542a6-4e9a-4411-996c-679b7de21ee5" class="GINGER_SOFATWARE_mark">HTML CMS</span></span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/44628.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/44600/44628_01_home_big.jpg" alt="Weber-SEO-Website" width="550" height="1008"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/44600/44628-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/44628.html?aff=designpixel">More Info</a></strong></p>\n<p><strong>Credit Card Processing Bank Facebook <span id="4a38ae00-1d33-4f09-ba9f-2ed1ee89a4f4" class="GINGER_SOFATWARE_mark">HTML CMS</span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/44640.html?aff=designpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://scr.templatemonster.com/44600/44640_01_home_big.jpg" alt="CreditCard-Processing-Bank" width="550" height="876"><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/44600/44640-facebook.html?aff=designpixel">Demo</a> | <a href="http://store.templatemonster.com/facebook-html-cms-templates/44640.html?aff=designpixel">More Info</a></strong></p>\n\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="bsGrIa59b55d6f2f071bfb1c46a6ec7e6dce6c8fc40d23bb601c7d39c2f7315ee1a22" class="wpdiscuz-cnonce" name="cnonce" value="bsGrIa59b55d6f2f071bfb1c46a6ec7e6dce6c8fc40d23bb601c7d39c2f7315ee1a22" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="9Mzak10d10f74fa5e3958a6816eb218ff7b13d2976638c259454e2dae9301f4e2a19e" class="wpdiscuz-cnonce" name="cnonce" value="9Mzak10d10f74fa5e3958a6816eb218ff7b13d2976638c259454e2dae9301f4e2a19e" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                                                                    <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'business company facebook templates', '', 'publish', 'closed', 'closed', '', 'business-company-facebook-templates', '', '', '2017-04-11 13:15:00', '2017-04-11 13:15:00', '', 0, 'http://thedesignpixel.com/business-company-facebook-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(80, 1, '2017-04-11 13:15:00', '2017-04-11 13:15:00', '<br />\n<b>Fatal error</b>:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 16777216 bytes) in <b>/home/thedes38/public_html/wp-includes/wp-db.php</b> on line <b>1775</b><br />', '2', '', 'publish', 'closed', 'closed', '', '2-4', '', '', '2017-04-11 13:15:00', '2017-04-11 13:15:00', '', 0, 'http://thedesignpixel.com/2-4/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(81, 1, '2017-04-11 13:15:04', '2017-04-11 13:15:04', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Coding</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-3445 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-tools"><div id="post-3445" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">10+ Best Bug Tracking Tools For Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>As any web developer knows, proper coding is one of the fundamental aspects of creating a successful site. Code by quality programmers will not only exceed the customer&#8217;s expectations; it will also prevent and anticipate bugs that may impair the site&#8217;s</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their</p><div class="read-more"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online</p><div class="read-more"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3304 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-ruby-on-rails"><div id="post-3304" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs</p><div class="read-more"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3245 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-php"><div id="post-3245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php"><div id="post-3217" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website.</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools"><div id="post-2672" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery"><div id="post-2641" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a</p><div class="read-more"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1971 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development"><div id="post-1971" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">65+ Useful Cheat Sheets for Designers and Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/coding/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/coding/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Coding', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2017-04-11 13:15:04', '2017-04-11 13:15:04', '', 1, 'http://thedesignpixel.com/uncategorized/1-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(82, 1, '2017-04-11 13:15:08', '2017-04-11 13:15:08', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Design</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes"><div id="post-3439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social</p><div class="read-more"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3268 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-3268" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="102" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme-300x152.jpg 300w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses</p><div class="read-more"> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3184 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes"><div id="post-3184" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative-Flat-HTML-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-flat-design-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90&rsquo;s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time</p><div class="read-more"> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2317 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration"><div id="post-2317" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dribble-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Dribble" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dribble-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dribble-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dribble-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">50+ Creative 404 Error Page Designs for Inspiration</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages"><div id="post-2606" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2092 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-templates"><div id="post-2092" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Coyote Night Flyer Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="bookmark">30 Best Print Ready PSD Flyer Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>You have an event coming up, or you just lost your dog, or you found someone&rsquo;s cute kitten. There are a lot of situations, when we do need a flyer. Gone is the time, when the flyers used to be</p><div class="read-more"> <a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2041 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-development tag-freebies tag-tools"><div id="post-2041" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1898 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-mobile"><div id="post-1898" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">65 Creative Examples of Mobile Web Designs for Inspiration</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1764 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration"><div id="post-1764" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Sensi Soft" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">40+ Creative Examples of Retro Style Web Designs</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Owning a website is a vital part of your brand name to survive in this competitive time of 2014. A website not only provides convenience to your customers, but also provides a lot of support to you too. You can</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1840 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration"><div id="post-1840" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">55+ Creative Examples of Parallax Scrolling Web Designs</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>New innovations and creativity are on the hype, with the amazing use of computer graphics, and other rendering technologies, providing wonderful end results to the clients and the web developers getting more and more options to be designing new stuff.</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/category/design/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/3/''>3</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/4/''>4</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/design/page/3/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-5', '', '', '2017-04-11 13:15:08', '2017-04-11 13:15:08', '', 0, 'http://thedesignpixel.com/2-5/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(83, 1, '2017-04-11 13:15:12', '2017-04-11 13:15:12', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n		<div class="cat-cover-box archive-cover-box" >\r\n		<div class="archive-cover-content">\r\n            <h1 class="category-title uppercase">Category: Design</h1>		</div>\r\n	</div>\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area" role="main">\r\n                    <div class="content content-archive ">\r\n                        <article class="post-1828 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-templates tag-themes">\r\n	<div id="post-1828" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Munter Bootstrap Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">10 Best Free Bootstrap Themes</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-bootstrap-themes/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1659 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration">\r\n	<div id="post-1659" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Jim Carrey" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="bookmark">30 Creative Examples of Beautiful Celebrity Web Designs</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Courage, struggle, smartness, beauty, that is what the people see in celebrities, and it takes a life of hard work to be able to become popular with the general public, and to be called as a celebrity. As a web</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1600 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration">\r\n	<div id="post-1600" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Barrel Recap 2013 by Barrel" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="bookmark">25+ Creative Examples of Animated Web Designs for Inspiration</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Gone is the time, when everything used to be static, and the user had to read each and everything to understand the content, or any concept. Today, we have the amazing technology of animations, with the help of which, everything</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1465 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design">\r\n	<div id="post-1465" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1326 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration tag-templates tag-ui-design tag-ux-design">\r\n	<div id="post-1326" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Lorenzo Verzini" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Lorenzo Verzini" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1264 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design">\r\n	<div id="post-1264" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1221 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies">\r\n	<div id="post-1221" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">40 Free Drop Down List &#038; Combo Box Designs in PSD</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-798 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes">\r\n	<div id="post-798" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3 Comments</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Owning a website is the need of the hour for any business, freelance worker, or any organization. Things have become much easier today, when it comes to getting a website with your name. You just need to spend a small amount</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-959 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-photoshop">\r\n	<div id="post-959" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Blues Spirit And Soul Flyer Template by NoryAch" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="bookmark">20 Creatively Designed Retro Art Poster Designs</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Retro is a Latin word, defining &ldquo;Backwards&rdquo; or &ldquo;from the past&rdquo;. The 1980&rsquo;s and the 1990&rsquo;s had a different class in them. Ranging from the music from that time, to the actors produced during that time. Graffiti styles, videos, everything</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-937 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-icons tag-photoshop">\r\n	<div id="post-937" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Icon Set For VideoGenie" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">20 Free Minimalistic Icon Sets for Web Designers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/icons/" rel="tag">Icons</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-minimalistic-icon-sets/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->                    </div><!--.content-->\r\n                    		<nav class="navigation paging-navigation" role="navigation">\r\n			<div class="pagination loop-pagination">\r\n				<a class="prev page-numbers" href="http://thedesignpixel.com/category/design/page/2/">&larr; Previous</a>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/''>1</a>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/2/''>2</a>\n<span class=''page-numbers current''>3</span>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/4/''>4</a>\n<a class="next page-numbers" href="http://thedesignpixel.com/category/design/page/4/">Next &rarr;</a>			</div><!-- .pagination -->\r\n		</nav><!-- .navigation -->\r\n						</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', '3', '', 'publish', 'closed', 'closed', '', '3-3', '', '', '2017-04-11 13:15:12', '2017-04-11 13:15:12', '', 0, 'http://thedesignpixel.com/3-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(84, 1, '2017-04-11 13:15:13', '2017-04-11 13:15:13', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Design Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-600x200.jpg" class="attachment-featured wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make brilliant looking designs and concepts, however, replicating							<div class="more">\n							<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1-600x200.jpg" class="attachment-featured wp-post-image" alt="Guide Guide" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="bookmark">20 Adobe Photoshop Plugins To Help You Make Better Designer</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out. The fact is that							<div class="more">\n							<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-600x200.jpg" class="attachment-featured wp-post-image" alt="Android UI Elements Set" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.  At times one needs inspiration to create a smart working website. With advancements in the internet technologies it							<div class="more">\n							<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the Menu system is Logical, easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/design/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/design/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/design/page/3/'' class=''inactive''>3</a></li><li class=''current''><span class=''currenttext''>4</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '4', '', 'publish', 'closed', 'closed', '', '4-3', '', '', '2017-04-11 13:15:13', '2017-04-11 13:15:13', '', 0, 'http://thedesignpixel.com/4-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(85, 1, '2017-04-11 13:15:17', '2017-04-11 13:15:17', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Design</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4278 post type-post status-publish format-standard has-post-thumbnail hentry category-design"><div id="post-4278" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Top 20 Facebook Layouts On The Web</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to</p><div class="read-more"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">20 Premium Responsive and Mobile Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Responsive Website Templates When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your</p><div class="read-more"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4063 post type-post status-publish format-standard hentry category-design category-resources"><div id="post-4063" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">40 Unique Cartoon and Comic Fonts</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have</p><div class="read-more"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3688 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes tag-web-hosting"><div id="post-3688" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com/tag/web-hosting/" rel="tag">Web Hosting</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/design/page/4/''>4</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/design/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Design', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2017-04-11 13:15:17', '2017-04-11 13:15:17', '', 3, 'http://thedesignpixel.com/uncategorized/3-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(86, 1, '2017-04-11 13:15:17', '2017-04-11 13:15:17', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Graphics Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" class="attachment-featured wp-post-image" alt="MindUp" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In today’s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven’t got a website for your business, you are lacking behind my dear friend. It’s the right time to design, or get designed a							<div class="more">\n							<a href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills,							<div class="more">\n							<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer							<div class="more">\n							<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" class="attachment-featured wp-post-image" alt="32 Wrinkled Paper Textures" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="bookmark">35+ Paper Textures and Backgrounds You’ll Love</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Customization is a needful deed today. We spend so many dollars of our hard earned money to buy our favorite hardware like laptops, tablets, softwares, etc., and how much cooler it becomes to be changing its default theme and style and modifying it into something that you							<div class="more">\n							<a href="http://thedesignpixel.com/paper-textures-backgrounds/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Responsive-Bootstrap-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 Is the latest additional update to the most commonly used website development languages, the Hypertext Mark Up language. HTML5 was launched in 2013, and its use became viral amongst the web developers, because of the availability of so many flexible features, compatibilities, and easier to understand							<div class="more">\n							<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05-180x180.jpg" class="attachment-featured wp-post-image" alt="Economy Infographics design elements vector graphic 05" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="bookmark">40 Best Infographic Vector Kits and Resources</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							As a graphic designer, or someone into imaging, you must understand, that your design will be highly acceptable by your client, or, by you, yourself, If you are following the current trends going through the field. Today, in 2014, vector images are on a hype. People are							<div class="more">\n							<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative Corporate Business Card 20" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it becomes difficult to be explaining each and							<div class="more">\n							<a href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" class="attachment-featured wp-post-image" alt="Speed up your InDesign layouts" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">25+ Excellent Adobe InDesign Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc., or basically graphic designers using it in							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/5/'' class=''inactive''>5</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-6', '', '', '2017-04-11 13:15:17', '2017-04-11 13:15:17', '', 0, 'http://thedesignpixel.com/2-6/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(87, 1, '2017-04-11 13:15:18', '2017-04-11 13:15:18', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Graphics Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-180x180.jpg" class="attachment-featured wp-post-image" alt="Vector Portrait Illustrations26" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">25+ Creative Examples of Vector Portrait Illustrations</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Portrait photography is one of the common platforms, most of the imaging people work on. Portraits can contain anything. A scenery, an object, a person, anything. Portraits are so wide and extensive. Today, when our eyes and brain demand something new every day, because we already have							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Coyote Night Flyer Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="bookmark">30 Best Print Ready PSD Flyer Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							You have an event coming up, or you just lost your dog, or you found someone’s cute kitten. There are a lot of situations, when we do need a flyer. Gone is the time, when the flyers used to be made by hand, neither does anyone has							<div class="more">\n							<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Rainbow Island Wallpaper" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and need of choice. Considering the customization in							<div class="more">\n							<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" class="attachment-featured wp-post-image" alt="Axure RP" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the further processes, and create a lot out							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Great-Calorie-Drive-180x180.jpg" class="attachment-featured wp-post-image" alt="The Great Calorie Drive" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">65 Creative Examples of Mobile Web Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to the laptop computers, and slowly to the							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sensi-Soft-180x180.jpg" class="attachment-featured wp-post-image" alt="Sensi Soft" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">40+ Creative Examples of Retro Style Web Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Owning a website is a vital part of your brand name to survive in this competitive time of 2014. A website not only provides convenience to your customers, but also provides a lot of support to you too. You can use your website for many purposes. And,							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" class="attachment-featured wp-post-image" alt="The ONE" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">55+ Creative Examples of Parallax Scrolling Web Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							New innovations and creativity are on the hype, with the amazing use of computer graphics, and other rendering technologies, providing wonderful end results to the clients and the web developers getting more and more options to be designing new stuff. Parallax scrolling was first seen in the							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-180x180.jpg" class="attachment-featured wp-post-image" alt="WhereTO App by Regy Perlera" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by hand on a paper, clears the concepts							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Mexican-600x200.jpg" class="attachment-featured wp-post-image" alt="A Mexican" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="bookmark">25 Excellent Award Winning Food Art Examples</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The way to a man’s heart is through his mouth. Rightly said. Food is something, we all crave for, we all live in, and we all cannot deny for. We all love to eat, and when the dish is presented in an honorable and decent manner, the							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Living-Things-600x200.jpg" class="attachment-featured wp-post-image" alt="Living Things!" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="bookmark">15 Creative Art &#038; Design Short Videos for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Time is money, and today, no one has excess time. Everyone wants to gather the most knowledge and information in the most least time possible, and when talking about marketing, or other videos over the web, no one prefers watching long videos, until and unless, he is							<div class="more">\n							<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/2/'' class=''inactive''>2</a></li><li class=''current''><span class=''currenttext''>3</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/5/'' class=''inactive''>5</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '3', '', 'publish', 'closed', 'closed', '', '3-4', '', '', '2017-04-11 13:15:18', '2017-04-11 13:15:18', '', 0, 'http://thedesignpixel.com/3-4/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(88, 1, '2017-04-11 13:15:19', '2017-04-11 13:15:19', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Graphics Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-600x200.jpg" class="attachment-featured wp-post-image" alt="Talents" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good, effective, and beautiful Art Work. Sketching is							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc-600x200.jpg" class="attachment-featured wp-post-image" alt="Beyond Media Inc" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">45 Excellent Single Letter Logo Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the industrial standards, and is suitable according to							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" class="attachment-featured wp-post-image" alt="Firefish-Photoshop-Tutorial" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">50 Useful Photoshop Logo Design Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn’t end here. Most of the computer graphic design in photoshop today. May it be advertisement banners, logos, or							<div class="more">\n							<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-600x200.jpg" class="attachment-featured wp-post-image" alt="Monochromatic Logo Animation" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,  Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything possible. A basic definition being, Motion graphics							<div class="more">\n							<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-600x200.jpg" class="attachment-featured wp-post-image" alt="Digital Art Texture 59 by Mercurycode" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">20 High Resolution Abstract Textures</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Texture art came into use in the mid 2000’s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your pre existing graphics, or new graphics. Talking							<div class="more">\n							<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-600x200.jpg" class="attachment-featured wp-post-image" alt="Blues Spirit And Soul Flyer Template by NoryAch" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="bookmark">20 Creatively Designed Retro Art Poster Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Retro is a Latin word, defining “Backwards” or “from the past”. The 1980’s and the 1990’s had a different class in them. Ranging from the music from that time, to the actors produced during that time. Graffiti styles, videos, everything about that time was impressive. While some							<div class="more">\n							<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic-600x200.jpg" class="attachment-featured wp-post-image" alt="Design an isometric infographic" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Illustrator is one of the best leading software in the industry for creating vectorized graphics. Adobe Illustrator is considered as best vector graphics editor developed and marketed by Adobe Systems. Before going further, let us explore vector graphics first. Vector graphics is that the use of							<div class="more">\n							<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1-600x200.jpg" class="attachment-featured wp-post-image" alt="Guide Guide" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="bookmark">20 Adobe Photoshop Plugins To Help You Make Better Designer</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out. The fact is that							<div class="more">\n							<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iCal-Icon-600x200.jpg" class="attachment-featured wp-post-image" alt="iCal Icon" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="bookmark">45 Excellent Calender Icon Sets for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Designing a website is a complex thing; it involves doing many small and large tasks.  One of these tasks involves adding icons to the design template. It might sound like a small thing, however, it makes a big impact on how the website looks and feels when							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design-600x200.jpg" class="attachment-featured wp-post-image" alt="Creative Card Design" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="bookmark">40+ Clean and White Business Card Designs for Your Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Business cards are not just a medium of exchange of information, it’s a style statement. Business cards are shared during formal introductions hence it’s like the 1st Impression of you as well as your business. Business cards can make or break your business, I mean, who wants							<div class="more">\n							<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/3/'' class=''inactive''>3</a></li><li class=''current''><span class=''currenttext''>4</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/5/'' class=''inactive''>5</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '4', '', 'publish', 'closed', 'closed', '', '4-4', '', '', '2017-04-11 13:15:19', '2017-04-11 13:15:19', '', 0, 'http://thedesignpixel.com/4-4/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(89, 1, '2017-04-11 13:15:19', '2017-04-11 13:15:19', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Graphics Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project-600x200.jpg" class="attachment-featured wp-post-image" alt="The White House Project" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="bookmark">20 Beautiful Examples of Brochure Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Every business owner knows the importance of advertisement. It can be done to introduce a company or while launching a new product in the market. There are many mediums of advertising these days, however my favorite would be making Brochure and distributing it physically or digitally via							<div class="more">\n							<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-600x200.jpg" class="attachment-featured wp-post-image" alt="How to Create Colorful Wooden 3D Text" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Have you ever designed a Logo and thought how amazingly beautiful it would have looked in 3D? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort. You may Like: 20 Most Useful 3D							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" class="attachment-featured wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and							<div class="more">\n							<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/graphics/page/4/'' class=''inactive''>4</a></li><li class=''current''><span class=''currenttext''>5</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '5', '', 'publish', 'closed', 'closed', '', '5-3', '', '', '2017-04-11 13:15:19', '2017-04-11 13:15:19', '', 0, 'http://thedesignpixel.com/5-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(90, 1, '2017-04-11 13:15:24', '2017-04-11 13:15:24', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Graphics</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop"><div id="post-3964" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-mobile tag-templates"><div id="post-3915" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">20 Fresh &#038; Free Mobile App PSD Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3775 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration"><div id="post-3775" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Audiko" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">45+ Fresh and Creative Error 404 Pages</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3568 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes"><div id="post-3568" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Top 20 Web Templates for Photographer Portfolio</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds</p><div class="read-more"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/graphics/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/graphics/page/5/''>5</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/graphics/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Graphics', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2017-04-11 13:15:24', '2017-04-11 13:15:24', '', 5, 'http://thedesignpixel.com/uncategorized/5-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(91, 1, '2017-04-11 13:15:29', '2017-04-11 13:15:29', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Resources</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4280 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4280" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">30 Stylish WordPress Themes With Pretty Backgrounds</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Here&#8217;s a collection of stylish Wordpress themes with beautiful backgrounds to help you grab the attention of your visitors.</p><div class="read-more"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4245 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">30 Stunning &#038; Beautiful HTML5 Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you don&#8217;t need all the features of a content management system (CMS), these responsive, fast HTML5 templates will help you build the site you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4203 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4203" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">30 Top Rated CMS &#038; Blog Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>30 Top Rated CMS &amp; Blog Templates for Your &nbsp;Success Looking for qualitative CMS and Blog templates? This collection is made for you. In this stunning collection of 30 top rated CMS &amp; blog templates you will find a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress"><div id="post-4121" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Having a professional, responsive website for a business is essential. These Wordpress business themes will make your company stand out against competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">20 Premium Responsive and Mobile Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Responsive Website Templates When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your</p><div class="read-more"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress"><div id="post-4075" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether</p><div class="read-more"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4063 post type-post status-publish format-standard hentry category-design category-resources"><div id="post-4063" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">40 Unique Cartoon and Comic Fonts</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have</p><div class="read-more"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3980 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-3980" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed,</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3950 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3950" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">10 Bootstrap UI Editors For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Bootstrap is the best front end framework which is basically a browser based IDE. It supports almost all the browsers like Firefox, Chrome, Internet Explorer etc. Based on the availability of number of tool kits and supporting functionality it comes</p><div class="read-more"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/category/resources/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/resources/''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/resources/page/3/''>3</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>8</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/resources/page/3/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-7', '', '', '2017-04-11 13:15:29', '2017-04-11 13:15:29', '', 0, 'http://thedesignpixel.com/2-7/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(92, 1, '2017-04-11 13:15:29', '2017-04-11 13:15:29', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Resources Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social media in the world. According to statistics,							<div class="more">\n							<a href="http://thedesignpixel.com/business-company-facebook-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-180x180.png" class="attachment-featured wp-post-image" alt="navicat-for-mysql" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their products. Everything becomes self automated on these							<div class="more">\n							<a href="http://thedesignpixel.com/best-mysql-gui-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-180x180.jpg" class="attachment-featured wp-post-image" alt="Mugeda" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online developers, due to the supply of numerous							<div class="more">\n							<a href="http://thedesignpixel.com/best-html5-animation-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-180x180.jpg" class="attachment-featured wp-post-image" alt="Dbv" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot of languages available in the market for							<div class="more">\n							<a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" class="attachment-featured wp-post-image" alt="MindUp" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In today’s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven’t got a website for your business, you are lacking behind my dear friend. It’s the right time to design, or get designed a							<div class="more">\n							<a href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" class="attachment-featured wp-post-image" alt="Webiva" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs easy to use interface for their content							<div class="more">\n							<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" class="attachment-featured wp-post-image" alt="Phalcon" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website that not only delivers quality information about							<div class="more">\n							<a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" title="8 Best Sites to Watch CLT20 Live Streaming Online Free" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" class="attachment-featured wp-post-image" alt="Watch CLT20 Live Streaming Online" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" title="8 Best Sites to Watch CLT20 Live Streaming Online Free" rel="bookmark">8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Did you also find your life pointless, when it used to clock 8PM at the night, because you could not support your team anymore in the IPL. It all ended with a match worthy of a final, and KKR being crowned the champions of the game. IPL							<div class="more">\n							<a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills,							<div class="more">\n							<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" class="attachment-featured wp-post-image" alt="Requests" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website. There was a time when only HTML							<div class="more">\n							<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/2/'' class=''inactive''>2</a></li><li class=''current''><span class=''currenttext''>3</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/7/'' class=''inactive''>7</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '3', '', 'publish', 'closed', 'closed', '', '3-5', '', '', '2017-04-11 13:15:29', '2017-04-11 13:15:29', '', 0, 'http://thedesignpixel.com/3-5/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(93, 1, '2017-04-11 13:15:30', '2017-04-11 13:15:30', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Resources Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative-Flat-HTML-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90’s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time period possible, and no one actually visits							<div class="more">\n							<a href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" class="attachment-featured wp-post-image" alt="Pandora FMS" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="bookmark">13 Best Free Server &#038; Network Monitoring Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We used to have a huge room, having hundreds of ledgers having tons of information, a few years back. After the introduction of the Information technology into everything, we now have a server which contains a lot of information, and responds to the client requests and does							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" class="attachment-featured wp-post-image" alt="Planzone" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="bookmark">40 Useful Project Management Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is a huge difference between doing the work, and getting the work done. When you are doing the work for yourself, you just do it, because you will be the one to blame, while getting the work done is something very difficult. You will have to							<div class="more">\n							<a href="http://thedesignpixel.com/useful-project-management-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" class="attachment-featured wp-post-image" alt="Polymaps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">35+ Best Data Visualization Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in the form of figures, charts, graphs, etc.,							<div class="more">\n							<a href="http://thedesignpixel.com/best-data-visualization-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer							<div class="more">\n							<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" class="attachment-featured wp-post-image" alt="Logmein" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">8 Best Remote Desktop Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this great case, that you are already feeling							<div class="more">\n							<a href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" class="attachment-featured wp-post-image" alt="Luxahoy" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of tequila or gin smoked down, but to							<div class="more">\n							<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vista-best-WordPress-theme-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="bookmark">45+ Best Free Responsive Blogger Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Having a web blog is a must these days, if you wish to share your opinion and views to a lot of people. You can not call thousands of people to gather around somewhere, and speak out loud, what you feel, but yes, you can spread your							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/3/'' class=''inactive''>3</a></li><li class=''current''><span class=''currenttext''>4</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/7/'' class=''inactive''>7</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '4', '', 'publish', 'closed', 'closed', '', '4-5', '', '', '2017-04-11 13:15:30', '2017-04-11 13:15:30', '', 0, 'http://thedesignpixel.com/4-5/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(94, 1, '2017-04-11 13:15:31', '2017-04-11 13:15:31', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Resources Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/One-Drive-180x180.png" class="attachment-featured wp-post-image" alt="One Drive" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">10 Best Dropbox Alternatives for Small Business Owners</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using computer systems for storing everything. This feature							<div class="more">\n							<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-180x180.jpg" class="attachment-featured wp-post-image" alt="IceCream" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role within the performance of the web site.							<div class="more">\n							<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-180x180.png" class="attachment-featured wp-post-image" alt="extjs" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a large set of lines of code. There							<div class="more">\n							<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Why_E2_80_99s-Poignant-Guide-to-Ruby-180x180.jpg" class="attachment-featured wp-post-image" alt="Why’s (Poignant) Guide to Ruby" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important factor is to have a website. A							<div class="more">\n							<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Responsive-Bootstrap-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 Is the latest additional update to the most commonly used website development languages, the Hypertext Mark Up language. HTML5 was launched in 2013, and its use became viral amongst the web developers, because of the availability of so many flexible features, compatibilities, and easier to understand							<div class="more">\n							<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05-180x180.jpg" class="attachment-featured wp-post-image" alt="Economy Infographics design elements vector graphic 05" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="bookmark">40 Best Infographic Vector Kits and Resources</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							As a graphic designer, or someone into imaging, you must understand, that your design will be highly acceptable by your client, or, by you, yourself, If you are following the current trends going through the field. Today, in 2014, vector images are on a hype. People are							<div class="more">\n							<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative Corporate Business Card 20" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it becomes difficult to be explaining each and							<div class="more">\n							<a href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="bookmark">Top 20 Best Premium Web Hosting Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							This is a very common phrase we come across, “That guy makes millions over the internet”. Nevertheless, the fact is true. The internet has so many money making opportunities, if you have the potential, and the ideas to make it through, and create something effective and wonderful,							<div class="more">\n							<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" class="attachment-featured wp-post-image" alt="Axure RP" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the further processes, and create a lot out							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" class="attachment-featured wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">65+ Useful Cheat Sheets for Designers and Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of providing the best results in less time,							<div class="more">\n							<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/4/'' class=''inactive''>4</a></li><li class=''current''><span class=''currenttext''>5</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/7/'' class=''inactive''>7</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '5', '', 'publish', 'closed', 'closed', '', '5-4', '', '', '2017-04-11 13:15:31', '2017-04-11 13:15:31', '', 0, 'http://thedesignpixel.com/5-4/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(95, 1, '2017-04-11 13:15:31', '2017-04-11 13:15:31', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Resources Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-180x180.jpg" class="attachment-featured wp-post-image" alt="Bootstrap Magic" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content management systems, considering WordPress, Joomla, etc., as							<div class="more">\n							<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Munter Bootstrap Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">10 Best Free Bootstrap Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work full time on designing websites, providing them							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-180x180.jpg" class="attachment-featured wp-post-image" alt="WhereTO App by Regy Perlera" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by hand on a paper, clears the concepts							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-600x200.jpg" class="attachment-featured wp-post-image" alt="City Break UI Kit" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the latest updations in the trend. And, if							<div class="more">\n							<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" class="attachment-featured wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being used everywhere. The main benefits of CSS							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-600x200.jpg" class="attachment-featured wp-post-image" alt="Smooth Div Scroll" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number of web pages on the Internet. It							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-600x200.jpg" class="attachment-featured wp-post-image" alt="Apple Devices Flat Icons PSD" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user friendly, eye- catching, and works on any							<div class="more">\n							<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">40 Free Drop Down List &#038; Combo Box Designs in PSD</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers to make the website more user interaction,							<div class="more">\n							<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game-600x200.jpg" class="attachment-featured wp-post-image" alt="Build a Racing Game" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">30 Useful Tutorials for Developing HTML5 Web Browser Games</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest version of this development language, the developers							<div class="more">\n							<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways-600x200.jpg" class="attachment-featured wp-post-image" alt="Sideways" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="bookmark">30 Best jQuery Image Gallery Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time, when the websites used to be just static, with a bunch of information, and no really creative concepts and aspects! Today, we need a lot of stuff on our website integrated, to make it attractive to the visitors, and make them stick to							<div class="more">\n							<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/5/'' class=''inactive''>5</a></li><li class=''current''><span class=''currenttext''>6</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/7/'' class=''inactive''>7</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '6', '', 'publish', 'closed', 'closed', '', '6-3', '', '', '2017-04-11 13:15:31', '2017-04-11 13:15:31', '', 0, 'http://thedesignpixel.com/6-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(96, 1, '2017-04-11 13:15:32', '2017-04-11 13:15:32', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>Resources Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" class="attachment-featured wp-post-image" alt="Blue Coming Soon Page" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Owning a website is the need of the hour for any business, freelancing, or any organization. The things have become very much easier today, when we talk about getting a website with your name. You just need to spend a small amount of money on the domain							<div class="more">\n							<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-600x200.jpg" class="attachment-featured wp-post-image" alt="Digital Art Texture 59 by Mercurycode" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">20 High Resolution Abstract Textures</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Texture art came into use in the mid 2000’s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your pre existing graphics, or new graphics. Talking							<div class="more">\n							<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-600x200.jpg" class="attachment-featured wp-post-image" alt="Icon Set For VideoGenie" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">20 Free Minimalistic Icon Sets for Web Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into Smartphones. The same ideology is being followed							<div class="more">\n							<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" class="attachment-featured wp-post-image" alt="The Weathertron" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="bookmark">25+ Responsive Mobile App Landing Pages for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The Smartphones came into the trend suddenly, and today everyone owns one, or is planning to get a new one. From Gaming to Browsing the net, and even processing heavy business transactions, a Smartphone is a totally safe and trustworthy device to rely on. With this trend,							<div class="more">\n							<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Rock-600x200.jpg" class="attachment-featured wp-post-image" alt="White-Rock" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="bookmark">20 High Quality &#038; Beautiful Restaurant Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The world is online now! May it be a cleaning service, a hotel, a laundry service, or whatever, everyone has shifted their promotion and business policies online, for the obvious reason of millions of potential customers over the web. Online shopping, Online pizza delivery, and even Online							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-600x200.jpg" class="attachment-featured wp-post-image" alt="Android UI Elements Set" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.  At times one needs inspiration to create a smart working website. With advancements in the internet technologies it							<div class="more">\n							<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/resources/page/6/'' class=''inactive''>6</a></li><li class=''current''><span class=''currenttext''>7</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '7', '', 'publish', 'closed', 'closed', '', '7-2', '', '', '2017-04-11 13:15:32', '2017-04-11 13:15:32', '', 0, 'http://thedesignpixel.com/7-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(97, 1, '2017-04-11 13:15:35', '2017-04-11 13:15:35', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Resources</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4882 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-docker tag-virtualization"><div id="post-4882" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Why You Should Use Docker to Run Apps Now</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">docker</a>, <a href="http://thedesignpixel.com" rel="tag">virtualization</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There is no better time to start using Docker than now, and here are a few reasons why you should benefit from this lightweight virtualization technology.</p><div class="read-more"> <a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4717 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-joomla tag-templates"><div id="post-4717" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">30 Joomla Templates for Your Current Web Project</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Joomla is one of the most popular CMS in the world. These Joomla templates will help you define the look and feel of your new Joomla site.</p><div class="read-more"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4439 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">The Importance of Proactive Server Management</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Server management and web hosting are crucial areas for online businesses. Make sure you know what to look for when shopping for a web hosting provider.</p><div class="read-more"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/resources/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>8</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/resources/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Resources', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-04-11 13:15:35', '2017-04-11 13:15:35', '', 7, 'http://thedesignpixel.com/uncategorized/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(98, 1, '2017-04-11 13:15:38', '2017-04-11 13:15:38', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Roundups</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4762 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-bounce-rate tag-client-relationship tag-landing-page tag-onboarding tag-version-control"><div id="post-4762" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bounce rate</a>, <a href="http://thedesignpixel.com/tag/client-relationship/" rel="tag">client relationship</a>, <a href="http://thedesignpixel.com" rel="tag">landing page</a>, <a href="http://thedesignpixel.com" rel="tag">onboarding</a>, <a href="http://thedesignpixel.com" rel="tag">version control</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature version control in Wordpress, how to create a successful onboarding experience, interpreting your bounce rate, and more!</p><div class="read-more"> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4737 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-breadcrumbs tag-responsive-design tag-sitelinks tag-svg tag-web-2-0"><div id="post-4737" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">SVG Tools, Breadcrumbs, Sitelinks</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">breadcrumbs</a>, <a href="http://thedesignpixel.com" rel="tag">responsive design</a>, <a href="http://thedesignpixel.com" rel="tag">sitelinks</a>, <a href="http://thedesignpixel.com" rel="tag">svg</a>, <a href="http://thedesignpixel.com" rel="tag">web 2.0</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week&#8217;s roundup features SVG tools, the role of traditional design elements in 2.0 media, development for multiple devices, breadcrumbs and sitelinks.</p><div class="read-more"> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks" rel="bookmark">Read More</a></div></div></div></div></article></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'roundups', '', 'publish', 'closed', 'closed', '', 'roundups', '', '', '2017-04-11 13:15:38', '2017-04-11 13:15:38', '', 0, 'http://thedesignpixel.com/roundups/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(99, 1, '2017-04-11 13:15:40', '2017-04-11 13:15:40', '  \n<div class="main-wrapper">\n<div class="cat-cover-box archive-cover-box">\n<div class="archive-cover-content">\n<h1 class="category-title uppercase">Category: Tutorials</h1> </div>\n</div>\n<div id="page">\n<div class="main-content trlayout">\n<div class="archive-page">\n<div id="content" class="content-area archive-content-area" role="main">\n<div class="content content-archive ">\n<article class="post-1108 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-coding category-tutorials tag-html tag-development">\n<div id="post-1108" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">30 Useful Tutorials for Developing HTML5 Web Browser Games</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1078 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\n<div id="post-1078" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,&nbsp; Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1048 post type-post status-publish format-standard has-post-thumbnail hentry category-tutorials tag-css tag-html tag-development tag-adobe">\n<div id="post-1048" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website&rsquo;s web pages in Notepad, that</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-215 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator">\n<div id="post-215" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Design an isometric infographic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Design an isometric infographic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Adobe Illustrator is one of the most popular software applications in the design industry. As a counterpart to Adobe Photoshop, which specializes in raster graphics, Illustrator is considered one of the best vector graphics editors currently available in the market.</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-770 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design category-tutorials tag-css tag-html tag-development tag-photoshop">\n<div id="post-770" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding">Coding</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-498 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-photoshop tag-typography">\n<div id="post-498" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="How to Create Colorful Wooden 3D Text" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Have you ever designed a logo and thought how amazingly beautiful it would have looked in 3D or other fancy effects? I am here to fulfill that dream of yours. You can make any typography come to life with a</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-354 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-photoshop tag-typography">\n<div id="post-354" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-73 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-jquery tag-css tag-plugins">\n<div id="post-73" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding">Coding</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-50 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-jquery">\n<div id="post-50" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding">Coding</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Parallax Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Parallax Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">20 Best jQuery Parallax Scrolling Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article>  </div> \n<nav class="navigation paging-navigation" role="navigation">\n<div class="pagination loop-pagination">\n<a class="prev page-numbers" href="http://thedesignpixel.com/category/tutorials/">&larr; Previous</a>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/category/tutorials/''>1</a>\n<span class=''page-numbers current''>2</span> </div> \n</nav> \n</div> \n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Weathertron" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n</div> \n', '2', '', 'publish', 'closed', 'closed', '', '2-8', '', '', '2017-04-11 13:15:40', '2017-04-11 13:15:40', '', 0, 'http://thedesignpixel.com/2-8/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(100, 1, '2017-04-11 13:15:43', '2017-04-11 13:15:43', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: Tutorials</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop"><div id="post-3964" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2199 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-apple tag-photoshop"><div id="post-2199" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">35+ Apple Inspired Photoshop Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Apple</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Apple corporation has left a great impact in the electronic industry, since its launch of the first product, and today, it is the leading best selling manufacturer of smartphones, tablet devices, laptop devices and notebooks, etc. The only reason lying</p><div class="read-more"> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages"><div id="post-2606" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2161 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe"><div id="post-2161" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">25+ Excellent Adobe InDesign Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc.,</p><div class="read-more"> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2056 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop tag-wallpapers"><div id="post-2056" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1416 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development"><div id="post-1416" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1380 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins"><div id="post-1380" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1143 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop"><div id="post-1143" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">50 Useful Photoshop Logo Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn&rsquo;t end here. Most of the computer graphic design in photoshop today.</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/tutorials/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/tutorials/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'Tutorials', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-04-11 13:15:43', '2017-04-11 13:15:43', '', 9, 'http://thedesignpixel.com/uncategorized/9-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(101, 1, '2017-04-11 13:15:44', '2017-04-11 13:15:44', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n											<span>WordPress Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" class="attachment-featured wp-post-image" alt="Great" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the most popular blogging system on the web							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/category/wordpress/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-9', '', '', '2017-04-11 13:15:44', '2017-04-11 13:15:44', '', 0, 'http://thedesignpixel.com/2-9/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(102, 1, '2017-04-11 13:15:47', '2017-04-11 13:15:47', '<div class="main-wrapper"><div class="cat-cover-box archive-cover-box" ><div class="archive-cover-content"><h1 class="category-title uppercase">Category: WordPress</h1></div></div><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area" role="main"><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>This week we feature Wordpress plugin compilations, a site launch checklist, and articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content.</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress"><div id="post-4075" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether</p><div class="read-more"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3980 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-3980" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed,</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3836 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-freebies tag-templates tag-themes"><div id="post-3836" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other</p><div class="read-more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/category/wordpress/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/category/wordpress/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'WordPress', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2017-04-11 13:15:47', '2017-04-11 13:15:47', '', 11, 'http://thedesignpixel.com/uncategorized/11-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(103, 1, '2017-04-11 13:15:50', '2017-04-11 13:15:50', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</div><div class="single-content"><article class="post-4809 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-roundups category-wordpress tag-content-roi tag-plugins tag-typography"><div id="post-4809" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Content ROI</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Time for another of our weekly roundups here at The Design Pixel! This time we feature a couple of WordPress plugin compilations worth checking out, a list of web development tools and a site launch checklist, along with a couple of in-depth articles discussing the relationship between copy material and its typeface, and how to measure the ROI of your content. Have fun!</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p><strong><a href="http://torquemag.io/28-best-free-wordpress-plugins-2015-far/">28 of the best free WordPress Plugins 2015 (so far)</a></strong> [<a href="http://torquemag.io/">torquemag.io</a>]<br /> A great collection of the most recent (and lesser known) WordPress plugins that are worth checking out. We especially liked Swifty Bar, Title Experiments Free, and Revive Old Post.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://www.noupe.com/wordpress/wordpress-10-things-to-pay-attention-to-before-launching-your-website-93751.html">WordPress: 10 Things to Pay Attention to Before Launching your Website</a></strong> [<a href="http://www.noupe.com/">noupe.com</a>]<br /> Very handy checklist of tasks you should taking on almost always before launching any WordPress installation, from setting up a backup or SEO solution to testing responsiveness, performance and correct media display.</p><p><strong><a href="http://designshack.net/articles/typography/what-comes-first-the-copy-or-the-typeface/">What Comes First? The Copy, or the Typeface?</a></strong> [<a href="http://designshack.net/">designhack.net</a>]<br /> An interesting discussion on how what goes into choosing a typeface for a body of text, and how both presentation and content of copy influence and depend on each other, which often leads to tension between designers and copywriters.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://www.uxbooth.com/articles/making-content-measurable/">Making Content Measurable</a></strong> [<a href="http://www.uxbooth.com/">uxbooth.com</a>]<br /> A detailed explanation on how to use analytics to measure the ever elusive ROI of your digital content. The article explores the choices of metrics to measure, the connection between hard and soft metrics, direct and indirect feedback, and using Google Analytics and attention tracking software to compile ROI reports. Hint: C-level stands for high-ranking executives of a company.</p><p><strong><a href="http://www.instantshift.com/2015/11/05/web-development-handy-tools/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+iShift+%28instantShift%29">15 Handy Tools for Smooth Web Development</a></strong> [<a href="http://www.instantshift.com/">instantshift.com</a>]<br /> A compilation of tools to help the web developer save time, sweat and tears. Features IDEs, code validators, font testers, bug trackers, front-end frameworks, virtualization software, and more.</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://www.sitepoint.com/best-wordpress-backup-plugins/">The Best WordPress Backup Plugins Compared</a></strong> [<a href="http://www.sitepoint.com/">sitepoint.com</a>]<br /> I feel like I keep saying this a little bit too much but… you really need a backup of your WordPress installation. Eventually every web developer makes a site-breaking mistake, and then you will wish you had some kind of fallback. Trust me. A lot of us have been there before.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="zzlgJc426a7dba3a889a37a810190acc5f7c2cffcbf8431689c4ee17be5286bd4b695" class="wpdiscuz-cnonce" name="cnonce" value="zzlgJc426a7dba3a889a37a810190acc5f7c2cffcbf8431689c4ee17be5286bd4b695" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="kGyac97b3255c1ae42bebc0f928b93c5c3db036394d1482c7bb757a74f70f2cf3db10" class="wpdiscuz-cnonce" name="cnonce" value="kGyac97b3255c1ae42bebc0f928b93c5c3db036394d1482c7bb757a74f70f2cf3db10" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'choosing a typeface measuring content roi site launch checklist and more', '', 'publish', 'closed', 'closed', '', 'choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more', '', '', '2017-04-11 13:15:50', '2017-04-11 13:15:50', '', 0, 'http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(104, 1, '2017-04-11 13:15:52', '2017-04-11 13:15:52', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>&nbsp;&nbsp;/&nbsp;&nbsp;Important Things to Know Before Choosing the Web Host for Your Website </div>\n<div class="single-content">\n<article class="post-3688 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-design tag-themes tag-templates tag-web-hosting">\n<div id="post-3688" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">Important Things to Know Before Choosing the Web Host for Your Website</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/web-hosting/" rel="tag">Web Hosting</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to consider some of the following criteria to ensure you&#8217;re choosing the right service when you create a new website.</p>\n<p><a href="#"><img class="aligncenter wp-image-3690 size-full" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting.jpg" alt="Web Hosting" width="640" height="480"/><noscript></noscript></a></p>\n<h3><span style="text-decoration: underline;">Types of Web Hosts</span>:</h3>\n<p>Once you&#8217;ve decided to start up your site and done a bit of research, you&#8217;ll find there are several different kinds of host services, and it&#8217;s important to know which is right for you.</p>\n<p>Firstly, there are <strong>Individual Plans</strong>. While these are by far the most affordable options that offer introductory packages for a small amount each month, these aren&#8217;t always suitable for your needs. Individual Plans provide hosting support for only one domain, and might limit the bandwidth, data storage, and features you can use. However, these plans might be the best for those just starting out.</p>\n<p>Next up are <strong>Dedicated Servers</strong>. If you&#8217;re on an Individual Plan and grow beyond the means of the plan, you&#8217;ll want to upgrade to a <a href="http://en.wikipedia.org/wiki/Dedicated_hosting_service">Dedicated Server</a> plan. These cost more, but if you think your business will eventually need a bigger web space with more storage it&#8217;s a good idea to choose a plan that will allow you to transition or upgrade when the time comes.</p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3691" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/hosting-plans.jpg" alt="hosting plans" width="640" height="480"/><noscript></noscript></a></p>\n<p>The middle ground is <strong>Reseller Accounts</strong>. These are handy because they allow the webmasters to set up several Individual Plans in one account, making them perfect for businesses that expect to run a few small websites.</p>\n<ul>\n<li><strong><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" target="_blank">Top 20 Best Premium Web Hosting Templates</a></strong></li>\n</ul>\n<h3><span style="text-decoration: underline;"><strong>Factors to Consider Before Choosing the Web Host for Your Website</strong></span>:</h3>\n<p>Once you know which type of plan is right for you, it&#8217;s time to look at some criteria for choosing the specific service to host your website. Here are some factors to consider:</p>\n<p><strong>1. Price:</strong></p>\n<p>While low costs are very tempting and it&#8217;s important to search for a reasonable deal, it is safer to avoid <a href="http://www.prchecker.info/web-hosting/top-10-free-web-hosting-sites/">free web host providers</a>. They are likely to be unreliable, and rely on pesky advertisements that will run on the <span id="678b45d4-7535-4b8d-b2be-70c9e37d060f" class="GINGER_SOFATWARE_mark"><span id="e6507154-9f13-4ea1-82a1-bc129b82a272" class="GINGER_SOFATWARE_mark"><span id="0f4fdeac-b286-4c97-a249-a69bb5943ae0" class="GINGER_SOFATWARE_mark">webpage</span></span></span>. Take a close look at exactly what you&#8217;re getting for your money.</p>\n<p><strong>2. Data Storage:</strong></p>\n<p>A lot of web hosts are beginning to offer unlimited bandwidth and data storage, but make sure your plan will provide enough space for the needs of your website.</p>\n<p><strong>3. Customer support: </strong></p>\n<p>It&#8217;s important. Whether you&#8217;re a beginner or an experienced webmaster and a digital entrepreneur, you&#8217;ll need a reliable customer support team just in case something goes wrong. Look out for 24/7 phone support and online chat options. It&#8217;s particularly important to check these things out if you&#8217;re setting up your first website, as you may require the help of a dependable support team.</p>\n<p><strong>4. Customer reviews:</strong></p>\n<p>Customer reviews are a great way to help you choose your web host. They offer an excellent antidote to those professional looking sales pages and allow you to read other people&#8217;s experiences in using the service. Of course, some reviews can originate from the marketing department of the web hosts, so be sure to check several websites and look at different reviews.</p>\n<p><strong>5. Extra Features:</strong></p>\n<p>Take a thorough look at what features your host package is offering that make it stand out from the rest. <a href="http://en.wikipedia.org/wiki/Script" target="_blank">Script support</a>, for instance, built-in script packages, can make installing blogging platforms like WordPress much more straightforward. Keep an eye out for multiple data centers, energy-saving practices, and data backups that make the web host stand out. You also need to consider what CMS you are using; for example there are some hosting companies that will be the best hosting companies for wordpress sites while others will be better for Drupal, Magento, etc.</p>\n<p>If you take these considerations into account, you should have every success in choosing the right web host platform for you, and starting up your website. Good luck!</p>\n<p>Image  Credit: © iStock.com, Greyfebruary</p>\n<div class="crp_related "><h3>You may also like</h3><ul><li><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg" alt="The Importance of Proactive Server Management" title="The Importance of Proactive Server Management" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" class="crp_title">The Importance of Proactive Server Management</a></li><li><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg" alt="Top 20 Best Premium Web Hosting Templates" title="Top 20 Best Premium Web Hosting Templates" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" class="crp_title">Top 20 Best Premium Web Hosting Templates</a></li><li><a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-150x150.png" alt="10 Best Dropbox Alternatives for Small Business Owners" title="10 Best Dropbox Alternatives for Small Business Owners" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" class="crp_title">10 Best Dropbox Alternatives for Small Business Owners</a></li><li><a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-150x150.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free" title="8 Best Sites to Watch CLT20 Live Streaming Online Free" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" class="crp_title">8 Best Sites to Watch CLT20 Live Streaming Online Free</a></li><li><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg" alt="15+ Free Responsive Education HTML Web Templates" title="15+ Free Responsive Education HTML Web Templates" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="crp_title">15+ Free Responsive Education HTML Web Templates</a></li><li><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png" alt="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" class="crp_title">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></li></ul><div class="crp_clear"></div></div>\n</div> \n</div> \n</div> \n</article> </div> \n<div style="clear:both"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div style="clear:both"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Start the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="MNApI0f922207964663f1545fc50f770320c4658d5459bede3ea34411204af0b3d395" class="wpdiscuz-cnonce" name="cnonce" value="MNApI0f922207964663f1545fc50f770320c4658d5459bede3ea34411204af0b3d395"/>\n</span>\n<span style="" class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="dcd8ab0fc6"/><input type="hidden" name="_wp_http_referer" value="/choosing-the-web-host-for-your-website.html"/> <input type="hidden" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="WlUb8b749fceb383a4d37d8365c640b33cd201dfa08346b59305cdcb05cf1f110bef6" class="wpdiscuz-cnonce" name="cnonce" value="WlUb8b749fceb383a4d37d8365c640b33cd201dfa08346b59305cdcb05cf1f110bef6"/>\n</span>\n<span style="" class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="dcd8ab0fc6"/><input type="hidden" name="_wp_http_referer" value="/choosing-the-web-host-for-your-website.html"/> <input type="hidden" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Weathertron" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'choosing the web host for your website', '', 'publish', 'closed', 'closed', '', 'choosing-the-web-host-for-your-website', '', '', '2017-04-11 13:15:52', '2017-04-11 13:15:52', '', 0, 'http://thedesignpixel.com/choosing-the-web-host-for-your-website/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(105, 1, '2017-04-11 13:15:53', '2017-04-11 13:15:53', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-542" class="g post post-542 type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-typography cat-4-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 40+ Clean and White Business Card Designs for Your Inspiration</div> <header><h1 class="title">40+ Clean and White Business Card Designs for Your Inspiration</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>Business cards are not just a medium of exchange of information, it&rsquo;s a style statement. Business cards are shared during formal introductions hence it&rsquo;s like the 1st Impression of you as well as your business. Business cards can make or break your business, I mean, who wants to work with someone whose business card does not exhibit professionalism and a sense of being organized.</p><p>There are many types of Business cards, however the best I have seen is the one which has minimalistic colors and patterns. White Business Card Designs have been around since the invention of Visiting cards by aristocrats and royalties in Europe. However, this design does not go out of fashion because of its elegant looks, gracefulness and stylish appearance.</p><p>Business cards are available in many colors, these days however if you want to project yourself and your company as a professional you would have to opt for a White Business Card Designs. Color Business cards are apt for more recreation kind of businesses, however, if you are a professional or work in a service or manufacturing industry you would have to chose a neat looking White Business card.</p><p>Let me give you a scientific reason to choose a White business card over a colorful one.&nbsp; A White business card gives the reader an opportunity to concentrate on the information on the card and register the details quickly in their brains as there is nothing to distract their minds.</p><p>Now that I have pointed out the importance and significance of a Clean and White business card let&rsquo;s try and find some evergreen designs that you could use while making a Business card for yourself.&nbsp; I have made a list of 40 Clean and White Business Card Designs for Your Inspiration. Hope this collection helps you make a Business card that helps you and your business go places.</p><h3><strong><span style="text-decoration: underline;"><em>40+ Clean and White Business Card Designs for Your Inspiration:</em></span></strong></h3><p><strong><a href="http://cardobserver.com/gallery/creative-card-design" target="_blank">Creative Card Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design.jpg"><img class="aligncenter size-full wp-image-543" title="Creative Card Design" alt="Creative Card Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design.jpg" width="600" height="384"></a></p><p><strong><a href="http://cardgala.com/gallery/yet-i/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="55985aff-1185-4137-999e-ad009ff18010"><span class="GINGER_SOFATWARE_mark" id="9ddafd39-4dfc-4d58-aa14-fe9b34eaca74">Yet-i</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Yet-i.jpg"><img class="aligncenter size-full wp-image-544" title="Yet-i White Business Card Designs for Your Inspiration" alt="Yet-i White Business Card Designs for Your Inspiration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Yet-i.jpg" width="600" height="429"></a></p><p><strong><a href="http://cardobserver.com/gallery/clean-white-letterpress-2" target="_blank">Clean White Letterpress</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-White-Letterpress.jpg"><img class="aligncenter size-full wp-image-545" title="Clean White Letterpress" alt="Clean White Letterpress" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-White-Letterpress.jpg" width="600" height="363"></a></p><p><strong><a href="http://cardobserver.com/gallery/luxurious-business-card" target="_blank">Luxurious Business Card</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Luxurious-Business-Card.jpg"><img class="aligncenter size-full wp-image-546" title="Luxurious Business Card" alt="Luxurious Business Card" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Luxurious-Business-Card.jpg" width="600" height="374"></a></p><p><strong>Business Card Vogas Barcelona</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Business-Card-Vogas-Barcelona.jpg"><img class="aligncenter size-full wp-image-547" title="Business Card Vogas Barcelona" alt="Business Card Vogas Barcelona" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Business-Card-Vogas-Barcelona.jpg" width="600" height="398"></a></p><p><strong>Juke</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Juke.jpg"><img class="aligncenter size-full wp-image-548" title="Juke Clean and White Business Card Designs for Your Inspiration" alt="Juke Clean and White Business Card Designs for Your Inspiration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Juke.jpg" width="600" height="391"></a></p><p><strong>Creative Business Card</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Business-Card.jpg"><img class="aligncenter size-full wp-image-549" title="Creative Business Card" alt="Creative Business Card" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Business-Card.jpg" width="600" height="380"></a></p><p><strong><a href="http://cardobserver.com/gallery/purple-carrot-design" target="_blank">Purple Carrot Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Purple-Carrot-Design.jpg"><img class="aligncenter size-full wp-image-550" title="Purple Carrot Design" alt="Purple Carrot Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Purple-Carrot-Design.jpg" width="600" height="380"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-2.jpg"><img class="aligncenter size-full wp-image-551" title="White Business Cards 2" alt="White Business Cards 2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-2.jpg" width="600" height="414"></a></p><p><strong>Simple Business Card Design</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Business-Card-Design.jpg"><img class="aligncenter size-full wp-image-552" title="Simple Business Card Design" alt="Simple Business Card Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Business-Card-Design.jpg" width="600" height="494"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-3.jpg"><img class="aligncenter size-full wp-image-553" title="White Business Cards 3" alt="White Business Cards 3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-3.jpg" width="600" height="450"></a></p><p><strong>4DMIND &ndash; Branding Concept</strong></p><p style="text-align: center;"><a href="#"></a></p><p><strong><a href="http://cardgala.com/gallery/corkeddubuque/" target="_blank">Corked Dubuque</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corked-Dubuque.jpg"><img class="aligncenter size-full wp-image-556" title="Corked Dubuque" alt="Corked Dubuque" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corked-Dubuque.jpg" width="600" height="814"></a></p><p><strong><a href="http://cardgala.com/gallery/red-rocket/" target="_blank">Red Rocket</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Red-Rocket.jpg"><img class="aligncenter size-full wp-image-557" title="Red Rocket" alt="Red Rocket" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Red-Rocket.jpg" width="600" height="417"></a></p><p><strong><a href="http://cardgala.com/gallery/javier-garric/" target="_blank">Javier Garric</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Javier-Garric.jpg"><img class="aligncenter size-full wp-image-558" title="Javier Garric" alt="Javier Garric" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Javier-Garric.jpg" width="600" height="400"></a></p><p><strong><a href="http://cardgala.com/gallery/sasha-pikula/" target="_blank">Sasha Pikula</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sasha-Pikula.jpg"><img class="aligncenter size-full wp-image-559" title="Sasha Pikula" alt="Sasha Pikula" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sasha-Pikula.jpg" width="600" height="401"></a></p><p><strong><a href="http://www.cardnerd.com/card-inspiration/knut" target="_blank">Knut</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Knut.jpg"><img class="aligncenter size-full wp-image-560" title="Knut" alt="Knut" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Knut.jpg" width="600" height="360"></a></p><p><strong>Clapboard Film Studio business cards</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clapboard-Film-Studio-business-cards.jpg"><img class="aligncenter size-full wp-image-561" title="Clapboard Film Studio business cards" alt="Clapboard Film Studio business cards" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clapboard-Film-Studio-business-cards.jpg" width="600" height="389"></a></p><p><strong><a href="http://cardobserver.com/gallery/greenwich-hotel-identity" target="_blank">Greenwich Hotel Identity</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Greenwich-Hotel-Identity.jpg"><img class="aligncenter size-full wp-image-562" title="Greenwich Hotel Identity" alt="Greenwich Hotel Identity" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Greenwich-Hotel-Identity.jpg" width="600" height="379"></a></p><p><strong><a href="http://cardgala.com/gallery/second-world/" target="_blank">Second World</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Second-World.jpg"><img class="aligncenter size-full wp-image-563" title="Second World" alt="Second World" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Second-World.jpg" width="600" height="363"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-10.jpg"><img class="aligncenter size-full wp-image-564" title="White Business Cards 10" alt="White Business Cards 10" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-10.jpg" width="600" height="450"></a></p><p><strong><a href="http://www.cardnerd.com/card-inspiration/scandic-grand-central" target="_blank">Scandic Grand Central</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scandic-Grand-Central.jpg"><img class="aligncenter  wp-image-565" title="Scandic Grand Central" alt="Scandic Grand Central" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scandic-Grand-Central.jpg" width="600" height="442"></a></p><p><strong><a href="http://www.cardnerd.com/card-inspiration/b%C2%B7vera" target="_blank">B&middot;Vera</a></strong></p><p style="text-align: center;"><a href="#"></a></p><p><strong><a href="http://cardobserver.com/gallery/corporate-identity-letterpress" target="_blank">Corporate Identity Letterpress</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corporate-Identity-Letterpress.jpg"><img class="aligncenter size-full wp-image-567" title="Corporate Identity Letterpress" alt="Corporate Identity Letterpress" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Corporate-Identity-Letterpress.jpg" width="600" height="377"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-9.jpg"><img class="aligncenter size-full wp-image-568" title="White Business Cards 9" alt="White Business Cards 9" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-9.jpg" width="600" height="417"></a></p><p><strong><a href="http://cardobserver.com/gallery/rounded-personal-card" target="_blank">Rounded Personal Card</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rounded-Personal-Card.jpg"><img class="aligncenter size-full wp-image-569" title="Rounded Personal Card" alt="Rounded Personal Card" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rounded-Personal-Card.jpg" width="600" height="423"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-8.jpg"><img class="aligncenter size-full wp-image-570" title="White Business Cards 8" alt="White Business Cards 8" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-8.jpg" width="600" height="370"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-7.jpg"><img class="aligncenter size-full wp-image-571" title="White Business Cards 7" alt="White Business Cards 7" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-7.jpg" width="600" height="371"></a></p><p><strong><a href="http://cardobserver.com/gallery/tiny-twiggette-letterpress" target="_blank">Tiny Twiggette Letterpress</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tiny-Twiggette-Letterpress.jpg"><img class="aligncenter size-full wp-image-572" title="Tiny Twiggette Letterpress" alt="Tiny Twiggette Letterpress" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tiny-Twiggette-Letterpress.jpg" width="600" height="522"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-6.jpg"><img class="aligncenter size-full wp-image-573" title="White Business Cards 6" alt="White Business Cards 6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-6.jpg" width="600" height="394"></a></p><p><strong><a href="http://cardgala.com/gallery/underground-cookery-school/" target="_blank">Underground Cookery School</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Underground-Cookery-School.jpg"><img class="aligncenter size-full wp-image-574" title="Underground Cookery School" alt="Underground Cookery School" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Underground-Cookery-School.jpg" width="600" height="416"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-5.jpg"><img class="aligncenter size-full wp-image-575" title="White Business Cards 5" alt="White Business Cards 5" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-5.jpg" width="600" height="400"></a></p><p><strong><a href="http://cardgala.com/gallery/nagy-design/" target="_blank">Nagy Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nagy-Design.jpg"><img class="aligncenter size-full wp-image-576" title="Nagy Design" alt="Nagy Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nagy-Design.jpg" width="600" height="393"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-4.jpg"><img class="aligncenter size-full wp-image-577" title="White Business Cards 4" alt="White Business Cards 4" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-4.jpg" width="600" height="379"></a></p><p><strong>White Business Cards<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-1.jpg"><img class="aligncenter size-full wp-image-578" title="White Business Cards 1" alt="White Business Cards 1" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Business-Cards-1.jpg" width="600" height="497"></a></p><p><strong><a href="http://cardgala.com/gallery/paper-monkey-press/" target="_blank">Paper Monkey Press</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Paper-Monkey-Press.jpg"><img class="aligncenter size-full wp-image-579" title="Paper Monkey Press" alt="Paper Monkey Press" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Paper-Monkey-Press.jpg" width="600" height="417"></a></p><p><strong>CRAVE &ndash; Branding</strong></p><p style="text-align: center;"><a href="#"></a></p><p><strong>MB Identity Design</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MB-Identity-Design.jpg"><img class="aligncenter size-full wp-image-581" title="MB Identity Design" alt="MB Identity Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MB-Identity-Design.jpg" width="600" height="397"></a></p><p><strong><a href="http://cardobserver.com/gallery/brush-lettering-business-card" target="_blank">Brush Lettering Business Card</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brush-Lettering-Business-Card.jpg"><img class="aligncenter size-full wp-image-582" title="Brush Lettering Business Card" alt="Brush Lettering Business Card" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brush-Lettering-Business-Card.jpg" width="600" height="494"></a></p><p><strong>Real Estate Business Card Design</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Real-Estate-Business-Card-Design.jpg"><img class="aligncenter size-full wp-image-583" title="Real Estate Business Card Design" alt="Real Estate Business Card Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Real-Estate-Business-Card-Design.jpg" width="600" height="366"></a></p><p><strong>Gift Style Business Card Design</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gift-Style-Business-Card-Design.jpg"><img class="aligncenter size-full wp-image-584" title="Gift Style Business Card Design" alt="Gift Style Business Card Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gift-Style-Business-Card-Design.jpg" width="600" height="397"></a></p><p><strong>Local Real Estate Business Card</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Local-Real-Estate-Business-Card.jpg"><img class="aligncenter size-full wp-image-585" title="Local Real Estate Business Card" alt="Local Real Estate Business Card" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Local-Real-Estate-Business-Card.jpg" width="600" height="417"></a></p><p><strong><a href="http://cardgala.com/gallery/tim-john/" target="_blank">Tim John</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tim-John.jpg"><img class="aligncenter size-full wp-image-586" title="Tim John" alt="Tim John" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tim-John.jpg" width="600" height="372"></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-430" data-post-type="none" ><a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" class="wp_rp_title">20 Beautiful Examples of Brochure Designs for Inspiration</a></li><li data-position="1" data-poid="in-634" data-post-type="none" ><a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" class="wp_rp_title">45 Excellent Single Letter Logo Designs for Inspiration</a></li><li data-position="2" data-poid="in-1764" data-post-type="none" ><a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" class="wp_rp_title">40+ Creative Examples of Retro Style Web Designs</a></li><li data-position="3" data-poid="in-354" data-post-type="none" ><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_title">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Card-Design.jpg&amp;description=40+%20Clean%20and%20White%20Business%20Card%20Designs%20for%20Your%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-542_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-542_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-542_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-542_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-542_0"\nclass="wc_email wc_field_input email"\nname="wc_email" required="required" value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-542_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-542_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-542_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-542_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-542_0">None</label> <br/> <input id="wc_notification_new_reply-542_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-542_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-542_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-542_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-542_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-542_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-542_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-542_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-542_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="542"\nid="wc_comment_post_ID-542_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-542_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="542" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'clean and white business card designs for your inspiration', '', 'publish', 'closed', 'closed', '', 'clean-and-white-business-card-designs-for-your-inspiration', '', '', '2017-04-11 13:15:53', '2017-04-11 13:15:53', '', 0, 'http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(106, 1, '2017-04-11 13:15:56', '2017-04-11 13:15:56', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Top Rated CMS &#038; Blog Templates                            </div>\r\n				        <div class="single-content">\n    <article class="post-4203 post type-post status-publish format-standard has-post-thumbnail hentry category-resources">\r\n	<div id="post-4203" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">30 Top Rated CMS &#038; Blog Templates</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n																		<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <div>\n<h1>30 Top Rated CMS &amp; Blog Templates for Your &nbsp;Success</h1>\n<p>Looking for qualitative CMS and Blog templates? This collection is made for you. In this stunning collection of 30 top rated CMS &amp; blog templates you will find a lot of beautiful themes ready to download and use. Each of them is made in its own style and contains the control panel. That`s why, your site management becomes easier and than you could &nbsp;imagine.</p>\n<p>Using Content Management Systems (CMS) is almost a must nowadays. Thanks to CMS platforms you can create, manage, fill and update your website easily and professionally. It gives you an opportunity to make your own blog, for instance, without knowledge of HTML and basics of programming! With these 30 awesome CMS &amp; blog templates you can launch your own website within hours without much technical knowledge . The hardest thing that you have to do is to choose&nbsp;which design you want</p>\n<p>As for their design &ndash; you can be sure each of these 30 brilliant CMS &amp; blog themes is made by professional designers. They are &nbsp;perfected and represent their thematic branches as brightly as possible. Here you can find &nbsp;the best templates for your business, advertising or consulting website and for many other! All of them are easy to use, highly functional and appealing to the visitors. They will attract your users attention and make a professional first impression</p>\n<p>Are you still looking for an attractive and catchy design? Look no further! We proudly present you a collection that is a quintessence of modern web-design. Here you can find stylish and professional CMS &amp; blog templates for web-resources of any kind.</p>\n<div style="text-align: center;">\n<p>Impressive Agriculture Joomla Site</p>\n<p><a href="http://store.templatemonster.com/joomla-templates/45560.html?aff=designpixel" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b.jpg" alt=" Large Picture Agriculture Joomla Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b.jpg" alt=" Large Picture Agriculture Joomla Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/joomla-templates/45560.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/45560.html?aff=designpixel">Demo</a></strong></p>\n<p>New Reality &#8211; IT Consulting WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/46787.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/46787-wp-b.jpg" alt=" IT Consulting WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/46787-wp-b.jpg" alt=" IT Consulting WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/46787.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/46787.html?aff=designpixel">Demo</a></strong></p>\n<p>Safe Transportation WordPress Theme</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/41574.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/41574-wp-b.jpg" alt=" Transportation Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/41574-wp-b.jpg" alt=" Transportation Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/41574.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/41574.html?aff=designpixel">Demo</a></strong></p>\n<p>Successful IT WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/47929.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/47929-wp-b.jpg" alt=" IT WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/47929-wp-b.jpg" alt=" IT WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/47929.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/47929.html?aff=designpixel">Demo</a></strong></p>\n<p>Supportive Financial Advisor Joomla Site</p>\n<p><a href="http://store.templatemonster.com/joomla-templates/48080.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/48080-joom-b.jpg" alt=" Financial Advisor Responsive Joomla Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/48080-joom-b.jpg" alt=" Financial Advisor Responsive Joomla Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/joomla-templates/48080.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/48080.html?aff=designpixel">Demo</a></strong></p>\n<p>Reliable Civil Engineering Moto CMS HTML Template</p>\n<p><a href="http://store.templatemonster.com/moto-cms-html-templates/43022.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/43022-b.jpg" alt=" Civil Engineering Moto CMS HTML Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/43022-b.jpg" alt=" Civil Engineering Moto CMS HTML Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/moto-cms-html-templates/43022.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/43022.html?aff=designpixel">Demo</a></strong></p>\n<p>Shining Dentistry WordPress Theme</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/48295.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/48295-wp-b.jpg" alt=" Dentistry Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/48295-wp-b.jpg" alt=" Dentistry Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/48295.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/48295.html?aff=designpixel">Demo</a></strong></p>\n<p>Expert Financial Advisor WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/47828.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/47828-wp-b.jpg" alt=" Financial Advisor WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/47828-wp-b.jpg" alt=" Financial Advisor WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/47828.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/47828.html?aff=designpixel">Demo</a></strong></p>\n<p>Resultative Advertising Agency WordPress Site</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/49545.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/49545-wp-b.jpg" alt=" Advertising Agency WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/49545-wp-b.jpg" alt=" Advertising Agency WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/49545.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/49545.html?aff=designpixel">Demo</a></strong></p>\n<p>Relaxing Beauty WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/46074.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/46074-wp-b.jpg" alt=" Beauty WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/46074-wp-b.jpg" alt=" Beauty WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/46074.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/46074.html?aff=designpixel">Demo</a></strong></p>\n<p>Charming Wedding Planner WordPress Theme</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/45883.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45883-wp-b.jpg" alt=" Tender Wedding Planner WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45883-wp-b.jpg" alt=" Tender Wedding Planner WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45883.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/45883.html?aff=designpixel">Demo</a></strong></p>\n<p>Fashionable Photographer Portfolio Joomla Website</p>\n<p><a href="http://store.templatemonster.com/joomla-templates/44185.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/44185-joom-b.jpg" alt=" High-Resolution Photographer Portfolio Joomla Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/44185-joom-b.jpg" alt=" High-Resolution Photographer Portfolio Joomla Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/joomla-templates/44185.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/44185.html?aff=designpixel">Demo</a></strong></p>\n<p>Exquisite Interior Design WordPress Site</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/48160.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/48160-wp-b.jpg" alt=" Interior Design WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/48160-wp-b.jpg" alt=" Interior Design WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/48160.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/48160.html?aff=designpixel">Demo</a></strong></p>\n<p>Best Financial Advisor WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/50494.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/50494-wp-b.jpg" alt=" Financial Advisor Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/50494-wp-b.jpg" alt=" Financial Advisor Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/50494.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/50494.html?aff=designpixel">Demo</a></strong></p>\n<p>Elegant Wedding Album Moto CMS HTML Theme</p>\n<p><a href="http://store.templatemonster.com/moto-cms-html-templates/45195.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45195-b.jpg" alt=" Wedding Album Moto CMS HTML Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45195-b.jpg" alt=" Wedding Album Moto CMS HTML Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/moto-cms-html-templates/45195.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/45195.html?aff=designpixel">Demo</a></strong></p>\n<p>Simple Business WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51270.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51270-wp-b.jpg" alt=" Business Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51270-wp-b.jpg" alt=" Business Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51270.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51270.html?aff=designpixel">Demo</a></strong></p>\n<p>Enthralling Travel Joomla Site</p>\n<p><a href="http://store.templatemonster.com/joomla-templates/51191.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51191-joom-b.jpg" alt=" Travel Spot Joomla Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51191-joom-b.jpg" alt=" Travel Spot Joomla Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/joomla-templates/51191.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51191.html?aff=designpixel">Demo</a></strong></p>\n<p>Challenging Active Sports WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51105.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51105-wp-b.jpg" alt=" Active Sports WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51105-wp-b.jpg" alt=" Active Sports WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51105.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51105.html?aff=designpixel">Demo</a></strong></p>\n<p>Fresh Organic Products Joomla Theme</p>\n<p><a href="http://store.templatemonster.com/joomla-templates/50489.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/50489-joom-b.jpg" alt=" The Best Organic Products Joomla Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/50489-joom-b.jpg" alt=" The Best Organic Products Joomla Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/joomla-templates/50489.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/50489.html?aff=designpixel">Demo</a></strong></p>\n<p>Effective Life Coach WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51819.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51819-wp-b.jpg" alt=" Life Coach Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51819-wp-b.jpg" alt=" Life Coach Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51819.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51819.html?aff=designpixel">Demo</a></strong></p>\n<p>Modern Cellular Repair Center WordPress Site</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51840.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51840-wp-b.jpg" alt=" Cellular Repair Center WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51840-wp-b.jpg" alt=" Cellular Repair Center WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51840.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51840.html?aff=designpixel">Demo</a></strong></p>\n<p>Thrilling Online Cinema WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51822.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51822-wp-b.jpg" alt=" Online Cinema WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51822-wp-b.jpg" alt=" Online Cinema WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51822.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51822.html?aff=designpixel">Demo</a></strong></p>\n<p>Cheerful High School WordPress Theme</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51770.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51770-wp-b.jpg" alt=" High School Promotion WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51770-wp-b.jpg" alt=" High School Promotion WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51770.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51770.html?aff=designpixel">Demo</a></strong></p>\n<p>Paradise Travel Agency WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/51349.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/51349-wp-b.jpg" alt=" Travel Agency Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/51349-wp-b.jpg" alt=" Travel Agency Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/51349.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/51349.html?aff=designpixel">Demo</a></strong></p>\n<p>Progressive Hosting WordPress Site</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/50999.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/50999-wp-b.jpg" alt=" Hosting Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/50999-wp-b.jpg" alt=" Hosting Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/50999.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/50999.html?aff=designpixel">Demo</a></strong></p>\n<p>Solid Steelworks WordPress Template</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/49645.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/49645-wp-b.jpg" alt=" Steelworks Responsive WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/49645-wp-b.jpg" alt=" Steelworks Responsive WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/49645.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/49645.html?aff=designpixel">Demo</a></strong></p>\n<p>Leading Farmer&#8217;s Service WordPress Theme</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/49547.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/49547-wp-b.jpg" alt=" Farmer''s Dream Service WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/49547-wp-b.jpg" alt=" Farmer''s Dream Service WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/49547.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/49547.html?aff=designpixel">Demo</a></strong></p>\n<p>Original Building WordPress Website</p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/49404.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/49404-wp-b.jpg" alt=" Art of Building WordPress Theme"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/49404-wp-b.jpg" alt=" Art of Building WordPress Theme"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/49404.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/49404.html?aff=designpixel">Demo</a></strong></p>\n<p>High-Class Interior Design Moto CMS HTML Site</p>\n<p><a href="http://store.templatemonster.com/moto-cms-html-templates/39709.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/39709-b.jpg" alt=" Interior Design Moto CMS HTML Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/39709-b.jpg" alt=" Interior Design Moto CMS HTML Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/moto-cms-html-templates/39709.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/39709.html?aff=designpixel">Demo</a></strong></p>\n<p>Ideal Landscape Design Flash CMS Template</p>\n<p><a href="http://store.templatemonster.com/flash-cms-templates/49533.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/49533-b.jpg" alt=" Landscape Design Flash CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/49533-b.jpg" alt=" Landscape Design Flash CMS Template"></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/flash-cms-templates/49533.html?aff=designpixel">Details</a></strong>&nbsp;|</p>\n<p><strong><a href="http://store.templatemonster.com/demo/49533.html?aff=designpixel">Demo</a></strong></p>\n</div>\n</div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="HlR4t6c767e4404fa57e05c930b0909897f713e5547cf7d8c69db7d3ac5e6af456838" class="wpdiscuz-cnonce" name="cnonce" value="HlR4t6c767e4404fa57e05c930b0909897f713e5547cf7d8c69db7d3ac5e6af456838" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="N7ffAcbf18bd87a62389c9a2e7e65b97cd21dd50a51721c10ee840a7768113a8f0e6b" class="wpdiscuz-cnonce" name="cnonce" value="N7ffAcbf18bd87a62389c9a2e7e65b97cd21dd50a51721c10ee840a7768113a8f0e6b" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'cms blog templates', '', 'publish', 'closed', 'closed', '', 'cms-blog-templates', '', '', '2017-04-11 13:15:56', '2017-04-11 13:15:56', '', 0, 'http://thedesignpixel.com/cms-blog-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(107, 1, '2017-04-11 13:15:57', '2017-04-11 13:15:57', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Contact us</div><div class="page-content"><article class="post-15 page type-page status-publish hentry" id="post-15"><div class="post-box"><header><h1 class="title page-title">Contact us</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>If you have any comments or questions, The Design Pixel team would love to hear from you. Please, use this form to get in touch with us. We will get back to you ASAP.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <div role="form" class="wpcf7" id="wpcf7-f4402-p15-o1" lang="en-US" dir="ltr"><div class="screen-reader-response"></div><form action="../contact-us/#wpcf7-f4402-p15-o1" method="post" class="wpcf7-form" novalidate="novalidate"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="4402" /> <input type="hidden" name="_wpcf7_version" value="4.5" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f4402-p15-o1" /> <input type="hidden" name="_wpnonce" value="0c6d83d021" /></div><p>Your Name (required)<br /> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>Your Email* (required)<br /> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span></p><p>Subject<br /> <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" /></span></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>Your Message<br /> <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span></p><p><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit" /></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><span style="font-size:small;"><em>* Your email address will be kept confidential. We will not share it with anyone, unless you give us your express consent.</em></span></p><div class="wpcf7-response-output wpcf7-display-none"></div></form></div> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2017-04-11 13:15:57', '2017-04-11 13:15:57', '', 15, 'http://thedesignpixel.com/uncategorized/15-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(108, 1, '2017-04-11 13:15:59', '2017-04-11 13:15:59', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Cookie Policy</div><div class="page-content"><article class="post-18 page type-page status-publish hentry" id="post-18"><div class="post-box"><header><h1 class="title page-title">Cookie Policy</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><h4>What Are Cookies</h4><p>Cookies are very small text files that are stored on your computer when you visit some websites. The Design Pixel uses cookies so we can tailor your user experience. These cookies allow us to gather data on the usage of the site and take steps to improve your experience.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>The data collected does not include personally identifiable information, and it is used exclusively for analytical purposes. We will never sell them to third parties.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h4>Third Party Cookies</h4><p>This site uses Google Analytics, which is a service provided by Google to gather statistics regarding the usage of the site. The cookies used by Google Analytics track which pages of the site you visit, how long you spend in each one, your country of origin, among other things.</p><p><i>For more information on Google Analytics cookies, see<span class="Apple-converted-space"> </span><a href="http://www.google.com/analytics/learn/privacy.html" target="_blank">this page</a>.</i></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>This site also uses Google Adsense, which uses a DoubleClick cookie to better control the kind of ads that we show you, to make sure they stay relevant and to control the number of times an ad is shown to you.</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><i>For more information on Google AdSense cookies, see<span class="Apple-converted-space"> </span><a href="https://support.google.com/adsense/answer/2839090?hl=en" target="_blank">this page</a>.</i></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div><div id="respond" class="comment-respond"><h3 id="reply-title" class="comment-reply-title"><h4 class="section-heading uppercase"><span>Leave a Reply</span></h4> <small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/cookie-policy/#respond" style="display:none;">Cancel reply</a></small></h3><form action="http://thedesignpixel.com" method="post" id="commentform" class="comment-form" novalidate><p class="comment-form-comment"><label for="comment">Comments <span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="19" /></p><p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="text" value="" size="19" /></p><p class="comment-form-url"><label for="url">Website</label><input id="url" name="url" type="text" value="" size="19" /></p><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit " /> <input type=''hidden'' name=''comment_post_ID'' value=''18'' id=''comment_post_ID'' /> <input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' /></p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="c183a23906" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="120"/></p></form></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'cookie policy', '', 'publish', 'closed', 'closed', '', 'cookie-policy', '', '', '2017-04-11 13:15:59', '2017-04-11 13:15:59', '', 0, 'http://thedesignpixel.com/cookie-policy/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(109, 1, '2017-04-11 13:16:01', '2017-04-11 13:16:01', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3574" class="post-3574 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-freebies tag-inspiration tag-wallpapers g cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 85+ Cool HD Christmas Wallpapers for Free Download</div>\n												<header>\n							<h1 class="title">85+ Cool HD Christmas Wallpapers for Free Download</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p><span class="GingerNoCheckStart">Every year Christmas season comes with a lot of joy and happiness across the globe. This season is celebrated as a major festival season in almost all the countries, A lot of people exchange gifts as well as celebrate it in many more different ways. When everyone is trying to decorate their offices, workspaces, homes and public places, then how can computer addict can forget this chance of decorating their PC or laptop. I guess no one likes to miss this opportunity and everyone likes to get some cool HD Christmas Wallpapers for their Laptop or Desktop backgrounds. So, Considering this thing in mind for our fellow Computer geeks, we have collected an excellent collection of Cool HD Christmas Wallpapers for your computer systems. Let’s check them out and find out one cool wallpaper for your system and get a feel of this festival season.  </span></p>\n<h3><span style="text-decoration: underline;"><em><strong>85+ Cool HD Christmas Wallpapers for Free Download:</strong></em></span></h3>\n<p><strong><a href="http://vikas1307.deviantart.com/art/MErry-ChristMas-72781335">Merry Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas.jpg"><img class="aligncenter size-full wp-image-3580" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas.jpg" alt="Merry-Christmas" width="600" height="450" /></a></p>\n<p><strong><a href="http://selinmarsou.deviantart.com/art/Christmas-wallpapers-189317278">Christmas wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-wallpapers.jpg"><img class="aligncenter size-full wp-image-3581" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-wallpapers.jpg" alt="" width="600" height="450" /></a></p>\n<p><strong><a href="http://vladstudio.deviantart.com/art/Christmas-Volcano-71577568">Christmas Volcano</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Volcano.jpg"><img class="aligncenter size-full wp-image-3582" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Volcano.jpg" alt="Christmas Volcano" width="600" height="450" /></a></p>\n<p><strong><a href="http://vladstudio.deviantart.com/art/A-Small-Gift-For-Christmas-72322709">A Small Gift For Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/A-Small-Gift-For-Christmas.jpg"><img class="aligncenter size-full wp-image-3583" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/A-Small-Gift-For-Christmas.jpg" alt="A Small Gift For Christmas" width="600" height="450" /></a></p>\n<p><strong><a href="http://niravancopoulos.deviantart.com/art/Merry-Christmas-Yuu-chan-192870123">Merry Christmas Yuu <span id="ca64da71-a3aa-4fc2-aa2f-1dcf40797e6f" class="GINGER_SOFATWARE_mark"><span id="e1ee4699-6c5c-4515-b49a-3eb0adbbdd2c" class="GINGER_SOFATWARE_mark"><span id="f960f4a3-874e-4a3c-ab1d-e202d400c566" class="GINGER_SOFATWARE_mark"><span id="a7fb4589-e0ae-41bc-9fd5-a3c22fbb6e00" class="GINGER_SOFATWARE_mark"><span id="88cb2af1-7f53-45f2-8341-fc483f2a6440" class="GINGER_SOFATWARE_mark"><span id="66dbe6e6-5fe0-4c76-898d-856bc9270411" class="GINGER_SOFATWARE_mark">chan</span></span></span></span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas-Yuu-chan.jpg"><img class="aligncenter size-full wp-image-3584" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas-Yuu-chan.jpg" alt="Merry Christmas Yuu chan" width="600" height="375" /></a></p>\n<p><strong><a href="http://vladstudio.deviantart.com/art/Where-Christmas-Gifts-Are-Born-145116737">Where Christmas Gifts Are Born</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Where-Christmas-Gifts-Are-Born.jpg"><img class="aligncenter size-full wp-image-3585" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Where-Christmas-Gifts-Are-Born.jpg" alt="Where Christmas Gifts Are Born" width="600" height="450" /></a></p>\n<p><strong><a href="http://saltshaker911.deviantart.com/art/Planet-Christmas-146403895">Planet Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Planet-Christmas.jpg"><img class="aligncenter size-full wp-image-3586" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Planet-Christmas.jpg" alt="Planet Christmas" width="600" height="375" /></a></p>\n<p><strong><a href="http://vladstudio.deviantart.com/art/Waiting-For-The-Miracle-72874997">Waiting For The Miracle</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Waiting-For-The-Miracle.jpg"><img class="aligncenter size-full wp-image-3587" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Waiting-For-The-Miracle.jpg" alt="Waiting For The Miracle" width="600" height="450" /></a></p>\n<p><strong><a href="http://gosiekd.deviantart.com/art/Christmas-tree-wallpaper-71947058">Christmas tree wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-tree-wallpaper.png"><img class="aligncenter size-full wp-image-3588" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-tree-wallpaper.png" alt="Christmas tree wallpaper" width="600" height="480" /></a></p>\n<p><strong><a href="http://thedesignpixel.com/files/download/download/wallpaper13/vivagraphics13_1280_1024.jpg">Xmas Boys</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Xmas-Boys.jpg"><img class="aligncenter size-full wp-image-3589" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Xmas-Boys.jpg" alt="Xmas Boys" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.vladstudio.com/wallpaper/?xmasbag">Christmas Bag</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Bag.jpg"><img class="aligncenter size-full wp-image-3590" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Bag.jpg" alt="Christmas Bag" width="600" height="480" /></a></p>\n<p><strong><a href="http://adni18.deviantart.com/art/White-Christmas-72931923">White Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/White-Christmas.jpg"><img class="aligncenter size-full wp-image-3591" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/White-Christmas.jpg" alt="White Christmas" width="600" height="480" /></a></p>\n<p><strong><a href="http://vladstudio.com/wallpaper/?christmas_ice_skating">Christmas Ice Skating</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Ice-Skating.jpg"><img class="aligncenter size-full wp-image-3592" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Ice-Skating.jpg" alt="Christmas Ice Skating" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Happy_Christmas_01/wallpapers/1680x1050/wallcoo.com_Christmas_wallpaper_christmas_photos_52616.html">Christmas Decoration</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Decoration.jpg"><img class="aligncenter size-full wp-image-3593" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Decoration.jpg" alt="Christmas Decoration" width="600" height="375" /></a></p>\n<p><strong><a href="http://vladstudio.com/wallpaper/?christmas_train">Christmas Train</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Train.jpg"><img class="aligncenter size-full wp-image-3594" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Train.jpg" alt="Christmas Train" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Holidays-Lamp.html" target="_blank">Holidays Lamp</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Holidays-Lamp.jpg"><img class="aligncenter size-full wp-image-3595" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Holidays-Lamp.jpg" alt="Holidays Lamp" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Santa-Workshop1.html" target="_blank">Santa Workshop</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Santa-Workshop.jpg"><img class="aligncenter size-full wp-image-3596" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Santa-Workshop.jpg" alt="Santa Workshop" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Cottage1.html" target="_blank">Christmas Cottage Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Cottage-Wallpaper.jpg"><img class="aligncenter size-full wp-image-3598" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Cottage-Wallpaper.jpg" alt="Christmas Cottage Wallpaper" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Happy-Snowman1.html" target="_blank">Happy Snowman Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Happy-Snowman-Wallpaper.jpg"><img class="aligncenter size-full wp-image-3599" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Happy-Snowman-Wallpaper.jpg" alt="Happy Snowman Wallpaper" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Girls1.html" target="_blank">Christmas Girls</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Girls.jpg"><img class="aligncenter size-full wp-image-3600" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Girls.jpg" alt="Christmas Girls" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-House1.html" target="_blank">Christmas House</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-House.jpg"><img class="aligncenter size-full wp-image-3601" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-House.jpg" alt="Christmas House" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Merry-Xmas1.html" target="_blank">Merry Xmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Xmas.jpg"><img class="aligncenter size-full wp-image-3602" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Xmas.jpg" alt="Merry Xmas" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Kitty-Christmas1.html" target="_blank">Kitty Christmas Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Kitty-Christmas-Wallpaper.jpg"><img class="aligncenter size-full wp-image-3603" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Kitty-Christmas-Wallpaper.jpg" alt="Kitty Christmas Wallpaper" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Mini-Christmas-scenery1.html" target="_blank">Mini Christmas scenery</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Mini-Christmas-scenery.jpg"><img class="aligncenter size-full wp-image-3604" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Mini-Christmas-scenery.jpg" alt="Mini Christmas scenery" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Lights1.html" target="_blank">Christmas Lights</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Lights.jpg"><img class="aligncenter size-full wp-image-3605" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Lights.jpg" alt="Christmas Lights" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/miss-winter1.html" target="_blank">Miss Winter</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Miss-Winter.jpg"><img class="aligncenter size-full wp-image-3606" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Miss-Winter.jpg" alt="Miss Winter" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Tree-Ornaments1.html" target="_blank">Christmas Tree Ornaments</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Tree-Ornaments.jpg"><img class="aligncenter size-full wp-image-3607" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Tree-Ornaments.jpg" alt="Christmas Tree Ornaments" width="600" height="375" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/yeah_its_christmas-wallpapers.html" target="_blank">Yeah its Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Yeah-its-Christmas.jpg"><img class="aligncenter size-full wp-image-3608" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Yeah-its-Christmas.jpg" alt="Yeah its Christmas" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/little_christmas-wallpapers.html" target="_blank">Little Christmas Wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Little-Christmas-Wallpapers.jpg"><img class="aligncenter size-full wp-image-3609" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Little-Christmas-Wallpapers.jpg" alt="Little Christmas Wallpapers" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Hong_Kong_Disneyland_Christmas_Fantasy/%5BWallcoo%5D_2010_Hokng_Kong_Disney_s_sparkling_christmas.html" target="_blank">Minnie and Mickey at Christmas Town</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Minnie-and-Mickey-at-Christmas-Town.jpg"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas%20Night%20at%20Disneyland/index.html" target="_blank">Christmas Night at Disneyland</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Night-at-Disneyland.jpg"><img class="aligncenter size-full wp-image-3611" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Night-at-Disneyland.jpg" alt="Christmas Night at Disneyland" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Wallpaper_illustrations_2011/index.html" target="_blank">Christmas Illustrations in Mixed Styles</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Illustrations-in-Mixed-Styles.jpg"><img class="aligncenter size-full wp-image-3613" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Illustrations-in-Mixed-Styles.jpg" alt="Christmas Illustrations in Mixed Styles" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Holiday_Lights/index.html" target="_blank">Christmas Holiday Lights Wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Holiday-Lights-Wallpapers.jpg"><img class="aligncenter size-full wp-image-3614" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Holiday-Lights-Wallpapers.jpg" alt="Christmas Holiday Lights Wallpapers" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas%20Jingle%20Bells/index.html" target="_blank">Christmas Decorations and Objects</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Decorations-and-Objects.jpg"><img class="aligncenter size-full wp-image-3615" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Decorations-and-Objects.jpg" alt="Christmas Decorations and Objects" width="600" height="480" /></a></p>\n<p><strong><a href="http://wallcoo.net/holiday/2009_Christmas_Ornaments/index.html" target="_blank">Christmas Objects and Ornaments</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Objects-and-Ornaments.jpg"><img class="aligncenter size-full wp-image-3616" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Objects-and-Ornaments.jpg" alt="Christmas Objects and Ornaments" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Baubles_03/index.html" target="_blank">Christmas <span id="b9ea7088-61f4-4e60-9295-2d0c4f342abf" class="GINGER_SOFATWARE_mark"><span id="4c175660-1601-41d5-a213-5a10bb010ff0" class="GINGER_SOFATWARE_mark"><span id="855fadea-ee61-4720-8384-eddb0b413b2b" class="GINGER_SOFATWARE_mark"><span id="591f4990-ba78-4ebc-a541-597af8f6323c" class="GINGER_SOFATWARE_mark"><span id="abb94845-1666-4da6-ace0-b29e4d5e57fd" class="GINGER_SOFATWARE_mark">Baubles and</span></span></span></span></span> Balls</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Baubles-and-Balls.jpg"><img class="aligncenter size-full wp-image-3617" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Baubles-and-Balls.jpg" alt="Christmas Baubles and Balls" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_Christmas_CG_03_1600x1200/index.html" target="_blank">Christmas Greeting</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Greeting.jpg"><img class="aligncenter size-full wp-image-3618" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Greeting.jpg" alt="Christmas Greeting" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Fun_Lovely_Christmas_illustraion_1920x1200/index.html" target="_blank">Lovely Christmas CG Art</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Lovely-Christmas-CG-Art.jpg"><img class="aligncenter size-full wp-image-3619" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Lovely-Christmas-CG-Art.jpg" alt="Lovely Christmas CG Art" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/wonderful_christmas_1920x1200/index.html" target="_blank">Digital Christmas illustration</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-illustration.jpg"><img class="aligncenter size-full wp-image-3620" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-illustration.jpg" alt="Digital Christmas illustration" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_Christmas_illustration_02_1920x1200/index2.html" target="_blank">Digital Christmas Artwork</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-Artwork.jpg"><img class="aligncenter size-full wp-image-3621" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-Artwork.jpg" alt="Digital Christmas Artwork" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_Christmas_illustration_02_1920x1200/index.html" target="_blank">Digital Christmas Artwork2</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-Artwork2.jpg"><img class="aligncenter size-full wp-image-3622" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Digital-Christmas-Artwork2.jpg" alt="Digital Christmas Artwork2" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Still_Life/index.html" target="_blank">Sweet Christmas Objects</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Christmas-Objects.jpg"><img class="aligncenter size-full wp-image-3623" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Christmas-Objects.jpg" alt="Sweet Christmas Objects" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_Balls_christmas_tree_ball/index.html" target="_blank">Colorful Christmas Balls</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_Girls_Santa_girl_Wallpapers_1920_1600/index.html" target="_blank">Beautiful Santa Girls <span id="b2dc08da-5409-4552-ae83-d49695c47d79" class="GINGER_SOFATWARE_mark"><span id="6048f53b-75b5-4a5c-8363-b2846c9c0755" class="GINGER_SOFATWARE_mark"><span id="c13d6771-b8c8-4374-8e36-fb0429b0cd8a" class="GINGER_SOFATWARE_mark"><span id="ccbb0147-ff2b-4d8c-8683-86c0879ba68b" class="GINGER_SOFATWARE_mark"><span id="907e734c-0be6-4155-bc54-18e398f8517a" class="GINGER_SOFATWARE_mark">in</span></span></span></span></span> Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas.jpg"><img class="aligncenter size-full wp-image-3625" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas.jpg" alt="Beautiful Santa Girls in Christmas" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_Family_Christmas_fun_1920x1200/index.html" target="_blank">Family Christmas Celebration</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Family-Christmas-Celebration.jpg"><img class="aligncenter size-full wp-image-3626" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Family-Christmas-Celebration.jpg" alt="Family Christmas Celebration" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_white_christmas/index.html" target="_blank">Christmas Ornaments &amp; Decorations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2008_fancy_christmas_color/index.html" target="_blank">Christmas Ornaments Photography</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Ornaments-Photography.jpg"><img class="aligncenter size-full wp-image-3628" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Ornaments-Photography.jpg" alt="Christmas Ornaments Photography" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Debbie_Mumm_Home_for_the_Holidays/index.html" target="_blank">Christmas Story Book</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Story-Book.jpg"><img class="aligncenter size-full wp-image-3629" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Story-Book.jpg" alt="Christmas Story Book" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/TAIPEI_XMAS/index.html" target="_blank">Taipei’s Christmas Fun</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Taipei_E2_80_99s-Christmas-Fun.jpg"><img class="aligncenter size-full wp-image-3630" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Taipei_E2_80_99s-Christmas-Fun.jpg" alt="Taipei’s Christmas Fun" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/beautiful_christmas_tree-wallpapers.html" target="_blank">Beautiful Christmas Tree</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Christmas-Tree.jpg"><img class="aligncenter size-full wp-image-3631" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Christmas-Tree.jpg" alt="Beautiful Christmas Tree" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_in_december-wallpapers.html" target="_blank">Christmas in December</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-in-December.jpg"><img class="aligncenter size-full wp-image-3632" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-in-December.jpg" alt="Christmas in December" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_nights-wallpapers.html" target="_blank">Christmas Nights</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Nights.jpg"><img class="aligncenter size-full wp-image-3633" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Nights.jpg" alt="Christmas Nights" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_santa_girl_anime-wallpapers.html" target="_blank">Christmas Santa Girl Anime</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Santa-Girl-Anime.jpg"><img class="aligncenter size-full wp-image-3634" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Santa-Girl-Anime.jpg" alt="Christmas Santa Girl Anime" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/celebrating_jesus_birth-wallpapers.html" target="_blank">Celebrating Jesus Birth</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Celebrating-Jesus-Birth.jpg"><img class="aligncenter size-full wp-image-3635" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Celebrating-Jesus-Birth.jpg" alt="Celebrating Jesus Birth" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/snowy_christmas_tree-wallpapers.html" target="_blank">Snowy Christmas Tree</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Snowy-Christmas-Tree.jpg"><img class="aligncenter size-full wp-image-3636" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Snowy-Christmas-Tree.jpg" alt="Snowy Christmas Tree" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_presents_arrive-wallpapers.html" target="_blank">Christmas Presents Arrive</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Presents-Arrive.jpg"><img class="aligncenter size-full wp-image-3637" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Presents-Arrive.jpg" alt="Christmas Presents Arrive" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Blond-Christmas-Girl1.html" target="_blank">Blond Christmas Girl Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Blond-Christmas-Girl-Wallpaper.jpg"><img class="aligncenter size-full wp-image-3638" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Blond-Christmas-Girl-Wallpaper.jpg" alt="Blond Christmas Girl Wallpaper" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Babes-Girls/Others/Sexy-Santa-Girl1.html" target="_blank">Sexy Santa Girl</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sexy-Santa-Girl.jpg"><img class="aligncenter size-full wp-image-3639" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sexy-Santa-Girl.jpg" alt="Sexy Santa Girl" width="600" height="338" /></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Magic-Christmas1.html" target="_blank">Magic Christmas Wallpaper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.ewallpapers.eu/Holidays/Christmas/Christmas-Girl1.html" target="_blank">Christmas Girl Wallpaper</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Girl-Wallpaper.jpg"><img class="aligncenter size-full wp-image-3641" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Girl-Wallpaper.jpg" alt="Christmas Girl Wallpaper" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_village-wallpapers.html" target="_blank">Christmas Village</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Village.jpg"><img class="aligncenter size-full wp-image-3642" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Village.jpg" alt="Christmas Village" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_town-wallpapers.html" target="_blank">Christmas Town</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Town.jpg"><img class="aligncenter size-full wp-image-3643" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Town.jpg" alt="Christmas Town" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_tree_outside-wallpapers.html" target="_blank">Christmas Tree Outside</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/stormtrooper_christmas-wallpapers.html" target="_blank">Stormtrooper Christmas wallpaper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/two_christmas_candles-wallpapers.html" target="_blank">Two Christmas Candles</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Two-Christmas-Candles.jpg"><img class="aligncenter size-full wp-image-3646" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Two-Christmas-Candles.jpg" alt="Two Christmas Candles" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/christmas_gift_2-wallpapers.html" target="_blank">Christmas Gift</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Gift.jpg"><img class="aligncenter size-full wp-image-3647" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Gift.jpg" alt="Christmas Gift" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/lodge_at_christmas_time-wallpapers.html" target="_blank">Lodge at Christmas Time</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Lodge-at-Christmas-Time.jpg"><img class="aligncenter size-full wp-image-3648" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Lodge-at-Christmas-Time.jpg" alt="Lodge at Christmas Time" width="600" height="338" /></a></p>\n<p><strong><a href="http://wallpaperswide.com/cute_santa_claus-wallpapers.html" target="_blank">Cute Santa Claus</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wallpaperswide.com/funny_snowman-wallpapers.html" target="_blank">Funny Snowman</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Snowman.jpg"><img class="aligncenter size-full wp-image-3650" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Snowman.jpg" alt="Funny Snowman" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_Trees_decoration_1600x1200/index.html" target="_blank">Christmas Tree Decorations</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Tree-Decorations.jpg"><img class="aligncenter size-full wp-image-3651" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Tree-Decorations.jpg" alt="Christmas Tree Decorations" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Tokyo_Disneyland_Christmas_Fantasy_2007/index.html" target="_blank">Fantasy of Tokyo Disneyland</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Fantasy-of-Tokyo-Disneyland.jpg"><img class="aligncenter size-full wp-image-3652" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Fantasy-of-Tokyo-Disneyland.jpg" alt="Fantasy of Tokyo Disneyland" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Merry_xmas_night_07_1600x1200/index.html" target="_blank">Christmas Wonderland</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Wonderland.jpg"><img class="aligncenter size-full wp-image-3653" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Wonderland.jpg" alt="Christmas Wonderland" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Happy_Christmas_02/index.html" target="_blank">Christmas Romance</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Romance.jpg"><img class="aligncenter size-full wp-image-3654" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Romance.jpg" alt="Christmas Romance" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Happy_Christmas_02/index2.html" target="_blank">Christmas Sparkling</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Sparkling.jpg"><img class="aligncenter size-full wp-image-3655" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Sparkling.jpg" alt="Christmas Sparkling" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_illustration_07_vladstudio/index.html" target="_blank">Christmas Design &amp; illustration</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Design-illustration.jpg"><img class="aligncenter size-full wp-image-3656" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Design-illustration.jpg" alt="Christmas Design &amp; illustration" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_crossmap/index.html" target="_blank">Christmas Christian Wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Christian-Wallpapers.jpg"><img class="aligncenter size-full wp-image-3657" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Christian-Wallpapers.jpg" alt="Christmas Christian Wallpapers" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Christmas_night_1600_01/index.html" target="_blank">Festive illuminations</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Festive-illuminations.jpg"><img class="aligncenter size-full wp-image-3658" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Festive-illuminations.jpg" alt="Festive illuminations" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/winter_Christmas_Vector/index.html" target="_blank">Christmas for Lovers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-for-Lovers.jpg"><img class="aligncenter size-full wp-image-3659" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-for-Lovers.jpg" alt="Christmas for Lovers" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Happy_Christmas_01/index.html" target="_blank">Christmas Figures</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Figures.jpg"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2006_christmas_vector/index.html" target="_blank">Christmas Vector Wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Vector-Wallpapers.jpg"><img class="aligncenter size-full wp-image-3661" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Vector-Wallpapers.jpg" alt="Christmas Vector Wallpapers" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/2006_christmas/index.html" target="_blank">Sweet Home Christmas Baubles</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Home-Christmas-Baubles.jpg"><img class="aligncenter size-full wp-image-3662" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Home-Christmas-Baubles.jpg" alt="Sweet Home Christmas Baubles" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_family_1600/index.html" target="_blank">Christmas Clay Doll</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Clay-Doll.jpg"><img class="aligncenter size-full wp-image-3663" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Clay-Doll.jpg" alt="Christmas Clay Doll" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/Webshots_Christmas/index.html" target="_blank">Joyful Christmas Wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Joyful-Christmas-Wallpapers.jpg"><img class="aligncenter size-full wp-image-3664" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Joyful-Christmas-Wallpapers.jpg" alt="Joyful Christmas Wallpapers" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_micro_01/index.html" target="_blank">Christmas Elements</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Elements.jpg"><img class="aligncenter size-full wp-image-3665" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Elements.jpg" alt="Christmas Elements" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/CHRISTMAS_Wallpaper_2005/index.html" target="_blank">Jolly Christmas Figures</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Jolly-Christmas-Figures.jpg"></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/The-Mouse-Before-Christmas/index.html" target="_blank">The Mouse Before Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/The-Mouse-Before-Christmas.jpg"><img class="aligncenter size-full wp-image-3667" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/The-Mouse-Before-Christmas.jpg" alt="The Mouse Before Christmas" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.wallcoo.net/holiday/christmas_night_scene_2006_1280/index.html" target="_blank">Christmas Night wallpapers</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Night-wallpapers.jpg"><img class="aligncenter size-full wp-image-3668" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Night-wallpapers.jpg" alt="Christmas Night wallpapers" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/sweet_christmas_gifts-wallpapers.html" target="_blank">Sweet Christmas Gifts</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Christmas-Gifts.jpg"><img class="aligncenter size-full wp-image-3669" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Sweet-Christmas-Gifts.jpg" alt="Sweet Christmas Gifts" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/funny_christmas_scarecrow-wallpapers.html" target="_blank">Funny Christmas Scarecrow</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Christmas-Scarecrow.jpg"><img class="aligncenter size-full wp-image-3670" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Christmas-Scarecrow.jpg" alt="Funny Christmas Scarecrow" width="600" height="450" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/merry_christmas_celebrations-wallpapers.html" target="_blank">Merry Christmas Celebrations</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas-Celebrations.jpg"><img class="aligncenter size-full wp-image-3671" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Merry-Christmas-Celebrations.jpg" alt="Merry Christmas Celebrations" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/santa_clause_creative_art_work-wallpapers.html" target="_blank">Santa Clause Creative Art Work</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Santa-Clause-Creative-Art-Work.jpg"><img class="aligncenter size-full wp-image-3672" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Santa-Clause-Creative-Art-Work.jpg" alt="Santa Clause Creative Art Work" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_at_polar-wallpapers.html" target="_blank">Christmas at Polar</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-at-Polar.jpg"><img class="aligncenter size-full wp-image-3673" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-at-Polar.jpg" alt="Christmas at Polar" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/christmas_lights_widescreen-wallpapers.html" target="_blank">Christmas Lights Widescreen</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Lights-Widescreen.jpg"><img class="aligncenter size-full wp-image-3674" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Christmas-Lights-Widescreen.jpg" alt="Christmas Lights Widescreen" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/turtle_doves_christmas-wallpapers.html" target="_blank">Turtle Doves Christmas</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Turtle-Doves-Christmas.jpg"><img class="aligncenter size-full wp-image-3675" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Turtle-Doves-Christmas.jpg" alt="Turtle Doves Christmas" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/colorful_christmas_tree-wallpapers.html" target="_blank">Colorful Christmas Tree</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Colorful-Christmas-Tree.jpg"></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/beautiful_christmas_sanata_babe-wallpapers.html" target="_blank">Beautiful Christmas Santa Babe</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Christmas-Santa-Babe.jpg"><img class="aligncenter size-full wp-image-3677" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Christmas-Santa-Babe.jpg" alt="Beautiful Christmas Santa Babe" width="600" height="375" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/mickey_mouse_santa-wallpapers.html" target="_blank">Mickey Mouse Santa</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Mickey-Mouse-Santa.jpg"><img class="aligncenter size-full wp-image-3678" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Mickey-Mouse-Santa.jpg" alt="Mickey Mouse Santa" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/funny_christmas_birds-wallpapers.html" target="_blank">Funny Christmas Birds</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Christmas-Birds.jpg"><img class="aligncenter size-full wp-image-3679" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Funny-Christmas-Birds.jpg" alt="Funny Christmas Birds" width="600" height="480" /></a></p>\n<p><strong><a href="http://www.hdwallpapers.in/wishing_well_christmas-wallpapers.html" target="_blank">Wishing <span id="40c8c266-3c28-4b79-ac9f-103a1597db31" class="GINGER_SOFATWARE_mark"><span id="9090ec32-e35b-4815-915f-c6a62aa1cbdf" class="GINGER_SOFATWARE_mark"><span id="4a389a79-596d-43ae-ab0d-403254b41075" class="GINGER_SOFATWARE_mark"><span id="9f566aa2-adc3-4acf-bdd3-a40b115708d1" class="GINGER_SOFATWARE_mark"><span id="2d665c4f-aa7e-4a59-93a5-fe84c9767376" class="GINGER_SOFATWARE_mark">Well Christmas</span></span></span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Wishing-Well-Christmas.jpg"><img class="aligncenter size-full wp-image-3680" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Wishing-Well-Christmas.jpg" alt="Wishing Well Christmas" width="600" height="480" /></a></p>\n<p><strong>If you really enjoyed this post of Cool HD Christmas Wallpapers for free download, then don’t forget to share this post with your friends as well as on social media websites… <img src="http://thedesignpixel.com/files/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></strong></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas.jpg&amp;description=85+%20Cool%20HD%20Christmas%20Wallpapers%20for%20Free%20Download" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" rel="bookmark" title="40 Best Infographic Vector Kits and Resources">\n													40 Best Infographic Vector Kits and Resources												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" rel="bookmark" title="40 Free Drop Down List &#038; Combo Box Designs in PSD">\n													40 Free Drop Down List &#038; Combo Box Designs in PSD												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="bookmark" title="Top 20 Best Premium Web Hosting Templates">\n													Top 20 Best Premium Web Hosting Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3574'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="4c3187febc" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="180"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'cool hd christmas wallpapers for free download', '', 'publish', 'closed', 'closed', '', 'cool-hd-christmas-wallpapers-for-free-download', '', '', '2017-04-11 13:16:01', '2017-04-11 13:16:01', '', 0, 'http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(110, 1, '2017-04-11 13:16:02', '2017-04-11 13:16:02', '\r\n<div class="main-container"><div id="page" class="single">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box" >\r\n									<div id="post-2317" class="post-2317 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration g cat-3-id has_thumb">\r\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 50+ Creative 404 Error Page Designs for Inspiration</div>\r\n												<header>\r\n							<h1 class="title">50+ Creative 404 Error Page Designs for Inspiration</h1>\r\n															<div class="post-info">\r\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n										\r\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\r\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/#comments"> No comments</a></span>\r\n								</div>\r\n													</header><!--.headline_area-->\r\n						<div class="post-content box mark-links">\r\n														<p>What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters too. A good website with a good design, will have even the smallest to the smallest component matching your style, the theme of your design, matching the color combo, or the design styling with your overall website stuff. From the menu colors, text styles, to the 404 Error Page, everything has a unique and cool design for a good and well designed website.</p>\n<p>A 404 error page is basically a web page template you put up on your server, or root directory, to which, the user is redirected, if he tries to open up and look up for a webpage that doesn’t exist, but has your domain name in the prefix. For an example: www.example.com/example.htm. If the example.htm page exists on the server, it would open up, or the user will be redirected to the 404 error pages, or the browser shows “The web page can’t be displayed”, if you don’t have a page designed like this.</p>\n<p>A 404 error page has nothing but just a message displaying that this web page does not exist on the server, and you have tried to visit it by mistake or something. But, the way, a message is conveyed, is what matters. A good 404 error page should be a simple one, with least graphic implementation, and the message being conveyed bold and crisp. If you are total noobs at web designing, designing even this simple page might become challenging for you, and to be not spending your hard earned money on a designer for designing it, use these creative 404 error page designs accordingly to set up your own.</p>\n<h3><strong><span style="text-decoration: underline;"><em>50+ Creative 404 Error Page Designs for Inspiration</em></span>:</strong></h3>\n<p><strong><a href="http://gooddogdesign.com/page-not-found">Good Dog Design</a></strong><a href="#"></a></p>\n<p><strong><a href="http://www.jumpingjackrabbit.com/404">Jack Rabbit</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="https://www.gojee.com/404"><span id="debf647f-6c19-42b4-8863-9727564bf52f" class="GINGER_SOFATWARE_mark">Gojee</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="https://www.titleist.com/404">Titleist</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://focuslabllc.com/"><span id="c8dae242-acaf-48c5-9700-77f964fe4c28" class="GINGER_SOFATWARE_mark">Focuslabllc</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://mashable.com/404/">Mashable</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://twurn.com/404"><span id="76319a35-42b0-406e-b9d9-3896f4f79f52" class="GINGER_SOFATWARE_mark">Twurn</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://themanyfacesof.com/four-oh-four/leo.html">The Many Faces of</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.themovienerd.com/404">Hopper Magic</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.welikesmall.com/404/"><span id="b8c9e0d3-af50-4917-a42a-0c57d67efebd" class="GINGER_SOFATWARE_mark">Welikesmall</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://mailchimp.com/494">Mail Chimp</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.themovienerd.com/404">The Movie Nerd</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://centresource.com/404">Cent Resource</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.bluedaniel.com/404">Blue Daniel</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.dariobrozzi.com/404.html">Dario Esteban Brozzi</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://molo.me/404"><span id="d83f2ae0-897d-474e-9f44-6722bf1cb0a7" class="GINGER_SOFATWARE_mark">Molome</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.greatsmokyhosting.com/404">Great Smoky Hosting</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.brandcrowd.com/404"><span id="c140977d-3ee1-4213-93ee-e4762ab94cb9" class="GINGER_SOFATWARE_mark">Brandcrowd</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="https://weekdone.com/404notfound">Week Done</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://zurb.com/404"><span id="a000c52f-0631-4247-8cad-19ff76e12528" class="GINGER_SOFATWARE_mark">Zurb</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://poshvine.com/404"><span id="d85eba0a-66b0-4b9d-93bf-831b959b1c2c" class="GINGER_SOFATWARE_mark">Poshvine</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.sportingsolutions.com/404">Sporting Solutions</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://mint.com/404">Mint</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://centresource.com/404"><span id="52882f76-a705-45d0-be27-31a59ef9279d" class="GINGER_SOFATWARE_mark">Centre</span> Source</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://bellstrike.com/404">Bell Strike</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.masswerk.at/404"><span id="64cadff6-7b3c-4d15-945c-6bbe820a42b2" class="GINGER_SOFATWARE_mark">Masswerk</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://housing.com/404">Housing</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://audiko.net/404"><span id="0f4ae1a7-1b95-44b1-8c63-4afc668ffdbb" class="GINGER_SOFATWARE_mark">Audiko</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://blackmoondev.com/404"><span id="fa7d010d-6239-425d-8009-b12b801b3976" class="GINGER_SOFATWARE_mark">Blackmoondev</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://lockerz.com/404"><span id="6b9bda68-9014-4bbd-a97f-a657cf839bee" class="GINGER_SOFATWARE_mark">Lockerz</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://rawnet.com/404"><span id="59cb16f9-d420-4e2f-a685-0efb9d09ff0f" class="GINGER_SOFATWARE_mark">Rawnet</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://conversations.nokia.com/404">Nokia Conversations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://iplanwebsites.com/404">I Plan Websites</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://fab.com/404"><span id="5aa93dbf-c5fd-4cf4-888d-00f5983e8071" class="GINGER_SOFATWARE_mark">Fab</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://dribbble.com/shots/729002-404/attachments/69396">Dribble</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.lego.com/404/">Lego</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://bluegg.co.uk/404"><span id="4fa83cc5-6239-4862-9adb-3a7deb70546c" class="GINGER_SOFATWARE_mark">Bluegg</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://agens.no/404"><span id="d731425f-672e-4968-90e7-19ff8b824076" class="GINGER_SOFATWARE_mark">Agens</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://pizzamilano.ru/444/">Pizza Milano</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://henrikhedegaard.com/404/404.html">Henrik Hedegaard</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://metro.co.uk/error">Metro</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.darby.pro/design/404">Dot Silo</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.redbilby.com.au/test">Red Bilby</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://ifolderlinks.ru/404/"><span id="e2bdb784-608f-451c-b74a-b9f1d675fcb0" class="GINGER_SOFATWARE_mark">iFolderLinks</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.boredpanda.com/404">Bored Panda</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.stickermule.com/404">Sticker Mule</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.jhuskisson.com/404">Jamie Huskisson</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://studio.netiko.ge/404notfound/"><span id="424c5d90-1094-4e17-a24a-e13a4c8cae67" class="GINGER_SOFATWARE_mark">Netico</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://blogalization.ru/400000000004/"><span id="dd385b0a-62c6-4ba6-adc8-ceef3e77b963" class="GINGER_SOFATWARE_mark">Blogalization</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.duoh.com/404"><span id="37ae8a33-94ae-4648-afb2-9b2c89b12cc6" class="GINGER_SOFATWARE_mark">Duoh</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.personal.psu.edu/rws5156/404/">Robert Sherman</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.apartmenthomeliving.com/404.html">Apartment Home Living</a></strong></p>\n<p><a href="#"></a></p>\n<!--Ad Injection:bottom--><script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "7662471229";\r\n    google_ad_width = 468;\r\n    google_ad_height = 15;\r\n</script>\r\n<!-- TDP Link -->\r\n\r\n</script>													</div><!--.post-content box mark-links-->\r\n													<div class="shareit">\r\n																		<!-- Twitter -->\r\n										<span class="share-item twitterbtn">\r\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\r\n										</span>\r\n																										<!-- GPlus -->\r\n										<span class="share-item gplusbtn">\r\n										<g:plusone size="medium"></g:plusone>\r\n										</span>\r\n																										<!-- Facebook -->\r\n										<span class="share-item facebookbtn">\r\n										<div id="fb-root"></div>\r\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\r\n										</span>\r\n																										<!--Linkedin -->\r\n										<span class="share-item linkedinbtn">\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration.html" data-counter="right"></script>\r\n										</span>\r\n																										<!-- Stumble -->\r\n										<span class="share-item stumblebtn">\r\n										<su:badge layout="1"></su:badge>\r\n										<script type="text/javascript"> \r\n										(function() { \r\n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \r\n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \r\n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \r\n										})(); \r\n										</script>\r\n										</span>\r\n																										<!-- Pinterest -->\r\n										<span class="share-item pinbtn">\r\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/07/Dribble.png&amp;description=50+%20Creative%20404%20Error%20Page%20Designs%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a>\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\r\n										</span>\r\n															</div>\r\n						<!--Shareit-->\r\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></div>\r\n																		<div class="intercept">\r\n							<div class="Intercept-1">\r\n								<div class="IPLeft">\r\n																			<div class="bottomad">\r\n											<script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "1464930820";\r\n    google_ad_width = 336;\r\n    google_ad_height = 280;\r\n</script>\r\n<!-- TDP Content D -->\r\n\r\n</script>										</div>\r\n										<span>Advertisement</span>\r\n																	</div>\r\n								<div class="IPRight">\r\n																			<div class="related-posts">\r\n											<h5>Related Posts</h5><ul>											<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\r\n													15+ Best WordPress Landing Page Themes												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="bookmark" title="45 Essential UI Design Tools &#038; Resources for Web Designers">\r\n													45 Essential UI Design Tools &#038; Resources for We...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="last">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="bookmark" title="10 Best Free Bootstrap Themes">\r\n													10 Best Free Bootstrap Themes												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n											</ul>										</div><!-- .related-posts -->\r\n																	</div>\r\n								<div class="clear"></div>\r\n							</div>\r\n						</div>									\r\n					</div><!--.g post-->\r\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2317'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="fb011270c8" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="174"/></p>		</form>\n	</div>\n							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" alt="25+ Excellent Adobe InDesign Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' title=''25+ Excellent Adobe InDesign Tutorials'' class=''popular-title''>25+ Excellent Adobe InDesign Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creative 404 error page designs for inspiration', '', 'publish', 'closed', 'closed', '', 'creative-404-error-page-designs-for-inspiration', '', '', '2017-04-11 13:16:02', '2017-04-11 13:16:02', '', 0, 'http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(111, 1, '2017-04-11 13:16:02', '2017-04-11 13:16:02', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1308" class="post-1308 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-photoshop g cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 15 Creative Art &#038; Design Short Videos for Inspiration</div>\n												<header>\n							<h1 class="title">15 Creative Art &#038; Design Short Videos for Inspiration</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Time is money, and today, no one has excess time. Everyone wants to gather the most knowledge and information in the most least time possible, and when talking about marketing, or other videos over the web, no one prefers watching long videos, until and unless, he is a very potential customer for your product, service or wants to know what you are trying to express in the video desperately!</p>\n<p>Anyone would prefer to be watching a 10-20 second video, rather than choosing a video that is lasting for 10 minutes. It is a difficult task to be expressing the same views in a few seconds, that you were supposed to be doing in a period of a few minutes. But, with the help and use of creative art and design platform and techniques, you can do this easily. These are cool graphical elements added to the video, that help in expressing more of the information in less of the time. Now, you must be wondering, that if it is possible, then why hasn’t anyone else been using this technique, and to be honest over this fact, there are hundreds of web developers using this!</p>\n<p>There are a lot of online tutorials on the same teaching you on how to develop and design these creative arts and design short videos, but a reference and example teach you more than anything else. Here is a collection of some of the best Creative art and design short videos, that you can view to inspire your own design, and get a quick reference of how and what they look like, and will they be able to solve your particular purpose, for which, you are getting the video developed! Choose wisely, as the list continues with examples:</p>\n<h3><span style="text-decoration: underline;"><strong><em>15 Creative Art &amp; Design Short Videos for Inspiration</em></strong></span>:</h3>\n<p><a href="http://www.loopsize.com/its-paper/"><strong>It’s paper</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/It_E2_80_99s-paper.jpg"><img class="aligncenter size-full wp-image-1309" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/It_E2_80_99s-paper.jpg" alt="It’s paper" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/epic-60000-dominos/"><strong>EPIC 60,000 Dominos</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EPIC-60000-Dominos.jpg"><img class="aligncenter size-full wp-image-1310" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EPIC-60000-Dominos.jpg" alt="EPIC 60,000 Dominos" width="600" height="323" /></a></p>\n<p><a href="http://www.loopsize.com/lightbulb/"><strong><span id="92ad4ad1-1cf9-4010-9040-2509768c7d78" class="GINGER_SOFATWARE_mark">Lightbulb</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lightbulb.jpg"><img class="aligncenter size-full wp-image-1311" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lightbulb.jpg" alt="Lightbulb" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/li-hongbo-pure-white-paper/"><strong>Li Hongbo – Pure White Paper</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Li-Hongbo-_E2_80_93-Pure-White-Paper.jpg"><img class="aligncenter size-full wp-image-1312" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Li-Hongbo-_E2_80_93-Pure-White-Paper.jpg" alt="Li Hongbo – Pure White Paper" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/ars-longa/"><strong>ARS LONGA…</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ARS-LONGA_E2_80_A6.jpg"><img class="aligncenter size-full wp-image-1313" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ARS-LONGA_E2_80_A6.jpg" alt="ARS LONGA…" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/glass-cows/"><strong>Glass Cows</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glass-Cows.jpg"><img class="aligncenter size-full wp-image-1314" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glass-Cows.jpg" alt="Glass Cows" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/gelatin-party-hard/"><strong>Gelatin PARTY HARD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gelatin-PARTY-HARD.jpg"><img class="aligncenter size-full wp-image-1315" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gelatin-PARTY-HARD.jpg" alt="Gelatin PARTY HARD" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/god-loves-everyone/"><strong>God Loves Everyone</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/God-Loves-Everyone.jpg"><img class="aligncenter size-full wp-image-1316" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/God-Loves-Everyone.jpg" alt="God Loves Everyone" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/i-can-see/"><strong>OSCILLATE</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/OSCILLATE.jpg"><img class="aligncenter size-full wp-image-1317" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/OSCILLATE.jpg" alt="OSCILLATE" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/oscillate/"><strong>Retouch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retouch.jpg"><img class="aligncenter size-full wp-image-1318" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retouch.jpg" alt="Retouch" width="600" height="450" /></a></p>\n<p><a href="http://www.loopsize.com/animation-sequence-project/"><strong>Animation Sequence Project</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Animation-Sequence-Project.jpg"><img class="aligncenter size-full wp-image-1319" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Animation-Sequence-Project.jpg" alt="Animation Sequence Project" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/surfing-with-a-flare/"><strong>Surfing with a Flare</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Surfing-with-a-Flare.jpg"><img class="aligncenter size-full wp-image-1320" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Surfing-with-a-Flare.jpg" alt="Surfing with a Flare" width="600" height="337" /></a></p>\n<p><a href="http://www.loopsize.com/sayat-nova/"><strong>Sayat-Nova</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sayat-Nova.jpg"><img class="aligncenter size-full wp-image-1321" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sayat-Nova.jpg" alt="Sayat-Nova" width="600" height="460" /></a></p>\n<p><a href="http://www.loopsize.com/i-can-see/"><strong>I Can See</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/I-Can-See.jpg"><img class="aligncenter size-full wp-image-1322" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/I-Can-See.jpg" alt="I Can See" width="600" height="336" /></a></p>\n<p><a href="http://www.loopsize.com/living-things/"><strong>Living Things!</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Living-Things.jpg"><img class="aligncenter size-full wp-image-1323" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Living-Things.jpg" alt="Living Things!" width="600" height="337" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/creative-art-design-short-videos-for-inspiration.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-art-design-short-videos-for-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Living-Things.jpg&amp;description=15%20Creative%20Art%20&amp;%20Design%20Short%20Videos%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" rel="bookmark" title="40+ Creative Examples of Retro Style Web Designs">\n													40+ Creative Examples of Retro Style Web Designs												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" rel="bookmark" title="20+ Fresh and Free HTML5 Website Templates">\n													20+ Fresh and Free HTML5 Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" rel="bookmark" title="55+ Creative Examples of Parallax Scrolling Web Designs">\n													55+ Creative Examples of Parallax Scrolling Web Desi...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1308'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f0a5a5438c" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="116"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creative art design short videos for inspiration', '', 'publish', 'closed', 'closed', '', 'creative-art-design-short-videos-for-inspiration', '', '', '2017-04-11 13:16:02', '2017-04-11 13:16:02', '', 0, 'http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(112, 1, '2017-04-11 13:16:06', '2017-04-11 13:16:06', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>&nbsp;&nbsp;/&nbsp;&nbsp;25+ Creative Examples of Animated Web Designs for Inspiration</div><div class="single-content"><article class="post-1600 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration"><div id="post-1600" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">25+ Creative Examples of Animated Web Designs for Inspiration</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>Gone is the time, when everything used to be static, and the user had to read each and everything to understand the content, or any concept. Today, we have the amazing technology of animations, with the help of which, everything can be demonstrated in the best possible manner, and can be grasped by the viewers more quickly than anything else. Animations use 2D, or 3D moving figures, demonstrating the working of anything, or providing un-realistic virtual effects. The animation industry is at its peak, with its use almost everywhere. Education, Entertainment, Gaming, etc. And now, we have this integrated in our web designs. Animated web designs, are no doubt, a little bit complex and heavy, but provide amazing, great end results, that, when viewed by the end point clients, leave extremely great impressions.</p><p>Animation is an art, which requires a lot of creativity, and properly implementing it, at the right points. A person learns this art with the help of practice, and regular usage. Whenever, we feel low on creativity, we look to get inspired by admiring some other exceptional web designs, that are using the same form of technology, you tend to use. But, with, over a billion web pages over the web, it becomes an impossible task to find something, that will inspire you in this case.</p><p>To help you out in this case, we have prepared a list of some of the best animated web designs, that you can view and admire, and get inspired, of how you can also be developing something like this, and how the components are being used. You may also want to show these to your clients, about how his website will look like. Let&#8217;s check out some of the creative examples of animated web designs for inspiration.</p><h3><strong><span style="text-decoration: underline;"><em>25+ Creative Examples of Animated Web Designs for Inspiration</em></span>:</strong></h3><p><strong><a href="http://www.wearealight.com/">Alight</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Alight.jpg"><img class="aligncenter size-full wp-image-1602" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Alight.jpg" alt="Alight" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Alight.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Alight-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1602" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Alight.jpg" alt="Alight" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Alight.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Alight-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://costa.co.uk/experience">The Costa Experience by <span id="b25e0cfc-9d71-499b-bfa4-4cbf5826a3cd" class="GINGER_SOFATWARE_mark"><span id="ccc924c6-f4d3-4d50-a12c-86677ccfc6f4" class="GINGER_SOFATWARE_mark"><span id="7884847d-87d1-4c55-85c8-255dc775ac3d" class="GINGER_SOFATWARE_mark">wearegraphite</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite.jpg"><img class="aligncenter size-full wp-image-1603" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite.jpg" alt="The Costa Experience by wearegraphite" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1603" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite.jpg" alt="The Costa Experience by wearegraphite" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Costa-Experience-by-wearegraphite-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://iwantobeafootballplayer.com/"><span id="eb1aea4b-a6d0-4e21-8eff-78dcf1e0a9ab" class="GINGER_SOFATWARE_mark"><span id="6b059523-3c6d-4386-95ac-d7108e10ec2b" class="GINGER_SOFATWARE_mark"><span id="3a3e66ae-df46-42b4-ad66-44b6b8a1dc98" class="GINGER_SOFATWARE_mark">iWantoBeAFootballPlayer</span></span></span> by Simone Guglielmini</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini.jpg"><img class="aligncenter size-full wp-image-1604" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini.jpg" alt="iWantoBeAFootballPlayer by Simone Guglielmini" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1604" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini.jpg" alt="iWantoBeAFootballPlayer by Simone Guglielmini" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/iWantoBeAFootballPlayer-by-Simone-Guglielmini-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.globulebleu.com/">Globule Bleu</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Globule-Bleu.jpg"><img class="aligncenter size-full wp-image-1605" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Globule-Bleu.jpg" alt="Globule Bleu" width="600" height="257" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Globule-Bleu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Globule-Bleu-300x129.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1605" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Globule-Bleu.jpg" alt="Globule Bleu" width="600" height="257" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Globule-Bleu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Globule-Bleu-300x129.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://getgoldee.com/"><span id="43d35e7a-3ba5-45c3-8cb7-070768f822a4" class="GINGER_SOFATWARE_mark"><span id="cb783257-e88f-4494-939f-2caf2343dfb7" class="GINGER_SOFATWARE_mark"><span id="128a1116-3ae6-4327-977f-cbf602828485" class="GINGER_SOFATWARE_mark">Goldee</span></span></span> Smart Light Controller By Stano Luzbetak</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak.jpg"><img class="aligncenter size-full wp-image-1606" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak.jpg" alt="Goldee Smart Light Controller By Stano Luzbetak" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1606" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak.jpg" alt="Goldee Smart Light Controller By Stano Luzbetak" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Goldee-Smart-Light-Controller-By-Stano-Luzbetak-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://vimeo.com/timeline/2013/39">Vimeo 2013 Annual Report</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report.jpg"><img class="aligncenter size-full wp-image-1607" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report.jpg" alt="Vimeo 2013 Annual Report" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1607" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report.jpg" alt="Vimeo 2013 Annual Report" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Vimeo-2013-Annual-Report-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.colorplanpapers.com/"><span id="b221131d-70f5-4a43-aa61-9bc72e8b5732" class="GINGER_SOFATWARE_mark">ColorPlan</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/ColorPlan.jpg"><img class="aligncenter size-full wp-image-1601" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan.jpg" alt="ColorPlan" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1601" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/ColorPlan.jpg" alt="ColorPlan" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/ColorPlan-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://moonsflow.com/#%21/main">Code &amp; flow By Daniel Moon</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon.jpg"><img class="aligncenter size-full wp-image-1608" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon.jpg" alt="code &amp; flow By Daniel Moon" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon-300x128.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1608" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon.jpg" alt="code &amp; flow By Daniel Moon" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/code-flow-By-Daniel-Moon-300x128.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://newslinkuk.co.uk/">Newslink Marketing Site by Studio Lovelock</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock.jpg"><img class="aligncenter size-full wp-image-1609" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock.jpg" alt="Newslink Marketing Site by Studio Lovelock" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1609" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock.jpg" alt="Newslink Marketing Site by Studio Lovelock" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Newslink-Marketing-Site-by-Studio-Lovelock-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.lisa-gringl.com/">Lisa <span id="bef01df8-f96f-4ac2-853a-e3a85a3e52f4" class="GINGER_SOFATWARE_mark"><span id="3bb39c66-7c95-4e87-a3b0-264221621800" class="GINGER_SOFATWARE_mark">Gringl</span></span> Portfolio Website</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website.jpg"><img class="aligncenter size-full wp-image-1610" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website.jpg" alt="Lisa Gringl Portfolio Website" width="600" height="277" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website-300x139.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1610" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website.jpg" alt="Lisa Gringl Portfolio Website" width="600" height="277" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Lisa-Gringl-Portfolio-Website-300x139.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://roboboogie.codeclub.org.uk/"><span id="00ad5562-30a7-4734-9495-c16188ba7c01" class="GINGER_SOFATWARE_mark"><span id="07562075-7183-42bc-97a1-0cf1add744d2" class="GINGER_SOFATWARE_mark">Robo</span></span> Boogie By Hover Studio</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio.jpg"><img class="aligncenter size-full wp-image-1611" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio.jpg" alt="Robo Boogie By Hover Studio" width="600" height="275" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio-300x138.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1611" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio.jpg" alt="Robo Boogie By Hover Studio" width="600" height="275" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Robo-Boogie-By-Hover-Studio-300x138.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://rodmclean.com/">Rod <span id="569e253f-9398-47f8-8980-1ce708d0ec3d" class="GINGER_SOFATWARE_mark"><span id="cccd316d-bce6-481e-bb9a-6bae66b3fd56" class="GINGER_SOFATWARE_mark">Mclean</span></span> by Canvas Group</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group.jpg"><img class="aligncenter size-full wp-image-1612" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group.jpg" alt="Rod Mclean by Canvas Group" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1612" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group.jpg" alt="Rod Mclean by Canvas Group" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rod-Mclean-by-Canvas-Group-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.jcsuzanne.com/#/project/thomas-ciszewski-photography/">Jean-Christophe Suzanne</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jean-Christophe-Suzanne.jpg"><img class="aligncenter size-full wp-image-1613" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Jean-Christophe-Suzanne.jpg" alt="Jean-Christophe Suzanne" width="600" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jean-Christophe-Suzanne.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jean-Christophe-Suzanne-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1613" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jean-Christophe-Suzanne.jpg" alt="Jean-Christophe Suzanne" width="600" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jean-Christophe-Suzanne.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jean-Christophe-Suzanne-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.amplifon.co.uk/emotions-of-sound.html">Emotions of Sound</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Emotions-of-Sound.jpg"><img class="aligncenter size-full wp-image-1614" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Emotions-of-Sound.jpg" alt="Emotions of Sound" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Emotions-of-Sound.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Emotions-of-Sound-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1614" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Emotions-of-Sound.jpg" alt="Emotions of Sound" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Emotions-of-Sound.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Emotions-of-Sound-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://supportkyoto.org/">Support Kyoto Protocol by Super Devsigner Friends</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends.jpg"><img class="aligncenter size-full wp-image-1615" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends.jpg" alt="Support Kyoto Protocol by Super Devsigner Friends" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1615" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends.jpg" alt="Support Kyoto Protocol by Super Devsigner Friends" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Support-Kyoto-Protocol-by-Super-Devsigner-Friends-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://ponscreative.com/">PG By Pons Creative Group</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group.jpg"><img class="aligncenter size-full wp-image-1616" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group.jpg" alt="PG By Pons Creative Group" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1616" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group.jpg" alt="PG By Pons Creative Group" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/PG-By-Pons-Creative-Group-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://brightmedia.pl/">Bright Media</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/BrightMedia.jpg"><img class="aligncenter size-full wp-image-1617" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/BrightMedia.jpg" alt="BrightMedia" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/BrightMedia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/BrightMedia-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1617" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/BrightMedia.jpg" alt="BrightMedia" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/BrightMedia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/BrightMedia-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.flatvsrealism.com/">Flat Design <span id="b06b8081-00a1-49e3-b060-43ef7e45428f" class="GINGER_SOFATWARE_mark"><span id="15a39c59-3d5b-41c0-8310-c26d88746f61" class="GINGER_SOFATWARE_mark">vs</span></span> Realism by <span id="86c7636c-ca45-4d4e-953e-55840e850b9c" class="GINGER_SOFATWARE_mark"><span id="7cca16e3-3995-4faf-8927-bf27804c620f" class="GINGER_SOFATWARE_mark">inTacto</span></span> Digital Partner</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner.jpg"><img class="aligncenter size-full wp-image-1618" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner.jpg" alt="Flat Design vs Realism by inTacto Digital Partner" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1618" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner.jpg" alt="Flat Design vs Realism by inTacto Digital Partner" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Flat-Design-vs-Realism-by-inTacto-Digital-Partner-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.msccruises.co.uk/uk_en/in-charted-waters/">In Charted Waters by Epiphany Search</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search.jpg"><img class="aligncenter size-full wp-image-1619" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search.jpg" alt="In Charted Waters by Epiphany Search" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1619" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search.jpg" alt="In Charted Waters by Epiphany Search" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/In-Charted-Waters-by-Epiphany-Search-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://barrelny.com/recap/2013/">Barrel Recap 2013 by Barrel</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg"><img class="aligncenter size-full wp-image-1620" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg" alt="Barrel Recap 2013 by Barrel" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1620" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg" alt="Barrel Recap 2013 by Barrel" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://voeux2k14.digitz.fr/"><span id="5e479a7e-30b7-4dec-b4c7-ee540dde4097" class="GINGER_SOFATWARE_mark"><span id="2a485916-b1c9-447d-8cb8-2898a4dd67ae" class="GINGER_SOFATWARE_mark">Voeux</span></span> <span id="384f01a2-0562-4d6b-b825-1ca94e600689" class="GINGER_SOFATWARE_mark"><span id="beb5defc-f215-44a0-8d97-37cb0bd97e38" class="GINGER_SOFATWARE_mark">Digitz</span></span> 2014 by <span id="bf58d797-0ec2-421f-a96f-c9bddd8d1f41" class="GINGER_SOFATWARE_mark"><span id="7d1b3143-4393-4489-929b-a1aee6e90fba" class="GINGER_SOFATWARE_mark">Digitz</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz.jpg"><img class="aligncenter size-full wp-image-1621" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz.jpg" alt="Voeux Digitz 2014 by Digitz" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1621" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz.jpg" alt="Voeux Digitz 2014 by Digitz" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Voeux-Digitz-2014-by-Digitz-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.sparkk.fr/"><span id="96f803f6-7dac-4fb1-b0e8-9c5586d7844e" class="GINGER_SOFATWARE_mark"><span id="c813cf35-f9cd-458a-81ce-90714c664d4e" class="GINGER_SOFATWARE_mark">Sparkk</span></span> by Creative Park</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sparkk-by-Creative-Park.jpg"><img class="aligncenter size-full wp-image-1622" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Sparkk-by-Creative-Park.jpg" alt="Sparkk by Creative Park" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Sparkk-by-Creative-Park.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Sparkk-by-Creative-Park-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1622" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sparkk-by-Creative-Park.jpg" alt="Sparkk by Creative Park" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Sparkk-by-Creative-Park.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Sparkk-by-Creative-Park-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://nki.tv/#%21/fr/project/id/92/">NKI Studio by Sylvain &amp; Dilshan</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan.jpg"><img class="aligncenter size-full wp-image-1623" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan.jpg" alt="NKI Studio by Sylvain &amp; Dilshan" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1623" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan.jpg" alt="NKI Studio by Sylvain &amp; Dilshan" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/NKI-Studio-by-Sylvain-Dilshan-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://wearetaiga.com/">We Are TAIGA by Fuzz Interactive</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive.jpg"><img class="aligncenter size-full wp-image-1624" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive.jpg" alt="We Are TAIGA by Fuzz Interactive" width="600" height="302" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive-300x151.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1624" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive.jpg" alt="We Are TAIGA by Fuzz Interactive" width="600" height="302" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/We-Are-TAIGA-by-Fuzz-Interactive-300x151.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://fremtidenshoder.no/"><span id="131e5e26-0a91-454b-a1ee-0db666561e9f" class="GINGER_SOFATWARE_mark"><span id="d6007ce9-5d08-452a-8c0d-4864b92617c4" class="GINGER_SOFATWARE_mark">Fremtidens</span></span> Hoder By Good Morning AS</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS.jpg"><img class="aligncenter size-full wp-image-1625" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS.jpg" alt="Fremtidens Hoder By Good Morning AS" width="600" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1625" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS.jpg" alt="Fremtidens Hoder By Good Morning AS" width="600" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fremtidens-Hoder-By-Good-Morning-AS-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://plan.werkstatt.fr/en/">Plan Erasable Wall by Werkstatt</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt.jpg"><img class="aligncenter size-full wp-image-1626" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt.jpg" alt="Plan Erasable Wall by Werkstatt" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1626" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt.jpg" alt="Plan Erasable Wall by Werkstatt" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Plan-Erasable-Wall-by-Werkstatt-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://adidasoriginals.tumblr.com/">Adidas Originals Tumblr blog by <span id="df8e3d55-fc8c-410e-94f7-f4b4f30ef1dc" class="GINGER_SOFATWARE_mark">Resn</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn.jpg"><img class="aligncenter size-full wp-image-1627" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn.jpg" alt="Adidas Originals Tumblr blog by Resn" width="600" height="321" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1627" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn.jpg" alt="Adidas Originals Tumblr blog by Resn" width="600" height="321" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Adidas-Originals-Tumblr-blog-by-Resn-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="pY9UDf4af28354c8c0690db1d84c2f266c26792bc3efb454752e52c4a6f16e41aed44" class="wpdiscuz-cnonce" name="cnonce" value="pY9UDf4af28354c8c0690db1d84c2f266c26792bc3efb454752e52c4a6f16e41aed44" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="PRCCA72ebe0c6c2f5b695c73edf9ecb6086d6e8be39b1083e242aa16ce16f1025b6c1" class="wpdiscuz-cnonce" name="cnonce" value="PRCCA72ebe0c6c2f5b695c73edf9ecb6086d6e8be39b1083e242aa16ce16f1025b6c1" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'creative examples of animated web designs for inspiration', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-animated-web-designs-for-inspiration', '', '', '2017-04-11 13:16:06', '2017-04-11 13:16:06', '', 0, 'http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(113, 1, '2017-04-11 13:16:06', '2017-04-11 13:16:06', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1659" class="post-1659 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration g cat-3-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Creative Examples of Beautiful Celebrity Web Designs</div>\n												<header>\n							<h1 class="title">30 Creative Examples of Beautiful Celebrity Web Designs</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Courage, struggle, smartness, beauty, that is what the people see in celebrities, and it takes a life of hard work to be able to become popular with the general public, and to be called as a celebrity. As a web designer, there is no better milestone, then getting a project to be designing a website for a celebrity. These people have a class, have a lot of money, but no time, and need the perfect thing developed in the least possible time to be impressed. And, it takes a lot of practice as a designer to master this act of providing the best results in less time. But, there are a few cheat sheets, that help you out, and if you are out of your cheat sheets, what helps you is your creativity, and our human brain has the tendency to be low on creativity, when we are conscious. What you choose, is to view a few other examples of the type of work, you are required to do, and understand, what is required, what is not, what is to be totally neglected, and what things are needed where. This helps you write your wireframe, and to be able to work in a managed and organized manner.</p>\n<p>A celebrity website would require some very vital components, like a photo gallery, an interesting design, an easy to contact form, and some space for the celeb to post by himself, to stay in touch with his thousands of fans in a single go. There are so many celebrities around the world, each having a website, and some of them being really impressive and leaving you speechless. Here is a list of 30 creative examples of beautiful celebrity web designs, giving you the perfect example of what we are talking about.</p>\n<h3><strong><em><span style="text-decoration: underline;">30 Creative Examples of Beautiful Celebrity Web Designs</span></em></strong>:</h3>\n<p><a href="http://davidbeckham.com/"><strong>David Beckham</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/David-Beckham.jpg"><img class="aligncenter size-full wp-image-1660" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/David-Beckham.jpg" alt="David Beckham" width="600" height="311" /></a></p>\n<p><a href="http://naomicampbell.com/"><strong>Naomi Campbell</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Naomi-Campbell.jpg"><img class="aligncenter size-full wp-image-1661" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Naomi-Campbell.jpg" alt="Naomi Campbell" width="600" height="504" /></a></p>\n<p><a href="http://www.eminem.com/"><strong>Eminem</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eminem.jpg"><img class="aligncenter size-full wp-image-1662" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eminem.jpg" alt="Eminem" width="600" height="314" /></a></p>\n<p><a href="http://shakira.com/"><strong>Shakira</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shakira.jpg"><img class="aligncenter size-full wp-image-1663" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Shakira.jpg" alt="Shakira" width="600" height="289" /></a></p>\n<p><a href="http://demilovato.com/"><strong>Demi Lovato</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Demi-Lovato.jpg"><img class="aligncenter size-full wp-image-1664" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Demi-Lovato.jpg" alt="Demi Lovato" width="600" height="303" /></a></p>\n<p><a href="http://www.willsmith.com/"><strong>Will Smith</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Will-Smith.jpg"><img class="aligncenter size-full wp-image-1665" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Will-Smith.jpg" alt="Will Smith" width="600" height="340" /></a></p>\n<p><a href="http://serenawilliams.com/"><strong>Serena Williams</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Serena-Williams.jpg"><img class="aligncenter size-full wp-image-1666" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Serena-Williams.jpg" alt="Serena Williams" width="600" height="307" /></a></p>\n<p><a href="http://www.ashleytisdale.com/"><strong>Ashley Tisdale</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Ashley-Tisdale.jpg"><img class="aligncenter size-full wp-image-1667" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Ashley-Tisdale.jpg" alt="Ashley Tisdale" width="600" height="289" /></a></p>\n<p><a href="http://www.madonna.com/"><strong>Madonna</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Madonna.jpg"><img class="aligncenter size-full wp-image-1668" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Madonna.jpg" alt="Madonna" width="600" height="257" /></a></p>\n<p><a href="http://officialemilyosment.com/"><strong>Emily Osment</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Emily-Osment.jpg"><img class="aligncenter size-full wp-image-1669" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Emily-Osment.jpg" alt="Emily Osment" width="600" height="317" /></a></p>\n<p><a href="http://www.britneyspears.com/"><strong>Britney Spears</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Britney-Spears.jpg"><img class="aligncenter size-full wp-image-1670" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Britney-Spears.jpg" alt="Britney Spears" width="600" height="338" /></a></p>\n<p><a href="http://www.chrisbrownworld.com/us/home"><strong>Chris Brown</strong></a></p>\n<p>&nbsp;</p>\n<p><a href="http://www.jimcarrey.com/"><strong>Jim Carrey</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jim-Carrey.jpg"><img class="aligncenter size-full wp-image-1671" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jim-Carrey.jpg" alt="Jim Carrey" width="600" height="394" /></a></p>\n<p><a href="http://aliciakeys.com/"><strong>Alicia Keys</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Alicia-Keys.jpg"><img class="aligncenter size-full wp-image-1672" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Alicia-Keys.jpg" alt="Alicia Keys" width="600" height="311" /></a></p>\n<p><a href="http://www.jillscott.com/"><strong>Jill Scott</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jill-Scott.jpg"><img class="aligncenter size-full wp-image-1673" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jill-Scott.jpg" alt="Jill Scott" width="600" height="403" /></a></p>\n<p><a href="http://www.ericclapton.com/"><strong>Eric Clapton</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eric-Clapton.jpg"><img class="aligncenter size-full wp-image-1674" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eric-Clapton.jpg" alt="Eric Clapton" width="600" height="359" /></a></p>\n<p><a href="http://www.jlsofficial.com/"><strong>Jennifer Hudson</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jennifer-Hudson.jpg"><img class="aligncenter size-full wp-image-1675" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jennifer-Hudson.jpg" alt="Jennifer Hudson" width="600" height="372" /></a></p>\n<p><a href="http://www.jlsofficial.com/"><strong>JLS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/JLS.jpg"><img class="aligncenter size-full wp-image-1676" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/JLS.jpg" alt="JLS" width="600" height="299" /></a></p>\n<p><a href="http://www.katyperry.com/news/prismatic-world-tour-vip-packages/"><strong>Katy Perry</strong></a></p>\n<p>&nbsp;</p>\n<p><a href="http://www.justinbiebermusic.com/"><strong>Justin Bieber</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Justin-Bieber.jpg"><img class="aligncenter size-full wp-image-1677" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Justin-Bieber.jpg" alt="Justin Bieber" width="600" height="475" /></a></p>\n<p><a href="http://www.jonasbrothers.com/"><strong>Jonas brothers</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jonas-brothers.jpg"><img class="aligncenter size-full wp-image-1678" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jonas-brothers.jpg" alt="Jonas brothers" width="600" height="290" /></a></p>\n<p><a href="http://www.avrillavigne.com/us/home"><strong>Avril Lavigne</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Avril-Lavigne.jpg"><img class="aligncenter size-full wp-image-1679" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Avril-Lavigne.jpg" alt="Avril Lavigne" width="600" height="368" /></a></p>\n<p><a href="http://www.whitneyhouston.com/us/home"><strong>Whitney Houston</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Whitney-Houston.jpg"><img class="aligncenter size-full wp-image-1680" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Whitney-Houston.jpg" alt="Whitney Houston" width="600" height="365" /></a></p>\n<p><a href="http://www.jeffbridges.com/"><strong>Jeff Bridges</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jeff-Bridges.jpg"><img class="aligncenter size-full wp-image-1681" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jeff-Bridges.jpg" alt="Jeff Bridges" width="600" height="529" /></a></p>\n<p><a href="http://taylorswift.com/"><strong>Taylor Swift</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Taylor-Swift.jpg"><img class="aligncenter size-full wp-image-1682" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Taylor-Swift.jpg" alt="Taylor Swift" width="600" height="325" /></a></p>\n<p><a href="http://www.jenniferlopez.com/"><strong>Jennifer Lopez</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jennifer-Lopez.jpg"><img class="aligncenter size-full wp-image-1683" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jennifer-Lopez.jpg" alt="Jennifer Lopez" width="600" height="324" /></a></p>\n<p><a href="http://www.jasonaldean.com/"><strong>Jason Aldean</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jason-Aldean.jpg"><img class="aligncenter size-full wp-image-1684" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jason-Aldean.jpg" alt="Jason Aldean" width="600" height="316" /></a></p>\n<p><a href="http://lifeandtimes.com/"><strong>Jay Z</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jay-Z.jpg"><img class="aligncenter size-full wp-image-1685" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Jay-Z.jpg" alt="Jay Z" width="600" height="304" /></a></p>\n<p><a href="http://www.pinkspage.com/au/home"><strong>Pink</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pink.jpg"><img class="aligncenter size-full wp-image-1686" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pink.jpg" alt="Pink" width="600" height="386" /></a></p>\n<p><a href="http://www.beyonce.com/"><strong>Beyonce</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Beyonce.jpg"><img class="aligncenter size-full wp-image-1687" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Beyonce.jpg" alt="Beyonce" width="600" height="313" /></a></p>\n<p><strong><a href="http://www.rihannanow.com/music/">Rihanna</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rihanna.jpg"><img class="aligncenter size-full wp-image-1688" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rihanna.jpg" alt="Rihanna" width="600" height="379" /></a></p>\n<p><a href="http://www.leonardodicaprio.com/"><strong>Leonardo DiCaprio</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Leonardo-DiCaprio.jpg"><img class="aligncenter size-full wp-image-1689" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Leonardo-DiCaprio.jpg" alt="Leonardo DiCaprio" width="600" height="319" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey.jpg&amp;description=30%20Creative%20Examples%20of%20Beautiful%20Celebrity%20Web%20Designs" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="bookmark" title="50 High Quality Free HTML5 And CSS3 Web Templates">\n													50 High Quality Free HTML5 And CSS3 Web Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" rel="bookmark" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download">\n													35+ Useful HTML5 And CSS3 Dropdown Menu for Free Dow...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" rel="bookmark" title="15+ Useful Resources for Learning Web Design &#038; Development">\n													15+ Useful Resources for Learning Web Design &#038; ...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1659'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="2b7d1c0123" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="160"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creative examples of beautiful celebrity web designs', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-beautiful-celebrity-web-designs', '', '', '2017-04-11 13:16:06', '2017-04-11 13:16:06', '', 0, 'http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(114, 1, '2017-04-11 13:16:07', '2017-04-11 13:16:07', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1286" class="g post post-1286 type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-illustrator tag-inspiration tag-photoshop cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Creative Examples of Icon Sketches for Inspiration</div>\n												<header>\n							<h1 class="title">20 Creative Examples of Icon Sketches for Inspiration</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good, effective, and beautiful Art Work. Sketching is also a great form of art, which has been in use by the man, since the traditional ages. The pencil is the most creative accessory of a man. Even the most senior and leading graphic designers, spend hours using the pencils, to develop and design their end product before the final conceptualization, developing them on the web, and launching it over the web in the wild market. May it be engineers, car designers, each and every designer understand the importance of a pencil, and the paper he sketches on.</p>\n<p>Talking about computer icons, they are the identity of the applications, and provide a great level of convenience to the users. We do not have time to read the icon name each and every time, when using the computer system, so we generally guess the identity of a particular application with the help of the image that the particular icon holds. And icons also give a new definition to the computer themes, and overall graphical appearance of the Operating system, enhancing the GUI by a great level.</p>\n<p>Sketches in Icons are a great combination of simplicity, clarification, responsiveness, and work too good in all aspects. There might be minimalist icon sets, 3D icon sets, but these sketch icons have a different class in them. Choose them for your next icon pack, and you will see and feel the difference yourself. Out of lots of icon sets, we have a list of 00 of the best sketch icon sets, which look extremely cool, effective, and give you a new unique GUI.</p>\n<h3><span style="text-decoration: underline;"><em><strong>20 Creative Examples of Icon Sketches for Inspiration</strong></em></span>:</h3>\n<p><a href="http://dribbble.com/shots/657818-Sketch"><strong>Sketching Iconset</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketching-Iconset.jpg"><img class="aligncenter size-full wp-image-1287" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketching-Iconset.jpg" alt="Sketching Iconset" width="600" height="386" /></a></p>\n<p><a href="http://dribbble.com/shots/692365-Sketch"><strong>Sketch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketch.jpg"><img class="aligncenter size-full wp-image-1288" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketch.jpg" alt="Sketch" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/901178-Talents"><strong>Talents</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents.jpg"><img class="aligncenter size-full wp-image-1289" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents.jpg" alt="Talents" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/757867-Icon-set-sketch"><strong>Icon Set (Sketch)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-Sketch.jpg"><img class="aligncenter size-full wp-image-1290" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-Sketch.jpg" alt="Icon Set (Sketch)" width="600" height="398" /></a></p>\n<p><a href="http://dribbble.com/shots/1157414-MacOS-App-Icon-Sketches"><strong>MacOS App Icon Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacOS-App-Icon-Sketches.jpg"><img class="aligncenter size-full wp-image-1291" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacOS-App-Icon-Sketches.jpg" alt="MacOS App Icon Sketches" width="600" height="455" /></a></p>\n<p><a href="http://dribbble.com/shots/1223989-Icons"><strong>Game Icons</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Icons.jpg"><img class="aligncenter size-full wp-image-1292" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Icons.jpg" alt="Game Icons" width="600" height="411" /></a></p>\n<p><a href="http://www.behance.net/gallery/Hammer-icon-Creating-process/7392835"><strong>Hammer Icon</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hammer-Icon.jpg"><img class="aligncenter size-full wp-image-1293" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hammer-Icon.jpg" alt="Hammer Icon" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/1201065-Icons-Sketch"><strong>Icons Sketch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Sketch.jpg"><img class="aligncenter size-full wp-image-1294" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Sketch.jpg" alt="Icons Sketch" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1105025-Hamburger"><strong>Hamburger</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hamburger.jpg"><img class="aligncenter size-full wp-image-1295" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hamburger.jpg" alt="Hamburger" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1021197-MacOS-App-Icon-Sketches"><strong>MacOS App Icon Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacOS-App-Icon-Sketches2.jpg"><img class="aligncenter size-full wp-image-1296" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacOS-App-Icon-Sketches2.jpg" alt="MacOS App Icon Sketches2" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1133305-Vintage"><strong>Vintage</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vintage.jpg"><img class="aligncenter size-full wp-image-1297" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vintage.jpg" alt="Vintage" width="600" height="421" /></a></p>\n<p><a href="http://dribbble.com/shots/1005410-App-Store-icon"><strong>App Store Icon</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/App-Store-Icon.jpg"><img class="aligncenter size-full wp-image-1298" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/App-Store-Icon.jpg" alt="App Store Icon" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/798589-Chaps"><strong>Chaps!</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chaps.jpg"><img class="aligncenter size-full wp-image-1299" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chaps.jpg" alt="Chaps!" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1220191-Chroma-icon-sketch"><strong>Chroma Icon Sketch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chroma-Icon-Sketch.jpg"><img class="aligncenter size-full wp-image-1300" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chroma-Icon-Sketch.jpg" alt="Chroma Icon Sketch" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1118211-Cryptex-App-Icon-Sketches"><strong>Cryptex App Icon Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Cryptex-App-Icon-Sketches.jpg"><img class="aligncenter size-full wp-image-1301" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Cryptex-App-Icon-Sketches.jpg" alt="Cryptex App Icon Sketches" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1016618-Icons"><strong><span id="382f3891-82c6-4986-99e3-88b6fda6cb25" class="GINGER_SOFATWARE_mark">Iconset</span> Sketch</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Iconset-Sketch.jpg"><img class="aligncenter size-full wp-image-1302" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Iconset-Sketch.jpg" alt="Iconset Sketch" width="600" height="825" /></a></p>\n<p><a href="http://dribbble.com/shots/928516-Sketches"><strong>Icon Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Sketches.jpg"><img class="aligncenter size-full wp-image-1303" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Sketches.jpg" alt="Icon Sketches" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1120496-Icons"><strong>Icons Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Sketches.jpg"><img class="aligncenter size-full wp-image-1304" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Sketches.jpg" alt="Icons Sketches" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1094538-iPhone-App-Icon-Sketches-Stage-2"><strong><span id="9c49ca5b-b6c9-4c34-8352-c020adf1b7b4" class="GINGER_SOFATWARE_mark">iPhone</span> App Icon Sketches</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/iPhone-App-Icon-Sketches.jpg"><img class="aligncenter size-full wp-image-1305" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/iPhone-App-Icon-Sketches.jpg" alt="iPhone App Icon Sketches" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1072258-Sketching-an-Icon"><strong>Sketching An Icon</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketching-An-Icon.jpg"><img class="aligncenter size-full wp-image-1306" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sketching-An-Icon.jpg" alt="Sketching An Icon" width="600" height="317" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents.jpg&amp;description=20%20Creative%20Examples%20of%20Icon%20Sketches%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="bookmark" title="25 Excellent Award Winning Food Art Examples">\n													25 Excellent Award Winning Food Art Examples												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" rel="bookmark" title="20+ Fresh and Free HTML5 Website Templates">\n													20+ Fresh and Free HTML5 Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-svg-animation-tutorials/" rel="bookmark" title="10 Creative SVG Animation Tutorials">\n													10 Creative SVG Animation Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1286'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="582b03f806" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="204"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', 'creative examples of icon sketches for inspiration', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-icon-sketches-for-inspiration', '', '', '2017-04-11 13:16:07', '2017-04-11 13:16:07', '', 0, 'http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(115, 1, '2017-04-11 13:16:10', '2017-04-11 13:16:10', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>&nbsp;&nbsp;/&nbsp;&nbsp;65 Creative Examples of Mobile Web Designs for Inspiration </div>\n<div class="single-content">\n<article class="post-1898 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-mobile">\n<div id="post-1898" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">65 Creative Examples of Mobile Web Designs for Inspiration</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to the laptop computers, and slowly to the Tablet PCs, and finally, almost everyone has a Smartphone in his pocket. A mobile phone is not just used to call and text now a days. But, you may consider these 2 functionalities to be the secondary ones. We tend to use our Smartphones just like a computer system, performing almost all the tasks that we used to, on our PCs. And, one of the most primary task being accessed web over the cell phone device. We might need urgent information any time, and what it takes is to take out the cell phone, open up the web browser, and search for what you desire.</p>\n<p>This leads to the rise of WAP websites. WAP websites are specially designed website versions for mobile devices. A general website may also have a WAP site, which is automatically redirected to, when the user is accessing that particular site from his mobile phone browser. Mobile web designs are simple, and provide to the point and quick reference to the information. With the least use of heavy tones and graphics, to enhance the speed feasibility, and less memory load, these are very uniquely designed and work great on even the slowest internet connections, because in most parts of the world, we don&rsquo;t have fast internet connections on wireless cellular networks.</p>\n<p>If you wish to design a WAP website, and have no idea, what it takes to do it, the suggestion from our side would be to take a look at the following Mobile Web Designs, that might inspire you, on how you can do it, and what all it takes. Best of luck.\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>65 Creative Examples of Mobile Web Designs for Inspiration</strong></em></span>:</h3>\n<p><a href="https://www.marlboro.com/gconnect/inactivity.action"><strong>Marlboro</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Marlboro.jpg"><img class="aligncenter size-full wp-image-1899" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Marlboro.jpg" alt="Marlboro" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1899" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Marlboro.jpg" alt="Marlboro" width="320" height="416"></noscript></a></p>\n<p><a href="http://refinedmobile.com/sites/andersson-wise-architects/"><strong>Andersson-Wise Architects</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Andersson-Wise-Architects.jpg"><img class="aligncenter size-full wp-image-1900" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Andersson-Wise-Architects.jpg" alt="Andersson-Wise Architects" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1900" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Andersson-Wise-Architects.jpg" alt="Andersson-Wise Architects" width="320" height="461"></noscript></a></p>\n<p><a href="http://mobile.peugeot.fr/"><strong>Peugeot</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Peugeot.jpg"><img class="aligncenter size-full wp-image-1901" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Peugeot.jpg" alt="Peugeot" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1901" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Peugeot.jpg" alt="Peugeot" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.lorealparisusa.com/"><strong>Loreal Paris</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Loreal-Paris.jpg"><img class="aligncenter size-full wp-image-1902" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Loreal-Paris.jpg" alt="Loreal Paris" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1902" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Loreal-Paris.jpg" alt="Loreal Paris" width="320" height="416"></noscript></a></p>\n<p><a href="http://refinedmobile.com/sites/white-scar-cave/"><strong>White Scar Cave</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/White-Scar-Cave.jpg"><img class="aligncenter size-full wp-image-1903" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/White-Scar-Cave.jpg" alt="White Scar Cave" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1903" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/White-Scar-Cave.jpg" alt="White Scar Cave" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.qualcomm.com/"><strong>Qualcomm</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Qualcomm.jpg"><img class="aligncenter size-full wp-image-1904" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Qualcomm.jpg" alt="Qualcomm" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1904" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Qualcomm.jpg" alt="Qualcomm" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.maruccisports.com/"><strong>Marucci Sports</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Marucci-Sports.jpg"><img class="aligncenter size-full wp-image-1905" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Marucci-Sports.jpg" alt="Marucci Sports" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1905" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Marucci-Sports.jpg" alt="Marucci Sports" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.virginmedia.com/"><strong>Virgin Media: Double Speed</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Virgin-Media-Double-Speed.jpg"><img class="aligncenter size-full wp-image-1906" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Virgin-Media-Double-Speed.jpg" alt="Virgin Media Double Speed" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1906" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Virgin-Media-Double-Speed.jpg" alt="Virgin Media Double Speed" width="320" height="416"></noscript></a></p>\n<p><a href="http://mademan.com/niveamenusa/"><strong><span id="29eb6294-3573-4530-8e99-45dbf0842888" class="GINGER_SOFATWARE_mark"><span id="5a93f42f-9fb4-4102-a9fb-1885aff7f063" class="GINGER_SOFATWARE_mark">Nivea</span></span> Silence the Irritation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Nivea-Silence-the-Irritation.jpg"><img class="aligncenter size-full wp-image-1907" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Nivea-Silence-the-Irritation.jpg" alt="Nivea Silence the Irritation" width="375" height="540"><noscript><img class="aligncenter size-full wp-image-1907" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Nivea-Silence-the-Irritation.jpg" alt="Nivea Silence the Irritation" width="375" height="540"></noscript></a></p>\n<p><a href="http://m.prometheusreg.com/"><strong>Prometheus</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Prometheus.jpg"><img class="aligncenter size-full wp-image-1908" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Prometheus.jpg" alt="Prometheus" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1908" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Prometheus.jpg" alt="Prometheus" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.missha.com.hk/mobile/"><strong>Missha</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Missha.jpg"><img class="aligncenter size-full wp-image-1909" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Missha.jpg" alt="Missha" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1909" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Missha.jpg" alt="Missha" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.cgibytonic.com/"><strong><span id="419c2e48-cbd1-42d8-b2e5-10f3c84db685" class="GINGER_SOFATWARE_mark"><span id="389f8c5f-8b64-4de0-b358-d030c17cf092" class="GINGER_SOFATWARE_mark">Cgi</span></span> By Tonic</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cgi-By-Tonic.jpg"><img class="aligncenter size-full wp-image-1910" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cgi-By-Tonic.jpg" alt="Cgi By Tonic" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1910" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cgi-By-Tonic.jpg" alt="Cgi By Tonic" width="320" height="416"></noscript></a></p>\n<p><strong><a href="http://m.creanet.es/"><span id="c3681750-5f79-4c5c-9eb8-3fcd703d8dff" class="GINGER_SOFATWARE_mark"><span id="9019a5f1-8ddd-453f-b79b-a922ab54eae7" class="GINGER_SOFATWARE_mark">Creanet</span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creanet.jpg"><img class="aligncenter size-full wp-image-1911" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creanet.jpg" alt="Creanet" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1911" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creanet.jpg" alt="Creanet" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.whitlock.myw2m.com/"><strong>Whitlock Orthodontics</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Whitlock-Orthodontics.jpg"><img class="aligncenter size-full wp-image-1912" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Whitlock-Orthodontics.jpg" alt="Whitlock Orthodontics" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1912" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Whitlock-Orthodontics.jpg" alt="Whitlock Orthodontics" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.citan.mercedes.fr/"><strong><span id="19e7c4f6-3931-477e-99be-f0b77ba8c359" class="GINGER_SOFATWARE_mark">Citan</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Citan.jpg"><img class="aligncenter size-full wp-image-1913" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Citan.jpg" alt="Citan" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1913" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Citan.jpg" alt="Citan" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.house.pl/"><strong>House</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/House.jpg"><img class="aligncenter size-full wp-image-1914" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/House.jpg" alt="House" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1914" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/House.jpg" alt="House" width="320" height="416"></noscript></a></p>\n<p><a href="http://fork-cms.com/"><strong>Fork</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Fork.jpg"><img class="aligncenter size-full wp-image-1915" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Fork.jpg" alt="Fork" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1915" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Fork.jpg" alt="Fork" width="320" height="461"></noscript></a></p>\n<p><a href="http://visitbruges.be/"><strong>Visit Bruges</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Visit-Bruges.jpg"><img class="aligncenter size-full wp-image-1916" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Visit-Bruges.jpg" alt="Visit Bruges" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1916" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Visit-Bruges.jpg" alt="Visit Bruges" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.aardvarkbrigade.com/"><strong>The Aardvark Brigade</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Aardvark-Brigade.jpg"><img class="aligncenter size-full wp-image-1917" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Aardvark-Brigade.jpg" alt="The Aardvark Brigade" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1917" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Aardvark-Brigade.jpg" alt="The Aardvark Brigade" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.fortwayne.myw2m.com/"><strong>Cohen &amp; Johnson Orthodontics</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cohen-Johnson-Orthodontics.jpg"><img class="aligncenter size-full wp-image-1918" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cohen-Johnson-Orthodontics.jpg" alt="Cohen &amp; Johnson Orthodontics" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1918" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cohen-Johnson-Orthodontics.jpg" alt="Cohen &amp; Johnson Orthodontics" width="320" height="416"></noscript></a></p>\n<p><a href="http://m.ae.com/web/index.jsp"><strong>American Eagle</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/American-Eagle.jpg"><img class="aligncenter size-full wp-image-1919" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/American-Eagle.jpg" alt="American Eagle" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1919" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/American-Eagle.jpg" alt="American Eagle" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.getcrackin.com/mobile/"><strong>Wonderful Pistachios</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wonderful-Pistachios.jpg"><img class="aligncenter size-full wp-image-1920" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Wonderful-Pistachios.jpg" alt="Wonderful Pistachios" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1920" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wonderful-Pistachios.jpg" alt="Wonderful Pistachios" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.scoutbrand.com/"><strong>Scout Branding</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scout-Branding.jpg"><img class="aligncenter size-full wp-image-1921" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Scout-Branding.jpg" alt="Scout Branding" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1921" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scout-Branding.jpg" alt="Scout Branding" width="320" height="461"></noscript></a></p>\n<p><a href="http://m.longboard.fr/"><strong><span id="c149decb-5f5e-43eb-813d-87a00982812f" class="GINGER_SOFATWARE_mark">Longboard</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Longboard.jpg"><img class="aligncenter size-full wp-image-1922" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Longboard.jpg" alt="Longboard" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1922" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Longboard.jpg" alt="Longboard" width="320" height="416"></noscript></a></p>\n<p><a href="http://heathlife.co.uk/"><strong>Heath Life</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Heath-Life.jpg"><img class="aligncenter size-full wp-image-1923" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Heath-Life.jpg" alt="Heath Life" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1923" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Heath-Life.jpg" alt="Heath Life" width="320" height="461"></noscript></a></p>\n<p><a href="http://refinedmobile.com/sites/cortac/"><strong><span id="f202832d-75a5-4d98-b41c-31a8d86b75c8" class="GINGER_SOFATWARE_mark"><span id="df64d64f-ec1a-42bf-a7d0-bfb1734dbef5" class="GINGER_SOFATWARE_mark">Cortac</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cortac.jpg"><img class="aligncenter size-full wp-image-1924" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cortac.jpg" alt="Cortac" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1924" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cortac.jpg" alt="Cortac" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.dieselblackgold.com/"><strong>Diesel Black Gold</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Diesel-Black-Gold.jpg"><img class="aligncenter size-full wp-image-1925" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Diesel-Black-Gold.jpg" alt="Diesel Black Gold" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1925" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Diesel-Black-Gold.jpg" alt="Diesel Black Gold" width="320" height="416"></noscript></a></p>\n<p><a href="http://lancs.ac.uk/"><strong>Lancaster University</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lancaster-University.jpg"><img class="aligncenter size-full wp-image-1926" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Lancaster-University.jpg" alt="Lancaster University" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1926" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Lancaster-University.jpg" alt="Lancaster University" width="320" height="461"></noscript></a></p>\n<p><a href="http://arbys.com/"><strong>Arby&rsquo;s</strong></a></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-1927" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Arbys.jpg" alt="Arby&rsquo;s" width="320" height="416"><noscript></noscript></a></p>\n<p><a href="http://refinedmobile.com/sites/grey-goose/"><strong><span id="ae0931e5-0c21-47dc-94ce-22d61337fd27" class="GINGER_SOFATWARE_mark"><span id="875d0c8f-ecf3-4cdd-87ce-10e6ebf6589b" class="GINGER_SOFATWARE_mark">Grey</span></span> Goose</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Grey-Goose.jpg"><img class="aligncenter size-full wp-image-1928" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Grey-Goose.jpg" alt="Grey Goose" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1928" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Grey-Goose.jpg" alt="Grey Goose" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.adamhartwig.co.uk/"><strong>Adam Hartwig</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adam-Hartwig.jpg"><img class="aligncenter size-full wp-image-1929" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Adam-Hartwig.jpg" alt="Adam Hartwig" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1929" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adam-Hartwig.jpg" alt="Adam Hartwig" width="320" height="416"></noscript></a></p>\n<p><a href="http://seesparkbox.com/"><strong>Spark Box</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Spark-Box.jpg"><img class="aligncenter size-full wp-image-1930" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Spark-Box.jpg" alt="Spark Box" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1930" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Spark-Box.jpg" alt="Spark Box" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.stayteen.org/quiz/mobile"><strong>STAY TEEN PREGNANCY QUIZ</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/STAY-TEEN-PREGNANCY-QUIZ.jpg"><img class="aligncenter size-full wp-image-1931" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/STAY-TEEN-PREGNANCY-QUIZ.jpg" alt="STAY TEEN PREGNANCY QUIZ" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1931" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/STAY-TEEN-PREGNANCY-QUIZ.jpg" alt="STAY TEEN PREGNANCY QUIZ" width="320" height="416"></noscript></a></p>\n<p><strong><a href="http://mikaelgeljic.com/">Mikael Geljic</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mikael-Geljic.jpg"><img class="aligncenter size-full wp-image-1932" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mikael-Geljic.jpg" alt="Mikael Geljic" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1932" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mikael-Geljic.jpg" alt="Mikael Geljic" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.acumen.org/"><strong>Acumen</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Acumen.jpg"><img class="aligncenter size-full wp-image-1933" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Acumen.jpg" alt="Acumen" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1933" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Acumen.jpg" alt="Acumen" width="320" height="416"></noscript></a></p>\n<p><a href="http://hackergroup.mobi/"><strong>Hacker Group</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hacker-Group.jpg"><img class="aligncenter size-full wp-image-1934" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Hacker-Group.jpg" alt="Hacker Group" width="320" height="461"><noscript><img class="aligncenter size-full wp-image-1934" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hacker-Group.jpg" alt="Hacker Group" width="320" height="461"></noscript></a></p>\n<p><a href="http://www.snickers.com/Mobile"><strong>Snickers</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Snickers.jpg"><img class="aligncenter size-full wp-image-1935" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Snickers.jpg" alt="Snickers" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1935" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Snickers.jpg" alt="Snickers" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.thrillbent.com/"><strong><span id="4578a268-b262-4406-ae13-1cfc66c7d4c3" class="GINGER_SOFATWARE_mark">Thrillbent</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Thrillbent.jpg"><img class="aligncenter size-full wp-image-1936" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Thrillbent.jpg" alt="Thrillbent" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1936" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Thrillbent.jpg" alt="Thrillbent" width="320" height="416"></noscript></a></p>\n<p><a href="http://jessicahische.is/awesome"><strong>Jessica Hische</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jessica-Hische.jpg"><img class="aligncenter size-full wp-image-1937" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Jessica-Hische.jpg" alt="Jessica Hische" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1937" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jessica-Hische.jpg" alt="Jessica Hische" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.greatcaloriedrive.com/"><strong>The Great Calorie Drive</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Great-Calorie-Drive.jpg"><img class="aligncenter size-full wp-image-1938" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive.jpg" alt="The Great Calorie Drive" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1938" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Great-Calorie-Drive.jpg" alt="The Great Calorie Drive" width="320" height="416"></noscript></a></p>\n<p><a href="http://mountaindew.com/"><strong>Mountain Dew</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mountain-Dew.jpg"><img class="aligncenter size-full wp-image-1939" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mountain-Dew.jpg" alt="Mountain Dew" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1939" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mountain-Dew.jpg" alt="Mountain Dew" width="320" height="416"></noscript></a></p>\n<p><a href="http://m.entrequest.com/"><strong><span id="bfc55f1f-207c-450e-bb76-e350f92ce2df" class="GINGER_SOFATWARE_mark">entreQuest</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/entreQuest.jpg"><img class="aligncenter size-full wp-image-1940" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/entreQuest.jpg" alt="entreQuest" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1940" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/entreQuest.jpg" alt="entreQuest" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.eyeballnyc.com/mobile"><strong>Eyeball NYC</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Eyeball-NYC.jpg"><img class="aligncenter size-full wp-image-1941" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Eyeball-NYC.jpg" alt="Eyeball NYC" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1941" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Eyeball-NYC.jpg" alt="Eyeball NYC" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.alexbuga.is/"><strong>Alex Buga</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Alex-Buga.jpg"><img class="aligncenter size-full wp-image-1942" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Alex-Buga.jpg" alt="Alex Buga" width="324" height="355"><noscript><img class="aligncenter size-full wp-image-1942" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Alex-Buga.jpg" alt="Alex Buga" width="324" height="355"></noscript></a></p>\n<p><a href="http://www.dolcegabbana.com/dg/fashion-show/"><strong>Dolce &amp; Gabbana</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dolce-Gabbana.jpg"><img class="aligncenter size-full wp-image-1943" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Dolce-Gabbana.jpg" alt="Dolce &amp; Gabbana" width="324" height="420"><noscript><img class="aligncenter size-full wp-image-1943" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dolce-Gabbana.jpg" alt="Dolce &amp; Gabbana" width="324" height="420"></noscript></a></p>\n<p><a href="http://pepatostudio.com/it/home.html"><strong><span id="6a2086f8-ab3d-49b0-8470-2d340ea9f7fa" class="GINGER_SOFATWARE_mark">Pepato</span> Studio</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pepato-Studio.jpg"><img class="aligncenter size-full wp-image-1944" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Pepato-Studio.jpg" alt="Pepato Studio" width="324" height="355"><noscript><img class="aligncenter size-full wp-image-1944" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pepato-Studio.jpg" alt="Pepato Studio" width="324" height="355"></noscript></a></p>\n<p><a href="http://www.lacoste.com/polo"><strong>LACOSTE POLO</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/LACOSTE-POLO.jpg"><img class="aligncenter size-full wp-image-1945" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/LACOSTE-POLO.jpg" alt="LACOSTE POLO" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1945" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/LACOSTE-POLO.jpg" alt="LACOSTE POLO" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.trinkaus.cc/index.php"><strong>TRINKAUS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/TRINKAUS.jpg"><img class="aligncenter size-full wp-image-1946" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/TRINKAUS.jpg" alt="TRINKAUS" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1946" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/TRINKAUS.jpg" alt="TRINKAUS" width="320" height="416"></noscript></a></p>\n<p><a href="http://m.mercedes-benz.com/"><strong>Mercedes Benz</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mercedes-Benz.jpg"><img class="aligncenter size-full wp-image-1947" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mercedes-Benz.jpg" alt="Mercedes Benz" width="324" height="355"><noscript><img class="aligncenter size-full wp-image-1947" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mercedes-Benz.jpg" alt="Mercedes Benz" width="324" height="355"></noscript></a></p>\n<p><a href="http://www.deltaco.com/mobile/"><strong>Del Taco</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Del-Taco.jpg"><img class="aligncenter size-full wp-image-1948" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Del-Taco.jpg" alt="Del Taco" width="324" height="420"><noscript><img class="aligncenter size-full wp-image-1948" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Del-Taco.jpg" alt="Del Taco" width="324" height="420"></noscript></a></p>\n<p><a href="http://global.burton.com/on/demandware.store/Sites-Burton_GLOBAL-Site/default"><strong>Burton</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Burton.jpg"><img class="aligncenter size-full wp-image-1949" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Burton.jpg" alt="Burton" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1949" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Burton.jpg" alt="Burton" width="320" height="416"></noscript></a></p>\n<p><a href="http://m.dole.com/"><strong>Dole</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dole.jpg"><img class="aligncenter size-full wp-image-1950" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Dole.jpg" alt="Dole" width="324" height="420"><noscript><img class="aligncenter size-full wp-image-1950" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dole.jpg" alt="Dole" width="324" height="420"></noscript></a></p>\n<p><a href="http://m.flicks.co.nz/"><strong>Flicks</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Flicks.jpg"><img class="aligncenter size-full wp-image-1951" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Flicks.jpg" alt="Flicks" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1951" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Flicks.jpg" alt="Flicks" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.volvooceanraceabudhabi.com/mobile/"><strong>Volvo Ocean Race, Abu Dhabi</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Volvo-Ocean-Race-Abu-Dhabi.jpg"><img class="aligncenter size-full wp-image-1952" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Volvo-Ocean-Race-Abu-Dhabi.jpg" alt="Volvo Ocean Race, Abu Dhabi" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1952" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Volvo-Ocean-Race-Abu-Dhabi.jpg" alt="Volvo Ocean Race, Abu Dhabi" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.squarespace.com/stories/#seth-godin"><strong><span id="0fdf5640-b427-4dfe-a188-94ff9078112c" class="GINGER_SOFATWARE_mark">Squarespace</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Squarespace.jpg"><img class="aligncenter size-full wp-image-1953" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Squarespace.jpg" alt="Squarespace" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1953" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Squarespace.jpg" alt="Squarespace" width="320" height="416"></noscript></a></p>\n<p><a href="http://m.charmin.com/"><strong>Charmin</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Charmin.jpg"><img class="aligncenter size-full wp-image-1954" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Charmin.jpg" alt="Charmin" width="324" height="420"><noscript><img class="aligncenter size-full wp-image-1954" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Charmin.jpg" alt="Charmin" width="324" height="420"></noscript></a></p>\n<p><a href="http://m.hm.com/"><strong>H&amp;M</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HM.jpg"><img class="aligncenter size-full wp-image-1955" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HM.jpg" alt="H&amp;M" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1955" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HM.jpg" alt="H&amp;M" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.gcwatches.com/en/"><strong>GC WATCHES</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GC-WATCHES.jpg"><img class="aligncenter size-full wp-image-1956" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/GC-WATCHES.jpg" alt="GC WATCHES" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1956" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GC-WATCHES.jpg" alt="GC WATCHES" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.knockknockfactory.com/"><strong>KNOCK KNOCK FACTORY</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KNOCK-KNOCK-FACTORY.jpg"><img class="aligncenter size-full wp-image-1957" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/KNOCK-KNOCK-FACTORY.jpg" alt="KNOCK KNOCK FACTORY" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1957" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KNOCK-KNOCK-FACTORY.jpg" alt="KNOCK KNOCK FACTORY" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.wallcreations.com.au/"><strong>WALL CREATIONS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WALL-CREATIONS.jpg"><img class="aligncenter size-full wp-image-1958" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/WALL-CREATIONS.jpg" alt="WALL CREATIONS" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1958" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WALL-CREATIONS.jpg" alt="WALL CREATIONS" width="320" height="416"></noscript></a></p>\n<p><a href="http://spirit.triumphmotorcycles.com/"><strong>THE TRIUMPH SPIRIT</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/THE-TRIUMPH-SPIRIT.jpg"><img class="aligncenter size-full wp-image-1959" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/THE-TRIUMPH-SPIRIT.jpg" alt="THE TRIUMPH SPIRIT" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1959" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/THE-TRIUMPH-SPIRIT.jpg" alt="THE TRIUMPH SPIRIT" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.ultimateears.com/en-us/"><strong>Ultimate Ears</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-Ears.jpg"><img class="aligncenter size-full wp-image-1960" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-Ears.jpg" alt="Ultimate Ears" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1960" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-Ears.jpg" alt="Ultimate Ears" width="320" height="416"></noscript></a></p>\n<p><a href="http://angelad.m.leop.fiddlefly.org/"><strong>Angela Douglas Photography Portfolio</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Angela-Douglas-Photography-Portfolio.jpg"><img class="aligncenter size-full wp-image-1961" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Angela-Douglas-Photography-Portfolio.jpg" alt="Angela Douglas Photography Portfolio" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1961" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Angela-Douglas-Photography-Portfolio.jpg" alt="Angela Douglas Photography Portfolio" width="320" height="416"></noscript></a></p>\n<p><a href="http://www.gq.com/"><strong>GQ</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GQ.jpg"><img class="aligncenter size-full wp-image-1962" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/GQ.jpg" alt="GQ" width="320" height="416"><noscript><img class="aligncenter size-full wp-image-1962" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GQ.jpg" alt="GQ" width="320" height="416"></noscript></a></p>\n<p><a href="http://6artisans.com/"><strong>6artisans</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/6artisans.jpg"><img class="aligncenter size-full wp-image-1963" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/6artisans.jpg" alt="6artisans" width="480" height="688"><noscript><img class="aligncenter size-full wp-image-1963" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/6artisans.jpg" alt="6artisans" width="480" height="688"></noscript></a></p>\n<div class="crp_related "><h3>You may also like</h3><ul><li><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png" alt="SVG Tools, Breadcrumbs, Sitelinks" title="SVG Tools, Breadcrumbs, Sitelinks" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" class="crp_title">SVG Tools, Breadcrumbs, Sitelinks</a></li><li><a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-150x150.jpg" alt="25+ Creative Examples of Animated Web Designs for Inspiration" title="25+ Creative Examples of Animated Web Designs for Inspiration" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" class="crp_title">25+ Creative Examples of Animated Web Designs for Inspiration</a></li><li><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg" alt="30 Stylish WordPress Themes With Pretty Backgrounds" title="30 Stylish WordPress Themes With Pretty Backgrounds" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" class="crp_title">30 Stylish WordPress Themes With Pretty Backgrounds</a></li><li><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg" alt="15+ Free Responsive Education HTML Web Templates" title="15+ Free Responsive Education HTML Web Templates" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="crp_title">15+ Free Responsive Education HTML Web Templates</a></li><li><a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sinister-Loadscreen-150x150.jpg" alt="10 Creative Loading Effects For Your Website" title="10 Creative Loading Effects For Your Website" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/" class="crp_title">10 Creative Loading Effects For Your Website</a></li><li><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration" title="25+ Responsive Mobile App Landing Pages for Inspiration" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" class="crp_title">25+ Responsive Mobile App Landing Pages for Inspiration</a></li></ul><div class="crp_clear"></div></div>\n</div> \n</div> \n</div> \n</article> </div> \n<div style="clear:both"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\n<span class="wc_header_text_count">1</span> Comment on "65 Creative Examples of Mobile Web Designs for Inspiration" </p>\n<div style="clear:both"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="CgTr4d9e818e8cffb07603ccf9434109a49692ed7e77bbdda415bd056a86279fa7c03" class="wpdiscuz-cnonce" name="cnonce" value="CgTr4d9e818e8cffb07603ccf9434109a49692ed7e77bbdda415bd056a86279fa7c03"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="696c2c35fe"/><input type="hidden" name="_wp_http_referer" value="/creative-examples-of-mobile-web-designs-for-inspiration.html"/> <input type="hidden" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="sSWyW0de0e6635f70a0b9d7fba191a5e0b1a57cbb11207224c81b7c95432364ea7062" class="wpdiscuz-cnonce" name="cnonce" value="sSWyW0de0e6635f70a0b9d7fba191a5e0b1a57cbb11207224c81b7c95432364ea7062"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="696c2c35fe"/><input type="hidden" name="_wp_http_referer" value="/creative-examples-of-mobile-web-designs-for-inspiration.html"/> <input type="hidden" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div class="wpdiscuz-front-actions">\n<div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp;\n<span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> |\n<span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> |\n<span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span>\n</div>\n</div>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div id="wc-comm-10216_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=96&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=192&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-96 photo avatar-default'' height=''96'' width=''96''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_96_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=192&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-96 photo avatar-default'' height=''96'' width=''96''/></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10216" class="wc-comment-right "><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://blog.enue.cn/2015/08/17/mobile-web-weekly-no-10/''>Mobile Web Weekly No.10 | ENUE</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration.html#comment-10216&quot; /&gt;"/></div><div class="wc-comment-date">November 28, 2015 6:20 PM</div><div style="clear:right"></div></div><div class="wc-comment-text"><p>[&#8230;] 65 Creative Examples of Mobile Web Designs for Inspiration [&#8230;]</p>\n</div><div class="wc-comment-footer"><div class="wc-vote-result">0</div> <span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/thumbs-up.png" align="absmiddle" class="wc-vote-img-up"/></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/thumbs-down.png" align="absmiddle" class="wc-vote-img-down"/></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%2065%20Creative%20Examples%20of%20Mobile%20Web%20Designs%20for%20Inspiration%20[%E2%80%A6]%20http://www.thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration.html#comment-10216" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10216_0" style="clear:both"></div></div>\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Knowledge"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Great Calorie Drive"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb wp-post-image" alt="Webiva"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Weathertron"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="rockittheme"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'creative examples of mobile web designs for inspiration', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-mobile-web-designs-for-inspiration', '', '', '2017-04-11 13:16:10', '2017-04-11 13:16:10', '', 0, 'http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(116, 1, '2017-04-11 13:16:14', '2017-04-11 13:16:14', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>&nbsp;&nbsp;/&nbsp;&nbsp;55+ Creative Examples of Parallax Scrolling Web Designs</div><div class="single-content"><article class="post-1840 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration"><div id="post-1840" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">55+ Creative Examples of Parallax Scrolling Web Designs</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>New innovations and creativity are on the hype, with the amazing use of computer graphics, and other rendering technologies, providing wonderful end results to the clients and the web developers getting more and more options to be designing new stuff. Parallax scrolling was first seen in the 1930&rsquo;s used in the traditional animation booklets. And it gained popularity, after its use in the 1930&rsquo;s in a few video games. That day is gone, and today, we have implementation of parallax coding almost everywhere. Parallax scrolling is, basically, a technique in which the background images, move a little slower than the foreground images when scrolling down, creating a cool 3D effect, and leaving really efficient impressions on the viewers. Parallax coding was implemented in web designing, because of the need of new creative stuff, every now and then in web development. The use of HTML5 and CSS3, made the process of designing parallax scrolling web pages very much easier, and for the first time, in 2011, it was seen to be used in a website developed by Nike, the sports gear giant. It was a commercial site, promoting a football league, and left the web masters speechless, by the wonderful use of this technique.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There have been many contradictions to the success of this technique, claiming that it doesn&rsquo;t really improve the user experience as such. But, if you wish to use it on your web design, and still unable to understand, what it actually means, or how would you be able to actually implement it, you should be looking for some pre existing designs to inspire yourself, and start designing your webpage. Here is a list of some of the websites, using the parallax scrolling web designs most efficiently. Best of luck in using this technique on your website.</p><h3><span style="text-decoration: underline;"><em><strong>55+ Creative Examples of Parallax Scrolling Web Designs</strong></em></span>:</h3><p><a href="http://boy-coy.com/#home"><strong>Boy-Coy</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Boy-Coy.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Boy-Coy.jpg" class="aligncenter size-full wp-image-1841" alt="Boy-Coy" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boy-Coy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boy-Coy-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1841" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Boy-Coy.jpg" alt="Boy-Coy" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boy-Coy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boy-Coy-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.quechua.com/"><strong>Quechua</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Quechua.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Quechua.jpg" class="aligncenter size-full wp-image-1842" alt="Quechua" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quechua.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quechua-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1842" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Quechua.jpg" alt="Quechua" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quechua.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quechua-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://greatforestparkballoonrace.com/"><strong>Great Forest Park Balloon</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Great-Forest-Park-Balloon.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Great-Forest-Park-Balloon.jpg" class="aligncenter size-full wp-image-1843" alt="Great Forest Park Balloon" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Great-Forest-Park-Balloon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Great-Forest-Park-Balloon-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1843" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Great-Forest-Park-Balloon.jpg" alt="Great Forest Park Balloon" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Great-Forest-Park-Balloon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Great-Forest-Park-Balloon-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://waaac.co/"><strong>WAAAC Design</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WAAAC-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/WAAAC-Design.jpg" class="aligncenter size-full wp-image-1844" alt="WAAAC Design" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WAAAC-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WAAAC-Design-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1844" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WAAAC-Design.jpg" alt="WAAAC Design" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WAAAC-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WAAAC-Design-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://konimee.com/"><strong>KONIMEE</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KONIMEE.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/KONIMEE.jpg" class="aligncenter size-full wp-image-1845" alt="KONIMEE" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/KONIMEE.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/KONIMEE-300x181.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1845" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KONIMEE.jpg" alt="KONIMEE" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/KONIMEE.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/KONIMEE-300x181.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.naturaplan.ch/de/bio-in-der-schweiz/schweizer-bio-hof/spaziergang-rund-um-einen-schweizer-bio-bauernhof"><strong>Swiss Organic Farm</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Swiss-Organic-Farm.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Swiss-Organic-Farm.jpg" class="aligncenter size-full wp-image-1846" alt="Swiss Organic Farm" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swiss-Organic-Farm.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swiss-Organic-Farm-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1846" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Swiss-Organic-Farm.jpg" alt="Swiss Organic Farm" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swiss-Organic-Farm.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swiss-Organic-Farm-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://scytale.pt/"><strong>Scytale</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scytale.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Scytale.jpg" class="aligncenter size-full wp-image-1847" alt="Scytale" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Scytale.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Scytale-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1847" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scytale.jpg" alt="Scytale" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Scytale.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Scytale-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.thenorfolkbroadsapp.co.uk/"><strong>The Norfolk Broads App</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Norfolk-Broads-App.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App.jpg" class="aligncenter size-full wp-image-1848" alt="The Norfolk Broads App" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1848" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Norfolk-Broads-App.jpg" alt="The Norfolk Broads App" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Norfolk-Broads-App-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://alexandreavram.com/"><strong>Alexandre Avram Graphic design studio</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio.jpg" class="aligncenter size-full wp-image-1849" alt="Alexandre Avram Graphic design studio" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1849" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio.jpg" alt="Alexandre Avram Graphic design studio" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Alexandre-Avram-Graphic-design-studio-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://lunita.ca/"><strong>L&rsquo;Unita</strong></a></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/LUnita.jpg" class="aligncenter size-full wp-image-1850" alt="L&rsquo;Unita" width="600" height="305"><noscript></noscript></a></p><p><a href="http://www.seora.co/"><strong><span id="081bb0cb-232a-4c73-be95-66b6dd041d18" class="GINGER_SOFATWARE_mark">Seora</span> Luxury Hammocks</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Seora-Luxury-Hammocks.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Seora-Luxury-Hammocks.jpg" class="aligncenter size-full wp-image-1851" alt="Seora Luxury Hammocks" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Seora-Luxury-Hammocks.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Seora-Luxury-Hammocks-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1851" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Seora-Luxury-Hammocks.jpg" alt="Seora Luxury Hammocks" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Seora-Luxury-Hammocks.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Seora-Luxury-Hammocks-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thespaceinbetween.co.nz/"><strong>By The Space In Between</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/By-The-Space-InBetween.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/By-The-Space-InBetween.jpg" class="aligncenter size-full wp-image-1852" alt="By The Space InBetween" width="600" height="312" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/By-The-Space-InBetween.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/By-The-Space-InBetween-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1852" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/By-The-Space-InBetween.jpg" alt="By The Space InBetween" width="600" height="312" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/By-The-Space-InBetween.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/By-The-Space-InBetween-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://sonyclassics.com/killyourdarlings/"><strong>KILL YOUR DARLINGS</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS.jpg" class="aligncenter size-full wp-image-1853" alt="KILL YOUR DARLINGS" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1853" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS.jpg" alt="KILL YOUR DARLINGS" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/KILL-YOUR-DARLINGS-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.awwwards.com/web-design-awards/invictus-award-by-paco-rabanne"><strong>Invictus Award by Paco Rabanne</strong></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne.jpg" class="aligncenter size-full wp-image-1854" alt="Invictus Award by Paco Rabanne" width="600" height="293" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne-300x147.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1854" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne.jpg" alt="Invictus Award by Paco Rabanne" width="600" height="293" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Invictus-Award-by-Paco-Rabanne-300x147.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.theqcamera.com/"><strong><span id="7a2aca54-9114-4dd5-9d86-3226d8a1c573" class="GINGER_SOFATWARE_mark">theQ</span> camera</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/theQ-camera.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/theQ-camera.jpg" class="aligncenter size-full wp-image-1855" alt="theQ camera" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/theQ-camera.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/theQ-camera-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1855" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/theQ-camera.jpg" alt="theQ camera" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/theQ-camera.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/theQ-camera-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.atipik.ch/en/home"><strong>Atipik</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Atipik.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Atipik.jpg" class="aligncenter size-full wp-image-1856" alt="Atipik" width="600" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Atipik.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Atipik-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1856" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Atipik.jpg" alt="Atipik" width="600" height="314" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Atipik.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Atipik-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://veevlife.com/vitafrute/"><strong><span id="d875c1ad-c051-4b03-abe3-fe6712ef8f26" class="GINGER_SOFATWARE_mark">VeeV</span> Vitafrute</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/VeeV-Vitafrute.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/VeeV-Vitafrute.jpg" class="aligncenter size-full wp-image-1857" alt="VeeV Vitafrute" width="600" height="384" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/VeeV-Vitafrute.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/VeeV-Vitafrute-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1857" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/VeeV-Vitafrute.jpg" alt="VeeV Vitafrute" width="600" height="384" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/VeeV-Vitafrute.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/VeeV-Vitafrute-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://fw13.soniarykiel.com/en/looks/look1"><strong>Sonia Rykiel FW13</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sonia-Rykiel-FW13.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13.jpg" class="aligncenter size-full wp-image-1858" alt="Sonia Rykiel FW13" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1858" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sonia-Rykiel-FW13.jpg" alt="Sonia Rykiel FW13" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sonia-Rykiel-FW13-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.lecoldeclaudine.com/fr"><strong>Le col de Claudine</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Le-col-de-Claudine.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Le-col-de-Claudine.jpg" class="aligncenter size-full wp-image-1859" alt="Le col de Claudine" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Le-col-de-Claudine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Le-col-de-Claudine-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1859" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Le-col-de-Claudine.jpg" alt="Le col de Claudine" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Le-col-de-Claudine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Le-col-de-Claudine-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.srgint.com/"><strong>SRG</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/SRG.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/SRG.jpg" class="aligncenter size-full wp-image-1860" alt="SRG" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/SRG.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/SRG-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1860" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/SRG.jpg" alt="SRG" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/SRG.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/SRG-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.trezee.com/"><strong>Trezee studio</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trezee-studio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Trezee-studio.jpg" class="aligncenter size-full wp-image-1861" alt="Trezee studio" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trezee-studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trezee-studio-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1861" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trezee-studio.jpg" alt="Trezee studio" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trezee-studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trezee-studio-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://kitkat.com/labs/"><strong>Welcome To Kit Kat 4.4</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4.jpg" class="aligncenter size-full wp-image-1862" alt="Welcome To Kit Kat 4.4" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1862" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4.jpg" alt="Welcome To Kit Kat 4.4" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Welcome-To-Kit-Kat-4.4-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://aetherthemes.com/demo/visia/"><strong>Visia</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Visia.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Visia.jpg" class="aligncenter size-full wp-image-1863" alt="Visia" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1863" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Visia.jpg" alt="Visia" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Visia-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://sustainability.bam.co.uk/"><strong>BAM Construct UK Sustainability</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability.jpg" class="aligncenter size-full wp-image-1864" alt="BAM Construct UK Sustainability" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1864" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability.jpg" alt="BAM Construct UK Sustainability" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/BAM-Construct-UK-Sustainability-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pressels.com/"><strong>Dream Pretzels</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dream-Pretzels.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Dream-Pretzels.jpg" class="aligncenter size-full wp-image-1865" alt="Dream Pretzels" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dream-Pretzels.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dream-Pretzels-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1865" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Dream-Pretzels.jpg" alt="Dream Pretzels" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dream-Pretzels.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Dream-Pretzels-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.austrade.gov.au/greenbuildings/"><strong>Australian Trade Commission</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Australian-Trade-Commission.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Australian-Trade-Commission.jpg" class="aligncenter size-full wp-image-1866" alt="Australian Trade Commission" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Australian-Trade-Commission.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Australian-Trade-Commission-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1866" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Australian-Trade-Commission.jpg" alt="Australian Trade Commission" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Australian-Trade-Commission.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Australian-Trade-Commission-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.mgo.com/dinner/"><strong>M-Go Dinner and a Download</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download.jpg" class="aligncenter size-full wp-image-1867" alt="M-Go Dinner and a Download" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1867" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download.jpg" alt="M-Go Dinner and a Download" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/M-Go-Dinner-and-a-Download-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://ileadfarmers.com/"><strong>iLeadFarmers</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/iLeadFarmers.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/iLeadFarmers.jpg" class="aligncenter size-full wp-image-1868" alt="iLeadFarmers" width="600" height="268" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/iLeadFarmers.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/iLeadFarmers-300x134.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1868" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/iLeadFarmers.jpg" alt="iLeadFarmers" width="600" height="268" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/iLeadFarmers.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/iLeadFarmers-300x134.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://ganau.com/#%21home"><strong><span id="a1e202be-a6ef-492d-91ae-55d084747b86" class="GINGER_SOFATWARE_mark">Ganau</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ganau.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ganau.jpg" class="aligncenter size-full wp-image-1869" alt="Ganau" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1869" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ganau.jpg" alt="Ganau" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ganau-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.davidgraus.com/"><strong><span id="d07a1b66-d158-4248-8682-4afaf846fd03" class="GINGER_SOFATWARE_mark">Graus</span> Technical Architect</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Graus-Technical-Architect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Graus-Technical-Architect.jpg" class="aligncenter size-full wp-image-1870" alt="Graus Technical Architect" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Graus-Technical-Architect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Graus-Technical-Architect-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1870" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Graus-Technical-Architect.jpg" alt="Graus Technical Architect" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Graus-Technical-Architect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Graus-Technical-Architect-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://vvicrew.com/"><strong>VVI</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/VVI.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/VVI.jpg" class="aligncenter size-full wp-image-1871" alt="VVI" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/VVI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/VVI-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1871" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/VVI.jpg" alt="VVI" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/VVI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/VVI-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://retr.io/"><strong><span id="313788b8-0d4b-4367-a782-807ee5d40515" class="GINGER_SOFATWARE_mark">Retr</span><span id="74a4431d-d726-486c-81b2-c6b4c59b38d9" class="GINGER_SOFATWARE_mark">.</span>in</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Retr.in_.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Retr.in_.jpg" class="aligncenter size-full wp-image-1872" alt="Retr.in" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Retr.in_.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Retr.in_-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1872" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Retr.in_.jpg" alt="Retr.in" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Retr.in_.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Retr.in_-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://marketingz.fr/"><strong>MARKETINGZ</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MARKETINGZ.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ.jpg" class="aligncenter size-full wp-image-1873" alt="MARKETINGZ" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1873" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MARKETINGZ.jpg" alt="MARKETINGZ" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MARKETINGZ-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.sosglobal.eu/en/"><strong>SOS Global</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/SOS-Global.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/SOS-Global.jpg" class="aligncenter size-full wp-image-1874" alt="SOS Global" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/SOS-Global.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/SOS-Global-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1874" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/SOS-Global.jpg" alt="SOS Global" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/SOS-Global.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/SOS-Global-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.sochi2014.lifefitnessrussia.ru/?lang=en"><strong>Life Fitness at the Sochi</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi.jpg" class="aligncenter size-full wp-image-1875" alt="Life Fitness at the Sochi" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1875" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi.jpg" alt="Life Fitness at the Sochi" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Life-Fitness-at-the-Sochi-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.thewhig.org/"><strong>The Whig</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Whig.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Whig.jpg" class="aligncenter size-full wp-image-1876" alt="The Whig" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Whig.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Whig-300x132.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1876" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Whig.jpg" alt="The Whig" width="600" height="264" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Whig.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Whig-300x132.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pacha.com/"><strong>Pacha</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pacha.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Pacha.jpg" class="aligncenter size-full wp-image-1877" alt="Pacha" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pacha.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pacha-300x147.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1877" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Pacha.jpg" alt="Pacha" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pacha.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Pacha-300x147.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.amplifiq.com.br/"><strong>AmplifiQ</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/AmplifiQ.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/AmplifiQ.jpg" class="aligncenter size-full wp-image-1878" alt="AmplifiQ" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/AmplifiQ.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/AmplifiQ-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1878" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/AmplifiQ.jpg" alt="AmplifiQ" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/AmplifiQ.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/AmplifiQ-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.150-jahre-geze.de/150.html?no_cache=1"><strong>GEZE 150th Anniversary</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GEZE-150th-Anniversary.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/GEZE-150th-Anniversary.jpg" class="aligncenter size-full wp-image-1879" alt="GEZE 150th Anniversary" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/GEZE-150th-Anniversary.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/GEZE-150th-Anniversary-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1879" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GEZE-150th-Anniversary.jpg" alt="GEZE 150th Anniversary" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/GEZE-150th-Anniversary.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/GEZE-150th-Anniversary-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.davidyurman.com/"><strong>David Yurman</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/David-Yurman.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/David-Yurman.jpg" class="aligncenter size-full wp-image-1880" alt="David Yurman" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/David-Yurman.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/David-Yurman-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1880" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/David-Yurman.jpg" alt="David Yurman" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/David-Yurman.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/David-Yurman-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.hydrosys.ca/en/"><strong>Hydrosys</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hydrosys.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Hydrosys.jpg" class="aligncenter size-full wp-image-1881" alt="Hydrosys" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hydrosys.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hydrosys-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1881" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hydrosys.jpg" alt="Hydrosys" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hydrosys.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hydrosys-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://parall.ax/"><strong>Parallax</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Parallax.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Parallax.jpg" class="aligncenter size-full wp-image-1882" alt="Parallax" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1882" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Parallax.jpg" alt="Parallax" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Parallax-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://www.connachtrugby.ie/"><strong>Connacht Rugby</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Connacht-Rugby.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Connacht-Rugby.jpg" class="aligncenter size-full wp-image-1883" alt="Connacht Rugby" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Connacht-Rugby.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Connacht-Rugby-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1883" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Connacht-Rugby.jpg" alt="Connacht Rugby" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Connacht-Rugby.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Connacht-Rugby-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://orange.com/sirius/histoire/en/"><strong>Orange History</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Orange-History.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Orange-History.jpg" class="aligncenter size-full wp-image-1884" alt="Orange History" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Orange-History.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Orange-History-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1884" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Orange-History.jpg" alt="Orange History" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Orange-History.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Orange-History-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.towerfilms.net/"><strong>Tower Films</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Tower-Films.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Tower-Films.jpg" class="aligncenter size-full wp-image-1885" alt="Tower Films" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Tower-Films.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Tower-Films-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1885" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Tower-Films.jpg" alt="Tower Films" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Tower-Films.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Tower-Films-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://forester2013.ru/"><strong>New Subaru Forester</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/New-Subaru-Forester.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/New-Subaru-Forester.jpg" class="aligncenter size-full wp-image-1886" alt="New Subaru Forester" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/New-Subaru-Forester.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/New-Subaru-Forester-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1886" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/New-Subaru-Forester.jpg" alt="New Subaru Forester" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/New-Subaru-Forester.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/New-Subaru-Forester-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://one.htc.com/experienceit/index.html?site=IN&amp;view=360View"><strong>Experience the new HTC One</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Experience-the-new-HTC-One.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Experience-the-new-HTC-One.jpg" class="aligncenter size-full wp-image-1887" alt="Experience the new HTC One" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Experience-the-new-HTC-One.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Experience-the-new-HTC-One-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1887" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Experience-the-new-HTC-One.jpg" alt="Experience the new HTC One" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Experience-the-new-HTC-One.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Experience-the-new-HTC-One-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.trionndesign.com/"><strong>Trionn Design</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trionn-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Trionn-Design.jpg" class="aligncenter size-full wp-image-1888" alt="Trionn Design" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trionn-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trionn-Design-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1888" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trionn-Design.jpg" alt="Trionn Design" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trionn-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trionn-Design-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.kreditna-karta.bg/"><strong>The ONE</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-ONE.jpg" class="aligncenter size-full wp-image-1889" alt="The ONE" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1889" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE.jpg" alt="The ONE" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://sendmetoouterspace.com/"><strong>Send me to outer space</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Send-me-to-outer-space.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Send-me-to-outer-space.jpg" class="aligncenter size-full wp-image-1890" alt="Send me to outer space" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Send-me-to-outer-space.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Send-me-to-outer-space-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1890" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Send-me-to-outer-space.jpg" alt="Send me to outer space" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Send-me-to-outer-space.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Send-me-to-outer-space-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://devriend.submarinechannel.com/en/"><strong>Friend</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Friend.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Friend.jpg" class="aligncenter size-full wp-image-1891" alt="Friend" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Friend.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Friend-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1891" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Friend.jpg" alt="Friend" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Friend.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Friend-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.sweez.com.br/#atendimento"><strong><span id="1857f719-dcfd-4020-b45d-1760960befca" class="GINGER_SOFATWARE_mark">Sweez</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sweez.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sweez.jpg" class="aligncenter size-full wp-image-1892" alt="Sweez" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sweez.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sweez-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1892" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sweez.jpg" alt="Sweez" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sweez.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sweez-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://kampanjeweb.apt.no/volkswagen/sommer12/#golf"><strong>Volkswagen</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Volkswagen.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Volkswagen.jpg" class="aligncenter size-full wp-image-1893" alt="Volkswagen" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Volkswagen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Volkswagen-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1893" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Volkswagen.jpg" alt="Volkswagen" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Volkswagen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Volkswagen-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://hotdot.pro/en/#kynsi"><strong><span id="7d7fadd5-15c0-4bd9-8ea1-f912d8859f42" class="GINGER_SOFATWARE_mark">Hotdot</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hotdot.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Hotdot.jpg" class="aligncenter size-full wp-image-1894" alt="Hotdot" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hotdot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hotdot-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1894" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hotdot.jpg" alt="Hotdot" width="600" height="334" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hotdot.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hotdot-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.nouvelleoctavia.fr/"><strong>Nouvelle Octavia</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Nouvelle-Octavia.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Nouvelle-Octavia.jpg" class="aligncenter size-full wp-image-1895" alt="Nouvelle Octavia" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Nouvelle-Octavia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Nouvelle-Octavia-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1895" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Nouvelle-Octavia.jpg" alt="Nouvelle Octavia" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Nouvelle-Octavia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Nouvelle-Octavia-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://olszanska.pl/#page-strona-glowna"><strong>Olszanska</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Olszanska.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Olszanska.jpg" class="aligncenter size-full wp-image-1896" alt="Olszanska" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Olszanska.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Olszanska-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1896" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Olszanska.jpg" alt="Olszanska" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Olszanska.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Olszanska-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "55+ Creative Examples of Parallax Scrolling Web Designs"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="fTuJlb1fe619ca70e22613c2ee993c0c94250f4a5a10a0afa56eb1ecbdd01a5a0da3d" class="wpdiscuz-cnonce" name="cnonce" value="fTuJlb1fe619ca70e22613c2ee993c0c94250f4a5a10a0afa56eb1ecbdd01a5a0da3d" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="HhrKu48cb25f154b0a828acdbf29d083d84259e012d66133315caaa3700e5d8ec9f8c" class="wpdiscuz-cnonce" name="cnonce" value="HhrKu48cb25f154b0a828acdbf29d083d84259e012d66133315caaa3700e5d8ec9f8c" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10086_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/8eeb1d7a26dc6a05dbcb43d59731c6d9?s=48&#038;d=mm&#038;r=g" alt="Ansh" srcset="http://2.gravatar.com/avatar/8eeb1d7a26dc6a05dbcb43d59731c6d9?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Ansh'' src=''http://thedesignpixel.com/files/avatar/8eeb1d7a26dc6a05dbcb43d59731c6d9_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/8eeb1d7a26dc6a05dbcb43d59731c6d9?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10086" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Ansh</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs.html#comment-10086&quot; /&gt;" /></div><div class="wc-comment-date">September 18, 2015 1:05 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>This collection is amazing.<br /> Is there any way to create parallax on just bottom half of the page?</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=This%20collection%20is%20amazing.Is%20there%20any%20way%20to%20create%20parallax%20on%20just%20bottom%20half%20of%20the%20page?http://www.thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs.html#comment-10086" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10086_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'creative examples of parallax scrolling web designs', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-parallax-scrolling-web-designs', '', '', '2017-04-11 13:16:14', '2017-04-11 13:16:14', '', 0, 'http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(117, 1, '2017-04-11 13:16:18', '2017-04-11 13:16:18', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>&nbsp;&nbsp;/&nbsp;&nbsp;40+ Creative Examples of Retro Style Web Designs</div><div class="single-content"><article class="post-1764 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration"><div id="post-1764" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">40+ Creative Examples of Retro Style Web Designs</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Owning a website is a vital part of your brand name to survive in this competitive time of 2014. A website not only provides convenience to your customers, but also provides a lot of support to you too. You can use your website for many purposes. And, having a well designed website is very vital too. It attracts the customers to be accessing it more and more, and you get more potential customers. Just like fashion, there have been seasons of trend for every kind of designs in the web industry. And, talking today, in 2014, there has been a great hype of the retro style web designs. We are seeing retro designs almost everywhere, like posters, company promotions, etc. And, now there are a lot of websites being designed using the retro style color combinations, images etc.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Retro is the word given to designs, that originate from the 1960&rsquo;s. These are very simple designs, because there was not much of the technology available at that time, and giving a rebirth to those designs is what a retro <span id="797c3964-e24c-49bc-85a8-a387a3fb59a3" class="GINGER_SOFATWARE_mark">does</span>. A simple combination of colors, large fonts, 2D images, etc., all make up retro a great to look and wonderful design <span id="f569b785-4930-4dad-9308-5255ebfb7dec" class="GINGER_SOFATWARE_mark">form</span>.</p><p>Web designers charge a great sum of money to be designing the type of website you want. To save those funds, we seek for website templates, and finding templates for the retro design platforms is not a hard job at all. There are hundreds of these templates available to download and implement. Making your job even easier, we have prepared a list of 40+ creative examples of retro style web designs for Inspiration.</p><h3><strong><span style="text-decoration: underline;"><em>40+ Examples of Creative Retro Style Web Designs</em></span>:</strong></h3><p><strong><a href="http://blueribbonfriedchicken.com/">Blue Ribbon Fried Chicken</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken.jpg"><img class="aligncenter size-full wp-image-1765" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken.jpg" alt="Blue Ribbon Fried Chicken" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1765" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken.jpg" alt="Blue Ribbon Fried Chicken" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blue-Ribbon-Fried-Chicken-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://missmarysmix.com/">Miss Mary&rsquo;s mix</a></strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1766" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Miss-Marys-mix.jpg" alt="Miss Mary&rsquo;s mix" width="600" height="341"><noscript></noscript></a></p><p><strong><a href="http://bangersaustin.com/"><span id="7bca4e2c-fdf4-4d11-84cc-44e925251d9f" class="GINGER_SOFATWARE_mark">Banger&rsquo;s Austin</span></a></strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1767" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Bangers-Austin.jpg" alt="Banger&rsquo;s Austin" width="600" height="320"><noscript></noscript></a></p><p><strong><a href="https://heritagechickens.ca/">Heritage Chickens</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Heritage-Chickens.jpg"><img class="aligncenter size-full wp-image-1768" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Heritage-Chickens.jpg" alt="Heritage Chickens" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Heritage-Chickens.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Heritage-Chickens-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1768" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Heritage-Chickens.jpg" alt="Heritage Chickens" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Heritage-Chickens.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Heritage-Chickens-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://empirestatestudios.com/">Empire State Studios</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Empire-State-Studios.jpg"><img class="aligncenter size-full wp-image-1769" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Empire-State-Studios.jpg" alt="Empire State Studios" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Empire-State-Studios.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Empire-State-Studios-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1769" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Empire-State-Studios.jpg" alt="Empire State Studios" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Empire-State-Studios.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Empire-State-Studios-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.kinderfotografie-evihermans.be/">Kinder Fotografie</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Kinder-Fotografie.jpg"><img class="aligncenter size-full wp-image-1770" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Kinder-Fotografie.jpg" alt="Kinder Fotografie" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kinder-Fotografie.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kinder-Fotografie-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1770" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Kinder-Fotografie.jpg" alt="Kinder Fotografie" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kinder-Fotografie.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Kinder-Fotografie-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://spivet.gaumont.fr/bande_annonce">TV <span id="37fa48af-1371-4360-a4ce-f72cb682644e" class="GINGER_SOFATWARE_mark">spivet</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/TV-spivet.jpg"><img class="aligncenter size-full wp-image-1771" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet.jpg" alt="TV spivet" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1771" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/TV-spivet.jpg" alt="TV spivet" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/TV-spivet-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://newmansfish.com/home">New Man&rsquo;s Fish</a></strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1772" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/New-Mans-Fish.jpg" alt="New Man&rsquo;s Fish" width="600" height="352"><noscript></noscript></a></p><p><strong><a href="http://ithacabakery.com/">Ithaca Bakery</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ithaca-Bakery.jpg"><img class="aligncenter size-full wp-image-1773" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ithaca-Bakery.jpg" alt="Ithaca Bakery" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ithaca-Bakery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ithaca-Bakery-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1773" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ithaca-Bakery.jpg" alt="Ithaca Bakery" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ithaca-Bakery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ithaca-Bakery-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.beatboxacademy.ca/">Beat Box Academy</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beat-Box-Academy.jpg"><img class="aligncenter size-full wp-image-1774" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy.jpg" alt="Beat Box Academy" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1774" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beat-Box-Academy.jpg" alt="Beat Box Academy" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beat-Box-Academy-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://2014.inspireconf.com/">Ready To Inspire</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ready-To-Inspire.jpg"><img class="aligncenter size-full wp-image-1775" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ready-To-Inspire.jpg" alt="Ready To Inspire" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ready-To-Inspire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ready-To-Inspire-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1775" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ready-To-Inspire.jpg" alt="Ready To Inspire" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ready-To-Inspire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ready-To-Inspire-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://andotrucktulsa.com/">Andolini&rsquo;s Pizzeria</a></strong></p><p><a href="#"><img class="aligncenter size-full wp-image-1776" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Andolinis-Pizzeria.jpg" alt="Andolini&rsquo;s Pizzeria" width="600" height="333"><noscript></noscript></a></p><p><strong><a href="http://collinsonpine.com/">Collins On Pine</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Collins-On-Pine.jpg"><img class="aligncenter size-full wp-image-1777" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Collins-On-Pine.jpg" alt="Collins On Pine" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Collins-On-Pine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Collins-On-Pine-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1777" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Collins-On-Pine.jpg" alt="Collins On Pine" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Collins-On-Pine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Collins-On-Pine-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.remixcarolyn.com/">Remix Carolyn</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Remix-Carolyn.jpg"><img class="aligncenter size-full wp-image-1778" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Remix-Carolyn.jpg" alt="Remix Carolyn" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Remix-Carolyn.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Remix-Carolyn-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1778" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Remix-Carolyn.jpg" alt="Remix Carolyn" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Remix-Carolyn.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Remix-Carolyn-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://sanchezromerocarvajal.com/">Sanchez Romero Carvajal</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal.jpg"><img class="aligncenter size-full wp-image-1779" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal.jpg" alt="Sanchez Romero Carvajal" width="600" height="339" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1779" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal.jpg" alt="Sanchez Romero Carvajal" width="600" height="339" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sanchez-Romero-Carvajal-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://boston-cream.com/">Boston Cream</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Boston-Cream.jpg"><img class="aligncenter size-full wp-image-1780" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Boston-Cream.jpg" alt="Boston Cream" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boston-Cream.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boston-Cream-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1780" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Boston-Cream.jpg" alt="Boston Cream" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boston-Cream.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Boston-Cream-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.hag.ch/de/">Hag</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hag.jpg"><img class="aligncenter size-full wp-image-1781" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Hag.jpg" alt="Hag" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hag.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hag-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1781" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Hag.jpg" alt="Hag" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hag.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Hag-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.shiner.com/">Shiner</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shiner.jpg"><img class="aligncenter size-full wp-image-1782" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Shiner.jpg" alt="Shiner" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shiner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shiner-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1782" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shiner.jpg" alt="Shiner" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shiner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shiner-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.swedishhasbeens.com/">Swedish <span id="ccc7ff59-234d-4d93-b353-253850252a50" class="GINGER_SOFATWARE_mark">Hasbeens</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Swedish-Hasbeens.jpg"><img class="aligncenter size-full wp-image-1783" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Swedish-Hasbeens.jpg" alt="Swedish Hasbeens" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swedish-Hasbeens.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swedish-Hasbeens-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1783" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Swedish-Hasbeens.jpg" alt="Swedish Hasbeens" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swedish-Hasbeens.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Swedish-Hasbeens-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://thequilterscafe.com.au/">The Quilters Cafe</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Quilters-Cafe.jpg"><img class="aligncenter size-full wp-image-1784" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Quilters-Cafe.jpg" alt="The Quilters Cafe" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Quilters-Cafe.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Quilters-Cafe-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1784" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Quilters-Cafe.jpg" alt="The Quilters Cafe" width="600" height="317" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Quilters-Cafe.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Quilters-Cafe-300x159.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.cirq.com/">Cirq</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cirq.jpg"><img class="aligncenter size-full wp-image-1785" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cirq.jpg" alt="Cirq" width="600" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cirq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cirq-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1785" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cirq.jpg" alt="Cirq" width="600" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cirq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cirq-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://minhabencao.com.br/"><span id="e3fd6c10-8c46-4214-9da5-efe632fb16b6" class="GINGER_SOFATWARE_mark">Minha</span> Bencao</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Minha-Bencao.jpg"><img class="aligncenter size-full wp-image-1786" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Minha-Bencao.jpg" alt="Minha Bencao" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Minha-Bencao.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Minha-Bencao-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1786" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Minha-Bencao.jpg" alt="Minha Bencao" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Minha-Bencao.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Minha-Bencao-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://salasviglas.sk/"><span id="9ebaeaa8-66f3-425d-87fc-2dbe5aebf3d7" class="GINGER_SOFATWARE_mark">Salas</span> Viglas</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Salas-Viglas.jpg"><img class="aligncenter size-full wp-image-1787" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas.jpg" alt="Salas Viglas" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1787" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Salas-Viglas.jpg" alt="Salas Viglas" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Salas-Viglas-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.sensisoft.com/"><span id="5ce13937-1323-470e-a5a7-17246f5e3e35" class="GINGER_SOFATWARE_mark">Sensi</span> Soft</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sensi-Soft.jpg"><img class="aligncenter size-full wp-image-1788" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft.jpg" alt="Sensi Soft" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1788" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sensi-Soft.jpg" alt="Sensi Soft" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.dollardreadful.com/">The Dollar Dreadful Family Library</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library.jpg"><img class="aligncenter size-full wp-image-1789" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library.jpg" alt="The Dollar Dreadful Family Library" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1789" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library.jpg" alt="The Dollar Dreadful Family Library" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Dollar-Dreadful-Family-Library-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.theoldstate.com/blog/">The Statement</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Statement.jpg"><img class="aligncenter size-full wp-image-1790" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Statement.jpg" alt="The Statement" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Statement.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Statement-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1790" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Statement.jpg" alt="The Statement" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Statement.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Statement-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://jonathanploeg.nl/">Jonathan Ploeg</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jonathan-Ploeg.jpg"><img class="aligncenter size-full wp-image-1791" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Jonathan-Ploeg.jpg" alt="Jonathan Ploeg" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jonathan-Ploeg.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jonathan-Ploeg-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1791" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Jonathan-Ploeg.jpg" alt="Jonathan Ploeg" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jonathan-Ploeg.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Jonathan-Ploeg-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://good-morning.no/casestudies/good-morning-breakfast/">Good Morning Breakfast</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Good-Morning-Breakfast.jpg"><img class="aligncenter size-full wp-image-1792" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Good-Morning-Breakfast.jpg" alt="Good Morning Breakfast" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Good-Morning-Breakfast.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Good-Morning-Breakfast-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1792" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Good-Morning-Breakfast.jpg" alt="Good Morning Breakfast" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Good-Morning-Breakfast.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Good-Morning-Breakfast-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.quarteldesign.com/">Quartel Design</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Quartel-Design.jpg"><img class="aligncenter size-full wp-image-1793" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Quartel-Design.jpg" alt="Quartel Design" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quartel-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quartel-Design-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1793" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Quartel-Design.jpg" alt="Quartel Design" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quartel-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Quartel-Design-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://nevskypassage.com/">Shopping Arcade by ISLAND Creative Group</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group.jpg"><img class="aligncenter size-full wp-image-1794" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group.jpg" alt="Shopping Arcade by ISLAND Creative Group" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1794" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group.jpg" alt="Shopping Arcade by ISLAND Creative Group" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shopping-Arcade-by-ISLAND-Creative-Group-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://advisage.pl/"><span id="44b3b8e6-d000-48c2-ad05-3998acfd8f2f" class="GINGER_SOFATWARE_mark">Advisage</span> Studio by Michal Mikolajczak</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak.jpg"><img class="aligncenter size-full wp-image-1795" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak.jpg" alt="Advisage Studio by Michal Mikolajczak" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1795" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak.jpg" alt="Advisage Studio by Michal Mikolajczak" width="600" height="304" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Advisage-Studio-by-Michal-Mikolajczak-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.ernesthemingwaycollection.com/">The Ernest Hemingway Collection</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection.jpg"><img class="aligncenter size-full wp-image-1796" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection.jpg" alt="The Ernest Hemingway Collection" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1796" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection.jpg" alt="The Ernest Hemingway Collection" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Ernest-Hemingway-Collection-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.ridebarstow.com/">The Bartsow by Marc Blanchard / Malte Haust</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard.jpg"><img class="aligncenter size-full wp-image-1797" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard.jpg" alt="The Bartsow by Marc Blanchard" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1797" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard.jpg" alt="The Bartsow by Marc Blanchard" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Bartsow-by-Marc-Blanchard-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://theocacao.com/"><span id="0e165394-7627-4b17-86d0-0406ebef0740" class="GINGER_SOFATWARE_mark">Theocacao</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Theocacao.jpg"><img class="aligncenter size-full wp-image-1798" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Theocacao.jpg" alt="Theocacao" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Theocacao.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Theocacao-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1798" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Theocacao.jpg" alt="Theocacao" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Theocacao.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Theocacao-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://process.iancoyle.com/">The Process by Ian Coyle</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle.jpg"><img class="aligncenter size-full wp-image-1799" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle.jpg" alt="The Process by Ian Coyle" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1799" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle.jpg" alt="The Process by Ian Coyle" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Process-by-Ian-Coyle-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://bornin82.com/#/home">Born In 82 By Paul Vayanos</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos.jpg"><img class="aligncenter size-full wp-image-1800" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos.jpg" alt="Born In 82 By Paul Vayanos" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1800" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos.jpg" alt="Born In 82 By Paul Vayanos" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Born-In-82-By-Paul-Vayanos-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://luxahoy.com/">Luxa Hoy</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Luxa-Hoy.jpg"><img class="aligncenter size-full wp-image-1801" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Luxa-Hoy.jpg" alt="Luxa Hoy" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Luxa-Hoy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Luxa-Hoy-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1801" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Luxa-Hoy.jpg" alt="Luxa Hoy" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Luxa-Hoy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Luxa-Hoy-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.thepostproducers.com/">The Post Producers</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Post-Producers.jpg"><img class="aligncenter size-full wp-image-1802" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Post-Producers.jpg" alt="The Post Producers" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Post-Producers.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Post-Producers-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1802" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Post-Producers.jpg" alt="The Post Producers" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Post-Producers.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Post-Producers-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://shoshorov.net/"><span id="7b0090ad-e713-488d-b03c-ec0e6c437941" class="GINGER_SOFATWARE_mark">Shoshorov</span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shoshorov.jpg"><img class="aligncenter size-full wp-image-1803" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Shoshorov.jpg" alt="Shoshorov" width="600" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shoshorov.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shoshorov-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1803" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Shoshorov.jpg" alt="Shoshorov" width="600" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shoshorov.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Shoshorov-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.trailerparktruck.com/">Trailer Park Truck</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trailer-Park-Truck.jpg"><img class="aligncenter size-full wp-image-1804" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Trailer-Park-Truck.jpg" alt="Trailer Park Truck" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trailer-Park-Truck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trailer-Park-Truck-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1804" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Trailer-Park-Truck.jpg" alt="Trailer Park Truck" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trailer-Park-Truck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Trailer-Park-Truck-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.stallanddean.com/">Stall And Dean</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Stall-And-Dean.jpg"><img class="aligncenter size-full wp-image-1805" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Stall-And-Dean.jpg" alt="Stall And Dean" width="600" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Stall-And-Dean.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Stall-And-Dean-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1805" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Stall-And-Dean.jpg" alt="Stall And Dean" width="600" height="331" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Stall-And-Dean.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Stall-And-Dean-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://radio.nymoon.com/">The New York Moon</a></strong></p><p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-New-York-Moon.jpg"><img class="aligncenter size-full wp-image-1806" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-New-York-Moon.jpg" alt="The New York Moon" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-New-York-Moon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-New-York-Moon-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-1806" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-New-York-Moon.jpg" alt="The New York Moon" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-New-York-Moon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-New-York-Moon-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="fqHr11f069aca59e30e8e33003466bb438112a6d4ea5b1c5c90cf1c30e60762dfd83f" class="wpdiscuz-cnonce" name="cnonce" value="fqHr11f069aca59e30e8e33003466bb438112a6d4ea5b1c5c90cf1c30e60762dfd83f" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="p6M2Z33f11cec9ceae7cc7e2252f7c9462d47049fbf353bc6a6ea9173def4ed65ba1a" class="wpdiscuz-cnonce" name="cnonce" value="p6M2Z33f11cec9ceae7cc7e2252f7c9462d47049fbf353bc6a6ea9173def4ed65ba1a" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'creative examples of retro style web designs', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-retro-style-web-designs', '', '', '2017-04-11 13:16:18', '2017-04-11 13:16:18', '', 0, 'http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(118, 1, '2017-04-11 13:16:21', '2017-04-11 13:16:21', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Creative Examples of UI and Wireframe Sketches </div>\n<div class="single-content">\n<article class="post-1725 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-graphics tag-inspiration tag-ui-design tag-ux-design">\n<div id="post-1725" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">35+ Creative Examples of UI and Wireframe Sketches</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by hand on a paper, clears the concepts and leaves the perfect strategy of the plan. <span id="130015a2-b785-4789-bd7f-4b4d93404652" class="GINGER_SOFATWARE_mark">Wireframe</span> is a rough sketch of the project, that is to be worked on. <span id="ad0daaa6-b450-4ce7-a2b8-6e29f07b5a74" class="GINGER_SOFATWARE_mark">Wireframes</span> define the modules, sub modules, how they will be connected, on a paper, that helps you in the future, when you are finally on the coding and the designing part.</p>\n<p><span id="9f814315-b5aa-4f0d-9f37-bf73e92370e9" class="GINGER_SOFATWARE_mark">Wireframes</span> are easy to design, but, require some practice, and knowledge, if you haven&rsquo;t ever designed the same. It is not easier to be understood concepts using tutorials, but some easy and cool examples inspire you well, and a killer figure is drawn in your mind, that how are you going to be working on it. Most of the professional designers use <span id="ed4e13fc-2713-4832-b99e-66e50e32cde8" class="GINGER_SOFATWARE_mark">wireframes</span>, for any of their projects, may it be application development, website development, etc. And, they generally release them over the web, after completion of the project, to inspire the amateur designers.</p>\n<p>There might be thousands of such <span id="fec30b82-4c36-406c-8577-658ffd75f846" class="GINGER_SOFATWARE_mark">wireframes</span> wandering over the web. And, searching for the one to inspire you is not a possible task. On an average basis, a good wireframe is simple, to the point, short, and easily interpretable. We have prepared a list of 35+ such wireframe sketches and UI designs, that follow the criteria, and provide a great level of inspiration and act as best examples of a good wireframe design. You can check them out, and choose the one, that you find to be similar to your subject and project. The list is as follows:\n</p>\n<h3><strong><span style="text-decoration: underline;"><em>35+ Creative Examples of UI and Wireframe Sketches</em></span>:</strong></h3>\n<p><strong><a href="http://dribbble.com/shots/1062433-Defind-Wireframe-Sketches"><span id="7f3dd892-7508-4500-8d37-af1dcb845ce9" class="GINGER_SOFATWARE_mark"><span id="585842fb-ad28-4467-883d-43fe825a6dde" class="GINGER_SOFATWARE_mark">Defind</span></span> <span id="b1461d92-08ca-45eb-900f-70073669e6d5" class="GINGER_SOFATWARE_mark">Wireframe</span> Sketches by&nbsp;Melissa Wong</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Defind-Wireframe-Sketches-by-Melissa-Wong.png"><img class="aligncenter size-full wp-image-1726" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Defind-Wireframe-Sketches-by-Melissa-Wong.png" alt="Defind Wireframe Sketches by Melissa Wong" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1726" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Defind-Wireframe-Sketches-by-Melissa-Wong.png" alt="Defind Wireframe Sketches by Melissa Wong" width="600" height="450"></noscript></a></p>\n<p><strong><a href="http://dribbble.com/shots/1062212-Website-Wireframes-05-06">Website Wireframes 05/06 by George Bartz</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Website-Wireframes-05-06-by-George-Bartz.jpeg"><img class="aligncenter size-full wp-image-1727" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Website-Wireframes-05-06-by-George-Bartz.jpeg" alt="Website Wireframes 05 06 by George Bartz" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1727" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Website-Wireframes-05-06-by-George-Bartz.jpeg" alt="Website Wireframes 05 06 by George Bartz" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1007138-Motlee-UI-Sketches"><span id="64dc9d5d-af13-4fec-8013-d4b28df492f0" class="GINGER_SOFATWARE_mark"><span id="043e7b46-061d-433e-ba4d-580fdccfef54" class="GINGER_SOFATWARE_mark">Motlee</span></span> UI Sketches&nbsp;by&nbsp;Stephen Corby</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Motlee-UI-Sketches-by-Stephen-Corby.png"><img class="aligncenter size-full wp-image-1728" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Motlee-UI-Sketches-by-Stephen-Corby.png" alt="Motlee UI Sketches by Stephen Corby" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1728" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Motlee-UI-Sketches-by-Stephen-Corby.png" alt="Motlee UI Sketches by Stephen Corby" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1049673-Scheduling-UI-Sketch">Scheduling UI Sketch&nbsp;by&nbsp;Jonathan Gorczyca</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scheduling-UI-Sketch-by-Jonathan-Gorczyca.jpg"><img class="aligncenter size-full wp-image-1729" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Scheduling-UI-Sketch-by-Jonathan-Gorczyca.jpg" alt="Scheduling UI Sketch by Jonathan Gorczyca" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1729" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Scheduling-UI-Sketch-by-Jonathan-Gorczyca.jpg" alt="Scheduling UI Sketch by Jonathan Gorczyca" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1013197-Sketch-book-UI"><span id="bf45ec59-47e1-4301-a386-8a0ee4f46f43" class="GINGER_SOFATWARE_mark"><span id="8e9db7aa-63b3-4bfd-89a9-c7f37ee185d8" class="GINGER_SOFATWARE_mark">Sketch book</span></span> UI&nbsp;by&nbsp;Alex Mulder</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketch-book-UI-by-Alex-Mulder.jpg"><img class="aligncenter size-full wp-image-1730" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sketch-book-UI-by-Alex-Mulder.jpg" alt="Sketch book UI by Alex Mulder" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1730" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketch-book-UI-by-Alex-Mulder.jpg" alt="Sketch book UI by Alex Mulder" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1060597-3-Up-Sketches">3 Up Sketches&nbsp;by&nbsp;Isaac Weinhausen</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/3-Up-Sketches-by-Isaac-Weinhausen.png"><img class="aligncenter size-full wp-image-1731" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/3-Up-Sketches-by-Isaac-Weinhausen.png" alt="3 Up Sketches by Isaac Weinhausen" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1731" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/3-Up-Sketches-by-Isaac-Weinhausen.png" alt="3 Up Sketches by Isaac Weinhausen" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1065121-People-Page-Sketch">People Page Sketch by Neal Corbett</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/People-Page-Sketch-by-Neal-Corbett.png"><img class="aligncenter size-full wp-image-1732" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/People-Page-Sketch-by-Neal-Corbett.png" alt="People Page Sketch by Neal Corbett" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1732" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/People-Page-Sketch-by-Neal-Corbett.png" alt="People Page Sketch by Neal Corbett" width="600" height="450"></noscript></a></strong></p>\n<p><strong><span id="11e0ad9d-1230-45df-9f1a-02727fc0259a" class="GINGER_SOFATWARE_mark"><span id="c75b9707-cc9b-493a-906d-1d938d295f10" class="GINGER_SOFATWARE_mark">Sneakpeak</span></span> Sketch by Cyrus Henderson</strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sneakpeak-Sketch-by-Cyrus-Henderson.jpg"><img class="aligncenter size-full wp-image-1733" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sneakpeak-Sketch-by-Cyrus-Henderson.jpg" alt="Sneakpeak Sketch by Cyrus Henderson" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1733" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sneakpeak-Sketch-by-Cyrus-Henderson.jpg" alt="Sneakpeak Sketch by Cyrus Henderson" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1102000-Indinero-Check-Sketch"><span id="d252e412-4127-4ccc-b1e1-0c341358e826" class="GINGER_SOFATWARE_mark"><span id="24a25777-0269-4795-9015-5c24adb788cf" class="GINGER_SOFATWARE_mark">Indinero</span></span> Check Sketch by Philip Clark</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Indinero-Check-Sketch-by-Philip-Clark.jpg"><img class="aligncenter size-full wp-image-1734" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Indinero-Check-Sketch-by-Philip-Clark.jpg" alt="Indinero Check Sketch by Philip Clark" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1734" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Indinero-Check-Sketch-by-Philip-Clark.jpg" alt="Indinero Check Sketch by Philip Clark" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1087725-WhereTO-App-Events"><span id="559c080a-e45f-4613-8093-52c624f50705" class="GINGER_SOFATWARE_mark"><span id="f9ce44a1-1cc8-4114-9b52-7ade426dc52e" class="GINGER_SOFATWARE_mark">WhereTO</span></span> App by <span id="fb7702c1-87f8-436f-8e9b-fd0e4ddf5bc9" class="GINGER_SOFATWARE_mark"><span id="925284ab-00cb-47f5-923f-b8e93d2d1fe7" class="GINGER_SOFATWARE_mark">Regy</span></span> Perlera</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera.jpg"><img class="aligncenter size-full wp-image-1735" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera.jpg" alt="WhereTO App by Regy Perlera" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1735" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera.jpg" alt="WhereTO App by Regy Perlera" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1187350-iPad-App-Concept-Sketch"><span id="7a9c3c5f-7106-4640-995d-e86b88498530" class="GINGER_SOFATWARE_mark"><span id="bf2d7d46-cb39-461f-85c3-1095cd755013" class="GINGER_SOFATWARE_mark">iPad</span></span> App Concept by Michael Musgjerd</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/iPad-App-Concept-by-Michael-Musgjerd.png"><img class="aligncenter size-full wp-image-1736" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/iPad-App-Concept-by-Michael-Musgjerd.png" alt="iPad App Concept by Michael Musgjerd" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1736" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/iPad-App-Concept-by-Michael-Musgjerd.png" alt="iPad App Concept by Michael Musgjerd" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1133861-Maps">Maps by Lucas <span id="198b6059-2669-4f5d-97f3-520974d762ac" class="GINGER_SOFATWARE_mark"><span id="50306add-2e00-4a0c-8d2a-05727b9fe0db" class="GINGER_SOFATWARE_mark">del</span></span> R&iacute;o</a></strong></p>\n<p><strong><a href="#"><img class="aligncenter size-full wp-image-1737" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Maps-by-Lucas-del-Rio.jpg" alt="Maps by Lucas del R&iacute;o" width="600" height="450"><noscript></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1103797-Vesper-UI-sketch">Vesper UI sketch by <span id="d52c2ce5-f1d6-4fd2-91aa-7b48868a3f3b" class="GINGER_SOFATWARE_mark"><span id="c54ea131-7733-46cf-b676-669e1ef5743b" class="GINGER_SOFATWARE_mark">jonathan</span></span> <span id="b57b65bc-0f27-40b2-8436-ea933a76c8e4" class="GINGER_SOFATWARE_mark"><span id="2ca6cc8f-5f29-477d-b539-6541bb3cf560" class="GINGER_SOFATWARE_mark">youngblood</span></span></a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Vesper-UI-sketch-by-jonathan-youngblood.png"><img class="aligncenter size-full wp-image-1738" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Vesper-UI-sketch-by-jonathan-youngblood.png" alt="Vesper UI sketch by jonathan youngblood" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1738" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Vesper-UI-sketch-by-jonathan-youngblood.png" alt="Vesper UI sketch by jonathan youngblood" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1119335-Survey-Management-Wireframe">Survey Management <span id="5735dab0-bd35-404a-8802-9be9a18a39a6" class="GINGER_SOFATWARE_mark">Wireframe</span> by Joe Mainwaring</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Survey-Management-Wireframe-by-Joe-Mainwaring.jpg"><img class="aligncenter size-full wp-image-1739" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Survey-Management-Wireframe-by-Joe-Mainwaring.jpg" alt="Survey Management Wireframe by Joe Mainwaring" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1739" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Survey-Management-Wireframe-by-Joe-Mainwaring.jpg" alt="Survey Management Wireframe by Joe Mainwaring" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1111987-Early-UI-Sketch">Early UI Sketch by Josh Hemsley</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Early-UI-Sketch-by-Josh-Hemsley.jpg"><img class="aligncenter size-full wp-image-1740" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Early-UI-Sketch-by-Josh-Hemsley.jpg" alt="Early UI Sketch by Josh Hemsley" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1740" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Early-UI-Sketch-by-Josh-Hemsley.jpg" alt="Early UI Sketch by Josh Hemsley" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1245367-Rapid-prototyping-no-superficial-pixels-here">Rapid prototyping by <span id="e1f752dc-d754-4373-b2a7-7e73534544c4" class="GINGER_SOFATWARE_mark"><span id="73b29fc8-e769-4413-939c-db608ae0f869" class="GINGER_SOFATWARE_mark">hipagesgroup</span></span></a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Rapid-prototyping-by-hipagesgroup.png"><img class="aligncenter size-full wp-image-1741" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Rapid-prototyping-by-hipagesgroup.png" alt="Rapid prototyping by hipagesgroup" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1741" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Rapid-prototyping-by-hipagesgroup.png" alt="Rapid prototyping by hipagesgroup" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1136774-">Image Edit Tools by <span id="84eb9152-9e5a-47bd-ac7c-88aea647374c" class="GINGER_SOFATWARE_mark"><span id="7517c8bc-0564-4a81-86c2-092c7c14cc77" class="GINGER_SOFATWARE_mark">evStyle</span></span></a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Image-Edit-Tools-by-evStyle.jpg"><img class="aligncenter size-full wp-image-1742" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Image-Edit-Tools-by-evStyle.jpg" alt="Image Edit Tools by evStyle" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1742" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Image-Edit-Tools-by-evStyle.jpg" alt="Image Edit Tools by evStyle" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1127879-Early-UI-Sketches-2">Early UI Sketches 2 by&nbsp;Josh Hemsley&nbsp;</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Early-UI-Sketches-2-by-Josh-Hemsley.jpg"><img class="aligncenter size-full wp-image-1743" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Early-UI-Sketches-2-by-Josh-Hemsley.jpg" alt="Early UI Sketches 2 by Josh Hemsley" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1743" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Early-UI-Sketches-2-by-Josh-Hemsley.jpg" alt="Early UI Sketches 2 by Josh Hemsley" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1127361-Weather-App-Sketches">Weather App Sketches by Shadi Mokhtar</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Weather-App-Sketches-by-Shadi-Mokhtar.png"><img class="aligncenter size-full wp-image-1744" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Weather-App-Sketches-by-Shadi-Mokhtar.png" alt="Weather App Sketches by Shadi Mokhtar" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1744" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Weather-App-Sketches-by-Shadi-Mokhtar.png" alt="Weather App Sketches by Shadi Mokhtar" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1300791-App-Sketches?list=searches">App Sketches by Joel Yoder</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/App-Sketches-by-Joel-Yoder.jpg"><img class="aligncenter size-full wp-image-1745" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/App-Sketches-by-Joel-Yoder.jpg" alt="App Sketches by Joel Yoder" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1745" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/App-Sketches-by-Joel-Yoder.jpg" alt="App Sketches by Joel Yoder" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1292848-Thumbnail-sketches?list=searches">Thumbnail sketches by Lindsay</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Thumbnail-sketches-by-Lindsay.jpeg"><img class="aligncenter size-full wp-image-1746" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Thumbnail-sketches-by-Lindsay.jpeg" alt="Thumbnail sketches by Lindsay" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1746" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Thumbnail-sketches-by-Lindsay.jpeg" alt="Thumbnail sketches by Lindsay" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1211196-Sketches?list=searches">Sketches by Evgeny Vasenev</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketches-by-Evgeny-Vasenev.jpg"><img class="aligncenter size-full wp-image-1747" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sketches-by-Evgeny-Vasenev.jpg" alt="Sketches by Evgeny Vasenev" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1747" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketches-by-Evgeny-Vasenev.jpg" alt="Sketches by Evgeny Vasenev" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1201065-Icons-Sketch?list=searches">Icons Sketch by Dmitry Prudnikov</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Icons-Sketch-by-Dmitry-Prudnikov.png"><img class="aligncenter size-full wp-image-1748" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Icons-Sketch-by-Dmitry-Prudnikov.png" alt="Icons Sketch by Dmitry Prudnikov" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1748" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Icons-Sketch-by-Dmitry-Prudnikov.png" alt="Icons Sketch by Dmitry Prudnikov" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1271674-Platform-Narrative-Storyboard?list=searches">Platform Narrative / Storyboard by Benn Raistrick</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Platform-Narrative-Storyboard-by-Benn-Raistrick.jpg"><img class="aligncenter size-full wp-image-1749" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Platform-Narrative-Storyboard-by-Benn-Raistrick.jpg" alt="Platform Narrative  Storyboard by Benn Raistrick" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1749" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Platform-Narrative-Storyboard-by-Benn-Raistrick.jpg" alt="Platform Narrative  Storyboard by Benn Raistrick" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1218034-Ui-Sketch?list=searches"><span id="bd24a7e1-2a37-40b7-9268-d93865128db0" class="GINGER_SOFATWARE_mark"><span id="5951dc68-8784-4a48-9269-53e846cad75c" class="GINGER_SOFATWARE_mark">Ui</span></span> Sketch by Anthony Lagoon</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ui-Sketch-by-Anthony-Lagoon.jpg"><img class="aligncenter size-full wp-image-1750" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ui-Sketch-by-Anthony-Lagoon.jpg" alt="Ui Sketch by Anthony Lagoon" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1750" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ui-Sketch-by-Anthony-Lagoon.jpg" alt="Ui Sketch by Anthony Lagoon" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1233593-Mobile-UI-Wireframe?list=searches">Mobile UI Wireframe by Siska Flaurensia</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mobile-UI-Wireframe-by-Siska-Flaurensia.jpg"><img class="aligncenter size-full wp-image-1751" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Mobile-UI-Wireframe-by-Siska-Flaurensia.jpg" alt="Mobile UI Wireframe by Siska Flaurensia" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1751" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Mobile-UI-Wireframe-by-Siska-Flaurensia.jpg" alt="Mobile UI Wireframe by Siska Flaurensia" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1172760-UI-Wireframe-Sketch">UI Wireframe Sketch by Chris No</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/UI-Wireframe-Sketch-by-Chris-No.png"><img class="aligncenter size-full wp-image-1752" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/UI-Wireframe-Sketch-by-Chris-No.png" alt="UI Wireframe Sketch by Chris No" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1752" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/UI-Wireframe-Sketch-by-Chris-No.png" alt="UI Wireframe Sketch by Chris No" width="600" height="450"></noscript></a></strong></p>\n<p><strong><span id="29b78d57-3808-4c27-9f9d-13332e061024" class="GINGER_SOFATWARE_mark"><span id="455c920d-9ce3-48a0-87dc-fe82ed019299" class="GINGER_SOFATWARE_mark">Faticonpack</span></span> sketch by Cyrus Henderson</strong></p>\n<p><strong>&nbsp;<a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Faticonpack-sketch-by-Cyrus-Henderson.jpg"><img class="aligncenter size-full wp-image-1753" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Faticonpack-sketch-by-Cyrus-Henderson.jpg" alt="Faticonpack sketch by Cyrus Henderson" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1753" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Faticonpack-sketch-by-Cyrus-Henderson.jpg" alt="Faticonpack sketch by Cyrus Henderson" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1146846-Weather-iOS-App-Visual-Brainstorm"><span id="7347624e-3ea8-49b3-a652-1284fd9f75bd" class="GINGER_SOFATWARE_mark"><span id="f67829cc-60ab-4893-a7e6-3886ad569414" class="GINGER_SOFATWARE_mark">Weather</span></span> <span id="c9428735-1ff1-4d6e-b2fc-4152e7907d78" class="GINGER_SOFATWARE_mark"><span id="09a568fd-066f-414d-a5c9-515991727c87" class="GINGER_SOFATWARE_mark">iOS</span></span> <span id="cc1ace06-6138-439f-aa86-cbfce56a6d43" class="GINGER_SOFATWARE_mark"><span id="b5d348cb-d040-4741-86b3-cecbda65f98c" class="GINGER_SOFATWARE_mark">App</span></span> by Kate England</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Weather-iOS-App-by-Kate-England.jpg"><img class="aligncenter size-full wp-image-1754" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Weather-iOS-App-by-Kate-England.jpg" alt="Weather iOS App by Kate England" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1754" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Weather-iOS-App-by-Kate-England.jpg" alt="Weather iOS App by Kate England" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1166447-Sketch-Wireframes"><span id="6e3ec2a5-e614-40a7-8522-5cfe222f2dab" class="GINGER_SOFATWARE_mark"><span id="e9866b78-5527-4ab7-979e-07c1e771893e" class="GINGER_SOFATWARE_mark">Sketch</span></span> Wireframes by Aaron Tate</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketch-Wireframes-by-Aaron-Tate.jpg"><img class="aligncenter size-full wp-image-1755" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Sketch-Wireframes-by-Aaron-Tate.jpg" alt="Sketch Wireframes by Aaron Tate" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1755" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sketch-Wireframes-by-Aaron-Tate.jpg" alt="Sketch Wireframes by Aaron Tate" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://www.behance.net/gallery/UI-Sketches/11478763">UI Sketches by Pearl Somani</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/UI-Sketches-by-Pearl-Somani.png"><img class="aligncenter size-full wp-image-1756" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/UI-Sketches-by-Pearl-Somani.png" alt="UI Sketches by Pearl Somani" width="600" height="464"><noscript><img class="aligncenter size-full wp-image-1756" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/UI-Sketches-by-Pearl-Somani.png" alt="UI Sketches by Pearl Somani" width="600" height="464"></noscript></a></p>\n<p><strong><a href="http://dribbble.com/shots/1256464-Landing-Sketches?list=searches"><span id="75dc946f-8936-414a-a7c6-e2ae0179e884" class="GINGER_SOFATWARE_mark"><span id="60f884e3-bf36-4f56-a199-48445c27f5a7" class="GINGER_SOFATWARE_mark">Landing</span></span> Sketches by Rakel</a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Landing-Sketches-by-Rakel.png"><img class="aligncenter size-full wp-image-1757" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Landing-Sketches-by-Rakel.png" alt="Landing Sketches by Rakel" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1757" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Landing-Sketches-by-Rakel.png" alt="Landing Sketches by Rakel" width="600" height="450"></noscript></a></strong></p>\n<p><strong>Finance app sketch by by Jason Dunne</strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Finance-app-sketch-by-by-Jason-Dunne.jpg"><img class="aligncenter size-full wp-image-1758" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Finance-app-sketch-by-by-Jason-Dunne.jpg" alt="Finance app sketch by by Jason Dunne" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1758" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Finance-app-sketch-by-by-Jason-Dunne.jpg" alt="Finance app sketch by by Jason Dunne" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1298275-Wireframe-Shot?list=searches"><span id="97e32edb-8221-4125-af2c-445863d40f4f" class="GINGER_SOFATWARE_mark">Wireframe</span> Shot by <span id="c10aa69e-f003-4781-b53d-4df9150dcc39" class="GINGER_SOFATWARE_mark"><span id="e8980c50-c000-4011-b3b2-8a9c118be680" class="GINGER_SOFATWARE_mark">Darius Dan</span></span></a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wireframe-Shot-by-Darius-Dan.jpg"><img class="aligncenter size-full wp-image-1759" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Wireframe-Shot-by-Darius-Dan.jpg" alt="Wireframe Shot by Darius Dan" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1759" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Wireframe-Shot-by-Darius-Dan.jpg" alt="Wireframe Shot by Darius Dan" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1304579-Storyboard?list=searches">Storyboard by <span id="62d48375-1ad4-42ba-87f6-f562a3717ecb" class="GINGER_SOFATWARE_mark"><span id="60268135-b14f-4bbe-a110-c0eca8357e28" class="GINGER_SOFATWARE_mark">Vaan</span></span></a></strong></p>\n<p><strong><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Storyboard-by-Vaan.jpg"><img class="aligncenter size-full wp-image-1760" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Storyboard-by-Vaan.jpg" alt="Storyboard by Vaan" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1760" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Storyboard-by-Vaan.jpg" alt="Storyboard by Vaan" width="600" height="450"></noscript></a></strong></p>\n<p><strong><a href="http://dribbble.com/shots/1300953-Small-Screen-UI-Sketches?list=searches">Small Screen UI Sketches by Alex Fedorov</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Small-Screen-UI-Sketches-by-Alex-Fedorov.png"><img class="aligncenter size-full wp-image-1761" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Small-Screen-UI-Sketches-by-Alex-Fedorov.png" alt="Small Screen UI Sketches by Alex Fedorov" width="600" height="450"><noscript><img class="aligncenter size-full wp-image-1761" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Small-Screen-UI-Sketches-by-Alex-Fedorov.png" alt="Small Screen UI Sketches by Alex Fedorov" width="600" height="450"></noscript></a></p>\n<div class="crp_related "><h3>You may also like</h3><ul><li><a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-150x150.jpg" alt="20 Creative Examples of Icon Sketches for Inspiration" title="20 Creative Examples of Icon Sketches for Inspiration" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" class="crp_title">20 Creative Examples of Icon Sketches for Inspiration</a></li><li><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg" alt="8 Best Free Wireframing Tools for Designers" title="8 Best Free Wireframing Tools for Designers" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" class="crp_title">8 Best Free Wireframing Tools for Designers</a></li><li><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg" alt="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" class="crp_title">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a></li><li><a href="http://thedesignpixel.com/best-free-bootstrap-themes/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Munter-Bootstrap-Template-150x150.jpg" alt="10 Best Free Bootstrap Themes" title="10 Best Free Bootstrap Themes" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-free-bootstrap-themes/" class="crp_title">10 Best Free Bootstrap Themes</a></li><li><a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-150x150.jpg" alt="30 Creative Examples of Beautiful Celebrity Web Designs" title="30 Creative Examples of Beautiful Celebrity Web Designs" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" class="crp_title">30 Creative Examples of Beautiful Celebrity Web Designs</a></li><li><a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-150x150.jpg" alt="45 Essential UI Design Tools &#038; Resources for Web Designers" title="45 Essential UI Design Tools &#038; Resources for Web Designers" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" class="crp_title">45 Essential UI Design Tools &#038; Resources for Web Designers</a></li></ul><div class="crp_clear"></div></div>\n</div> \n</div> \n</div> \n</article> </div> \n<div style="clear:both"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div style="clear:both"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Start the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="a288z56e603363932c9ba48aaa7c71de9a64a5e381d1a5dc514dda365224e1afa5f93" class="wpdiscuz-cnonce" name="cnonce" value="a288z56e603363932c9ba48aaa7c71de9a64a5e381d1a5dc514dda365224e1afa5f93"/>\n</span>\n<span style="" class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="f6982af85f"/><input type="hidden" name="_wp_http_referer" value="/creative-examples-of-ui-and-wireframe-sketches.html"/> <input type="hidden" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="99Tru95d4f0e66be0292f6cad4e1dc6a397cc76c26ea32e184354d80cd427994d047f" class="wpdiscuz-cnonce" name="cnonce" value="99Tru95d4f0e66be0292f6cad4e1dc6a397cc76c26ea32e184354d80cd427994d047f"/>\n</span>\n<span style="" class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="f6982af85f"/><input type="hidden" name="_wp_http_referer" value="/creative-examples-of-ui-and-wireframe-sketches.html"/> <input type="hidden" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Weathertron" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'creative examples of ui and wireframe sketches', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-ui-and-wireframe-sketches', '', '', '2017-04-11 13:16:21', '2017-04-11 13:16:21', '', 0, 'http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(119, 1, '2017-04-11 13:16:22', '2017-04-11 13:16:22', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2131" class="post-2131 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-illustrator tag-inspiration g cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25+ Creative Examples of Vector Portrait Illustrations</div>\n												<header>\n							<h1 class="title">25+ Creative Examples of Vector Portrait Illustrations</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Portrait photography is one of the common platforms, most of the imaging people work on. Portraits can contain anything. A scenery, an object, a person, anything. Portraits are so wide and extensive. Today, when our eyes and brain demand something new every day, because we already have so much, so we need to see something new, again and again.</p>\n<p>Vector portraits are really cool and amazing computer generated images, which are drawn using image authoring tools, like Photoshop, illustrator, InDesign, etc. These vector images may contain anything, as talked about in the portrait photographs. A Potrait vector looks really cool, and has the main use these days in the scope of advertising, or just being used as an interior decoration material, or wallpapers for your computer desktop, and these also act as a great gift, if you get drawn a vector image from a reference photo of your friend, wife, date, etc.</p>\n<p>Photoshop, the most wide and extensible imaging tool, has this capability of developing vector images too. All you need, is to learn the use of a few tools, and the perfection by hand, and creativity, and you are good to go. There might be a case, when a client requires you to develop the same, or you have your mind made up to be designing an advertisement flyer, with vector images and portraits integrated into it. If you ask for a designer, and try to seek a designer, either you won’t be able to find the same, or it will become a very costly project. It is very easy to draw vector portraits, once you have the proper guidance. Here is a list of some of the really cool vector portrait Illustrations, that you might want to use for reference, and you may want to learn this art even more after this.</p>\n<h3><span style="text-decoration: underline;"><em><strong>25+ Creative Examples of Vector Portrait Illustrations</strong></em></span>:</h3>\n<p><strong><a href="http://darylferil.deviantart.com/art/Missin-Like-Candy-Portrait-164454464" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}"><span id="b00fe8bf-93b7-4daa-adc1-4607dde1c397" class="GINGER_SOFATWARE_mark"><span id="15b3848a-0771-4b95-b5c5-a6554f13db7c" class="GINGER_SOFATWARE_mark">Missin</span></span>&#8216; Like Candy &#8211; Portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations1.jpg"><img class="aligncenter size-full wp-image-2132" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations1.jpg" alt="Vector Portrait Illustrations1" width="600" height="375" /></a></p>\n<p><strong><a href="http://temabina.deviantart.com/art/Bubble-Girl-Vector-19346127" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Bubble Girl Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations2.jpg"><img class="aligncenter size-full wp-image-2133" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations2.jpg" alt="Vector Portrait Illustrations2" width="600" height="846" /></a></p>\n<p><strong><a href="http://j3concepts.deviantart.com/art/Self-Portrait-April-09-117753384" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Self Portrait April 09&#8242;</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations3.png"><img class="aligncenter size-full wp-image-2134" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations3.png" alt="Vector Portrait Illustrations3" width="600" height="600" /></a></p>\n<p><strong><a href="http://green-tk.deviantart.com/art/Portrait-of-a-Moose-Dog-174102578" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Portrait of a Moose Dog</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations4.png"><img class="aligncenter size-full wp-image-2135" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations4.png" alt="Vector Portrait Illustrations4" width="600" height="800" /></a></p>\n<p><strong><a href="http://clos71.deviantart.com/art/Self-Portrait-2-97350265" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Self Portrait 2</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations5.jpg"><img class="aligncenter size-full wp-image-2136" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations5.jpg" alt="Vector Portrait Illustrations5" width="600" height="819" /></a></p>\n<p><strong><a href="http://jpollack.deviantart.com/art/Assassins-Creed-Altair-Vector-208496374" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Assassins Creed Altair Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations7.jpg"><img class="aligncenter size-full wp-image-2137" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations7.jpg" alt="Vector Portrait Illustrations7" width="600" height="846" /></a></p>\n<p><strong><a href="http://craigjohn.deviantart.com/art/DeviantNep-Vector-148437144" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}"><span id="d23fa5cb-8776-4c3e-a851-945ca6c2e5d4" class="GINGER_SOFATWARE_mark">DeviantNep</span> Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations8.jpg"><img class="aligncenter size-full wp-image-2138" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations8.jpg" alt="Vector Portrait Illustrations8" width="600" height="849" /></a></p>\n<p><strong><a href="http://meh-anne.deviantart.com/art/Vector-Self-Portrait-168580713" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector Self-Portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations9.png"><img class="aligncenter size-full wp-image-2139" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations9.png" alt="Vector Portrait Illustrations9" width="600" height="927" /></a></p>\n<p><strong><a href="http://argan-gwengar.deviantart.com/art/Vector-self-portrait-74540577" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector self-portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations10.jpg"><img class="aligncenter size-full wp-image-2140" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations10.jpg" alt="Vector Portrait Illustrations10" width="600" height="828" /></a></p>\n<p><strong><a href="http://deftbeat.deviantart.com/art/speed-vector-01-204266233" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Speed vector 01</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations11.jpg"><img class="aligncenter size-full wp-image-2141" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations11.jpg" alt="Vector Portrait Illustrations11" width="600" height="871" /></a></p>\n<p><strong><a href="http://shiftdigit.deviantart.com/art/Vector-Me-173692891" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector Me</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations13.jpg"><img class="aligncenter size-full wp-image-2142" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations13.jpg" alt="Vector Portrait Illustrations13" width="600" height="848" /></a></p>\n<p><strong><a href="http://meldince.deviantart.com/art/Vector-Portrait-203660829" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector Portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations14.png"><img class="aligncenter size-full wp-image-2143" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations14.png" alt="Vector Portrait Illustrations14" width="600" height="930" /></a></p>\n<p><strong><a href="http://justinyap90.deviantart.com/art/Self-Portrait-Vector-166797557" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Self Portrait Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations15.jpg"><img class="aligncenter size-full wp-image-2144" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations15.jpg" alt="Vector Portrait Illustrations15" width="600" height="849" /></a></p>\n<p><strong><a href="http://svennardten-design.deviantart.com/art/Mark-Vector-Portrait-181403630" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Mark. Vector Portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations16.png"><img class="aligncenter size-full wp-image-2145" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations16.png" alt="Vector Portrait Illustrations16" width="600" height="894" /></a></p>\n<p><strong><a href="http://brithopeless.deviantart.com/art/Vector-Damon-38336202" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector Damon</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations17.jpg"><img class="aligncenter size-full wp-image-2146" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations17.jpg" alt="Vector Portrait Illustrations17" width="600" height="608" /></a></p>\n<p><strong><a href="http://verucasalt82.deviantart.com/art/Self-Portrait-Number-Something-38454040" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Self Portrait Number Something</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations18.jpg"><img class="aligncenter size-full wp-image-2147" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations18.jpg" alt="Vector Portrait Illustrations18" width="600" height="753" /></a></p>\n<p><strong><a href="http://alexxxx1.deviantart.com/art/Portrait-Alisa-148077796" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Portrait Alisa</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations19.jpg"><img class="aligncenter size-full wp-image-2148" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations19.jpg" alt="Vector Portrait Illustrations19" width="600" height="788" /></a></p>\n<p><strong><a href="http://chongyx.deviantart.com/art/Jay-Chou-Vector-135492630" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Jay Chou Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations20.png"><img class="aligncenter size-full wp-image-2149" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations20.png" alt="Vector Portrait Illustrations20" width="600" height="425" /></a></p>\n<p><strong><a href="http://thepixelpunch.deviantart.com/art/Abstract-Vector-Portrait-2-116192694" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Abstract Vector Portrait 2</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations22.png"><img class="aligncenter size-full wp-image-2150" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations22.png" alt="Vector Portrait Illustrations22" width="600" height="696" /></a></p>\n<p><strong><a href="http://ashwings.deviantart.com/art/Vector-self-portrait-32258961" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector self portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations23.jpg"></a></p>\n<p><strong><a href="http://pitrih.deviantart.com/art/Colorless-portrait-160020246" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Colorless portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations24.png"><img class="aligncenter size-full wp-image-2152" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations24.png" alt="Vector Portrait Illustrations24" width="600" height="400" /></a></p>\n<p><strong><a href="http://monzer.deviantart.com/art/Ayrton-Senna-Vector-Illustrati-243838866" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Ayrton Senna Vector Illustration</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations25.jpg"><img class="aligncenter size-full wp-image-2153" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations25.jpg" alt="Vector Portrait Illustrations25" width="600" height="849" /></a></p>\n<p><strong><a href="http://oskargordi.deviantart.com/art/vector-portrait-210192204" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26.jpg"><img class="aligncenter size-full wp-image-2154" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26.jpg" alt="Vector Portrait Illustrations26" width="600" height="548" /></a></p>\n<p><strong><a href="http://arri-stark.deviantart.com/art/Stark-Vector-259732755" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Stark Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations27.jpg"><img class="aligncenter size-full wp-image-2155" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations27.jpg" alt="Vector Portrait Illustrations27" width="600" height="776" /></a></p>\n<p><strong><a href="http://5-tab.deviantart.com/art/SweetyRasqual-Luvgalz-Exhibit-33338999" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">SweetyRasqual__Luvgalz_Exhibit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations28.jpg"><img class="aligncenter size-full wp-image-2156" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations28.jpg" alt="Vector Portrait Illustrations28" width="600" height="431" /></a></p>\n<p><strong><a href="http://jessnav.deviantart.com/art/Puppy-Tigger-Vector-Portrait-256704664" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Puppy Tigger Vector Portrait</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations29.jpg"><img class="aligncenter size-full wp-image-2157" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations29.jpg" alt="Vector Portrait Illustrations29" width="600" height="464" /></a></p>\n<p><strong><a href="http://pozohann.deviantart.com/art/vector-119997304" data-ga_click_event="{&quot;category&quot;:&quot;Deviation&quot;,&quot;action&quot;:&quot;description_title&quot;,&quot;nofollow&quot;:false}">Vector</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations30.jpg"><img class="aligncenter size-full wp-image-2158" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations30.jpg" alt="Vector Portrait Illustrations30" width="600" height="1050" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/creative-examples-of-vector-portrait-illustrations.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-examples-of-vector-portrait-illustrations.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26.jpg&amp;description=25+%20Creative%20Examples%20of%20Vector%20Portrait%20Illustrations" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/business-company-facebook-templates/" rel="bookmark" title="30 Business Company Facebook Templates: Corporate Identity in Social Media">\n													30 Business Company Facebook Templates: Corporate Id...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" rel="bookmark" title="40 Best Infographic Vector Kits and Resources">\n													40 Best Infographic Vector Kits and Resources												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="bookmark" title="45+ Best PSD Business Card Templates">\n													45+ Best PSD Business Card Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2131'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="610c1516f1" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="57"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creative examples of vector portrait illustrations', '', 'publish', 'closed', 'closed', '', 'creative-examples-of-vector-portrait-illustrations', '', '', '2017-04-11 13:16:22', '2017-04-11 13:16:22', '', 0, 'http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(120, 1, '2017-04-11 13:16:23', '2017-04-11 13:16:23', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-785" class="g post post-785 type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design tag-development cat-2-id cat-3-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a> &bull; <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 10 Creative Loading Effects For Your Website</div> <header><h1 class="title">10 Creative Loading Effects For Your Website</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>It is said that time is money, and nobody wants to waste time or money my friends. Have you ever come across a website that takes a little longer than usual to load and that waiting for a few seconds looks like an eternity.</p><p>According to a recent survey if your website is slow to load up, you tend to lose almost 60% of the visitors. I know this for a fact that these visitors are business and a website loading time can make or break your business. As a developer, we try really hard to cut down the Website loading time, however, some time it becomes inevitable as website loading time depends on a lot of factors.</p><p>There are times when, with the fastest of internet connection the web browser still takes some time to display information on your website. This is a reality!!. However, a smart developer knows how making a visit or stay with a simple tweak, and we are here to teach you that today.</p><p>To overcome this slow loading time of a website obstacle a developer can choose to add Creative Loading Effects to the website. One can use CSS animation as an indicator that the website is loading, this will keep your website visitors engaged while accessing your website.</p><p>According to another survey this small change on your website can retain around 40% to 45% of people who would not have waited while the website was loading.</p><p>These small but effective tweaks can make the loading time of your website interesting by displaying Graphics or simple animation that catches the viewer&rsquo;s interest. There are many amazingly beautiful Creative Loading Effects that are available; one needs to choose smartly from the options available. I have made a list of Creative Loading Effects for Your Website, these effects look elegant and interesting at the same time.</p><h3><span style="text-decoration: underline;"><em><strong>10 Creative Loading Effects For Your <span class="GINGER_SOFATWARE_mark" id="473a1825-cf0a-4660-86f0-6c4a64a4b55f">Website</span>:</strong></em></span></h3><p><strong><a href="http://tympanus.net/codrops/2013/09/18/creative-loading-effects/">Creative Loading Effects</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Loading-Effects.jpg"><img class="aligncenter size-full wp-image-786" alt="Creative Loading Effects" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Loading-Effects.jpg" width="599" height="336"></a></p><p><strong><a href="http://codepen.io/pattmorter/pen/LCtAB">Spinning Loading</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Spinning-Loading.jpg"><img class="aligncenter size-full wp-image-787" title="Spinning Loading" alt="Spinning Loading" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Spinning-Loading.jpg" width="599" height="336"></a></p><p><strong><a href="http://codepen.io/stryju/pen/jpsIF">Planets</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Planets.jpg"><img class="aligncenter size-full wp-image-788" title="Planets" alt="Planets" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Planets.jpg" width="599" height="336"></a></p><p><strong><a href="http://codepen.io/woodiz/pen/KCrin">Sinister <span class="GINGER_SOFATWARE_mark" id="c9d8e153-162f-4907-aa0d-9eca58006e8d"><span class="GINGER_SOFATWARE_mark" id="19062bad-6692-4c75-8b3a-4aa2f8557c74">Loadscreen</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sinister-Loadscreen.jpg"><img class="aligncenter size-full wp-image-789" title="Sinister Loadscreen" alt="Sinister Loadscreen" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sinister-Loadscreen.jpg" width="599" height="336"></a></p><p><strong><a href="http://codepen.io/austinmzach/pen/wxrAj">Yet Another Loading Animation</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Yet-Another-Loading-Animation.jpg"><img class="aligncenter size-full wp-image-790" title="Yet Another Loading Animation" alt="Yet Another Loading Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Yet-Another-Loading-Animation.jpg" width="599" height="336"></a></p><p><strong><a href="http://p.ar2oor.pl/cprogress/"><span class="GINGER_SOFATWARE_mark" id="92566052-5fcd-4e96-b786-de6c6b6afe46"><span class="GINGER_SOFATWARE_mark" id="834443be-4b60-42da-a74c-c31dc84f6b76">CProgress</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CProgress.jpg"><img class="aligncenter size-full wp-image-791" title="CProgress Creative Loading Effects For Your Website" alt="CProgress Creative Loading Effects For Your Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CProgress.jpg" width="599" height="336"></a></p><p><strong><a href="http://fgnass.github.io/spin.js/">Spin<span class="GINGER_SOFATWARE_mark" id="31608e34-dae7-483c-be08-969e4c915fca"><span class="GINGER_SOFATWARE_mark" id="4811e7da-9846-49d6-ad6d-0184468946af">.</span></span><span class="GINGER_SOFATWARE_mark" id="33e8585c-0343-47ec-9033-c4715193f9c6"><span class="GINGER_SOFATWARE_mark" id="98b5ea35-b0d2-4aa9-a020-787a23f36238">js</span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/spin-js-spinner.jpg"><img class="aligncenter size-full wp-image-796" alt="spin-js-spinner" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/spin-js-spinner.jpg" width="600" height="418"></a></p><p><strong><a href="http://www.alessioatzeni.com/blog/css3-loading-animation/">Alessio Atzeni</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alessio-Atzeni.jpg"><img class="aligncenter size-full wp-image-792" title="Alessio Atzeni Creative Loading Effects For Your Website" alt="Alessio Atzeni Creative Loading Effects For Your Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alessio-Atzeni.jpg" width="599" height="336"></a></p><p><strong><a href="http://www.marcofolio.net/css/css3_quickie_the_facebook_loading_animation.html">Facebook-<span class="GINGER_SOFATWARE_mark" id="5953605d-3190-46fc-b610-f63a80768944"><span class="GINGER_SOFATWARE_mark" id="1ae2df0e-6975-4ca6-ad3f-57e449fdc9b2">ish</span></span> Loading Animation</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Facebook-ish-Loading-Animation.jpg"><img class="aligncenter size-full wp-image-793" title="Facebook-ish Loading Animation" alt="Facebook-ish Loading Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Facebook-ish-Loading-Animation.jpg" width="599" height="336"></a></p><p><strong><a href="http://superdit.com/2011/02/25/flickr-style-loading-animation-using-jquery/">Flickr Style</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flickr-Style.jpg"><img class="aligncenter size-full wp-image-794" title="Flickr Style Creative Loading Effects For Your Website" alt="Flickr Style Creative Loading Effects For Your Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flickr-Style.jpg" width="599" height="336"></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-770" data-post-type="none" ><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" class="wp_rp_title">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a></li><li data-position="1" data-poid="in-1971" data-post-type="none" ><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" class="wp_rp_title">65+ Useful Cheat Sheets for Designers and Developers</a></li><li data-position="2" data-poid="in-3217" data-post-type="none" ><a href="http://thedesignpixel.com/best-php-libraries-web-developers/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-php-libraries-web-developers/" class="wp_rp_title">25 Best PHP Libraries for Web Developers</a></li><li data-position="3" data-poid="in-3245" data-post-type="none" ><a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" class="wp_rp_title">20 Best PHP Frameworks for Web Developers</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="TheDesignPixel">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-loading-effects-for-your-website.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sinister-Loadscreen.jpg&amp;description=10%20Creative%20Loading%20Effects%20For%20Your%20Website" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-785_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-785_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-785_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-785_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-785_0"\nclass="wc_email wc_field_input email"\nname="wc_email"  value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-785_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-785_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-785_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-785_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-785_0">None</label> <br/> <input id="wc_notification_new_reply-785_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-785_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-785_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-785_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-785_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-785_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-785_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-785_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-785_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="785"\nid="wc_comment_post_ID-785_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-785_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="785" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li > <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" alt="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' title=''45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques'' class=''popular-title''>45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></li><li > <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li > <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_search" class="widget widget-sidebar"><h3>Search</h3><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'creative loading effects for your website', '', 'publish', 'closed', 'closed', '', 'creative-loading-effects-for-your-website', '', '', '2017-04-11 13:16:23', '2017-04-11 13:16:23', '', 0, 'http://thedesignpixel.com/creative-loading-effects-for-your-website/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(121, 1, '2017-04-11 13:16:23', '2017-04-11 13:16:23', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3964" class="g post post-3964 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop cat-4-id cat-6-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 10 Creative SVG Animation Tutorials</div>\n												<header>\n							<h1 class="title">10 Creative SVG Animation Tutorials</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed. As XML files, SVG images can be created and edited with any text editor, but <span id="c918417b-cfeb-48c6-a29f-c0e823ccda17">are more often created</span> with drawing software.</p>\n<p>All the major latest browsers like Mozilla, Chrome, Opera and Internet Explorer have some degree of SVG rendering Support. So, The best part is that you don&#8217;t need worry about the pixels that your device can offer, your browser will automatically helps it to scale and revamp to look considerably. There are a lot of useful SVG animation tutorials available on the internet. All you need to find some best tutorial and get your work done according to the instructions. We have just collected some creative SVG animation tutorials to help you out.</p>\n<h3><strong><span style="text-decoration: underline;"><em>10 Creative SVG Animation Tutorials</em></span>:</strong></h3>\n<p><strong><a href="http://www.sitepoint.com/add-svg-to-web-page/" target="_blank" rel="nofollow">How to Add Scalable Vector Graphics to Your Web Page</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Add-Scalable-Vector-Graphics-to-Your-Web-Page.jpg"><img class="aligncenter size-full wp-image-3966" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/How-to-Add-Scalable-Vector-Graphics-to-Your-Web-Page.jpg" alt="How to Add Scalable Vector Graphics to Your Web Page" width="540" height="354" /></a></p>\n<p><strong><a href="http://product.voxmedia.com/2013/11/25/5426880/polygon-feature-design-svg-animations-for-fun-and-profit" target="_blank" rel="nofollow">Polygon feature design: SVG animations for fun and profit</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Polygon-feature-design-SVG-animations-for-fun-and-profit.jpg"><img class="aligncenter size-full wp-image-3967" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Polygon-feature-design-SVG-animations-for-fun-and-profit.jpg" alt="Polygon feature design SVG animations for fun and profit" width="540" height="377" /></a></p>\n<p><strong><a href="http://design.tutsplus.com/tutorials/svg-files-from-illustrator-to-the-web--vector-20899" target="_blank" rel="nofollow">From Illustrator to the Web</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/From-Illustrator-to-the-Web.jpg"><img class="aligncenter size-full wp-image-3968" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/From-Illustrator-to-the-Web.jpg" alt="From Illustrator to the Web" width="540" height="486" /></a></p>\n<p><strong><a href="http://hackingui.com/design/export-photoshop-layer-to-svg/" target="_blank" rel="nofollow">Export from Photoshop to SVG</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG.jpg"><img class="aligncenter size-full wp-image-3969" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG.jpg" alt="Export from Photoshop to SVG" width="540" height="371" /></a></p>\n<p><strong><a href="http://css-tricks.com/using-svg/" target="_blank" rel="nofollow">Using SVG</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Using-SVG.jpg"><img class="aligncenter size-full wp-image-3970" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Using-SVG.jpg" alt="Using SVG" width="540" height="443" /></a></p>\n<p><strong><a href="http://24ways.org/2013/animating-vectors-with-svg/" target="_blank" rel="nofollow">Animating Vectors with SVG</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Animating-Vectors-with-SVG.jpg"><img class="aligncenter size-full wp-image-3971" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Animating-Vectors-with-SVG.jpg" alt="Animating Vectors with SVG" width="540" height="285" /></a></p>\n<p><strong><a href="https://raygun.io/blog/2014/07/making-svg-html-burger-button/" target="_blank" rel="nofollow">Making <span id="e349b233-0f4a-44d1-8158-fce3c5cd1bc2" class="GINGER_SOFATWARE_mark"><span id="8b87294d-8ef5-43ad-8a5e-9fff9ab4f937" class="GINGER_SOFATWARE_mark"><span id="a3a57c0b-1208-4acf-8e60-96cdc39df67c" class="GINGER_SOFATWARE_mark"><span id="fed87c72-fb07-4e5e-b44a-ceef7792afd1" class="GINGER_SOFATWARE_mark">a</span></span></span></span> <span id="a2a059f6-e946-4355-8144-0de29194f5eb" class="GINGER_SOFATWARE_mark"><span id="92186fda-c32a-492e-8166-73511cf8ec6a" class="GINGER_SOFATWARE_mark"><span id="33a10187-7aa1-4bb9-a251-1ffea6319435" class="GINGER_SOFATWARE_mark"><span id="4b5efc72-5ec5-4986-8db1-65fbc08719c6" class="GINGER_SOFATWARE_mark">SVG HTML</span></span></span></span> Burger Button</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Making-a-SVG-HTML-Burger-Button.jpg"><img class="aligncenter size-full wp-image-3972" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Making-a-SVG-HTML-Burger-Button.jpg" alt="Making a SVG HTML Burger Button" width="540" height="283" /></a></p>\n<p><strong><a href="http://www.adobe.com/inspire/2013/09/exporting-svg-illustrator.html" target="_blank" rel="nofollow">Exporting SVG for the web with Adobe Illustrator CC</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Exporting-SVG-for-the-web-with-Adobe-Illustrator-CC.jpg"><img class="aligncenter size-full wp-image-3973" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Exporting-SVG-for-the-web-with-Adobe-Illustrator-CC.jpg" alt="Exporting SVG for the web with Adobe Illustrator CC" width="540" height="353" /></a></p>\n<p><strong><a href="http://www.hongkiat.com/blog/scalable-vector-graphic/" target="_blank" rel="nofollow">A Look Into Scalable Vector Graphics</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/A-Look-Into-Scalable-Vector-Graphics.jpg"><img class="aligncenter size-full wp-image-3974" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/A-Look-Into-Scalable-Vector-Graphics.jpg" alt="A Look Into Scalable Vector Graphics" width="540" height="280" /></a></p>\n<p><strong><a href="http://jonibologna.com/using-svg-stroke-attributes/" target="_blank" rel="nofollow">Using SVG stroke Attributes</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Using-SVG-stroke-Attributes.jpg"><img class="aligncenter size-full wp-image-3975" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Using-SVG-stroke-Attributes.jpg" alt="Using SVG stroke Attributes" width="540" height="237" /></a></p>\n<p><strong><a href="http://www.pencilscoop.com/demos/animating-svg-clipping-masks/" target="_blank" rel="nofollow">Animating SVG with Clipping</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Animating-SVG-with-Clipping.jpg"><img class="aligncenter size-full wp-image-3976" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Animating-SVG-with-Clipping.jpg" alt="Animating SVG with Clipping" width="540" height="372" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/creative-svg-animation-tutorials.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/creative-svg-animation-tutorials.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG.jpg&amp;description=10%20Creative%20SVG%20Animation%20Tutorials" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" rel="bookmark" title="45 Excellent Calender Icon Sets for Free Download">\n													45 Excellent Calender Icon Sets for Free Download												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="bookmark" title="35+ Fresh Photoshop Text Effect Tutorials">\n													35+ Fresh Photoshop Text Effect Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" rel="bookmark" title="45 Excellent Single Letter Logo Designs for Inspiration">\n													45 Excellent Single Letter Logo Designs for Inspirat...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3964'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="3ef9f8bd50" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="79"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creative svg animation tutorials', '', 'publish', 'closed', 'closed', '', 'creative-svg-animation-tutorials', '', '', '2017-04-11 13:16:23', '2017-04-11 13:16:23', '', 0, 'http://thedesignpixel.com/creative-svg-animation-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(122, 1, '2017-04-11 13:16:24', '2017-04-11 13:16:24', '\r\n<div class="main-container"><div id="page" class="single">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box" >\r\n									<div id="post-959" class="post-959 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-photoshop g cat-3-id cat-4-id has_thumb">\r\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Creatively Designed Retro Art Poster Designs</div>\r\n												<header>\r\n							<h1 class="title">20 Creatively Designed Retro Art Poster Designs</h1>\r\n															<div class="post-info">\r\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n										\r\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n										<span class="thecomment"><a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/#comments"> No comments</a></span>\r\n								</div>\r\n													</header><!--.headline_area-->\r\n						<div class="post-content box mark-links">\r\n														<p>Retro is a Latin word, defining “Backwards” or “from the past”. The 1980’s and the 1990’s had a different class in them. Ranging from the music from that time, to the actors produced during that time. Graffiti styles, videos, everything about that time was impressive. While some of the people won’t like to appreciate what used to happen at that time, but some people have a great obsession for the art that used to take place in the past, known today as the retro art! Retro art includes ideology and graphical displays of the 1970’s-1980’s. Not detailing the graphical detailing, but expressing the message in a unique traditional style.</p>\n<p>Retro art posters are cool eye catching posters, and very easy to produce at any local art centers, and work really good for expressing the opinions, views, messages etc. Retro art is also referred to as Pop art, from the 1940’s-1950’s. Retro art, advertising has also been a common hype in the marketing giants. These were first introduced by a contemporary artist Anne Taintor. These posters are very widely used for wall art, entry passes, etc too. Because of their uniqueness and quality, The prints are also cheap for these designs, and work good.</p>\n<p>Retro art poster designs are also viral over the web. Not only being used by advertisers, people have been creating memes using them too. There are thousands of retro art poster designs that are available to be used, you must use the ones that are the most eye catching, and will solve your purpose most precisely! In this article, we are discussing the 20 creatively designed retro art poster designs, that are available. These are graphically precise, easy to understand, eye catching, and will solve your purpose to the most possible extent!</p>\n<p><strong>20 Creatively Designed Retro Art Poster Designs:<br />\n</strong></p>\n<p><a href="http://apatrimonio.deviantart.com/art/League-of-Pro-Football-Poster-Art-420919414" target="_blank"><b>League of Pro Football Post Art by Apatrimonio</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/League-of-Pro-Football-Post-Art-by-Apatrimonio.jpg"><img class="aligncenter size-full wp-image-960" title="League of Pro Football Post Art by Apatrimonio" alt="League of Pro Football Post Art by Apatrimonio" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/League-of-Pro-Football-Post-Art-by-Apatrimonio.jpg" width="600" height="889" /></a></p>\n<p><a href="http://designguy89.deviantart.com/art/The-Good-The-Bad-and-the-Ugly-Movie-Poster-412446840" target="_blank"><b>The Good, The Bad and the Ugly Movie Poster by DesignGuy89</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Good-The-Bad-and-the-Ugly-Movie-Poster-by-DesignGuy89.jpg"><img class="aligncenter size-full wp-image-961" title="The Good, The Bad and the Ugly Movie Poster by DesignGuy89" alt="The Good, The Bad and the Ugly Movie Poster by DesignGuy89" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Good-The-Bad-and-the-Ugly-Movie-Poster-by-DesignGuy89.jpg" width="600" height="928" /></a></p>\n<p><a href="http://43delay.deviantart.com/art/Rain-421640422" target="_blank"><b>Rain by 43delay</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Rain-by-43delay.jpg"><img class="aligncenter size-full wp-image-962" title="Rain by 43delay" alt="Rain by 43delay" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Rain-by-43delay.jpg" width="600" height="947" /></a></p>\n<p><a href="http://zuul-in-your-fridge.deviantart.com/art/Hannibal-Chau-Kaiju-Remedies-421097651" target="_blank"><b>Hannibal Chau: Kaiju Remedies by <span class="GINGER_SOFATWARE_mark" id="2a762dc4-e177-4dc3-92da-df50fde53c8d">Zuul</span> In Your Fridge</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hannibal-Chau-Kaiju-Remedies-by-Zuul-In-Your-Fridge.jpg"><img class="aligncenter size-full wp-image-963" title="Hannibal Chau Kaiju Remedies by Zuul In Your Fridge" alt="Hannibal Chau Kaiju Remedies by Zuul In Your Fridge" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hannibal-Chau-Kaiju-Remedies-by-Zuul-In-Your-Fridge.jpg" width="600" height="848" /></a></p>\n<p><a href="http://mario0357.deviantart.com/art/Winter-Bash-2013-Poster-420436224" target="_blank"><b>Winter Bash 2013 Poster by Mario0357</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Winter-Bash-2013-Poster-by-Mario0357.jpg"><img class="aligncenter size-full wp-image-964" title="Winter Bash 2013 Poster by Mario0357" alt="Winter Bash 2013 Poster by Mario0357" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Winter-Bash-2013-Poster-by-Mario0357.jpg" width="600" height="928" /></a></p>\n<p><a href="http://warbirdphotographer.deviantart.com/art/Jacket-Art-Pistol-Packin-Mama-420465410" target="_blank"><b>Jacket Art – Pistol Packin’ Mama by Warbird Photographer</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Jacket-Art-_E2_80_93-Pistol-Packin_E2_80_99-Mama-by-Warbird-Photographer.jpg"><img class="aligncenter size-full wp-image-965" title="Jacket Art – Pistol Packin’ Mama by Warbird Photographer" alt="Jacket Art – Pistol Packin’ Mama by Warbird Photographer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Jacket-Art-_E2_80_93-Pistol-Packin_E2_80_99-Mama-by-Warbird-Photographer.jpg" width="600" height="900" /></a></p>\n<p><a href="http://noryach.deviantart.com/art/BLUES-SPIRIT-AND-SOUL-FLYER-TEMPLATE-408683124" target="_blank"><b>Blues Spirit And Soul Flyer Template by NoryAch</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch.jpg"><img class="aligncenter size-full wp-image-966" title="Blues Spirit And Soul Flyer Template by NoryAch" alt="Blues Spirit And Soul Flyer Template by NoryAch" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch.jpg" width="600" height="844" /></a></p>\n<p><a href="http://ricgraydesign.deviantart.com/art/Barrio-Bars-Calypso-Christmas-Poster-418201242" target="_blank"><b>Barrio Bars: Calypso Christmas Poster by RicGrayDesign</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Barrio-Bars-Calypso-Christmas-Poster-by-RicGrayDesign.jpg"><img class="aligncenter size-full wp-image-967" title="Barrio Bars Calypso Christmas Poster by RicGrayDesign" alt="Barrio Bars Calypso Christmas Poster by RicGrayDesign" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Barrio-Bars-Calypso-Christmas-Poster-by-RicGrayDesign.jpg" width="600" height="853" /></a></p>\n<p><a href="http://brothersdude.deviantart.com/art/The-Good-Doctor-420495928" target="_blank"><b>The Good Doctor by Brothersdude</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Good-Doctor-by-Brothersdude.jpg"><img class="aligncenter size-full wp-image-968" title="The Good Doctor by Brothersdude" alt="The Good Doctor by Brothersdude" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Good-Doctor-by-Brothersdude.jpg" width="600" height="925" /></a></p>\n<p><a href="http://roberlan.deviantart.com/art/Obey-Glamour-418379536" target="_blank"><b>Obey Glamour by Roberlan</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Obey-Glamour-by-Roberlan.jpg"><img class="aligncenter size-full wp-image-969" title="Obey Glamour by Roberlan" alt="Obey Glamour by Roberlan" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Obey-Glamour-by-Roberlan.jpg" width="600" height="841" /></a></p>\n<p><a href="http://stylewish.deviantart.com/art/Modern-Future-Flyer-418089753" target="_blank"><b>Modern Future Flyer by <span class="GINGER_SOFATWARE_mark" id="aa9bf68a-8525-408e-8f58-b46540f57ce2">StyleWish</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Modern-Future-Flyer-by-StyleWish.jpg"><img class="aligncenter size-full wp-image-970" title="Modern Future Flyer by StyleWish" alt="Modern Future Flyer by StyleWish" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Modern-Future-Flyer-by-StyleWish.jpg" width="600" height="882" /></a></p>\n<p><a href="http://indieground.deviantart.com/art/Reggae-Poster-Template-Vol-7-410059621" target="_blank"><b>Reggae Poster Template Vol. 7 by <span class="GINGER_SOFATWARE_mark" id="35558d4a-6457-440a-86d8-da8491cdd126">IndieGround</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reggae-Poster-Template-Vol.-7-by-IndieGround.jpg"><img class="aligncenter size-full wp-image-971" title="Reggae Poster Template Vol. 7 by IndieGround" alt="Reggae Poster Template Vol. 7 by IndieGround" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reggae-Poster-Template-Vol.-7-by-IndieGround.jpg" width="600" height="829" /></a></p>\n<p><a href="http://dimitris-noksi.deviantart.com/art/Aperto-90s-Robo-Mini-409225378" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="a2d094e5-6740-4a6d-a326-44ccbd789d4d">Aperto</span> 90s Robo Mini by Dimitris Noksi</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Aperto-90s-Robo-Mini-by-Dimitris-Noksi.jpg"><img class="aligncenter size-full wp-image-972" title="Aperto 90s Robo Mini by Dimitris Noksi" alt="Aperto 90s Robo Mini by Dimitris Noksi" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Aperto-90s-Robo-Mini-by-Dimitris-Noksi.jpg" width="600" height="872" /></a></p>\n<p><a href="http://sparksup.deviantart.com/art/Retro-party-poster-407941087" target="_blank"><b>Retro party poster by <span class="GINGER_SOFATWARE_mark" id="9700ec09-f742-43cb-8f36-579ca87c4dcc">sparksup</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retro-party-poster-by-sparksup.jpg"><img class="aligncenter size-full wp-image-973" title="Retro party poster by sparksup" alt="Retro party poster by sparksup" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retro-party-poster-by-sparksup.jpg" width="600" height="841" /></a></p>\n<p><a href="http://recklessboy.deviantart.com/art/Oldschool-Flyer-Poster-406591941" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="c78910bb-4197-4f9d-8d55-97212e1bf103">Oldschool</span> Flyer / Poster by Recklessboy</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Oldschool-Flyer-Poster-by-Recklessboy.jpg"><img class="aligncenter size-full wp-image-974" title="Oldschool Flyer Poster by Recklessboy" alt="Oldschool Flyer Poster by Recklessboy" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Oldschool-Flyer-Poster-by-Recklessboy.jpg" width="600" height="899" /></a></p>\n<p><a href="http://johnnymex.deviantart.com/art/SE7EN-409263310" target="_blank"><b>SE7EN by JohnnyMex</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/SE7EN-by-JohnnyMex.jpg"><img class="aligncenter size-full wp-image-975" title="SE7EN by JohnnyMex Retro Art Poster Designs" alt="SE7EN by JohnnyMex Retro Art Poster Designs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/SE7EN-by-JohnnyMex.jpg" width="600" height="860" /></a></p>\n<p><a href="http://flockenpracht.deviantart.com/art/Silvester2-409026827" target="_blank"><b>Silvester2 by Flockenpracht</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Silvester2-by-Flockenpracht.jpg"><img class="aligncenter  wp-image-976" title="Silvester2 by Flockenpracht -Retro Art Poster Designs" alt="Silvester2 by Flockenpracht -Retro Art Poster Designs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Silvester2-by-Flockenpracht.jpg" width="600" height="850" /></a></p>\n<p><a href="http://catcrackers69.deviantart.com/art/Retro-Movie-Poster-Project-4-409102460" target="_blank"><b>Retro Movie Poster (Project 4) by CatCrackers69</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retro-Movie-Poster-Project-4-by-CatCrackers69.jpg"><img class="aligncenter size-full wp-image-977" title="Retro Movie Poster (Project 4) by CatCrackers69" alt="Retro Movie Poster (Project 4) by CatCrackers69" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Retro-Movie-Poster-Project-4-by-CatCrackers69.jpg" width="600" height="877" /></a></p>\n<p><a href="http://jcconceptual.deviantart.com/art/He-rides-on-a-white-horse-402059854" target="_blank"><b>He Rides On A White Horse by JCconceptual</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/He-Rides-On-A-White-Horse-by-JCconceptual.jpg"><img class="aligncenter size-full wp-image-978" title="He Rides On A White Horse by JCconceptual" alt="He Rides On A White Horse by JCconceptual" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/He-Rides-On-A-White-Horse-by-JCconceptual.jpg" width="600" height="848" /></a></p>\n<p><a href="http://stylewish.deviantart.com/art/Fusion-Sound-Flyer-409427936" target="_blank"><b>Fusion Sound Flyer by <span class="GINGER_SOFATWARE_mark" id="5fba760e-6e5d-43a7-adf3-d1b26a7eeeb9">StyleWish</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fusion-Sound-Flyer-by-StyleWish.jpg"><img class="aligncenter  wp-image-979" title="Fusion Sound Flyer by StyleWish" alt="Fusion Sound Flyer by StyleWish" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fusion-Sound-Flyer-by-StyleWish.jpg" width="600" height="882" /></a></p>\n<!--Ad Injection:bottom--><script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "7662471229";\r\n    google_ad_width = 468;\r\n    google_ad_height = 15;\r\n</script>\r\n<!-- TDP Link -->\r\n\r\n</script>													</div><!--.post-content box mark-links-->\r\n													<div class="shareit">\r\n																		<!-- Twitter -->\r\n										<span class="share-item twitterbtn">\r\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\r\n										</span>\r\n																										<!-- GPlus -->\r\n										<span class="share-item gplusbtn">\r\n										<g:plusone size="medium"></g:plusone>\r\n										</span>\r\n																										<!-- Facebook -->\r\n										<span class="share-item facebookbtn">\r\n										<div id="fb-root"></div>\r\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\r\n										</span>\r\n																										<!--Linkedin -->\r\n										<span class="share-item linkedinbtn">\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs.html" data-counter="right"></script>\r\n										</span>\r\n																										<!-- Stumble -->\r\n										<span class="share-item stumblebtn">\r\n										<su:badge layout="1"></su:badge>\r\n										<script type="text/javascript"> \r\n										(function() { \r\n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \r\n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \r\n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \r\n										})(); \r\n										</script>\r\n										</span>\r\n																										<!-- Pinterest -->\r\n										<span class="share-item pinbtn">\r\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/creatively-designed-retro-art-poster-designs.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch.jpg&amp;description=20%20Creatively%20Designed%20Retro%20Art%20Poster%20Designs" class="pin-it-button" count-layout="horizontal">Pin It</a>\r\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\r\n										</span>\r\n															</div>\r\n						<!--Shareit-->\r\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\r\n																		<div class="intercept">\r\n							<div class="Intercept-1">\r\n								<div class="IPLeft">\r\n																			<div class="bottomad">\r\n											<script type="text/javascript">\r\n    google_ad_client = "ca-pub-0392943078732176";\r\n    google_ad_slot = "1464930820";\r\n    google_ad_width = 336;\r\n    google_ad_height = 280;\r\n</script>\r\n<!-- TDP Content D -->\r\n\r\n</script>										</div>\r\n										<span>Advertisement</span>\r\n																	</div>\r\n								<div class="IPRight">\r\n																			<div class="related-posts">\r\n											<h5>Related Posts</h5><ul>											<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" rel="bookmark" title="25+ Creative Examples of Animated Web Designs for Inspiration">\r\n													25+ Creative Examples of Animated Web Designs for In...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" rel="bookmark" title="35+ Apple Inspired Photoshop Tutorials">\r\n													35+ Apple Inspired Photoshop Tutorials												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n																						<li class="last">\r\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="bookmark" title="45 Essential UI Design Tools &#038; Resources for Web Designers">\r\n													45 Essential UI Design Tools &#038; Resources for We...												</a>\r\n												<span class=''navtext''>By designpixel</span>\r\n											</li>\r\n											</ul>										</div><!-- .related-posts -->\r\n																	</div>\r\n								<div class="clear"></div>\r\n							</div>\r\n						</div>									\r\n					</div><!--.g post-->\r\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''959'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="e1e9576f30" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="222"/></p>		</form>\n	</div>\n							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" alt="25+ Excellent Adobe InDesign Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' title=''25+ Excellent Adobe InDesign Tutorials'' class=''popular-title''>25+ Excellent Adobe InDesign Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'creatively designed retro art poster designs', '', 'publish', 'closed', 'closed', '', 'creatively-designed-retro-art-poster-designs', '', '', '2017-04-11 13:16:24', '2017-04-11 13:16:24', '', 0, 'http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(123, 1, '2017-04-11 13:16:25', '2017-04-11 13:16:25', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;25+ Easy-to-Follow Motion Graphics Tutorials </div>\n<div class="single-content">\n<article class="post-1078 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\n<div id="post-1078" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">25+ Easy-to-Follow Motion Graphics Tutorials</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,&nbsp; Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything possible. A basic definition being, Motion graphics are graphics that use Video footage, or Animation to create an illusion of rotation or motion, and also use audio combined, generally in multimedia projects and other uses mentioned above. This is the most common frame to frame animation and video footage method being utilized around in today&rsquo;s online and offline world.</p>\n<p>That Samsung or Apple animated logo, we get to see as soon as we turn on our Mobile phones, is also an example of very basic Motion graphics.</p>\n<p>Now, discussing about their development and design, these are not so easy to develop by yourself, and hiring a designer to design them for you customized on your means is not as cheap as you expect. And, if you are working on your startup, or your multimedia project, you must already be on a low budget, and getting to pay a designer won&rsquo;t be an easy task for you.</p>\n<p>Developing them may be a tough job, if you try it yourself, but with step by step procedures and tutorials, it becomes a job as easy as having a piece of cake, to develop them, with the softwares, that every particular tutorial requires. Out of the hundreds of motion graphics tutorials available on the web, here are some of the handpicked tutorials, with each step mentioned clearly and in an elaborated manner, clearing up the things, and letting you design the particular motion graphic you need easily and wisely. Use these, save your time, money, and learn something new in the easy way! Best of luck!\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>25+ Easy-to-Follow Motion Graphics Tutorials</strong></em></span>:</h3>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/kandi-runner-animate-a-vector-game-sprite-walk-cycle/"><b>Game Sprite Walk Cycle</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Sprite-Walk-Cycle.jpg"><img class="aligncenter size-full wp-image-1079" title="Game Sprite Walk Cycle" alt="Game Sprite Walk Cycle" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Game-Sprite-Walk-Cycle.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1079" title="Game Sprite Walk Cycle" alt="Game Sprite Walk Cycle" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Sprite-Walk-Cycle.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-create-cartoon-smoke-using-trapcode-particular/"><b>Create Cartoon Smoke</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Cartoon-Smoke.jpg"><img class="aligncenter  wp-image-1080" title="Create Cartoon Smoke" alt="Create Cartoon Smoke" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-Cartoon-Smoke.jpg" width="600" height="375"><noscript><img class="aligncenter  wp-image-1080" title="Create Cartoon Smoke" alt="Create Cartoon Smoke" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Cartoon-Smoke.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/quick-tip-creating-an-app-walkthrough-in-after-effects/"><b>Mobile App <span class="GINGER_SOFATWARE_mark" id="23539f88-22c1-4b58-98c8-72d8595b2b0f">Walkthrough</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mobile-App-Walkthrough.jpg"><img class="aligncenter size-full wp-image-1081" title="Mobile App Walkthrough" alt="Mobile App Walkthrough" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Mobile-App-Walkthrough.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1081" title="Mobile App Walkthrough" alt="Mobile App Walkthrough" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mobile-App-Walkthrough.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-create-a-parallaxing-background-without-a-3d-camera/"><b>Create a Parallaxing Background</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Parallaxing-Background.jpg"><img class="aligncenter size-full wp-image-1082" title="Create a Parallaxing Background" alt="Create a Parallaxing Background" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Parallaxing-Background.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1082" title="Create a Parallaxing Background" alt="Create a Parallaxing Background" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Parallaxing-Background.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/selective-shadows-using-photoshop-to-after-effects/"><b>Selective Shadows</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Selective-Shadows.jpg"><img class="aligncenter size-full wp-image-1083" title="Selective Shadows" alt="Selective Shadows" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Selective-Shadows.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1083" title="Selective Shadows" alt="Selective Shadows" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Selective-Shadows.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/create-a-clean-flying-strokes-text-reveal/"><b>Clean Text Reveal</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Clean-Text-Reveal.jpg"><img class="aligncenter size-full wp-image-1084" title="Clean Text Reveal" alt="Clean Text Reveal" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Clean-Text-Reveal.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1084" title="Clean Text Reveal" alt="Clean Text Reveal" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Clean-Text-Reveal.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/a-look-at-the-different-ways-to-overshoot-motion/"><b>How to Overshoot Motion</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Overshoot-Motion.jpg"><img class="aligncenter size-full wp-image-1085" title="How to Overshoot Motion" alt="How to Overshoot Motion" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/How-to-Overshoot-Motion.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1085" title="How to Overshoot Motion" alt="How to Overshoot Motion" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Overshoot-Motion.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/animate-flowing-text-from-a-page-to-a-phone-without-a-particle-emitter/"><b>Animate Text Flowing Effect</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Animate-Text-Flowing-Effect.jpg"><img class="aligncenter  wp-image-1086" title="Animate Text Flowing Effect" alt="Animate Text Flowing Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Animate-Text-Flowing-Effect.jpg" width="600" height="375"><noscript><img class="aligncenter  wp-image-1086" title="Animate Text Flowing Effect" alt="Animate Text Flowing Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Animate-Text-Flowing-Effect.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/create-a-fish-bowl-filling-with-refractive-water/"><b>Fish Bowl Filling with Water</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fish-Bowl-Filling-with-Water.jpg"><img class="aligncenter size-full wp-image-1087" title="Fish Bowl Filling with Water" alt="Fish Bowl Filling with Water" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Fish-Bowl-Filling-with-Water.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1087" title="Fish Bowl Filling with Water" alt="Fish Bowl Filling with Water" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fish-Bowl-Filling-with-Water.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/the-fastest-way-to-accomplish-stop-motion-in-after-effects/"><b>Stop Motion in After Effects</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Stop-Motion-in-After-Effects.jpg"><img class="aligncenter size-full wp-image-1088" title="Stop Motion in After Effects" alt="Stop Motion in After Effects" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Stop-Motion-in-After-Effects.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1088" title="Stop Motion in After Effects" alt="Stop Motion in After Effects" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Stop-Motion-in-After-Effects.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-create-photo-realistic-branded-product-mockups/"><b>Realistic Product <span class="GINGER_SOFATWARE_mark" id="b6d91dee-1efa-4df6-82d7-9fe2695c6ab5">Mockups</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Realistic-Product-Mockups.jpg"><img class="aligncenter size-full wp-image-1089" title="Realistic Product Mockups" alt="Realistic Product Mockups" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Realistic-Product-Mockups.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1089" title="Realistic Product Mockups" alt="Realistic Product Mockups" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Realistic-Product-Mockups.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/design-a-triangular-time-displacement-transition/"><b>Text Displacement Transition</b></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Text-Displacement-Transition.jpg"><img class="aligncenter size-full wp-image-1090" alt="Text Displacement Transition" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Text-Displacement-Transition.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1090" alt="Text Displacement Transition" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Text-Displacement-Transition.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/use-a-3d-model-to-create-a-monochromatic-logo-animation/"><b>Monochromatic Logo Animation</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation.jpg"><img class="aligncenter size-full wp-image-1091" title="Monochromatic Logo Animation" alt="Monochromatic Logo Animation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1091" title="Monochromatic Logo Animation" alt="Monochromatic Logo Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/create-a-powerful-groundbreaking-logo-reveal-ae-part/"><b>Groundbreaking Logo Reveal</b></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Groundbreaking-Logo-Reveal.jpg"><img class="aligncenter size-full wp-image-1092" alt="Groundbreaking Logo Reveal" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Groundbreaking-Logo-Reveal.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1092" alt="Groundbreaking Logo Reveal" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Groundbreaking-Logo-Reveal.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/writing-with-colored-sand/"><b>Writing with Colored Sand</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Writing-with-Colored-Sand.jpg"><img class="aligncenter size-full wp-image-1093" title="Writing with Colored Sand" alt="Writing with Colored Sand" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Writing-with-Colored-Sand.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1093" title="Writing with Colored Sand" alt="Writing with Colored Sand" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Writing-with-Colored-Sand.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/create-an-animated-split-flap-clock/"><b>Split Flap Clock Effect</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Split-Flap-Clock-Effect.jpg"><img class="aligncenter  wp-image-1094" title="Split Flap Clock Effect" alt="Split Flap Clock Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Split-Flap-Clock-Effect.jpg" width="600" height="375"><noscript><img class="aligncenter  wp-image-1094" title="Split Flap Clock Effect" alt="Split Flap Clock Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Split-Flap-Clock-Effect.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/quick-tip-create-a-simple-typewriter-animation/"><b>Create a Simple Typewriter Animation</b></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Simple-Typewriter-Animation.jpg"><img class="aligncenter size-full wp-image-1095" alt="Create a Simple Typewriter Animation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Simple-Typewriter-Animation.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1095" alt="Create a Simple Typewriter Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Simple-Typewriter-Animation.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/make-a-chalkboard-style-scribble-and-smudge/"><b>Chalkboard-Style Scribbles</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chalkboard-Style-Scribbles.jpg"><img class="aligncenter size-full wp-image-1096" title="Chalkboard-Style Scribbles" alt="Chalkboard-Style Scribbles" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Chalkboard-Style-Scribbles.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1096" title="Chalkboard-Style Scribbles" alt="Chalkboard-Style Scribbles" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Chalkboard-Style-Scribbles.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-re-create-the-retro-tron-lightcyle-game/"><b>Tron Lightcycle Animation</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tron-Lightcycle-Animation.jpg"><img class="aligncenter size-full wp-image-1097" title="Tron Lightcycle Animation" alt="Tron Lightcycle Animation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Tron-Lightcycle-Animation.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1097" title="Tron Lightcycle Animation" alt="Tron Lightcycle Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tron-Lightcycle-Animation.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/crumpled-paper-logo-reveal-with-mir/"><b>Crumpled Paper Logo Reveal</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Crumpled-Paper-Logo-Reveal.jpg"><img class="aligncenter size-full wp-image-1098" title="Crumpled Paper Logo Reveal" alt="Crumpled Paper Logo Reveal" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Crumpled-Paper-Logo-Reveal.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1098" title="Crumpled Paper Logo Reveal" alt="Crumpled Paper Logo Reveal" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Crumpled-Paper-Logo-Reveal.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/quick-tip-a-fast-and-easy-tv-turn-off-effect/"><b>Television Turn-off Effect</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Television-Turn-off-Effect.jpg"><img class="aligncenter size-full wp-image-1099" title="Television Turn-off Effect" alt="Television Turn-off Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Television-Turn-off-Effect.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1099" title="Television Turn-off Effect" alt="Television Turn-off Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Television-Turn-off-Effect.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/build-a-shattering-cinematic-title-opener/"><b>Shattering Cinematic Title</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shattering-Cinematic-Title.jpg"><img class="aligncenter size-full wp-image-1100" title="Shattering Cinematic Title" alt="Shattering Cinematic Title" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Shattering-Cinematic-Title.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1100" title="Shattering Cinematic Title" alt="Shattering Cinematic Title" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shattering-Cinematic-Title.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-create-a-seamless-infinite-white-backdrop/"><b>Infinite White Backdrop</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Infinite-White-Backdrop.jpg"><img class="aligncenter size-full wp-image-1101" title="Infinite White Backdrop" alt="Infinite White Backdrop" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Infinite-White-Backdrop.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1101" title="Infinite White Backdrop" alt="Infinite White Backdrop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Infinite-White-Backdrop.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/sink-you-logo-into-the-floor/"><b>Sunken Text Effect</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sunken-Text-Effect.jpg"><img class="aligncenter size-full wp-image-1102" title="Sunken Text Effect" alt="Sunken Text Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Sunken-Text-Effect.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1102" title="Sunken Text Effect" alt="Sunken Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sunken-Text-Effect.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/crash-dummy-character-rigging-using-newton/"><b>Crash Test Dummy</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Crash-Test-Dummy.jpg"><img class="aligncenter size-full wp-image-1103" title="Crash Test Dummy Motion Graphics Tutorials" alt="Crash Test Dummy Motion Graphics Tutorials" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Crash-Test-Dummy.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1103" title="Crash Test Dummy Motion Graphics Tutorials" alt="Crash Test Dummy Motion Graphics Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Crash-Test-Dummy.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/how-to-create-a-simple-animated-speedometer/"><b>Simple Animated Speedometer</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simple-Animated-Speedometer.jpg"><img class="aligncenter size-full wp-image-1104" title="Simple Animated Speedometer" alt="Simple Animated Speedometer" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Simple-Animated-Speedometer.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1104" title="Simple Animated Speedometer" alt="Simple Animated Speedometer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simple-Animated-Speedometer.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/building-an-iphone-in-after-effects/"><b>Build an iPhone in After Effects</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-an-iPhone-in-After-Effects.jpg"><img class="aligncenter size-full wp-image-1105" title="Build an iPhone in After Effects" alt="Build an iPhone in After Effects" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Build-an-iPhone-in-After-Effects.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1105" title="Build an iPhone in After Effects" alt="Build an iPhone in After Effects" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-an-iPhone-in-After-Effects.jpg" width="600" height="375"></noscript></a></p>\n<p><a href="http://ae.tutsplus.com/tutorials/motion-graphics/time-remapped-mock-tv-show-opener/"><b>Mock TV Show Opener</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mock-TV-Show-Opener.jpg"><img class="aligncenter size-full wp-image-1106" title="Mock TV Show Opener" alt="Mock TV Show Opener" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Mock-TV-Show-Opener.jpg" width="600" height="375"><noscript><img class="aligncenter size-full wp-image-1106" title="Mock TV Show Opener" alt="Mock TV Show Opener" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mock-TV-Show-Opener.jpg" width="600" height="375"></noscript></a></p>\n<div class="crp_related "><h3>You may also like</h3><ul><li><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg" alt="35+ Best Photoshop Print Design Tutorials" title="35+ Best Photoshop Print Design Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" class="crp_title">35+ Best Photoshop Print Design Tutorials</a></li><li><a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg" alt="30 Useful Tutorials for Developing HTML5 Web Browser Games" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" class="crp_title">30 Useful Tutorials for Developing HTML5 Web Browser Games</a></li><li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials" title="20 Most Useful 3D Text Effect Photoshop Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="crp_title">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg" alt="50 Useful Photoshop Logo Design Tutorials" title="50 Useful Photoshop Logo Design Tutorials" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="crp_title">50 Useful Photoshop Logo Design Tutorials</a></li><li><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg" alt="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" class="crp_title">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></li><li><a href="http://thedesignpixel.com/best-html5-animation-tools/"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg" alt="20 Best HTML5 Animation Tools" title="20 Best HTML5 Animation Tools" width="150" height="150" class="crp_thumb crp_featured"/><noscript></noscript></a><a href="http://thedesignpixel.com/best-html5-animation-tools/" class="crp_title">20 Best HTML5 Animation Tools</a></li></ul><div class="crp_clear"></div></div>\n</div> \n</div> \n</div> \n</article> </div> \n<div style="clear:both"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\nBe the First to Comment! </p>\n<div style="clear:both"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Start the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="LdXA3f32898c1d37335f1c39301cf15688049c9727ae66b1fc360b582c7c21e2b122e" class="wpdiscuz-cnonce" name="cnonce" value="LdXA3f32898c1d37335f1c39301cf15688049c9727ae66b1fc360b582c7c21e2b122e"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="8ab4ee6912"/><input type="hidden" name="_wp_http_referer" value="/easy-to-follow-motion-graphics-tutorials.html"/> <input type="hidden" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input">\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email">\n</div>\n<div style="clear:both"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha">\n<span class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow">\n\n</a>\n<a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow">\n<img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png">\n</a>\n<input type="hidden" id="Ev3YX76abed749bdfc80685ae4ce1b48d53786654eb022f7be30b0aa27a253796e04a" class="wpdiscuz-cnonce" name="cnonce" value="Ev3YX76abed749bdfc80685ae4ce1b48d53786654eb022f7be30b0aa27a253796e04a"/>\n</span>\n<span class="captcha_msg">Please insert the code above to comment</span>\n</div>\n<div class="wc-field-submit">\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="8ab4ee6912"/><input type="hidden" name="_wp_http_referer" value="/easy-to-follow-motion-graphics-tutorials.html"/> <input type="hidden" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div style="clear:both"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n<div class="widget sidebar-widget widget_bpxl_category_widget"><h3 class="widget-title uppercase"><span><i class="fa fa-clock-o"></i>Recent Posts</span></h3>  \n<div class="category-posts-widget category_posts">\n<ul class="category-posts">\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-svg-animation-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Export from Photoshop to SVG"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials">10 Creative SVG Animation Tutorials</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Minimalist Interior Design WordPress Themes"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n \n</div> </div>\n</aside> </div> \n</div> \n</div> \n', 'easy to follow motion graphics tutorials', '', 'publish', 'closed', 'closed', '', 'easy-to-follow-motion-graphics-tutorials', '', '', '2017-04-11 13:16:25', '2017-04-11 13:16:25', '', 0, 'http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(124, 1, '2017-04-11 13:16:28', '2017-04-11 13:16:28', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Excellent Easy to Follow PSD to HTML CSS Tutorials</div><div class="single-content"><article class="post-770 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design category-tutorials tag-css tag-development tag-html tag-photoshop"><div id="post-770" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make brilliant looking designs and concepts, however, replicating it on a website can be really a tough ask.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>It makes sense to finalize the design and layout that&rsquo;s made on Photoshop as it&rsquo;s easier to modify things on the design than on an actual website. Making a design in Photoshop also helps customer get a feel of how the website would look when it&rsquo;s ready hence doing pre production of a website easier that going back and forth to a customer during the development stages of a website.</p><p>So, You have made a website layout in Photoshop that the customer likes, now comes the difficult part. Making an exact website looking at the layout is nearly impossible, hence the need for tools and tutorials that makes this easier.</p><p>The day is not far when things you do in Photoshop would be converted to a Responsive design that can be used in HTML. Till today it sounds like a possibility, however, is actually a distant reality. In this article we are trying to bridge this gap between concept and reality.</p><p>We have made a list of 10 Excellent Easy to Follow PSD to <span class="GINGER_SOFATWARE_mark" id="a9a5a8aa-88db-4e3f-a0f4-eb4471494262"><span class="GINGER_SOFATWARE_mark" id="bffdedd6-8a33-4a6f-a70a-a540c60bcf67">HTML CSS</span></span> Tutorials, for those designers who have not mastered the process of converting a design into a fully coded website. These are highly useful and extremely elaborate tutorials on PSD to HTML conversion.</p><p>So, What are you waiting for guys take some time out and dig in to become a pro at PSD to HTML Conversion. However, remember that these tutorials can get you the best results if they are followed religiously.</p><h3><span style="text-decoration: underline;"><em><strong>10 Excellent Easy to Follow PSD to <span class="GINGER_SOFATWARE_mark" id="feaf61f6-cc6c-46f6-b9d9-0715bc073684"><span class="GINGER_SOFATWARE_mark" id="19672f62-b63a-4161-965c-9f37a7497fb7">HTML CSS</span></span> Tutorials:</strong></em></span></h3><p><strong><a href="http://www.1stwebdesigner.com/wordpress/psd-to-html-tutorial-code-photoshop/">PSD to HTML Tutorial: Code a Photoshop File to a Working Website</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website.jpg"><img class="aligncenter size-full wp-image-771" title="PSD to HTML Tutorial Code a Photoshop File to a Working Website" alt="PSD to HTML Tutorial Code a Photoshop File to a Working Website" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website.jpg" width="600" height="780" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website-231x300.jpg 231w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-771" title="PSD to HTML Tutorial Code a Photoshop File to a Working Website" alt="PSD to HTML Tutorial Code a Photoshop File to a Working Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website.jpg" width="600" height="780" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PSD-to-HTML-Tutorial-Code-a-Photoshop-File-to-a-Working-Website-231x300.jpg 231w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://line25.com/tutorials/how-to-code-a-stylish-portfolio-design-in-html-and-css">How to Code a Stylish Portfolio Design in HTML/CSS</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS.jpg"><img class="aligncenter size-full wp-image-772" title="How to Code a Stylish Portfolio Design in HTML CSS" alt="How to Code a Stylish Portfolio Design in HTML CSS" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-772" title="How to Code a Stylish Portfolio Design in HTML CSS" alt="How to Code a Stylish Portfolio Design in HTML CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Code-a-Stylish-Portfolio-Design-in-HTML-CSS-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://wegraphics.net/blog/tutorials/designing-a-highly-professional-website-from-the-sketch-to-the-code/">Designing a Highly Professional Website, From the Sketch to the Code</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code.jpg"><img class="aligncenter size-full wp-image-773" title="Designing a Highly Professional Website, From the Sketch to the Code" alt="Designing a Highly Professional Website, From the Sketch to the Code" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code.jpg" width="600" height="751" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-240x300.jpg 240w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-773" title="Designing a Highly Professional Website, From the Sketch to the Code" alt="Designing a Highly Professional Website, From the Sketch to the Code" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code.jpg" width="600" height="751" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-240x300.jpg 240w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.tuttoaster.com/code-up-an-awesome-minimal-web-design-from-psd-to-xhtml-css/">Code an Awesome Minimal Design from PSD to XHTML &amp; CSS</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS.jpg"><img class="aligncenter size-full wp-image-774" title="Code an Awesome Minimal Design from PSD to XHTML &amp; CSS" alt="Code an Awesome Minimal Design from PSD to XHTML &amp; CSS" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS.jpg" width="600" height="642" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS-280x300.jpg 280w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-774" title="Code an Awesome Minimal Design from PSD to XHTML &amp; CSS" alt="Code an Awesome Minimal Design from PSD to XHTML &amp; CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS.jpg" width="600" height="642" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-an-Awesome-Minimal-Design-from-PSD-to-XHTML-CSS-280x300.jpg 280w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://www.photoshop-plus.co.uk/2011/03/22/sleek-coming-soon-page-design/">Sleek Coming Soon Page Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design.jpg"><img class="aligncenter size-full wp-image-775" title="Sleek Coming Soon Page Design PSD to HTML CSS Tutorials" alt="Sleek Coming Soon Page Design PSD to HTML CSS Tutorials" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design.jpg" width="600" height="442" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design-300x221.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-775" title="Sleek Coming Soon Page Design PSD to HTML CSS Tutorials" alt="Sleek Coming Soon Page Design PSD to HTML CSS Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design.jpg" width="600" height="442" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sleek-Coming-Soon-Page-Design-300x221.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://sixrevisions.com/tutorials/web-development-tutorials/psdhtml-conversion-code-a-clean-business-website-design/">PSD/HTML Conversion: Code a Clean Business Website Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design.png"><img class="aligncenter  wp-image-776" title="Code a Clean Business Website Design" alt="Code a Clean Business Website Design" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design.png" width="600" height="818" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design-220x300.png 220w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-776" title="Code a Clean Business Website Design" alt="Code a Clean Business Website Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design.png" width="600" height="818" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Code-a-Clean-Business-Website-Design-220x300.png 220w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://net.tutsplus.com/tutorials/site-builds/convert-a-warm-cheerful-web-design-to-html-and-css/">Convert a Warm, Cheerful Web Design to HTML and CSS</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS.jpg"><img class="aligncenter size-full wp-image-777" title="Convert a Warm, Cheerful Web Design to HTML and CSS" alt="Convert a Warm, Cheerful Web Design to HTML and CSS" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS.jpg" width="600" height="1068" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS-169x300.jpg 169w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS-575x1024.jpg 575w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-777" title="Convert a Warm, Cheerful Web Design to HTML and CSS" alt="Convert a Warm, Cheerful Web Design to HTML and CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS.jpg" width="600" height="1068" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS-169x300.jpg 169w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-a-Warm-Cheerful-Web-Design-to-HTML-and-CSS-575x1024.jpg 575w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://wegraphics.net/blog/tutorials/converting-a-clean-magazine-style-psd-template-to-htmlcss/">Converting a Clean Magazine Style PSD Template to HTML/CSS</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS.jpg"><img class="aligncenter size-full wp-image-778" title="Converting a Clean Magazine Style PSD Template to HTML CSS" alt="Converting a Clean Magazine Style PSD Template to HTML CSS" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS.jpg" width="600" height="1051" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS-171x300.jpg 171w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS-585x1024.jpg 585w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-778" title="Converting a Clean Magazine Style PSD Template to HTML CSS" alt="Converting a Clean Magazine Style PSD Template to HTML CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS.jpg" width="600" height="1051" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS-171x300.jpg 171w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Converting-a-Clean-Magazine-Style-PSD-Template-to-HTML-CSS-585x1024.jpg 585w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://devisefunction.com/2010/05/17/psd-to-xhtml-simple-cloudy-portfolio-layout/" target="_blank">Simple &amp; Cloudy Portfolio Layout</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout.jpg"><img class="aligncenter size-full wp-image-779" title="Simple &amp; Cloudy Portfolio Layout" alt="Simple &amp; Cloudy Portfolio Layout" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-779" title="Simple &amp; Cloudy Portfolio Layout" alt="Simple &amp; Cloudy Portfolio Layout" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Cloudy-Portfolio-Layout-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.1stwebdesigner.com/css/psd-html-landing-page-tutorial/">Convert Your Product Landing Page From PSD to HTML</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML.jpg"><img class="aligncenter size-full wp-image-780" title="Convert Your Product Landing Page From PSD to HTML" alt="Convert Your Product Landing Page From PSD to HTML" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML.jpg" width="600" height="697" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML-258x300.jpg 258w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-780" title="Convert Your Product Landing Page From PSD to HTML" alt="Convert Your Product Landing Page From PSD to HTML" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML.jpg" width="600" height="697" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Convert-Your-Product-Landing-Page-From-PSD-to-HTML-258x300.jpg 258w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="M282520da703d6ab70583105aa8af4e5d1937ba6cca4f11dd85eab884c36e92b45586" class="wpdiscuz-cnonce" name="cnonce" value="M282520da703d6ab70583105aa8af4e5d1937ba6cca4f11dd85eab884c36e92b45586" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="8NYRFd3937028bb9c5d40a0c076bc910d08f4192c1e68ecbff4aaeca4bf4d7f878b23" class="wpdiscuz-cnonce" name="cnonce" value="8NYRFd3937028bb9c5d40a0c076bc910d08f4192c1e68ecbff4aaeca4bf4d7f878b23" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'easy to follow psd to html css tutorials', '', 'publish', 'closed', 'closed', '', 'easy-to-follow-psd-to-html-css-tutorials', '', '', '2017-04-11 13:16:28', '2017-04-11 13:16:28', '', 0, 'http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(125, 1, '2017-04-11 13:16:29', '2017-04-11 13:16:29', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-588" class="g post post-588 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-tools tag-ui-design tag-ux-design cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 45 Essential UI Design Tools &#038; Resources for Web Designers</div>\n												<header>\n							<h1 class="title">45 Essential UI Design Tools &#038; Resources for Web Designers</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.  At times one needs inspiration to create a smart working website.</p>\n<p>With advancements in the internet technologies it has become completely impossible to know each and every User Interface Design Tools &amp; Resources for Web Designers. Every day there are new tools that are released in the market and we need to constantly update ourselves with the best and latest internet development technologies. Having said that there are some wise ones who always keeps a list that help him make interesting website.</p>\n<p>The success of web applications and websites depends on how well designed the User Interface is. Generally, it is pretty difficult to design the User Interface at the initial stages, however if you have some basic and essential UI design tools then they work like a spoon for someone who is eating food. “You can get your job done without getting the Hands dirty”.</p>\n<p>If you want to make elegant and unique website and have been looking for the best of the class UI Design Tools &amp; Resources you have landed at the right place. We have done extensive research and found some of the most happening UI Design Tools available for web developers and designers. These tools are selected by a team of Developers who have tried and tested these tools for usability across all web development platforms.</p>\n<p>Using the list of Essential UI Design Tools &amp; Resources for Web Designers will save you a lot of time as well as get your project done conveniently. We hope you like the compilation we created for you and if we have missed something feel free to comment below and we would gladly add them to the list.</p>\n<h3><strong>45 Essential UI Design Tools &amp; Resources for Web Designers:</strong></h3>\n<p><strong><a href="http://www.fillerati.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="106dfe35-6bf8-40d1-bcdf-9f2c616ef9ee"><span class="GINGER_SOFATWARE_mark" id="3b1c37c7-9efb-413b-9ce9-c19d472fe414">Fillerati</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fillerati.jpg"><img class="aligncenter size-full wp-image-589" title="Fillerati" alt="Fillerati" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fillerati.jpg" width="600" height="499" /></a></p>\n<p><strong><a href="http://fivesecondtest.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="0c447b0a-f2e4-4491-97ea-4b665ab07d4e"><span class="GINGER_SOFATWARE_mark" id="a59f1d3f-0e1b-44e8-972e-755c45652909">Fivesecondtest</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fivesecondtest.jpg"><img class="aligncenter size-full wp-image-590" title="Fivesecondtest" alt="Fivesecondtest" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fivesecondtest.jpg" width="600" height="490" /></a></p>\n<p><strong><a href="http://guideguide.me/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="f6002c1b-4e7c-4221-bc39-ba3cc2ce1540"><span class="GINGER_SOFATWARE_mark" id="c0cefd77-41f7-461c-800f-fb81aa4567c4">GuideGuide</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/GuideGuide.jpg"><img class="aligncenter size-full wp-image-591" title="GuideGuide" alt="GuideGuide" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/GuideGuide.jpg" width="600" height="439" /></a></p>\n<p><strong><a href="http://www.mockflow.com/signup/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="444b4c23-5077-454a-8707-46a148ce9cbc"><span class="GINGER_SOFATWARE_mark" id="bb4ebbd7-9af3-40cc-865f-64aefa46465d">MockFlow</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MockFlow.jpg"><img class="aligncenter size-full wp-image-592" title="MockFlow" alt="MockFlow" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MockFlow.jpg" width="600" height="350" /></a></p>\n<p><strong><a href="http://kuler.adobe.com/" target="_blank">Adobe Kuler</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Adobe-Kuler.jpg"><img class="aligncenter size-full wp-image-593" title="Adobe Kuler" alt="Adobe Kuler" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Adobe-Kuler.jpg" width="600" height="391" /></a></p>\n<p><strong><a href="http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html#foreground.space.trim=1&amp;foreground.space.pad=0&amp;foreColor=33b5e5%2C0&amp;crop=0&amp;backgroundShape=bevel&amp;backColor=ffffff%2C100" target="_blank">Android Asset Studio</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-Asset-Studio.jpg"><img class="aligncenter size-full wp-image-594" title="Android Asset Studio" alt="Android Asset Studio" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-Asset-Studio.jpg" width="600" height="503" /></a></p>\n<p><strong><a href="http://speckyboy.com/2013/11/28/flow-mobile-app-landing-page-template-psd/" target="_blank">Flow – Mobile App Landing Page Template</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flow-_E2_80_93-Mobile-App-Landing-Page-Template.jpg"><img class="aligncenter size-full wp-image-595" title="Flow – Mobile App Landing Page Template" alt="Flow – Mobile App Landing Page Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flow-_E2_80_93-Mobile-App-Landing-Page-Template.jpg" width="600" height="539" /></a></p>\n<p><strong><a href="http://www.webalys.com/design-interface-application-framework.php" target="_blank">User Interface Design Framework</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/User-Interface-Design-Framework.jpg"><img class="aligncenter size-full wp-image-596" title="User Interface Design Framework" alt="User Interface Design Framework" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/User-Interface-Design-Framework.jpg" width="600" height="488" /></a></p>\n<p><strong><a href="http://speckyboy.com/2013/10/28/ero-widget-ui-kit/" target="_blank">The Ero Widget UI Kit</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Ero-Widget-UI-Kit.jpg"><img class="aligncenter size-full wp-image-597" title="The Ero Widget UI Kit" alt="The Ero Widget UI Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Ero-Widget-UI-Kit.jpg" width="600" height="441" /></a></p>\n<p><strong><a href="http://konigi.com/tools/wireframe-magnets-diy-kit" target="_blank">DIY Kit</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DIY-Kit.jpg"><img class="aligncenter size-full wp-image-598" title="DIY Kit" alt="DIY Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DIY-Kit.jpg" width="600" height="461" /></a></p>\n<p><strong><a href="http://speckyboy.com/2014/01/07/freebie-white-stripes-ui-kit-psd/" target="_blank">The White Stripes UI Kit</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-Stripes-UI-Kit.jpg"><img class="aligncenter size-full wp-image-599" title="The White Stripes UI Kit" alt="The White Stripes UI Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-Stripes-UI-Kit.jpg" width="600" height="544" /></a></p>\n<p><strong><a href="http://www.gliffy.com/index-f.php" target="_blank">Gliffy</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gliffy.jpg"><img class="aligncenter size-full wp-image-600" title="Gliffy" alt="Gliffy" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gliffy.jpg" width="600" height="543" /></a></p>\n<p><strong><a href="http://livepipe.net/" target="_blank">LivePipe UI</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LivePipe-UI.jpg"><img class="aligncenter size-full wp-image-601" title="LivePipe UI" alt="LivePipe UI" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LivePipe-UI.jpg" width="600" height="473" /></a></p>\n<p><strong><a href="http://real99.deviantart.com/art/Small-GUI-Pack-169182381" target="_blank">Small GUI Pack</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Small-GUI-Pack.jpg"><img class="aligncenter size-full wp-image-602" title="Small GUI Pack" alt="Small GUI Pack" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Small-GUI-Pack.jpg" width="600" height="398" /></a></p>\n<p><strong><a href="http://www.webdesignshock.com/free-photoshop-android-interface-gui/" target="_blank">Android UI Elements Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set.jpg"><img class="aligncenter size-full wp-image-603" title="Android UI Elements Set" alt="Android UI Elements Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set.jpg" width="600" height="540" /></a></p>\n<p><strong><a href="http://pencil.evolus.vn/Default.html" target="_blank">The Pencil Project</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Pencil-Project.jpg"><img class="aligncenter size-full wp-image-604" title="The Pencil Project" alt="The Pencil Project" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Pencil-Project.jpg" width="600" height="428" /></a></p>\n<p><strong><a href="http://iplotz.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="8cc85e7f-ed7e-4566-b407-a7d984de46da"><span class="GINGER_SOFATWARE_mark" id="9b82286c-d9c8-449f-a8cd-05bca9ec7ce4">iPlotz</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPlotz.jpg"><img class="aligncenter size-full wp-image-605" title="iPlotz" alt="iPlotz" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPlotz.jpg" width="600" height="426" /></a></p>\n<p><strong><a href="http://www.editablegrid.net/en" target="_blank"><span class="GINGER_SOFATWARE_mark" id="1a8dda30-e0b0-4442-84ae-739bd7be7883"><span class="GINGER_SOFATWARE_mark" id="19a7ab1d-8d60-4d77-8939-4107e3b87e73">Editable</span></span> Grid</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Editable-Grid.jpg"><img class="aligncenter size-full wp-image-606" alt="Editable Grid" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Editable-Grid.jpg" width="600" height="481" /></a></p>\n<p><strong><a href="http://scripty2.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="1a20d802-5abd-4ad6-8aff-7745fc8b554b"><span class="GINGER_SOFATWARE_mark" id="7957cfd4-f870-4ba7-9fc6-64a46ea0b660">Scripty</span></span> 2</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scripty-2.jpg"><img class="aligncenter size-full wp-image-607" title="Scripty 2" alt="Scripty 2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Scripty-2.jpg" width="600" height="430" /></a></p>\n<p><strong><a href="http://www.zkoss.org/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="3e7bac9d-ba94-4c91-81eb-1c224699834b"><span class="GINGER_SOFATWARE_mark" id="a09a6fc6-dd2c-4bdb-aab9-50e9e173f93a">ZKoss</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ZKoss.jpg"><img class="aligncenter size-full wp-image-608" title="ZKoss" alt="ZKoss" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ZKoss.jpg" width="600" height="493" /></a></p>\n<p><strong><a href="http://dojotoolkit.org/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="6c769dc2-c653-4b6f-bc35-fbeced99fbbf"><span class="GINGER_SOFATWARE_mark" id="105d010e-f1fa-4a24-80cf-631aa14c1b73">Dojo</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dojo.jpg"><img class="aligncenter size-full wp-image-609" title="Dojo" alt="Dojo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dojo.jpg" width="600" height="470" /></a></p>\n<p><strong><a href="http://www.designervista.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="9c945a3e-416d-4734-a7f0-f3a2cd1abdff"><span class="GINGER_SOFATWARE_mark" id="0de117ff-4d23-4167-93d9-fe3e453ca95c">DesignerVista</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DesignerVista.jpg"><img class="aligncenter size-full wp-image-610" title="DesignerVista" alt="DesignerVista" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DesignerVista.jpg" width="600" height="430" /></a></p>\n<p><strong><a href="http://www.napkee.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="93ff5da0-284e-45a5-8c0f-2f0ec4370718"><span class="GINGER_SOFATWARE_mark" id="cdc96315-ac9c-4cec-8125-fadfdc9315a9">Napkee</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Napkee.jpg"><img class="aligncenter size-full wp-image-611" title="Napkee" alt="Napkee" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Napkee.jpg" width="600" height="448" /></a></p>\n<p><strong><a href="http://iphonemockup.lkmc.ch/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="89bbc166-909f-4120-9e50-717ff4ab1dc4"><span class="GINGER_SOFATWARE_mark" id="91cc0830-5d40-4450-aba5-675416c10e3e">iPhone</span></span> Mockup</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-Mockup.jpg"><img class="aligncenter size-full wp-image-612" title="iPhone Mockup" alt="iPhone Mockup" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-Mockup.jpg" width="600" height="483" /></a></p>\n<p><strong><a href="http://databene.org/eclipse-stencil.html" target="_blank">Eclipse Stencil for OmniGraffle</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eclipse-Stencil-for-OmniGraffle.jpg"><img class="aligncenter size-full wp-image-613" title="Eclipse Stencil for OmniGraffle" alt="Eclipse Stencil for OmniGraffle" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eclipse-Stencil-for-OmniGraffle.jpg" width="600" height="443" /></a></p>\n<p><strong><a href="http://www.webdesignshock.com/mac-interface/" target="_blank">OSX Leopard GUI Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/OSX-Leopard-GUI-Set.jpg"><img class="aligncenter size-full wp-image-614" title="OSX Leopard GUI Set" alt="OSX Leopard GUI Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/OSX-Leopard-GUI-Set.jpg" width="600" height="466" /></a></p>\n<p><strong><a href="http://dhtmlx.com/" target="_blank">DHTMLX</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DHTMLX.jpg"><img class="aligncenter size-full wp-image-615" title="DHTMLX" alt="DHTMLX" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DHTMLX.jpg" width="600" height="538" /></a></p>\n<p><strong><a href="http://echo.nextapp.com/site/" target="_blank">Echo 3</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Echo-3.jpg"><img class="aligncenter size-full wp-image-616" title="Echo 3" alt="Echo 3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Echo-3.jpg" width="600" height="448" /></a></p>\n<p><strong><a href="http://www.lumzy.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="d44d9a6a-15d6-40d4-aa06-4723d0d9ca71"><span class="GINGER_SOFATWARE_mark" id="673dbbbf-0d91-4c57-be86-93545bba5809">Lumzy</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Lumzy.jpg"><img class="aligncenter size-full wp-image-617" title="Lumzy" alt="Lumzy" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Lumzy.jpg" width="600" height="461" /></a></p>\n<p><strong><a href="https://gomockingbird.com/" target="_blank">Go Mockingbird</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Go-Mockingbird.jpg"><img class="aligncenter size-full wp-image-618" title="Go Mockingbird" alt="Go Mockingbird" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Go-Mockingbird.jpg" width="600" height="471" /></a></p>\n<p><strong><a href="http://www.foreui.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="08054e15-74cf-426f-82b7-766945b2d891"><span class="GINGER_SOFATWARE_mark" id="dcbe565f-1655-4891-a644-1aba5ea0b931">ForeUI</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ForeUI.jpg"><img class="aligncenter size-full wp-image-619" title="ForeUI" alt="ForeUI" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ForeUI.jpg" width="600" height="503" /></a></p>\n<p><strong><a href="http://patternry.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="94950f3a-e2dc-4bb1-9723-a435db9fd9ac"><span class="GINGER_SOFATWARE_mark" id="bc87da29-a6be-4a81-8b93-5ec98127e336">Patternry</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Patternry.jpg"><img class="aligncenter size-full wp-image-620" title="Patternry" alt="Patternry" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Patternry.jpg" width="600" height="460" /></a></p>\n<p><strong><a href="http://www.hotgloo.com/" target="_blank">Hot Gloo</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Hot-Gloo.jpg"><img class="aligncenter size-full wp-image-621" title="Hot Gloo" alt="Hot Gloo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Hot-Gloo.jpg" width="600" height="437" /></a></p>\n<p><strong><a href="http://miniajax.com/" target="_blank">Mini Ajax</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mini-Ajax.jpg"><img class="aligncenter size-full wp-image-622" title="Mini Ajax" alt="Mini Ajax" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mini-Ajax.jpg" width="600" height="513" /></a></p>\n<p><strong><a href="https://cacoo.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="1b5b8ea4-b502-4492-a300-5a70465d741c"><span class="GINGER_SOFATWARE_mark" id="f7b7864d-9e7a-4717-bf99-69eca166f6ce">Cacoo</span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cacoo.jpg"><img class="aligncenter size-full wp-image-623" title="Cacoo" alt="Cacoo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cacoo.jpg" width="600" height="293" /></a></p>\n<p><strong><a href="http://placehold.it/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="2abea2c3-9633-487d-85a8-59ddbdc31325"><span class="GINGER_SOFATWARE_mark" id="1966c96e-e985-4610-9ab6-d8f0deeae38d">Placehold</span></span><span class="GINGER_SOFATWARE_mark" id="0b3948b4-e25d-4910-981d-950f52e54d29"><span class="GINGER_SOFATWARE_mark" id="697299d8-a36d-4289-bf99-e580f873238d">.</span></span>it</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Placehold.it_.jpg"><img class="aligncenter size-full wp-image-624" title="Placehold.it" alt="Placehold.it" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Placehold.it_.jpg" width="600" height="440" /></a></p>\n<p><strong><a href="http://ui-patterns.com/" target="_blank">Pattern References and Libraries</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pattern-References-and-Libraries.jpg"><img class="aligncenter size-full wp-image-625" title="Pattern References and Libraries" alt="Pattern References and Libraries" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pattern-References-and-Libraries.jpg" width="600" height="490" /></a></p>\n<p><strong><a href="http://qtip2.com/" target="_blank">qTip2</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/qTip2.jpg"><img class="aligncenter size-full wp-image-626" title="qTip2" alt="qTip2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/qTip2.jpg" width="600" height="430" /></a></p>\n<p><strong><a href="http://wireframesketcher.com/" target="_blank"><span class="GINGER_SOFATWARE_mark" id="0c8bbe95-1cf3-4e49-9eec-c662a8b79483"><span class="GINGER_SOFATWARE_mark" id="223e6d68-a868-4f1b-92d6-e775c297f9a5">Wireframe</span></span> Sketcher</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Wireframe-Sketcher.jpg"><img class="aligncenter size-full wp-image-627" title="Wireframe Sketcher" alt="Wireframe Sketcher" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Wireframe-Sketcher.jpg" width="600" height="430" /></a></p>\n<p><strong><a href="http://sunilbjoshi.deviantart.com/art/Freebies-Clean-and-Usable-UI-Kit-308294356" target="_blank">Clean and Usable UI Kit</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-and-Usable-UI-Kit.jpg"><img class="aligncenter size-full wp-image-628" title="Clean and Usable UI Kit" alt="Clean and Usable UI Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-and-Usable-UI-Kit.jpg" width="600" height="437" /></a></p>\n<p><strong><a href="http://smaxh.deviantart.com/art/Blue-UI-Touch-Kit-253276056" target="_blank">Blue <span class="GINGER_SOFATWARE_mark" id="a9ca807c-ba62-49c7-b0af-df6cd5b37568"><span class="GINGER_SOFATWARE_mark" id="c9478fe4-fa17-4cfb-9c64-a8a360ce2f9a">UI Touch</span></span> Kit</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-UI-Touch-Kit.jpg"><img class="aligncenter size-full wp-image-629" title="Blue UI Touch Kit" alt="Blue UI Touch Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-UI-Touch-Kit.jpg" width="600" height="433" /></a></p>\n<p><strong><a href="http://patterntap.com/" target="_blank">Pattern Tap</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pattern-Tap.jpg"><img class="aligncenter size-full wp-image-630" title="Pattern Tap" alt="Pattern Tap" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pattern-Tap.jpg" width="600" height="434" /></a></p>\n<p><strong><a href="http://unify.eightshapes.com/" target="_blank">EightShapes Unify</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/EightShapes-Unify.jpg"><img class="aligncenter size-full wp-image-631" title="EightShapes Unify" alt="EightShapes Unify" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/EightShapes-Unify.jpg" width="600" height="382" /></a></p>\n<p><strong><a href="http://www.conceptfeedback.com/" target="_blank">Concept Feedback</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Concept-Feedback.jpg"><img class="aligncenter size-full wp-image-632" title="Concept Feedback" alt="Concept Feedback" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Concept-Feedback.jpg" width="600" height="411" /></a></p>\n<p><strong> </strong></p>\n<p>&nbsp;</p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set.jpg&amp;description=45%20Essential%20UI%20Design%20Tools%20&amp;%20Resources%20for%20Web%20Designers" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" rel="bookmark" title="30 Stylish WordPress Themes With Pretty Backgrounds">\n													30 Stylish WordPress Themes With Pretty Backgrounds												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="bookmark" title="20+ Free and Premium WordPress Coming Soon Themes">\n													20+ Free and Premium WordPress Coming Soon Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" rel="bookmark" title="Important Things to Know Before Choosing the Web Host for Your Website">\n													Important Things to Know Before Choosing the Web Hos...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''588'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="05d50e75b0" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="147"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', 'essential ui design tools resources for web designers', '', 'publish', 'closed', 'closed', '', 'essential-ui-design-tools-resources-for-web-designers', '', '', '2017-04-11 13:16:29', '2017-04-11 13:16:29', '', 0, 'http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(126, 1, '2017-04-11 13:16:31', '2017-04-11 13:16:31', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;25+ Excellent Adobe InDesign Tutorials                            </div>\r\n				        <div class="single-content">\n    <article class="post-2161 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe">\r\n	<div id="post-2161" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">25+ Excellent Adobe InDesign Tutorials</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc., or basically graphic designers using it in cases of simple and not so complex designs, for designing some common graphical applications like flyers, pamphlets, brochures, easy banners, etc. InDesign is also a great D T P tool, DTP stands for Desktop publishing tools, providing a lot of features and extensive options to its users, and has been developed and marketed by Adobe Corporation.</p>\n<p>According to the recent surveys, it came to the verdict, that with the highly competitive market, and the increase in demand, InDesign has become a very common and widely used tool by most of the designers, and they have preferred it for most of their work, including some of the complex designing tasks. InDesign came up with its latest addition to the version library as InDesign CC, in January 2014, and has been getting a great hype, because of the competitive pricing and wonderful and extensive features.</p>\n<p><strong>You May Like:</strong><br />\n<strong><a title="25+ Best Photoshop Wallpaper Tutorials" href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a></strong><br />\n<strong> <a title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a></strong><br />\n<strong> <a title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" rel="bookmark">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</a></strong></p>\n<p>InDesign has a collection of tools and palettes, that need a proper understanding and practice to be used. Considering the fact, that, just like Photoshop tutorials, the online bloggers, also came up with a lot of InDesign tutorials. These InDesign tutorials are great for learning new designs, and designing something new and creative, flaunting it, and impressing others with your design. There are a lot of templates for basic requirements like flyers, etc., available, and we have prepared a collection of the most widely used Adobe InDesign Tutorials, which are not only extensible, but very easy!\n</p>\n<h3><strong><span style="text-decoration: underline;"><em>25+ Excellent Adobe InDesign Tutorials</em></span>:</strong></h3>\n<p><strong><a href="http://vector.tutsplus.com/sessions/beginners-guides-to-indesign/?search_index=1">Beginners Guide to InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2162" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Beginners-Guide-to-InDesign.jpg" alt="Beginners Guide to InDesign" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beginners-Guide-to-InDesign-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beginners-Guide-to-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/tools-tips/quick-tip-how-to-create-a-text-wrap-in-indesign/?search_index=2">Quick Tip: How to Create a Text Wrap in InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2163" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Create-a-Text-Wrap-in-InDesign.jpg" alt="Quick Tip How to Create a Text Wrap in InDesign" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Create-a-Text-Wrap-in-InDesign-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Create-a-Text-Wrap-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/tools-tips/quick-tip-how-to-fix-corrupt-indesign-files/?search_index=4">Quick Tip: How to Fix Corrupt InDesign Files</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2164" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Fix-Corrupt-InDesign-Files.jpg" alt="Quick Tip How to Fix Corrupt InDesign Files" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Fix-Corrupt-InDesign-Files-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-How-to-Fix-Corrupt-InDesign-Files.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-ad-in-adobe-indesign/">Design a Print-ready Ad in Adobe InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2165" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-ready-Ad-in-Adobe-InDesign.jpg" alt="Design a Print-ready Ad in Adobe InDesign" width="600" height="709" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-ready-Ad-in-Adobe-InDesign-254x300.jpg 254w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-ready-Ad-in-Adobe-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/speed-your-indesign-layouts">Speed up your InDesign layouts</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2166" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts.jpg" alt="Speed up your InDesign layouts" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-designing-a-basic-letterhead-with-indesign-cs5/">Quick Tip: Designing a Basic Letterhead with InDesign CS5</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2167" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5.jpg" alt="Quick Tip Designing a Basic Letterhead with InDesign CS5" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Designing-a-Basic-Letterhead-with-InDesign-CS5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-creating-a-tri-fold-template-in-indesign-cs5/">Quick Tip: Creating a Tri-fold template in InDesign CS5</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2168" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Creating-a-Tri-fold-template-in-InDesign-CS5.jpg" alt="Quick Tip Creating a Tri-fold template in InDesign CS5" width="600" height="536" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Creating-a-Tri-fold-template-in-InDesign-CS5-300x268.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Tip-Creating-a-Tri-fold-template-in-InDesign-CS5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/column-grid-poster-design-made-neat-and-easy">Column-grid poster design made neat and easy</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2169" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Column-grid-poster-design-made-neat-and-easy.jpg" alt="Column-grid poster design made neat and easy" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Column-grid-poster-design-made-neat-and-easy-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Column-grid-poster-design-made-neat-and-easy.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/how-to-make-an-a5-print-ready-leaflet-indesign-cs5/">Make an A5 Print Ready Leaflet InDesign CS5</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2170" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Make-an-A5-Print-Ready-Leaflet-InDesign-CS5.jpg" alt="Make an A5 Print Ready Leaflet InDesign CS5" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Make-an-A5-Print-Ready-Leaflet-InDesign-CS5-300x215.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Make-an-A5-Print-Ready-Leaflet-InDesign-CS5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-music-magazine-cover-in-indesign/">How to Create a Music Magazine Cover in InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2171" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Music-Magazine-Cover-in-InDesign.jpg" alt="How to Create a Music Magazine Cover in InDesign" width="600" height="775" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Music-Magazine-Cover-in-InDesign-232x300.jpg 232w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Music-Magazine-Cover-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-how-to-impose-business-cards-for-digital-printing-with-indesign/">How to Impose Business Cards for Digital Printing with InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2172" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/How-to-Impose-Business-Cards-for-Digital-Printing-with-InDesign.jpg" alt="How to Impose Business Cards for Digital Printing with InDesign" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Impose-Business-Cards-for-Digital-Printing-with-InDesign-300x142.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Impose-Business-Cards-for-Digital-Printing-with-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/create-striking-exhibition-poster">Create a striking exhibition poster</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2173" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-a-striking-exhibition-poster.jpg" alt="Create a striking exhibition poster" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-striking-exhibition-poster-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-striking-exhibition-poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/create-a-quick-one-page-portfolio-in-indesign/">Create a Quick One Page Portfolio in InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2174" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-a-Quick-One-Page-Portfolio-in-InDesign.jpg" alt="Create a Quick One Page Portfolio in InDesign" width="600" height="940"><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/design-distinctive-monotone-layouts">Design distinctive monotone layouts</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2175" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Design-distinctive-monotone-layouts.jpg" alt="Design distinctive monotone layouts" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-distinctive-monotone-layouts-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-distinctive-monotone-layouts.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/use-glyphs-create-striking-typographic-poster-indesign">Use glyphs to create a striking typographic poster in InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2176" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Use-glyphs-to-create-a-striking-typographic-poster-in-InDesign.png" alt="Use glyphs to create a striking typographic poster in InDesign" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Use-glyphs-to-create-a-striking-typographic-poster-in-InDesign-300x186.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Use-glyphs-to-create-a-striking-typographic-poster-in-InDesign.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/create-newsprint-publication">Create a newsprint publication</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2177" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-a-newsprint-publication.jpg" alt="Create a newsprint publication" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-newsprint-publication-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-newsprint-publication.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-working-with-text-wrap-and-fit-content-options-in-adobe-indesign/">Working with Text Wrap and Fit Content Options in Adobe InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2178" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Working-with-Text-Wrap-and-Fit-Content-Options-in-Adobe-InDesign.jpg" alt="Working with Text Wrap and Fit Content Options in Adobe InDesign" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Working-with-Text-Wrap-and-Fit-Content-Options-in-Adobe-InDesign-300x195.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Working-with-Text-Wrap-and-Fit-Content-Options-in-Adobe-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://designertoday.com/Tutorials/InDesign/4627/Type.Reflection.InDesign.CS2.Tutorial.aspx">Type Reflection Indesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2179" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Type-Reflection-Indesign.jpg" alt="Type Reflection Indesign" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Reflection-Indesign-300x173.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Reflection-Indesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/text-effects/quick-tip-creating-a-custom-text-box-using-type-and-indesign/">Creating a Custom Text Box <span id="5c2fce83-f417-4319-8f71-7ba4c2c53b62" class="GINGER_SOFATWARE_mark"><span id="beac6af4-af7d-428f-8cfb-a02f89b9d00b" class="GINGER_SOFATWARE_mark"><span id="98e627e6-3407-4f70-9757-1b0d19d2efa9" class="GINGER_SOFATWARE_mark"><span id="33f315f0-384d-46bf-8ce5-f3d788006a88" class="GINGER_SOFATWARE_mark">using</span></span></span></span> Type and InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2180" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Creating-a-Custom-Text-Box-using-Type-and-InDesign.jpg" alt="Creating a Custom Text Box using Type and InDesign" width="600" height="485" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creating-a-Custom-Text-Box-using-Type-and-InDesign-300x243.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creating-a-Custom-Text-Box-using-Type-and-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/articles/news/design-a-print-ready-accordion-fold-document-in-adobe-indesign-vector-tutorial/">Design a Print-Ready Accordion Fold Document</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2181" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-Ready-Accordion-Fold-Document.jpg" alt="Design a Print-Ready Accordion Fold Document" width="600" height="693" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-Ready-Accordion-Fold-Document-260x300.jpg 260w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-Print-Ready-Accordion-Fold-Document.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/design-simple-index-indesign">Design a simple index with InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2182" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Design-a-simple-index-with-InDesign.jpg" alt="Design a simple index with InDesign" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-simple-index-with-InDesign-300x238.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-a-simple-index-with-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-professional-magazine-layout/">How to Create a Professional Magazine Layout</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2183" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Professional-Magazine-Layout.jpg" alt="How to Create a Professional Magazine Layout" width="600" height="425" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Professional-Magazine-Layout-300x213.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-a-Professional-Magazine-Layout.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-quick-masking-with-the-pen-tool-in-indesign/">Quick Masking with the Pen Tool</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2184" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Quick-Masking-with-the-Pen-Tool.jpg" alt="Quick Masking with the Pen Tool" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Masking-with-the-Pen-Tool-300x214.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Quick-Masking-with-the-Pen-Tool.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-create-a-gift-voucher-in-indesign/">Create a Gift Voucher in InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2185" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-a-Gift-Voucher-in-InDesign.jpg" alt="Create a Gift Voucher in InDesign" width="600" height="283" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-Gift-Voucher-in-InDesign-300x142.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-a-Gift-Voucher-in-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/articles/techniques/adobe-indesign-cs5-advanced-typography-and-special-characters/">Adobe InDesign CS5, Advanced Typography and Special Characters</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2186" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Adobe-InDesign-CS5-Advanced-Typography-and-Special-Characters.jpg" alt="Adobe InDesign CS5, Advanced Typography and Special Characters" width="600" height="112" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Adobe-InDesign-CS5-Advanced-Typography-and-Special-Characters-300x56.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Adobe-InDesign-CS5-Advanced-Typography-and-Special-Characters.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/designing/quick-tip-how-to-create-mixed-ink-swatches-with-indesign/">How to Create Mixed Ink Swatches with InDesign</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2187" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign.jpg" alt="How to Create Mixed Ink Swatches with InDesign" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/How-to-Create-Mixed-Ink-Swatches-with-InDesign.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://www.computerarts.co.uk/tutorials/create-impactful-slab-serif-poster">Create an <span id="8bdc390c-85cc-4a24-8ee3-b0970f131f6d" class="GINGER_SOFATWARE_mark"><span id="2fb075e7-dce6-4c1e-9f96-846c775e2c5f" class="GINGER_SOFATWARE_mark"><span id="7b6270ce-9d00-4e8e-8545-766b4f161756" class="GINGER_SOFATWARE_mark">impactful</span></span></span> slab-serif poster</a></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-2188" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-an-impactful-slab-serif-poster.jpg" alt="Create an impactful slab-serif poster" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-an-impactful-slab-serif-poster-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-an-impactful-slab-serif-poster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="xJZA7ec7b204318d3118a614b7b8fab388de1ae7ca40f3036d52a055352df6363eff3" class="wpdiscuz-cnonce" name="cnonce" value="xJZA7ec7b204318d3118a614b7b8fab388de1ae7ca40f3036d52a055352df6363eff3" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="nwHxQ94597ee9c66c62f5683c712608fd273ca22b065ebf7223468eb953a6102e1c51" class="wpdiscuz-cnonce" name="cnonce" value="nwHxQ94597ee9c66c62f5683c712608fd273ca22b065ebf7223468eb953a6102e1c51" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'excellent adobe indesign tutorials', '', 'publish', 'closed', 'closed', '', 'excellent-adobe-indesign-tutorials', '', '', '2017-04-11 13:16:31', '2017-04-11 13:16:31', '', 0, 'http://thedesignpixel.com/excellent-adobe-indesign-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(127, 1, '2017-04-11 13:16:32', '2017-04-11 13:16:32', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1353" class="post-1353 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration g cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25 Excellent Award Winning Food Art Examples</div>\n												<header>\n							<h1 class="title">25 Excellent Award Winning Food Art Examples</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>The way to a man’s heart is through his mouth. Rightly said. Food is something, we all crave for, we all live in, and we all cannot deny for. We all love to eat, and when the dish is presented in an honorable and decent manner, the taste becomes even better, which has been proven out to be a psychological fact, true to great extents! A dish presented good tends to taste better. Food art is the process of designing a food dish, using the edible ingredients itself, or designing whole of the dining table or lounge using edible ingredients, based on a particular theme, etc.</p>\n<p>Not just this, <span id="9ff9659e-0adc-4a9d-be79-97325ce8f9aa" class="GINGER_SOFATWARE_mark">food art</span> has also another vast meaning! Food art is also the process of using edible ingredients, to design artistic figures, images, etc. That are further feasted upon by the people who are supposed to eat them. If you have an event of inviting your family for the annual dinner, and want to make it look more special, you can try to use various food art ideas. Some of them are very complex to be implemented, while some are as easy as feasting upon the dishes prepared.</p>\n<p>Once you are ready to go about the process of designing your food art, it’s the time to start looking for the required ingredients, and start looking for some quick and easy to understand and make art designs, that require less of the expert skill and less time to be prepared. Here is a collection of some of the award winning food art example, which were easily made, and were delicious to feast on, too! You can use them as an inspiration, as a reference, as an example, or anything, and make your special party, or dinner, really special!</p>\n<h3><strong><em><span style="text-decoration: underline;">25 Excellent Award Winning Food Art Examples</span></em></strong>:</h3>\n<p><a href="http://www.creativeadawards.com/ready-to-bake-at-home/"><strong>Ready to Bake at Home</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ready-to-Bake-at-Home.jpg"><img class="aligncenter size-full wp-image-1354" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ready-to-Bake-at-Home.jpg" alt="Ready to Bake at Home" width="600" height="341" /></a></p>\n<p><a href="http://www.creativeadawards.com/tomato-ketchup-2/"><strong>Tomato Ketchup</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tomato-Ketchup.jpg"><img class="aligncenter size-full wp-image-1355" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tomato-Ketchup.jpg" alt="Tomato Ketchup" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/dont-let-what-you-eat-speak-for-you/"><strong>Don’t Let What You <span id="ab0183cd-447d-4afc-82e2-0781c6d50fff" class="GINGER_SOFATWARE_mark">Eat Speak</span> for You</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Don_E2_80_99t-Let-What-You-Eat-Speak-for-You.jpg"><img class="aligncenter size-full wp-image-1356" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Don_E2_80_99t-Let-What-You-Eat-Speak-for-You.jpg" alt="Don’t Let What You Eat Speak for You" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/dallas-farmers-market/"><strong>Dallas Farmers Market</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dallas-Farmers-Market.jpg"><img class="aligncenter size-full wp-image-1357" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dallas-Farmers-Market.jpg" alt="Dallas Farmers Market" width="600" height="539" /></a></p>\n<p><a href="http://www.creativeadawards.com/yo-sushi-tuna/"><strong>Yo Sushi Tuna</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yo-Sushi-Tuna.jpg"><img class="aligncenter size-full wp-image-1358" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yo-Sushi-Tuna.jpg" alt="Yo Sushi Tuna" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/one-is-enough/"><strong>One is Enough</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/One-is-Enough.jpg"><img class="aligncenter size-full wp-image-1359" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/One-is-Enough.jpg" alt="One is Enough" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/does-all-your-cooking-taste-the-same/"><strong>Does All Your Cooking Taste The Same</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Does-All-Your-Cooking-Taste-The-Same.jpg"><img class="aligncenter size-full wp-image-1360" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Does-All-Your-Cooking-Taste-The-Same.jpg" alt="Does All Your Cooking Taste The Same" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/a-mexican/"><strong>A Mexican</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Mexican.jpg"><img class="aligncenter size-full wp-image-1361" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Mexican.jpg" alt="A Mexican" width="600" height="429" /></a></p>\n<p><a href="http://www.creativeadawards.com/handmade-3/"><strong>Handmade</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Handmade.jpg"><img class="aligncenter size-full wp-image-1362" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Handmade.jpg" alt="Handmade" width="600" height="424" /></a></p>\n<p><a href="http://www.creativeadawards.com/harmonizing-3/"><strong>Harmonizing</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Harmonizing.jpg"><img class="aligncenter size-full wp-image-1363" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Harmonizing.jpg" alt="Harmonizing" width="600" height="400" /></a></p>\n<p><a href="http://www.creativeadawards.com/chicken/"><strong>McCormick Chicken</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/McCormick-Chicken.jpg"><img class="aligncenter size-full wp-image-1364" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/McCormick-Chicken.jpg" alt="McCormick Chicken" width="600" height="900" /></a></p>\n<p><a href="http://www.creativeadawards.com/slice-2/"><strong>Slice</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Slice.jpg"><img class="aligncenter size-full wp-image-1365" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Slice.jpg" alt="Slice" width="600" height="400" /></a></p>\n<p><a href="http://www.creativeadawards.com/autentica-mermelada-de/"><strong><span id="4889dd94-9ea7-4d0e-8d52-075c762f6520" class="GINGER_SOFATWARE_mark">Autentica</span> Mermelada De</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Autentica-Mermelada-De.jpg"><img class="aligncenter size-full wp-image-1366" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Autentica-Mermelada-De.jpg" alt="Autentica Mermelada De" width="600" height="567" /></a></p>\n<p><a href="http://www.creativeadawards.com/everything-you-like-4/"><strong>Everything You Like</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everything-You-Like.jpg"><img class="aligncenter size-full wp-image-1367" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everything-You-Like.jpg" alt="Everything You Like" width="600" height="395" /></a></p>\n<p><a href="http://adsoftheworld.com/media/print/lp_sour_mask"><strong>Bit Different Aye</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Bit-Different-Aye.jpg"><img class="aligncenter size-full wp-image-1368" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Bit-Different-Aye.jpg" alt="Bit Different Aye" width="600" height="861" /></a></p>\n<p><a href="http://www.creativeadawards.com/dont-let-your-food-come-back-at-you/"><strong>Don’t Let Your Food Come Back at You</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Don_E2_80_99t-Let-Your-Food-Come-Back-at-You.jpg"><img class="aligncenter size-full wp-image-1369" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Don_E2_80_99t-Let-Your-Food-Come-Back-at-You.jpg" alt="Don’t Let Your Food Come Back at You" width="600" height="424" /></a></p>\n<p><a href="http://adsoftheworld.com/media/print/sydney_international_food_festival_flags_italy"><strong>Flag Italy</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flag-Italy.jpg"><img class="aligncenter size-full wp-image-1370" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flag-Italy.jpg" alt="Flag Italy" width="600" height="810" /></a></p>\n<p><a href="http://www.creativeadawards.com/ice-cream-3/"><strong>Ice Cream</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ice-Cream.jpg"><img class="aligncenter size-full wp-image-1371" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ice-Cream.jpg" alt="Ice Cream" width="600" height="849" /></a></p>\n<p><a href="http://www.creativeadawards.com/full-of-good-fruits-2/"><strong>Full of Good Fruits</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Full-of-Good-Fruits.jpg"><img class="aligncenter size-full wp-image-1372" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Full-of-Good-Fruits.jpg" alt="panier" width="600" height="450" /></a></p>\n<p><a href="http://www.creativeadawards.com/pro-made-easy-3/"><strong>Pro Made Easy</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pro-Made-Easy.jpg"><img class="aligncenter size-full wp-image-1373" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pro-Made-Easy.jpg" alt="Pro Made Easy" width="600" height="400" /></a></p>\n<p><strong>The Taste of Angola</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Taste-of-Angola.jpg"><img class="aligncenter size-full wp-image-1374" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Taste-of-Angola.jpg" alt="The Taste of Angola" width="600" height="400" /></a></p>\n<p><a href="http://www.creativeadawards.com/the-veggieburger/"><strong>The <span id="78ee99d9-0cde-4877-9973-61828517cc1a" class="GINGER_SOFATWARE_mark">Veggieburger</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Veggieburger.jpg"><img class="aligncenter size-full wp-image-1375" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Veggieburger.jpg" alt="The Veggieburger" width="600" height="479" /></a></p>\n<p><a href="http://www.creativeadawards.com/typography-burger/"><strong>Typography Burger</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Typography-Burger.jpg"><img class="aligncenter size-full wp-image-1376" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Typography-Burger.jpg" alt="BK_KingMag_TypoBurger2.indd" width="600" height="400" /></a></p>\n<p><a href="http://www.creativeadawards.com/refresh-the-summer-2/"><strong>Refreshes the Summer</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Refreshes-the-Summer.jpg"><img class="aligncenter size-full wp-image-1377" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Refreshes-the-Summer.jpg" alt="Refreshes the Summer" width="600" height="408" /></a></p>\n<p><a href="http://www.creativeadawards.com/a-vegetarian-mindtrip/"><strong>A Vegetarian Mindtrip</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Vegetarian-Mindtrip.jpg"><img class="aligncenter size-full wp-image-1378" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Vegetarian-Mindtrip.jpg" alt="La Shaakahari_final Ad 16th july" width="600" height="368" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/excellent-award-winning-food-art-examples.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/excellent-award-winning-food-art-examples.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/A-Mexican.jpg&amp;description=25%20Excellent%20Award%20Winning%20Food%20Art%20Examples" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="bookmark" title="20 High Resolution Abstract Textures">\n													20 High Resolution Abstract Textures												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-svg-animation-tutorials/" rel="bookmark" title="10 Creative SVG Animation Tutorials">\n													10 Creative SVG Animation Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" rel="bookmark" title="25+ Creative Examples of Vector Portrait Illustrations">\n													25+ Creative Examples of Vector Portrait Illustratio...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1353'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="c51b69681c" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="10"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'excellent award winning food art examples', '', 'publish', 'closed', 'closed', '', 'excellent-award-winning-food-art-examples', '', '', '2017-04-11 13:16:32', '2017-04-11 13:16:32', '', 0, 'http://thedesignpixel.com/excellent-award-winning-food-art-examples/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(128, 1, '2017-04-11 13:16:33', '2017-04-11 13:16:33', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-681" class="g post post-681 type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-freebies cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 45 Excellent Calender Icon Sets for Free Download</div>\n												<header>\n							<h1 class="title">45 Excellent Calender Icon Sets for Free Download</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Designing a website is a complex thing; it involves doing many small and large tasks.  One of these tasks involves adding icons to the design template. It might sound like a small thing, however, it makes a big impact on how the website looks and feels when it’s complete. I’m sure the developers and designers cannot agree more with my thoughts.</p>\n<p>This Calendar Icon’s play a very important role as it works as an indicator to the visitor, it tells them how recent and updated information they are looking for is. We all are working towards excellence and finding the best Calendar icon sets for your website is a part of achieving excellence for your website.</p>\n<p>Let me explain the importance of these calender icon sets. Everyone knows the popular icons from Android as well as IOS. These are Calendar Icon’s as well. Now that we have understood the importance of these icons let me show you the list of 45 stunning and amazing Calendar icon sets for your inspiration.</p>\n<p>This Calender Icon set featuring in the list is selected on the basis of their versatility and creativity. One can either get inspiration or use these icons in their current format as they are available for Free download. Feel free to add these to your personal as well as professional projects. We hope these Icons take your work to the next level.</p>\n<p>If you have some awesome looking Icons in your collection that we may have missed, please share it with us as well as with the fellow readers.</p>\n<h3><strong><span style="text-decoration: underline;"><em>45 Excellent Calender Icon Sets for Free Download:</em></span></strong></h3>\n<p><strong><a href="http://www.iconarchive.com/show/mixed-icons-by-simiographics/Calendar-icon.html" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon.jpg"><img class="aligncenter size-full wp-image-683" title="Calendar Icon" alt="Calendar Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon.jpg" width="600" height="400" /></a></p>\n<p><strong><a href="http://hehedavid.deviantart.com/art/iPhone-replacement-icon-calend-198311372" target="_blank"><span class="GINGER_SOFATWARE_mark" id="a486d2a0-cd00-41f0-bdc9-9f914599c85b"><span class="GINGER_SOFATWARE_mark" id="1a1f7b83-6d21-4a54-92c6-8f64158a81a9"><span class="GINGER_SOFATWARE_mark" id="3891bf0c-9cb6-4923-a71f-4628fc71f58a"><span class="GINGER_SOFATWARE_mark" id="e8052566-cb29-4d08-97e5-ae0b3d5e422f">iPhone</span></span></span></span> replacement icon-calender</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-replacement-icon-calend.jpg"><img class="aligncenter size-full wp-image-684" title="iPhone replacement icon-calend" alt="iPhone replacement icon-calend" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-replacement-icon-calend.jpg" width="600" height="341" /></a></p>\n<p><strong><a href="http://ypf.deviantart.com/art/Calendar-Icon-Set-127412877" target="_blank">Calendar Icon Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon-Set.jpg"><img class="aligncenter size-full wp-image-685" title="Calendar Icon Set" alt="Calendar Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon-Set.jpg" width="600" height="383" /></a></p>\n<p><strong><a href="http://www.vectorss.com/icons/date-calendar-icon.html" target="_blank">Date Calendar Icons Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Date-Calendar-Icons-Set.jpg"><img class="aligncenter size-full wp-image-686" title="Date Calendar Icons Set" alt="Date Calendar Icons Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Date-Calendar-Icons-Set.jpg" width="600" height="320" /></a></p>\n<p><strong><a href="http://wasimshahzad.deviantart.com/art/Simple-Steel-Calendar-Icon-302825485" target="_blank">Simple Steel Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Steel-Calendar-Icon.jpg"><img class="aligncenter size-full wp-image-682" title="Simple Steel Calendar Icon" alt="Simple Steel Calendar Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Steel-Calendar-Icon.jpg" width="600" height="243" /></a></p>\n<p><strong><a href="http://kylefan.deviantart.com/art/Calendar-Icons-299945412" target="_blank">Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons.jpg"><img class="aligncenter size-full wp-image-687" title="Calendar Icons" alt="Calendar Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons.jpg" width="600" height="327" /></a></p>\n<p><strong><a href="http://deiz787.deviantart.com/art/iCal-Icon-298705864" target="_blank"><span class="GINGER_SOFATWARE_mark" id="7fd9de4b-fdce-464c-a86f-ef5ebbdf8fde"><span class="GINGER_SOFATWARE_mark" id="970dd23b-aafc-45e2-ae37-8d8dfe2d7770"><span class="GINGER_SOFATWARE_mark" id="0f70bbcb-d841-40e0-aaa9-0a5e2c024ba6"><span class="GINGER_SOFATWARE_mark" id="fe161737-a06c-4825-8541-b5d3f6e32ab5">iCal</span></span></span></span> Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iCal-Icon.jpg"><img class="aligncenter size-full wp-image-688" title="iCal Icon" alt="iCal Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iCal-Icon.jpg" width="600" height="349" /></a></p>\n<p><strong><a href="http://roweig.deviantart.com/art/Calendar-267752049" target="_blank">Calendar</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar.jpg"><img class="aligncenter size-full wp-image-689" title="Calendar Icon Sets" alt="Calendar Icon Sets" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar.jpg" width="600" height="333" /></a></p>\n<p><strong><a href="http://vector.tutsplus.com/tutorials/illustration/make-a-handy-3d-vector-calendar-icon/" target="_blank">Make a Handy 3D Vector Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Make-a-Handy-3D-Vector-Calendar-Icon.jpg"><img class="aligncenter size-full wp-image-690" title="Make a Handy 3D Vector Calendar Icon" alt="Make a Handy 3D Vector Calendar Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Make-a-Handy-3D-Vector-Calendar-Icon.jpg" width="600" height="430" /></a></p>\n<p><strong><a href="http://www.land-of-web.com/freebies/calendar-icons-free.html" target="_blank">Calendar icons free</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icons-free.jpg"><img class="aligncenter size-full wp-image-691" title="Calendar icons free" alt="Calendar icons free" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icons-free.jpg" width="600" height="492" /></a></p>\n<p><strong><a href="http://thiago-silva.deviantart.com/art/Calendar-Icon-151583732" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon2.jpg"><img class="aligncenter size-full wp-image-692" title="Calendar Icon2" alt="Calendar Icon2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon2.jpg" width="600" height="444" /></a></p>\n<p><strong><a href="http://www.psdgraphics.com/psd-icons/january-1-calendar-icon/" target="_blank">January 1, calendar icon</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/January-1-calendar-icon.jpg"><img class="aligncenter size-full wp-image-693" alt="January 1, calendar icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/January-1-calendar-icon.jpg" width="600" height="450" /></a></p>\n<p><strong><a href="http://bant0n.deviantart.com/art/Calendar-180830972" target="_blank">Calendar</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar2.jpg"><img class="aligncenter size-full wp-image-694" title="Calendar2" alt="Calendar2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar2.jpg" width="600" height="372" /></a></p>\n<p><strong><a href="http://www.psdgraphics.com/psd/psd-calendar-template/" target="_blank">PSD calendar template</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PSD-calendar-template.jpg"><img class="aligncenter size-full wp-image-695" title="PSD calendar template" alt="PSD calendar template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PSD-calendar-template.jpg" width="600" height="427" /></a></p>\n<p><strong><a href="http://jquest68.deviantart.com/art/Desktop-Calendar-icon-188218806" target="_blank">Desktop Calendar icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Desktop-Calendar-icon.jpg"><img class="aligncenter size-full wp-image-696" title="Desktop Calendar icon" alt="Desktop Calendar icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Desktop-Calendar-icon.jpg" width="600" height="329" /></a></p>\n<p><strong><a href="http://www.iconarchive.com/show/new-year-icons-by-youthedesigner/calendar-icon.html" target="_blank">Calendar Icon</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon3.jpg"><img class="aligncenter size-full wp-image-697" alt="Calendar Icon3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon3.jpg" width="600" height="422" /></a></p>\n<p><strong><a href="http://mattvarone.com/icon/free-mini-calendar-icons-set/" target="_blank">Free Mini Calendar Icons Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Mini-Calendar-Icons-Set.jpg"><img class="aligncenter size-full wp-image-698" title="Free Mini Calendar Icons Set" alt="Free Mini Calendar Icons Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Mini-Calendar-Icons-Set.jpg" width="600" height="401" /></a></p>\n<p><strong><a href="http://www.design3edge.com/2011/10/26/fresh-calender-icon-set/" target="_blank">Fresh Calender Icon Set</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fresh-Calender-Icon-Set.jpg"><img class="aligncenter size-full wp-image-699" title="Fresh Calender Icon Set" alt="Fresh Calender Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fresh-Calender-Icon-Set.jpg" width="600" height="533" /></a></p>\n<p><strong><a href="http://www.graphicsfuel.com/2012/10/small-calendar-icons-psd-png/" target="_blank">Small Calendar Icons (PSD &amp; PNG)</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Small-Calendar-Icons-PSD-PNG.jpg"><img class="aligncenter size-full wp-image-700" title="Small Calendar Icons (PSD &amp; PNG)" alt="Small Calendar Icons (PSD &amp; PNG)" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Small-Calendar-Icons-PSD-PNG.jpg" width="600" height="333" /></a></p>\n<p><strong><a href="http://jaaffo.deviantart.com/art/Calendar-icon-140431832" target="_blank">Calendar icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icon4.jpg"><img class="aligncenter size-full wp-image-701" title="Calendar icon4" alt="Calendar icon4" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icon4.jpg" width="600" height="450" /></a></p>\n<p><strong><a href="http://pixelatedminds.com/user-interface/mini-calendars" target="_blank">Mini Calendars</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mini-Calendars.jpg"><img class="aligncenter size-full wp-image-702" title="Mini Calendars" alt="Mini Calendars" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mini-Calendars.jpg" width="600" height="273" /></a></p>\n<p><strong><a href="http://draganja.deviantart.com/art/Google-Calendar-icon-269746364" target="_blank">Google Calendar icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Google-Calendar-icon.jpg"><img class="aligncenter size-full wp-image-703" title="Google Calendar icon" alt="Google Calendar icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Google-Calendar-icon.jpg" width="600" height="282" /></a></p>\n<p><strong><a href="http://www.iconarchive.com/show/pretty-office-2-icons-by-custom-icon-design/event-search-icon.html" target="_blank">Event search Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Event-search-Icon.jpg"><img class="aligncenter size-full wp-image-704" title="Event search Icon" alt="Event search Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Event-search-Icon.jpg" width="600" height="264" /></a></p>\n<p><strong><a href="http://www.flickr.com/photos/89023698@N00/2586107602/" target="_blank">Free Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Calendar-Icons.jpg"><img class="aligncenter size-full wp-image-705" title="Free Calendar Icons" alt="Free Calendar Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Calendar-Icons.jpg" width="600" height="333" /></a></p>\n<p><strong><a href="http://www.iconarchive.com/show/pretty-office-7-icons-by-custom-icon-design/Calendar-icon.html" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon5.jpg"><img class="aligncenter size-full wp-image-706" title="Calendar Icon5" alt="Calendar Icon5" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon5.jpg" width="600" height="261" /></a></p>\n<p><strong><a href="http://jackietran.deviantart.com/art/Marvelous-Calendar-icons-203861859" target="_blank">Marvelous Calendar icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Marvelous-Calendar-icons.jpg"><img class="aligncenter  wp-image-707" title="Marvelous Calendar icons" alt="Marvelous Calendar icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Marvelous-Calendar-icons.jpg" width="600" height="382" /></a></p>\n<p><strong><a href="http://mgqsy.deviantart.com/art/Calendar-icons-PSD-190803712" target="_blank">Calendar Icons<span class="GINGER_SOFATWARE_mark" id="f2a745e5-8637-4ab9-90cc-a96a1a73463d"><span class="GINGER_SOFATWARE_mark" id="74737f68-7497-4a7e-adc5-4a064a5eed04"><span class="GINGER_SOFATWARE_mark" id="1f01ba0f-2211-4f5e-8d74-310461095a75"><span class="GINGER_SOFATWARE_mark" id="cb01dc11-323c-436c-a3d6-dc3562d3ec8c"> .</span></span></span></span>PSD</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons-PSD.jpg"><img class="aligncenter size-full wp-image-708" title="Calendar Icons PSD" alt="Calendar Icons PSD" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons-PSD.jpg" width="600" height="382" /></a></p>\n<p><strong><a href="http://leon-gao.deviantart.com/art/Usercenter-Calendar-74925092" target="_blank"><span class="GINGER_SOFATWARE_mark" id="27efe76d-bfe4-40fb-b40c-88095848a520"><span class="GINGER_SOFATWARE_mark" id="014977c1-2487-4f6e-9647-58e7bcdf8ee6"><span class="GINGER_SOFATWARE_mark" id="2851f4a7-0416-4d27-9126-83b1cb354a9a"><span class="GINGER_SOFATWARE_mark" id="49160268-4067-4525-b463-2909d15c3906">Usercenter</span></span></span></span> Calendar</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Usercenter-Calendar.jpg"><img class="aligncenter size-full wp-image-709" title="Usercenter Calendar" alt="Usercenter Calendar" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Usercenter-Calendar.jpg" width="600" height="333" /></a></p>\n<p><strong><a href="http://www.iconarchive.com/show/origami-colored-pencil-icons-by-double-j-design/blue-calendar-icon.html" target="_blank">Blue <span class="GINGER_SOFATWARE_mark" id="68b3e87c-0d0e-453e-b49e-68a8904c2595"><span class="GINGER_SOFATWARE_mark" id="be90effc-b560-4372-b56c-cecbea784962"><span class="GINGER_SOFATWARE_mark" id="d9beaf2a-4536-4a90-aadf-7db31fd48f55"><span class="GINGER_SOFATWARE_mark" id="b9a8f01b-4c43-42f7-9526-d00733987682">calendar</span></span></span></span> Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-calendar-Icon.jpg"><img class="aligncenter size-full wp-image-710" title="Blue calendar Icon" alt="Blue calendar Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-calendar-Icon.jpg" width="600" height="277" /></a></p>\n<p><strong><a href="http://bharathp666.deviantart.com/art/Android-Calendar-App-Concept-201485708" target="_blank">Android: Calendar App. Concept</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-Calendar-App.-Concept.jpg"><img class="aligncenter  wp-image-711" title="Android Calendar App. Concept" alt="Android Calendar App. Concept" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-Calendar-App.-Concept.jpg" width="600" height="399" /></a></p>\n<p><strong><a href="http://www.iconarchive.com/show/free-christmas-icons-by-ergosign/calendar-icon.html" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon6.jpg"><img class="aligncenter size-full wp-image-712" title="Calendar Icon6" alt="Calendar Icon6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon6.jpg" width="600" height="282" /></a></p>\n<p><strong><a href="http://www.vectorvaco.com/free-vector-calendar-icons-10170/" target="_blank">Vector Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vector-Calendar-Icons.jpg"><img class="aligncenter size-full wp-image-713" title="Vector Calendar Icons" alt="Vector Calendar Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vector-Calendar-Icons.jpg" width="600" height="361" /></a></p>\n<p><strong><a href="http://monsteer.deviantart.com/art/Calendar-Icon-78339616" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon7.jpg"><img class="aligncenter size-full wp-image-714" title="Calendar Icon7" alt="Calendar Icon7" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon7.jpg" width="600" height="412" /></a></p>\n<p><strong><a href="http://shurikmacedon.deviantart.com/art/Calendar-Icons-131344246" target="_blank">Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons2.jpg"><img class="aligncenter size-full wp-image-726" title="Calendar Icons2" alt="Calendar Icons2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icons2.jpg" width="600" height="433" /></a></p>\n<p><strong><a href="http://andexdesign.deviantart.com/art/Calendar-icon-193435124" target="_blank">Calendar icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icon8.jpg"><img class="aligncenter size-full wp-image-715" title="Calendar icon8" alt="Calendar icon8" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-icon8.jpg" width="600" height="331" /></a></p>\n<p><strong><a href="http://procastinato.deviantart.com/art/Calendar-266023770" target="_blank">Calendar</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar3.jpg"><img class="aligncenter size-full wp-image-716" title="Calendar3" alt="Calendar3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar3.jpg" width="600" height="358" /></a></p>\n<p><strong><a href="http://tulitotutys.deviantart.com/art/Calendar-Icon-179461087" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon9.jpg"><img class="aligncenter size-full wp-image-717" title="Calendar Icon9" alt="Calendar Icon9" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon9.jpg" width="600" height="401" /></a></p>\n<p><strong><a href="http://seeki.deviantart.com/art/Readmore-Calendar-Icons-63796524" target="_blank"><span class="GINGER_SOFATWARE_mark" id="4af0d6c4-0441-45cb-bdfc-ea3b7dc7fd99"><span class="GINGER_SOFATWARE_mark" id="69c172bf-b694-4059-8625-d79b94e5527a"><span class="GINGER_SOFATWARE_mark" id="eab44738-0b90-4463-a90a-332fcdd484b7"><span class="GINGER_SOFATWARE_mark" id="f57bd390-5358-4acd-af1c-0f00c55d8df1">Readmore</span></span></span></span> Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Readmore-Calendar-Icons.jpg"><img class="aligncenter size-full wp-image-718" title="Readmore Calendar Icons" alt="Readmore Calendar Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Readmore-Calendar-Icons.jpg" width="600" height="343" /></a></p>\n<p><strong><a href="http://vietky.deviantart.com/art/A-nice-calendar-icon-PSD-file-252565405" target="_blank">A nice calendar <span class="GINGER_SOFATWARE_mark" id="8b89631b-0a6a-442b-a7ff-7d300df48792"><span class="GINGER_SOFATWARE_mark" id="7c2718cf-5536-4119-810a-23e6ea2f8386"><span class="GINGER_SOFATWARE_mark" id="4be98b92-2f84-46c7-b77b-e74d670f2df0"><span class="GINGER_SOFATWARE_mark" id="cb673ed3-c41f-467f-8949-5f616a90412b">icon PSD</span></span></span></span> file</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/A-nice-calendar-icon-PSD-file.jpg"><img class="aligncenter size-full wp-image-719" title="A nice calendar icon PSD file" alt="A nice calendar icon PSD file" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/A-nice-calendar-icon-PSD-file.jpg" width="600" height="276" /></a></p>\n<p><strong><a href="http://imushdesing.deviantart.com/art/Calendar-Tango-wannabe-pack-162683071" target="_blank">Calendar Tango wannabe pack.</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Tango-wannabe-pack..jpg"><img class="aligncenter size-full wp-image-720" title="Calendar Tango wannabe pack." alt="Calendar Tango wannabe pack." src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Tango-wannabe-pack..jpg" width="600" height="286" /></a></p>\n<p><strong><a href="http://tobiacrivellari.deviantart.com/art/Calendar-iOS-Icon-329753649" target="_blank">Calendar <span class="GINGER_SOFATWARE_mark" id="1b090a3b-e970-4f90-8aed-bcf53d6252b3"><span class="GINGER_SOFATWARE_mark" id="e087e1ea-84fb-4de8-ac31-e147143a06e5"><span class="GINGER_SOFATWARE_mark" id="0faa815f-e151-4653-943c-07d388248b56"><span class="GINGER_SOFATWARE_mark" id="e2cf8910-05a8-4874-b23d-17a6b7434ca7">iOS</span></span></span></span> <span class="GINGER_SOFATWARE_mark" id="4cad0246-8cb5-4b74-a2bf-67858948bc04"><span class="GINGER_SOFATWARE_mark" id="df2e9bb2-2185-4a19-a9d2-0ccdece56350"><span class="GINGER_SOFATWARE_mark" id="472aa3c3-fb75-4406-a3b6-d1430aaac680"><span class="GINGER_SOFATWARE_mark" id="19e6bc0a-693c-442c-b0cc-5a155091e651">Icon</span></span></span></span></a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-iOS-Icon.jpg"><img class="aligncenter size-full wp-image-721" title="Calendar iOS Icon" alt="Calendar iOS Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-iOS-Icon.jpg" width="600" height="360" /></a></p>\n<p><strong><a href="http://medical-vista-icons.deviantart.com/art/Calendar-Icon-134777063" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon10.jpg"><img class="aligncenter size-full wp-image-722" title="Calendar Icon10" alt="Calendar Icon10" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon10.jpg" width="600" height="312" /></a></p>\n<p><strong><a href="http://i-thief.deviantart.com/art/Calendar-Icon-365430378" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon11.jpg"><img class="aligncenter size-full wp-image-723" title="Calendar Icon11" alt="Calendar Icon11" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon11.jpg" width="600" height="393" /></a></p>\n<p><strong><a href="http://dribbble.com/shots/127388-Free-Calendar-Icons" target="_blank">Free Calendar Icons</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Calendar-Icons2.jpg"><img class="aligncenter size-full wp-image-725" title="Free Calendar Icons2" alt="Free Calendar Icons2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Calendar-Icons2.jpg" width="600" height="333" /></a></p>\n<p><strong><a href="http://nsamoylov.deviantart.com/art/Calendar-Icon-267944349" target="_blank">Calendar Icon</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon12.jpg"><img class="aligncenter size-full wp-image-724" title="Calendar Icon12" alt="Calendar Icon12" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Calendar-Icon12.jpg" width="600" height="418" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/excellent-calender-icon-sets-for-free-download.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/excellent-calender-icon-sets-for-free-download.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/iCal-Icon.jpg&amp;description=45%20Excellent%20Calender%20Icon%20Sets%20for%20Free%20Download" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/paper-textures-backgrounds/" rel="bookmark" title="35+ Paper Textures and Backgrounds You’ll Love">\n													35+ Paper Textures and Backgrounds You’ll Love												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" rel="bookmark" title="45+ Fresh and Creative Error 404 Pages">\n													45+ Fresh and Creative Error 404 Pages												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" rel="bookmark" title="40+ Creative Examples of Retro Style Web Designs">\n													40+ Creative Examples of Retro Style Web Designs												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''681'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f48eac1d25" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="7"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'excellent calender icon sets for free download', '', 'publish', 'closed', 'closed', '', 'excellent-calender-icon-sets-for-free-download', '', '', '2017-04-11 13:16:33', '2017-04-11 13:16:33', '', 0, 'http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(129, 1, '2017-04-11 13:16:37', '2017-04-11 13:16:37', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>&nbsp;&nbsp;/&nbsp;&nbsp;45 Excellent Single Letter Logo Designs for Inspiration</div><div class="single-content"><article class="post-634 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-inspiration tag-photoshop"><div id="post-634" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">45 Excellent Single Letter Logo Designs for Inspiration</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div><p>Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the industrial standards, and is suitable according to the service or product, your company provides. Considering the fact, that the company name is very vital, same is the case, for a logo for your company name. Your company logo, is that graphical representation, that will be, end of the day, the only graphical representation, with which your company will be known, and will be there on your website, visiting cards, and everywhere possible.</p><p>So, choosing a logo design, that is decent, stylish, cool and instructive is also very important. Single letter logo designs are really impressive and common. For an example, the logo being used by Internet explorer, or Microsoft, these single letter logo designs with a little bit of designing around looks really cool when printed everywhere, and suit any purpose possible, may it be what kind of firm you have.</p><p>Before you hire a designer, or start to design a logo for yourself, and once you have decided to go for the Single letter logo designs, it is suggested to view a few other logos, as samples, for an inspiration. Yes, our human creativity is endless, but if we have an idea of what exists in the other world too, we get a broader gateway in our thinking process, and we end up designing even better things, then we could have imagined. These are forty five best single letter logo designs, that you can use as a sample, or as an inspiration! Best of luck in your designing process, and we hope, you get the best of what you expect.</p><h3><strong><span style="text-decoration: underline;"><em>45 Excellent Single Letter Logo Designs for Inspiration</em></span>:</strong></h3><p><strong><a href="http://www.brandcrowd.com/logo-design/details/24117" target="_blank">Beeline</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beeline.jpg"><img class="aligncenter size-full wp-image-635" title="Beeline" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Beeline.jpg" alt="Beeline" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beeline.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beeline-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-635" title="Beeline" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beeline.jpg" alt="Beeline" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beeline.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beeline-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/gary-chew-identity/75685" target="_blank">Gary Chew Identity</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gary-Chew-Identity.jpg"><img class="aligncenter size-full wp-image-636" title="Gary Chew Identity" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Gary-Chew-Identity.jpg" alt="Gary Chew Identity" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gary-Chew-Identity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gary-Chew-Identity-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-636" title="Gary Chew Identity" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gary-Chew-Identity.jpg" alt="Gary Chew Identity" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gary-Chew-Identity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gary-Chew-Identity-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/internet-library/89869" target="_blank">Internet Library</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Internet-Library.jpg"><img class="aligncenter size-full wp-image-637" title="Internet Library" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Internet-Library.jpg" alt="Internet Library" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Internet-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Internet-Library-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-637" title="Internet Library" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Internet-Library.jpg" alt="Internet Library" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Internet-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Internet-Library-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/13-tattoo/24241" target="_blank">Tattoo</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tattoo.jpg"><img class="aligncenter size-full wp-image-638" title="Tattoo" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tattoo.jpg" alt="Tattoo" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tattoo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tattoo-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-638" title="Tattoo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tattoo.jpg" alt="Tattoo" width="600" height="333" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tattoo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tattoo-300x167.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/id-solution/68661" target="_blank">ID Solution</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ID-Solution.jpg"><img class="aligncenter  wp-image-639" title="ID Solution" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/ID-Solution.jpg" alt="ID Solution" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ID-Solution.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ID-Solution-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-639" title="ID Solution" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ID-Solution.jpg" alt="ID Solution" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ID-Solution.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ID-Solution-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2013/07/amber/" target="_blank">Amber</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Amber.jpg"><img class="aligncenter size-full wp-image-640" title="Amber" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Amber.jpg" alt="Amber" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amber.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amber-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-640" title="Amber" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Amber.jpg" alt="Amber" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amber.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amber-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.brandcrowd.com/logo-design/details/59088" target="_blank"><span id="4ad0c666-8c67-4895-b7c4-2cadc9de45a0" class="GINGER_SOFATWARE_mark"><span id="c0da9765-7d2d-4839-b5bb-7a45bccb9d8a" class="GINGER_SOFATWARE_mark">Zefolda</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Zefolda.jpg"><img class="aligncenter size-full wp-image-641" title="Zefolda" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Zefolda.jpg" alt="Zefolda" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zefolda.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zefolda-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-641" title="Zefolda" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Zefolda.jpg" alt="Zefolda" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zefolda.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zefolda-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/sithengi/71535" target="_blank"><span id="a289dfbf-04f5-4741-ac77-591194e2b55a" class="GINGER_SOFATWARE_mark"><span id="9e305072-51f9-4014-9133-22a2c08ab077" class="GINGER_SOFATWARE_mark">Sithengi</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sithengi.jpg"><img class="aligncenter size-full wp-image-642" title="Sithengi" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Sithengi.jpg" alt="Sithengi" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sithengi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sithengi-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-642" title="Sithengi" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sithengi.jpg" alt="Sithengi" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sithengi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sithengi-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/saporo-sushi/2928" target="_blank"><span id="4d426d83-3f84-44a9-b77a-c04f72f18003" class="GINGER_SOFATWARE_mark"><span id="114def6e-8845-418b-b611-b356416fe076" class="GINGER_SOFATWARE_mark">Saporo</span></span> Sushi</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Saporo-Sushi.jpg"><img class="aligncenter size-full wp-image-643" title="Saporo Sushi" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Saporo-Sushi.jpg" alt="Saporo Sushi" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Saporo-Sushi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Saporo-Sushi-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-643" title="Saporo Sushi" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Saporo-Sushi.jpg" alt="Saporo Sushi" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Saporo-Sushi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Saporo-Sushi-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2012/05/wrapp/" target="_blank"><span id="d16989f7-0d62-429c-b1a8-e7765e20640f" class="GINGER_SOFATWARE_mark"><span id="94310b7c-cc3a-45ab-a0c8-2f56f1713efa" class="GINGER_SOFATWARE_mark">Wrapp</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Wrapp.jpg"><img class="aligncenter size-full wp-image-644" title="Wrapp" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Wrapp.jpg" alt="Wrapp" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Wrapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Wrapp-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-644" title="Wrapp" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Wrapp.jpg" alt="Wrapp" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Wrapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Wrapp-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/quebis/32469" target="_blank"><span id="ce403bc9-f053-43cd-b7bc-05c7a4594a19" class="GINGER_SOFATWARE_mark"><span id="4bb5675a-01ec-4c04-bee9-44c362f39f64" class="GINGER_SOFATWARE_mark">Quebis</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Quebis.jpg"><img class="aligncenter size-full wp-image-645" title="Quebis" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Quebis.jpg" alt="Quebis" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quebis.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quebis-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-645" title="Quebis" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Quebis.jpg" alt="Quebis" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quebis.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quebis-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.brandcrowd.com/logo-design/details/33046" target="_blank"><span id="602947cf-ac92-49c0-8e8b-6e4953149198" class="GINGER_SOFATWARE_mark"><span id="b1074310-b04d-4eb1-aa2d-02ad6f4a2547" class="GINGER_SOFATWARE_mark">Workervara</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Workervara.jpg"><img class="aligncenter size-full wp-image-646" title="Workervara" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Workervara.jpg" alt="Workervara" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workervara.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workervara-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-646" title="Workervara" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Workervara.jpg" alt="Workervara" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workervara.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workervara-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.brandcrowd.com/logo-design/details/28486" target="_blank"><span id="0626160c-d477-42e3-9172-e0dfa94b10e7" class="GINGER_SOFATWARE_mark"><span id="2a694c44-eeae-4b5c-98af-3c479e8f8e18" class="GINGER_SOFATWARE_mark">Chowfilla</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Chowfilla.jpg"><img class="aligncenter size-full wp-image-647" title="Chowfilla" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Chowfilla.jpg" alt="Chowfilla" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Chowfilla.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Chowfilla-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-647" title="Chowfilla" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Chowfilla.jpg" alt="Chowfilla" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Chowfilla.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Chowfilla-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/firestarter/22266" target="_blank">Firestarter</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Firestarter.jpg"><img class="aligncenter size-full wp-image-648" title="Firestarter" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Firestarter.jpg" alt="Firestarter" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Firestarter.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Firestarter-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-648" title="Firestarter" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Firestarter.jpg" alt="Firestarter" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Firestarter.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Firestarter-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.logomoose.com/logo-design/highwire/" target="_blank">Highwire</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Highwire.jpg"><img class="aligncenter size-full wp-image-649" title="Highwire" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Highwire.jpg" alt="Highwire" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Highwire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Highwire-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-649" title="Highwire" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Highwire.jpg" alt="Highwire" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Highwire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Highwire-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://brandcrowd.com/logo-design/details/45237" target="_blank"><span id="22afe5e3-23e3-4dfb-854d-d8729398d08d" class="GINGER_SOFATWARE_mark"><span id="06ebd99c-a824-45a1-8010-5e006b3bff46" class="GINGER_SOFATWARE_mark">Koorem</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Koorem.jpg"><img class="aligncenter size-full wp-image-650" title="Koorem" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Koorem.jpg" alt="Koorem" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koorem.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koorem-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-650" title="Koorem" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Koorem.jpg" alt="Koorem" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koorem.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koorem-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.brandcrowd.com/logo-design/details/33089" target="_blank">Super Design</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Super-Design.jpg"><img class="aligncenter size-full wp-image-651" title="Super Design" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Super-Design.jpg" alt="Super Design" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Design-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-651" title="Super Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Super-Design.jpg" alt="Super Design" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Super-Design-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.logomoose.com/logo-design/nature-construction/" target="_blank">Nature Construction</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nature-Construction.jpg"><img class="aligncenter size-full wp-image-652" title="Nature Construction" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Nature-Construction.jpg" alt="Nature Construction" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nature-Construction.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nature-Construction-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-652" title="Nature Construction" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nature-Construction.jpg" alt="Nature Construction" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nature-Construction.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nature-Construction-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2009/12/silk-skin/" target="_blank">Silk Skin</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Silk-Skin.jpg"><img class="aligncenter size-full wp-image-653" title="Silk Skin" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Silk-Skin.jpg" alt="Silk Skin" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Silk-Skin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Silk-Skin-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-653" title="Silk Skin" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Silk-Skin.jpg" alt="Silk Skin" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Silk-Skin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Silk-Skin-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/discount-tattoo-supplies/74798" target="_blank">Discount Tattoo Supplies</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Discount-Tattoo-Supplies.jpg"><img class="aligncenter size-full wp-image-654" title="Discount Tattoo Supplies" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies.jpg" alt="Discount Tattoo Supplies" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-654" title="Discount Tattoo Supplies" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Discount-Tattoo-Supplies.jpg" alt="Discount Tattoo Supplies" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Discount-Tattoo-Supplies-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2009/04/beyond-media-inc/" target="_blank">Beyond Media Inc</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc.jpg"><img class="aligncenter size-full wp-image-655" title="Beyond Media Inc" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc.jpg" alt="Beyond Media Inc" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-655" title="Beyond Media Inc" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc.jpg" alt="Beyond Media Inc" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/blend-logo/29443" target="_blank">Blend Logo</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blend-Logo.jpg"><img class="aligncenter size-full wp-image-656" title="Blend Logo" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Blend-Logo.jpg" alt="Blend Logo" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blend-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blend-Logo-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-656" title="Blend Logo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blend-Logo.jpg" alt="Blend Logo" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blend-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blend-Logo-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2011/08/the-waterfront/" target="_blank">The Waterfront</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Waterfront.jpg"><img class="aligncenter size-full wp-image-657" title="The Waterfront" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/The-Waterfront.jpg" alt="The Waterfront" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Waterfront.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Waterfront-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-657" title="The Waterfront" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Waterfront.jpg" alt="The Waterfront" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Waterfront.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Waterfront-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/87052" target="_blank">Water Drop</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Water-Drop.jpg"><img class="aligncenter size-full wp-image-658" title="Water Drop" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Water-Drop.jpg" alt="Water Drop" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Water-Drop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Water-Drop-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-658" title="Water Drop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Water-Drop.jpg" alt="Water Drop" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Water-Drop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Water-Drop-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/56846" target="_blank">Bitton</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Bitton.jpg"><img class="aligncenter size-full wp-image-659" title="Bitton" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Bitton.jpg" alt="Bitton" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bitton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bitton-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-659" title="Bitton" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Bitton.jpg" alt="Bitton" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bitton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bitton-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/103823" target="_blank"><span id="2a960c6b-8915-4f93-9b33-7c778547aa97" class="GINGER_SOFATWARE_mark"><span id="a26b6c32-85cf-44cd-af71-9040cd22f33c" class="GINGER_SOFATWARE_mark">Guitarshop</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guitarshop.jpg"><img class="aligncenter size-full wp-image-660" title="Guitarshop" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Guitarshop.jpg" alt="Guitarshop" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Guitarshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Guitarshop-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-660" title="Guitarshop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guitarshop.jpg" alt="Guitarshop" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Guitarshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Guitarshop-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.logomoose.com/logo-design/toolart/" target="_blank"><span id="85ecb641-c253-4a1b-9635-86347725097d" class="GINGER_SOFATWARE_mark"><span id="3fe854b8-44af-4e76-97ee-4ec4ede089d8" class="GINGER_SOFATWARE_mark">Toolart</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Toolart.jpg"><img class="aligncenter size-full wp-image-661" title="Toolart" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Toolart.jpg" alt="Toolart" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Toolart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Toolart-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-661" title="Toolart" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Toolart.jpg" alt="Toolart" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Toolart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Toolart-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/koreaboo/38486" target="_blank"><span id="46bcf45e-1e98-4642-8473-36283cb52ff7" class="GINGER_SOFATWARE_mark"><span id="c00d536c-b5a5-4d86-b844-312425413a58" class="GINGER_SOFATWARE_mark">Koreaboo</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Koreaboo.jpg"><img class="aligncenter size-full wp-image-662" title="Koreaboo" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Koreaboo.jpg" alt="Koreaboo" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koreaboo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koreaboo-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-662" title="Koreaboo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Koreaboo.jpg" alt="Koreaboo" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koreaboo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Koreaboo-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/172295" target="_blank"><span id="e648a7e7-dc7d-4e29-ab1d-7022be7c10e5" class="GINGER_SOFATWARE_mark"><span id="5906b258-c754-4910-917f-9277554dc8ec" class="GINGER_SOFATWARE_mark">NexWay</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/NexWay.jpg"><img class="aligncenter size-full wp-image-663" title="NexWay" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/NexWay.jpg" alt="NexWay" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/NexWay.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/NexWay-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-663" title="NexWay" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/NexWay.jpg" alt="NexWay" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/NexWay.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/NexWay-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.brandcrowd.com/logo-design/details/26506" target="_blank">Amaze</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Amaze.jpg"><img class="aligncenter size-full wp-image-664" title="Amaze" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Amaze.jpg" alt="Amaze" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amaze.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amaze-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-664" title="Amaze" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Amaze.jpg" alt="Amaze" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amaze.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Amaze-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.logomoose.com/logo-design/rumble-it/" target="_blank">Rumble IT</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rumble-IT.jpg"><img class="aligncenter size-full wp-image-665" title="Rumble IT" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Rumble-IT.jpg" alt="Rumble IT" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Rumble-IT.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Rumble-IT-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-665" title="Rumble IT" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rumble-IT.jpg" alt="Rumble IT" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Rumble-IT.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Rumble-IT-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.logomoose.com/logo-design/xperanza/" target="_blank"><span id="0542dd3d-9baf-43c4-af31-ffd46f13f1a6" class="GINGER_SOFATWARE_mark"><span id="c3cbbc57-f7a8-44a6-ba16-59aaab375511" class="GINGER_SOFATWARE_mark">Xperanza</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Xperanza.jpg"><img class="aligncenter size-full wp-image-666" title="Xperanza" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Xperanza.jpg" alt="Xperanza" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Xperanza.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Xperanza-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-666" title="Xperanza" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Xperanza.jpg" alt="Xperanza" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Xperanza.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Xperanza-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/20315" target="_blank">HomeTech</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HomeTech.jpg"><img class="aligncenter size-full wp-image-667" title="HomeTech" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HomeTech.jpg" alt="HomeTech" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HomeTech.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HomeTech-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-667" title="HomeTech" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HomeTech.jpg" alt="HomeTech" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HomeTech.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HomeTech-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.thelogomix.com/logo-design-gallery/swan-bistro-13071929.html" target="_blank">Swan Bistro</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Swan-Bistro.jpg"><img class="aligncenter size-full wp-image-668" title="Swan Bistro" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Swan-Bistro.jpg" alt="Swan Bistro" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Swan-Bistro.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Swan-Bistro-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-668" title="Swan Bistro" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Swan-Bistro.jpg" alt="Swan Bistro" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Swan-Bistro.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Swan-Bistro-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/87291" target="_blank">Jussi</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Jussi.jpg"><img class="aligncenter size-full wp-image-669" title="Jussi" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Jussi.jpg" alt="Jussi" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jussi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jussi-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-669" title="Jussi" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Jussi.jpg" alt="Jussi" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jussi.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Jussi-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2010/04/babelfish-legal/" target="_blank"><span id="2e821b28-2921-49fa-a0b3-2401b9d9103f" class="GINGER_SOFATWARE_mark"><span id="b1b6baf8-e9ca-44ae-afa9-bf8f679877ef" class="GINGER_SOFATWARE_mark">Babelfish</span></span> Legal</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Babelfish-Legal.jpg"><img class="aligncenter size-full wp-image-670" title="Babelfish Legal" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Babelfish-Legal.jpg" alt="Babelfish Legal" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Babelfish-Legal.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Babelfish-Legal-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-670" title="Babelfish Legal" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Babelfish-Legal.jpg" alt="Babelfish Legal" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Babelfish-Legal.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Babelfish-Legal-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/80429" target="_blank">Golf Lessons Online</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Golf-Lessons-Online.jpg"><img class="aligncenter size-full wp-image-671" title="Golf Lessons Online" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Golf-Lessons-Online.jpg" alt="Golf Lessons Online" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Golf-Lessons-Online.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Golf-Lessons-Online-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-671" title="Golf Lessons Online" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Golf-Lessons-Online.jpg" alt="Golf Lessons Online" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Golf-Lessons-Online.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Golf-Lessons-Online-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logofaves.com/2008/12/fold-it/" target="_blank">Fold It</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fold-It.jpg"><img class="aligncenter size-full wp-image-672" title="Fold It" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fold-It.jpg" alt="Fold It" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fold-It.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fold-It-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-672" title="Fold It" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fold-It.jpg" alt="Fold It" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fold-It.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fold-It-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/31364" target="_blank"><span id="8302dff4-e4fc-4019-80f0-5cefc3cecaab" class="GINGER_SOFATWARE_mark"><span id="e02e89e8-aff5-4abe-b0d7-aaadc6097c66" class="GINGER_SOFATWARE_mark">Elecktricity</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elecktricity.jpg"><img class="aligncenter size-full wp-image-673" title="Elecktricity" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elecktricity.jpg" alt="Elecktricity" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elecktricity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elecktricity-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-673" title="Elecktricity" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elecktricity.jpg" alt="Elecktricity" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elecktricity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elecktricity-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/sprowty/45163" target="_blank"><span id="2aa8a107-310c-4bc4-aafc-ca00f041f5ea" class="GINGER_SOFATWARE_mark"><span id="113c7e16-3d6a-4cee-96b1-2da31d9fb787" class="GINGER_SOFATWARE_mark">Sprowty</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sprowty.jpg"><img class="aligncenter size-full wp-image-674" title="Sprowty" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Sprowty.jpg" alt="Sprowty" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sprowty.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sprowty-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-674" title="Sprowty" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sprowty.jpg" alt="Sprowty" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sprowty.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sprowty-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/101168" target="_blank">SC Monogram Dragon</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SC-Monogram-Dragon.jpg"><img class="aligncenter size-full wp-image-675" title="SC Monogram Dragon" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/SC-Monogram-Dragon.jpg" alt="SC Monogram Dragon" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/SC-Monogram-Dragon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/SC-Monogram-Dragon-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-675" title="SC Monogram Dragon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SC-Monogram-Dragon.jpg" alt="SC Monogram Dragon" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/SC-Monogram-Dragon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/SC-Monogram-Dragon-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/vanderly/47510" target="_blank"><span id="cc041771-72e3-459f-b949-d87b0e298e14" class="GINGER_SOFATWARE_mark"><span id="51d3b1b7-97d0-4691-b495-14ee3f008f1a" class="GINGER_SOFATWARE_mark">Vanderly</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vanderly.jpg"><img class="aligncenter size-full wp-image-676" title="Vanderly" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Vanderly.jpg" alt="Vanderly" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vanderly.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vanderly-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-676" title="Vanderly" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vanderly.jpg" alt="Vanderly" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vanderly.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vanderly-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/95777" target="_blank">Utensil labs</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Utensil-labs.jpg"><img class="aligncenter size-full wp-image-677" title="Utensil labs" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Utensil-labs.jpg" alt="Utensil labs" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Utensil-labs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Utensil-labs-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-677" title="Utensil labs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Utensil-labs.jpg" alt="Utensil labs" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Utensil-labs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Utensil-labs-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://creattica.com/logos/elastic-point/42495" target="_blank">Elastic Point</a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elastic-Point.jpg"><img class="aligncenter size-full wp-image-678" title="Elastic Point" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elastic-Point.jpg" alt="Elastic Point" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elastic-Point.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elastic-Point-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-678" title="Elastic Point" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elastic-Point.jpg" alt="Elastic Point" width="600" height="342" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elastic-Point.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elastic-Point-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://logopond.com/gallery/detail/100943" target="_blank"><span id="83ec725f-ecb7-440b-9cf9-af4260dee290" class="GINGER_SOFATWARE_mark"><span id="c3779e37-df81-48d8-aa06-ec3a53920fae" class="GINGER_SOFATWARE_mark">Zeughaus</span></span></a></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Zeughaus.jpg"><img class="aligncenter  wp-image-679" title="Zeughaus" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Zeughaus.jpg" alt="Zeughaus" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zeughaus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zeughaus-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-679" title="Zeughaus" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Zeughaus.jpg" alt="Zeughaus" width="600" height="289" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zeughaus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Zeughaus-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>&nbsp;</p></div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="GtiFK24f9803461ecd96bc870478767f438ab427099c3c7adf7d37f534fe404828641" class="wpdiscuz-cnonce" name="cnonce" value="GtiFK24f9803461ecd96bc870478767f438ab427099c3c7adf7d37f534fe404828641" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="D3H4Aa69a7df114ac0511009ef75e2f73a1aa2e3a9e3bc743a5463e0a1f4ae459c3bf" class="wpdiscuz-cnonce" name="cnonce" value="D3H4Aa69a7df114ac0511009ef75e2f73a1aa2e3a9e3bc743a5463e0a1f4ae459c3bf" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'excellent single letter logo designs for inspiration', '', 'publish', 'closed', 'closed', '', 'excellent-single-letter-logo-designs-for-inspiration', '', '', '2017-04-11 13:16:37', '2017-04-11 13:16:37', '', 0, 'http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(130, 1, '2017-04-11 13:16:39', '2017-04-11 13:16:39', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;20+ Free and Premium WordPress Coming Soon Themes                            </div>\r\n				        <div class="single-content">\n    <article class="post-3836 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-freebies tag-templates tag-themes">\r\n	<div id="post-3836" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">20+ Free and Premium WordPress Coming Soon Themes</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other content management system. The primary reason for this popularity is that it makes web designing and development a lot easier than easier, you don&#8217;t need to learn a lot of coding and all stuff just a drag and drop can make it for you<span id="3705cd97-1183-494d-9bb8-3e610454922f" class="GINGER_SOFATWARE_mark"><span id="b16e53bd-fc4a-4990-b0e2-f7471d7cee24" class="GINGER_SOFATWARE_mark">. </span></span></p>\n<p><span id="more-1804"></span>The other major point that makes it more popular is its compatibility with various plugins and themes. For almost every single task you have a plugin available rather than to code your stuff individually. When it comes to creating stunning web designs a lot of themes are available in the market, then can easily fit your all needs. WordPress themes can be found free of cost or some <span id="7bc002e6-cd84-4245-bb3d-b8e557fd72a5" class="GINGER_SOFATWARE_mark"><span id="9e3d8829-7093-44c8-b8dc-2cd53c9ca10d" class="GINGER_SOFATWARE_mark"><span id="b2714adb-cd80-406d-900b-2fa77eee63cc" class="GINGER_SOFATWARE_mark"><span id="ce90094c-9f4d-4fd4-9737-bbf03c6308e5" class="GINGER_SOFATWARE_mark">paid</span></span></span></span> ones too, but that&#8217;s according to your needs.</p>\n<p>A lot of WordPress themes can be easily found, but when it comes to coming soon templates then you have to research a little bit more. Don&#8217;t worry we have got some free and premium WordPress coming soon themes just for you. Do check out these free and premium WordPress coming soon themes and let us know which one you have selected for your upcoming blog or website.\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>20+ Free and Premium WordPress Coming Soon Themes:</strong></em></span></h3>\n<p><strong><span id="6f7a8090-c8b2-4d05-b469-52464e3682ad" class="GINGER_SOFATWARE_mark"><span id="02c541b4-8b30-400c-a8ff-3fffc6173633" class="GINGER_SOFATWARE_mark"><span id="c19fcdff-4429-4402-8d67-f3a6045e84f2" class="GINGER_SOFATWARE_mark"><span id="7ceb7086-9c6b-4917-a027-134e693b10d4" class="GINGER_SOFATWARE_mark"><span id="a501d9b6-f074-4261-ac39-c9c1966edb86" class="GINGER_SOFATWARE_mark"><span id="bdd98d84-ecdc-4284-95f4-96d72ad1bc90" class="GINGER_SOFATWARE_mark">Fotos</span></span></span></span></span></span> Website Launching Soon Mobile Website Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3843" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Fotos-Website-Launching-Soon-Mobile-Website-Template.jpg" alt="Fotos Website Launching Soon Mobile Website Template" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Fotos-Website-Launching-Soon-Mobile-Website-Template-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Fotos-Website-Launching-Soon-Mobile-Website-Template.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://w3layouts.com/preview/?l=/fotos-website-launching-soon-mobile-website-template/" target="_blank">Demo</a> | <a class="shortc-button small orange" href="http://w3layouts.com/fotos-website-launching-soon-mobile-website-template/" target="_blank">Download</a></strong></p>\n<p><strong>Coming soon Under Construction Responsive Website Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3844" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Coming-soon-Under-Construction-Responsive-Website-Template.jpg" alt="Coming soon Under Construction Responsive Website Template" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Coming-soon-Under-Construction-Responsive-Website-Template-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Coming-soon-Under-Construction-Responsive-Website-Template.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://w3layouts.com/preview/?l=/coming-soon-under-construction-responsive-website-template/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://w3layouts.com/coming-soon-under-construction-responsive-website-template/" target="_blank">Download</a></strong></p>\n<p><strong>Trendy <span id="b4a834b0-d9df-483b-be6f-2eb24090da51" class="GINGER_SOFATWARE_mark"><span id="3ae17a99-de6a-4d63-8442-a178d60f6b1f" class="GINGER_SOFATWARE_mark">diva</span></span></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3845" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa.jpg" alt="Trendy Divaa" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-demo/trendy-divaa-29/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-page/trendy-divaa/" target="_blank">Download</a></strong></p>\n<p><strong>Felice Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3846" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Felice-Theme.jpg" alt="Felice Theme" width="600" height="465" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Felice-Theme-300x233.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Felice-Theme.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://demo.bluchic.com/?theme=Felice" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.bluchic.com/shop/freebies/felice-theme" target="_blank">Download</a></strong></p>\n<p><strong>Coming <span id="ffa4a16b-8a67-4259-a98b-4bb34759fe40" class="GINGER_SOFATWARE_mark"><span id="79478c7f-74cf-41f6-b1f7-85ac53137add" class="GINGER_SOFATWARE_mark"><span id="bce99092-e87b-4d81-b3d9-070d351b35c8" class="GINGER_SOFATWARE_mark"><span id="9290fbf0-b222-4c1a-a91d-4bcc9c975511" class="GINGER_SOFATWARE_mark"><span id="eddf5807-097a-4edf-bbd2-6f45d6a2c582" class="GINGER_SOFATWARE_mark"><span id="8c3b90b9-7923-414e-ba4d-c2ea658dbe40" class="GINGER_SOFATWARE_mark">Sssoon</span></span></span></span></span></span> Page</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3847" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Coming-Sssoon-Page.jpg" alt="Coming Sssoon Page" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Coming-Sssoon-Page-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Coming-Sssoon-Page-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Coming-Sssoon-Page.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://www.creative-tim.com/live/coming-sssoon-page" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.creative-tim.com/product/coming-sssoon-page" target="_blank">Download</a></strong></p>\n<p><strong>Ego Cafe</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3848" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Ego-Cafe.jpg" alt="Ego Cafe" width="600" height="455" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Ego-Cafe-300x228.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Ego-Cafe.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-demo/ego-cafe-22/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-page/ego-cafe/" target="_blank">Download</a></strong></p>\n<p><strong><span id="09c5bf74-3173-438c-9d7c-76e7644470cc" class="GINGER_SOFATWARE_mark"><span id="846958c0-33a5-40eb-b78d-b335fd067651" class="GINGER_SOFATWARE_mark"><span id="b8699b7d-0938-41ab-ba05-6a4ef9e281c0" class="GINGER_SOFATWARE_mark"><span id="394f8672-2cac-46a6-9812-ee0b2d1128fc" class="GINGER_SOFATWARE_mark"><span id="f6b92ef2-f29b-40e0-812c-3d062b577a97" class="GINGER_SOFATWARE_mark"><span id="ae9a94a4-13fe-46a0-9825-99c9c1191b61" class="GINGER_SOFATWARE_mark">Professory</span></span></span></span></span></span> Under Construction Mobile Website Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3849" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Professory-Under-Construction-Mobile-Website-Template.jpg" alt="Professory Under Construction Mobile Website Template" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Professory-Under-Construction-Mobile-Website-Template-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Professory-Under-Construction-Mobile-Website-Template.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://w3layouts.com/preview/?l=/professory-construction-mobile-website-template/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://w3layouts.com/professory-construction-mobile-website-template/" target="_blank">Download</a></strong></p>\n<p><strong><span id="4fbcb752-b594-49b1-be70-4a00a425e714" class="GINGER_SOFATWARE_mark"><span id="fda39853-ca6e-43f5-80fa-0b81c7d10158" class="GINGER_SOFATWARE_mark"><span id="fe2b6c3f-630f-4d76-b9e4-04576138876a" class="GINGER_SOFATWARE_mark"><span id="ef7e0266-a273-4b43-8898-746ca03f0512" class="GINGER_SOFATWARE_mark"><span id="fa2236ca-a494-4a56-8fe7-ee9e23b5a359" class="GINGER_SOFATWARE_mark"><span id="518ec5f1-fa64-4359-9d58-6290cd5f06ad" class="GINGER_SOFATWARE_mark">Wifindly</span></span></span></span></span></span></strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3850" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Wifindly.jpg" alt="Wifindly" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wifindly-300x181.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wifindly.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-demo/wifindly-31/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-page/wifindly/" target="_blank">Download</a></strong></p>\n<p><strong>Launcher</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3851" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Launcher.jpg" alt="Launcher" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Launcher-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Launcher.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://demo.mythemeshop.com/s/?theme=Launcher" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="https://mythemeshop.com/themes/launcher/" target="_blank">Download</a></strong></p>\n<p><strong>Glacier</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3852" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Glacier.jpg" alt="Glacier" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Glacier-300x205.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Glacier.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-demo/glacier-17/" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://www.websuccessagency.com/in/coming-soon-page/glacier/" target="_blank">Download</a></strong></p>\n<p><strong>Booster</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3853" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Booster.jpg" alt="Booster" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Booster-300x190.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Booster.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/booster-responsive-coming-soon-template/full_screen_preview/8046947?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/booster-responsive-coming-soon-template/8046947?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong><span id="2a48b28d-78d9-4d47-b834-daf09f9fdbc0" class="GINGER_SOFATWARE_mark"><span id="d952a34d-2c96-457a-a182-c7be596efdf6" class="GINGER_SOFATWARE_mark"><span id="f7a1c073-a1f4-4be9-b2cd-4cb2d1f88323" class="GINGER_SOFATWARE_mark"><span id="dc3e1b91-2c70-495d-8c99-0223051913ab" class="GINGER_SOFATWARE_mark"><span id="58f00451-9da2-4404-915a-84ff4b3215b6" class="GINGER_SOFATWARE_mark"><span id="e97d1b39-a823-43ed-9194-d2f0656705ae" class="GINGER_SOFATWARE_mark">Launchify</span></span></span></span></span></span> &ndash; Responsive Coming Soon Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3854" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Launchify-Responsive-Coming-Soon-Template.jpg" alt="Launchify &ndash; Responsive Coming Soon Template" width="600" height="269"><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/launchify-responsive-coming-soon-template/full_screen_preview/8428309?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/launchify-responsive-coming-soon-template/8428309?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong>Verde &ndash; Minimal Coming Soon Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3855" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Verde-Minimal-Coming-Soon-Template.jpg" alt="Verde &ndash; Minimal Coming Soon Template" width="600" height="305"><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/full_screen_preview/5581761?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/5581761?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong>Split &ndash; Responsive Coming Soon Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3856" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Split-Responsive-Coming-Soon-Template.jpg" alt="Split &ndash; Responsive Coming Soon Template" width="600" height="305"><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/full_screen_preview/5581761?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/5581761?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong>Precise &ndash; Responsive Coming Soon Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3857" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Precise-Responsive-Coming-Soon-Template.jpg" alt="Precise &ndash; Responsive Coming Soon Template" width="600" height="305"><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/full_screen_preview/5581761?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/verde-minimal-coming-soon-template/5581761?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong>Azul &ndash; Creative Coming Soon Template</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3858" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Azul-Creative-Coming-Soon-Template.jpg" alt="Azul &ndash; Creative Coming Soon Template" width="600" height="295"><noscript></noscript></a></p>\n<p><strong><a class="shortc-button small orange" href="http://themeforest.net/item/azul-creative-coming-soon-template/full_screen_preview/6642371?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a class="shortc-button small orange" href="http://themeforest.net/item/azul-creative-coming-soon-template/6642371?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong><span id="c9ed2861-a6a1-4558-829a-c03cf7478162" class="GINGER_SOFATWARE_mark"><span id="bb65ddea-4a93-46a5-9cb1-5af5173159f7" class="GINGER_SOFATWARE_mark"><span id="f632ce5b-7b50-4ce0-ab1a-5cc0f5308e59" class="GINGER_SOFATWARE_mark">Caelus</span></span></span> &#8211; App Landing &amp; Coming Soon WP Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3859" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Caelus.png" alt="Caelus" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Caelus-300x153.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Caelus.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://themeforest.net/item/caelus-app-landing-coming-soon-wp-theme-/full_screen_preview/4009276?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a href="http://themeforest.net/item/caelus-app-landing-coming-soon-wp-theme-/4009276?ref=icabrera" target="_blank">Download</a></strong></p>\n<p><strong><span id="53571cc7-de54-4df4-a67f-e55431622819" class="GINGER_SOFATWARE_mark"><span id="c969985b-8dc5-4f2b-8c39-0e7fbe9e11d0" class="GINGER_SOFATWARE_mark"><span id="8e2038ec-a9d2-4806-8a18-57d11a4416fa" class="GINGER_SOFATWARE_mark">NativeChurch</span></span></span> &#8211; Multi Purpose WordPress Theme</strong></p>\n<p><a href="#"><img class="aligncenter size-full wp-image-3860" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/NativeChurch.jpg" alt="NativeChurch" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/NativeChurch-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/NativeChurch.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><strong><a href="http://themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/full_screen_preview/7082446?ref=icabrera" target="_blank">Demo</a>&nbsp; |&nbsp;<a href="http://themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/7082446?ref=icabrera" target="_blank">Download</a></strong></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="NV1n4232e6828f2aa9cd83b171a03ec7c59ad7beadf561371faa290629b75b6871a22" class="wpdiscuz-cnonce" name="cnonce" value="NV1n4232e6828f2aa9cd83b171a03ec7c59ad7beadf561371faa290629b75b6871a22" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="V3vEibfa58bf0f430e213dcd83456e5f0873f7619a90707caa526d39368f5c02d851c" class="wpdiscuz-cnonce" name="cnonce" value="V3vEibfa58bf0f430e213dcd83456e5f0873f7619a90707caa526d39368f5c02d851c" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'free and premium wordpress coming soon themes', '', 'publish', 'closed', 'closed', '', 'free-and-premium-wordpress-coming-soon-themes', '', '', '2017-04-11 13:16:39', '2017-04-11 13:16:39', '', 0, 'http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(131, 1, '2017-04-11 13:16:45', '2017-04-11 13:16:45', '<div class="cover-box"><div data-type="background" data-speed="3" class="cover-image" style="background-image: url( http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa.jpg);"><div class="cover-heading"><div class="cover-text"><header><h2 class="title f-title"> 35+ Free Coming Soon and Under Construction Templates</h2></header><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3 Comments</a></span></div></div></div></div></div><div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Free Coming Soon and Under Construction Templates</div><div class="single-content"><article class="post-798 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-798" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Owning a website is the need of the hour for any business, freelance worker, or any organization. Things have become much easier today, when it comes to getting a website with your name. You just need to spend a small amount of money on the domain name of your choice, depending upon the availability, and on the web hosting to store your website’s data and information. But when it comes to getting a website designed developers charge a small fortune, and for many small business owners, paying so much is simply not possible. Even a basic, simple web page can cost you as high as $25-$100, depending upon the content you want to include.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Moreover, website development doesn’t only require money, but also patience, as this is not a quick process, and it takes time for the developer to put together the website according to the requirements of his client. During the time your website is being developed, you do not want to miss a potential customer, or a client, after seeing a “<strong>URL Not found</strong>” error, which doesn’t really give a professional look. To prevent this awkward situation, it is advised to put up an under construction template on the Home page, for your visitors or potential customers to understand that your website is not yet ready, and that they should visit after some time again. These under construction templates for websites can be easily developed using HTML, but if you don’t know much about it, you can use the following templates to install high quality coming soon and under construction templates according to your needs.</p><p><strong>Highly Recommended Templates:</strong><br /> <strong> <a title="145+ Free Responsive HTML5 CSS3 Website Templates" href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="bookmark">145+ Free Responsive <span id="3f79c592-caf2-465e-b754-b04691a0dad4" class="GINGER_SOFATWARE_mark"><span id="d60fb6df-bf97-4595-bc1d-d20e12fde5bf" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Website Templates</a></strong><br /> <strong><a title="20 High Quality &amp; Beautiful Restaurant Website Templates" href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" rel="bookmark">20 High Quality &amp; Beautiful Restaurant Website Templates</a></strong><br /> <strong><a title="50 High Quality Free HTML5 And CSS3 Web Templates" href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a></strong><br /> <strong> <a title="14 High Quality Yet Free Responsive HTML5 Templates" href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a></strong></p><p>At the time of developing your website the coming soon templates always do a great job for your visitors or your potential customers. With the help of these coming soon and under construction templates you not only tell your visitors that your site is in maintenance mode or will be live soon, But you can provide an option to offer an email subscription service, so that you can notify your customers when the website is available for use.</p><p>HTML5 is the latest web development platform being used around for developing websites with lots of options integrated into it, and the web pages developed with it are dynamically creative and responsive. A coming soon and under construction website templates designed with the help of HTML5 is a treat to visitors. Let&#8217;s check out some of the best Free Coming Soon and Under Construction Templates. Don&#8217;t forget to share your valuable opinions or suggestions with us, if you want to add something to this list then let us know with the help of the comments section below.</p><h3><strong><em><span style="text-decoration: underline;">35+ Free Coming Soon and Under Construction Templates:</span></em><br /> </strong></h3><p><strong>Genious Free Coming Soon Page Website Template</strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Genious.png" class="aligncenter size-full wp-image-4678" alt="Genious Coming Soon Page Website Template" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Genious.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Genious-300x203.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4678" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Genious.png" alt="Genious Coming Soon Page Website Template" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Genious.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Genious-300x203.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p><p><strong><span id="a5fd03df-30b8-4548-877b-50cc81bf368b" class="GINGER_SOFATWARE_mark"><span id="7a5e3ba7-b618-401e-b4a7-9b07015eea09" class="GINGER_SOFATWARE_mark"><span id="da4e5f1c-eddb-401a-92df-aa3706ab6d88" class="GINGER_SOFATWARE_mark">( </span></span></span><a href="http://html5layouts.com/demo/genious/" target="_blank">Demo</a> | <a href="http://html5layouts.com/genious-best-free-coming-soon-page-website-template/" target="_blank">Download</a><span id="3e4b0461-2a8a-41d6-973f-ba70d3f66ab8" class="GINGER_SOFATWARE_mark"><span id="a0cfb985-6165-48b4-ad55-723e0d4bed03" class="GINGER_SOFATWARE_mark"><span id="58795cd7-4d60-40f6-b04a-3c442521d463" class="GINGER_SOFATWARE_mark"> )</span></span></span></strong></p><p><strong>Alissa Responsive Bootstrap Coming Soon Page</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page.jpg" class="aligncenter size-full wp-image-841" title="Alissa Responsive Bootstrap Coming Soon Page" alt="Alissa Responsive Bootstrap Coming Soon Page" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-841" title="Alissa Responsive Bootstrap Coming Soon Page" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page.jpg" alt="Alissa Responsive Bootstrap Coming Soon Page" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Alissa-Responsive-Bootstrap-Coming-Soon-Page-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="a5fd03df-30b8-4548-877b-50cc81bf368b" class="GINGER_SOFATWARE_mark"><span id="7a5e3ba7-b618-401e-b4a7-9b07015eea09" class="GINGER_SOFATWARE_mark"><span id="da4e5f1c-eddb-401a-92df-aa3706ab6d88" class="GINGER_SOFATWARE_mark">( </span></span></span><a href="http://azmind.com/demo/alissa-coming-soon/" target="_blank">Demo</a> | <a href="http://www.freshdesignweb.com/azmind.com/wp-content/uploads/downloads/2013/02/alissa-coming-soon.zip" target="_blank">Download</a><span id="3e4b0461-2a8a-41d6-973f-ba70d3f66ab8" class="GINGER_SOFATWARE_mark"><span id="a0cfb985-6165-48b4-ad55-723e0d4bed03" class="GINGER_SOFATWARE_mark"><span id="58795cd7-4d60-40f6-b04a-3c442521d463" class="GINGER_SOFATWARE_mark"> )</span></span></span></strong></p><p><strong>Avenir Free Coming Soon HTML Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template.jpg" class="aligncenter size-full wp-image-842" title="Avenir Free Coming Soon HTML Template" alt="Avenir Free Coming Soon HTML Template" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-842" title="Avenir Free Coming Soon HTML Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template.jpg" alt="Avenir Free Coming Soon HTML Template" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Avenir-Free-Coming-Soon-HTML-Template-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="fc25fe10-739e-4582-82a5-8fb9a451f551" class="GINGER_SOFATWARE_mark"><span id="c47e379b-195c-46fa-bc27-08d21a929889" class="GINGER_SOFATWARE_mark"><span id="dbf3a7ff-6c63-47c9-87ca-cfc0e1cae558" class="GINGER_SOFATWARE_mark">( </span></span></span><a href="http://wegraphics.net/demo/avenir/" target="_blank">Demo</a> | <a href="http://wegraphics.net/wg-downloads/free/web/wg_avenir_coming_soon.zip" target="_blank">Download</a><span id="45d3fd3b-eeff-4ffa-ae62-a4507e7a8d58" class="GINGER_SOFATWARE_mark"><span id="20d98c6b-eee0-4576-9017-a0ac28dac7c2" class="GINGER_SOFATWARE_mark"><span id="00793e6c-4848-472b-b661-4f09617194b7" class="GINGER_SOFATWARE_mark"> )</span></span></span></strong></p><p><strong>Soon MF With Email Form</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Soon-MF-With-Email-Form.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Soon-MF-With-Email-Form.jpg" class="aligncenter wp-image-843" title="Soon MF With Email Form" alt="Soon MF With Email Form" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soon-MF-With-Email-Form.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soon-MF-With-Email-Form-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-843" title="Soon MF With Email Form" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Soon-MF-With-Email-Form.jpg" alt="Soon MF With Email Form" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soon-MF-With-Email-Form.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soon-MF-With-Email-Form-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="67416de2-b689-45c5-9fa8-5ff2ce0d0566" class="GINGER_SOFATWARE_mark"><span id="10d42fca-4c39-4d10-a64a-a9bb79a3a2c5" class="GINGER_SOFATWARE_mark"><span id="4611922f-5bb0-4cf4-9872-c7288916fe92" class="GINGER_SOFATWARE_mark">( </span></span></span><a href="http://demo.geeksband.com/soonmf/" target="_blank">Demo</a> | <a href="http://geeksband.com/uploads/soonmf.zip" target="_blank">Download</a><span id="aa3a977c-dbb3-4bfe-8a15-e0032388d22d" class="GINGER_SOFATWARE_mark"><span id="8b7793e1-591e-4550-a823-4b3a98ee298a" class="GINGER_SOFATWARE_mark"><span id="d58d4a5c-9f92-44fd-b923-109c8b911a07" class="GINGER_SOFATWARE_mark"> )</span></span></span></strong></p><p><strong>The Deep Blue Coming Soon</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon.jpg" class="aligncenter size-full wp-image-844" title="The Deep Blue Coming Soon" alt="The Deep Blue Coming Soon" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-844" title="The Deep Blue Coming Soon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon.jpg" alt="The Deep Blue Coming Soon" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/The-Deep-Blue-Coming-Soon-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="dc19c753-dbe1-4a69-9680-040483455f3a" class="GINGER_SOFATWARE_mark"><span id="2a399a4d-c485-4ffd-a042-e1157a2e1c04" class="GINGER_SOFATWARE_mark"><span id="a78e0c3b-f784-4519-b47e-b005bbbabf15" class="GINGER_SOFATWARE_mark">( </span></span></span><a href="http://www.websuccessagency.com/in/coming-soon-demo/the-deep-blue-9/" target="_blank">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-the-deep-blue.zip" target="_blank">Download</a><span id="52feb867-50c3-4fe0-9b2c-2e2e1127495a" class="GINGER_SOFATWARE_mark"><span id="7147303b-74e4-4816-a4b0-d41cc2137e20" class="GINGER_SOFATWARE_mark"><span id="35e34ef9-9e5e-4292-8f4e-3fa46a15cf8c" class="GINGER_SOFATWARE_mark"> )</span></span></span></strong></p><p><strong>Free Coming Soon Page Template: Blue Horizons</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons.jpg" class="aligncenter size-full wp-image-802" title="Free Coming Soon Page Template Blue Horizons" alt="Free Coming Soon Page Template Blue Horizons" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-802" title="Free Coming Soon Page Template Blue Horizons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons.jpg" alt="Free Coming Soon Page Template Blue Horizons" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Page-Template-Blue-Horizons-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="260858ef-ba57-462f-b85a-193c649e520e" class="GINGER_SOFATWARE_mark"><span id="cbfc7dee-f209-4846-b5e4-d4563c755d2c" class="GINGER_SOFATWARE_mark"><span id="4232b2d0-a5c9-4bdf-a46e-2ed7c4828776" class="GINGER_SOFATWARE_mark"><span id="1dab5b4e-8362-4bf3-886d-038f562e97f4" class="GINGER_SOFATWARE_mark"><span id="f64f41e0-7e10-4d46-b818-dcf0926a1627" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.websuccessagency.com/in/coming-soon-demo/blue-horizons-3/">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-blue-horizons.zip">Download</a><span id="bad8d263-b6bb-4a10-8596-d781a3881d17" class="GINGER_SOFATWARE_mark"><span id="3e0f4bf4-72aa-45b5-af68-9a792af3e1b4" class="GINGER_SOFATWARE_mark"><span id="c8d29034-80df-41c2-8fd1-0c487c3270eb" class="GINGER_SOFATWARE_mark"><span id="007899ec-1b55-482e-a61c-8e36e27d87f0" class="GINGER_SOFATWARE_mark"><span id="6c3cf2c4-1193-4319-a3da-54407f71b71a" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Free HTML/CSS Coming Soon Page</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page.jpg" class="aligncenter size-full wp-image-803" title="Free HTML CSS Coming Soon Page" alt="Free HTML CSS Coming Soon Page" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-803" title="Free HTML CSS Coming Soon Page" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page.jpg" alt="Free HTML CSS Coming Soon Page" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML-CSS-Coming-Soon-Page-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="5f5428b6-b925-42fd-b1af-213d80696c60" class="GINGER_SOFATWARE_mark"><span id="d6f7e341-2d24-48d9-bf01-bb142782b49a" class="GINGER_SOFATWARE_mark"><span id="b97c39d1-174f-4a36-a76a-408ba6356aed" class="GINGER_SOFATWARE_mark"><span id="7efd37a2-a3db-4b49-9dde-3686c614e11f" class="GINGER_SOFATWARE_mark"><span id="734b6f94-d365-4fda-9ea0-eb3b46f7fa9c" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.land-of-web.com/rocket_coming_soon/index.html">Demo</a> | <a href="http://www.land-of-web.com/rocket_coming_soon/rocket_coming_soon.zip">Download</a><span id="1ee1f7a8-56fb-4536-ab67-1fadd21355d6" class="GINGER_SOFATWARE_mark"><span id="54480b9c-9103-4401-834c-0a8b6112ba2a" class="GINGER_SOFATWARE_mark"><span id="f5a0b066-c5d0-4e6f-8f5c-8ca98daf4a23" class="GINGER_SOFATWARE_mark"><span id="49899e73-70a9-4e0d-8b48-4d70db13b414" class="GINGER_SOFATWARE_mark"><span id="950b40da-021d-42a5-ba65-10f8327d7e28" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Blue Coming Soon Page</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Blue-Coming-Soon-Page.jpg" class="aligncenter size-full wp-image-804" title="Blue Coming Soon Page" alt="Blue Coming Soon Page" width="600" height="397" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blue-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-804" title="Blue Coming Soon Page" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page.jpg" alt="Blue Coming Soon Page" width="600" height="397" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blue-Coming-Soon-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="2d4c968e-4575-491b-8116-2009700b6e7f" class="GINGER_SOFATWARE_mark"><span id="3dc16b87-a717-4891-90d1-e55f51357afb" class="GINGER_SOFATWARE_mark"><span id="a15e19d0-7e23-4810-b204-048c3787dc64" class="GINGER_SOFATWARE_mark"><span id="ca8ad342-feeb-4c81-8905-be29788731c0" class="GINGER_SOFATWARE_mark"><span id="337479bd-80c4-475e-985d-a0ff3c9d6725" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.csstemplatesfree.org/preview/IceBreakerHTML/">Demo</a> | <a href="http://www.csstemplatesfree.org/download/IceBreakerHTML.zip">Download</a><span id="56969639-547c-4444-96ba-6399e5c1d4e3" class="GINGER_SOFATWARE_mark"><span id="b365e297-b6e7-46af-bda6-4940ecf7af91" class="GINGER_SOFATWARE_mark"><span id="41c818c6-34f2-4c25-8ac5-599c8ae4a014" class="GINGER_SOFATWARE_mark"><span id="c3fbffb7-62ad-4f17-a488-75c71094f484" class="GINGER_SOFATWARE_mark"><span id="c4d8b6e2-0ded-4b4a-9b06-2d116752475c" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>HTML5 Coming Soon Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template.jpg" class="aligncenter size-full wp-image-805" title="HTML5 Coming Soon Template" alt="HTML5 Coming Soon Template" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-805" title="HTML5 Coming Soon Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template.jpg" alt="HTML5 Coming Soon Template" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Coming-Soon-Template-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="5d1f4a66-1d0b-4c1f-bab4-2e678eec1fa1" class="GINGER_SOFATWARE_mark"><span id="1d78ab88-7639-4099-bba2-d45067e5768b" class="GINGER_SOFATWARE_mark"><span id="181c2905-10b7-4162-abd6-fa907727d6d4" class="GINGER_SOFATWARE_mark"><span id="00ebde3c-465e-4d8e-87d7-69b3acf59823" class="GINGER_SOFATWARE_mark"><span id="cbfecdf7-b323-4186-be32-0089fd36e6fe" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.medialoot.com/preview/coming-soon-template/">Demo</a> | <a href="http://medialoot.com/item/free-html5-coming-soon-template/">Download</a><span id="e381eec1-30ff-4a69-98be-c04456a3aed5" class="GINGER_SOFATWARE_mark"><span id="50e5eeae-327c-4529-a303-d7792bdb6bb4" class="GINGER_SOFATWARE_mark"><span id="088a4085-93ab-45f8-b9c8-07ef640d6e5c" class="GINGER_SOFATWARE_mark"><span id="62682c27-5874-4c3a-9fda-aaddf7f17ded" class="GINGER_SOFATWARE_mark"><span id="877395a3-dc8a-45fa-9e19-ab8584decd0a" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Simple Coming Soon Page HTML</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML.jpg" class="aligncenter size-full wp-image-806" title="Simple Coming Soon Page HTML" alt="Simple Coming Soon Page HTML" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-806" title="Simple Coming Soon Page HTML" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML.jpg" alt="Simple Coming Soon Page HTML" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simple-Coming-Soon-Page-HTML-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><span id="991c1a2b-67c5-408f-b7a1-a7a9af3acce3" class="GINGER_SOFATWARE_mark"><span id="e9eb958f-0434-45ea-bdce-ad7bd2f95c9e" class="GINGER_SOFATWARE_mark"><span id="caff6412-e1db-4495-b0ba-cc7a81f72b64" class="GINGER_SOFATWARE_mark"><span id="5f15bf99-b4ef-418d-85bc-7291415a7fbf" class="GINGER_SOFATWARE_mark"><span id="77afa45b-4d96-46b2-9dd5-12294197a04d" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://spyrestudios.com/demos/coming-soon-demo/">Demo</a> | <a href="http://www.csstemplatesfree.org/download/ComingSoon.zip">Download</a><span id="5cfb9726-1b11-4701-8e0e-85fc6f765a50" class="GINGER_SOFATWARE_mark"><span id="522ee34b-6551-4e7d-999f-b5205833fe44" class="GINGER_SOFATWARE_mark"><span id="a61deccb-3078-47ea-b132-bdf9b84872ae" class="GINGER_SOFATWARE_mark"><span id="b5ab2ee4-6f00-4bd1-973d-afc871c03153" class="GINGER_SOFATWARE_mark"><span id="db2030af-6101-4b34-a883-49519265570d" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="3e44c070-d665-476d-aa63-922d35d38352" class="GINGER_SOFATWARE_mark"><span id="4b930dad-5283-41df-bf0d-c29ca6cac893" class="GINGER_SOFATWARE_mark"><span id="cbb9f18a-88cf-40fd-bb5a-3d8a9b046b75" class="GINGER_SOFATWARE_mark"><span id="ebe1caa2-c556-4910-88c2-56fd23b5e0ea" class="GINGER_SOFATWARE_mark"><span id="c85cdff1-66ad-4782-b52a-882d7ae22b44" class="GINGER_SOFATWARE_mark">Elegant</span></span></span></span></span> Clean Under Construction Page</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page.jpg" class="aligncenter size-full wp-image-807" title="Elegant Clean Under Construction Page" alt="Elegant Clean Under Construction Page" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-807" title="Elegant Clean Under Construction Page" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page.jpg" alt="Elegant Clean Under Construction Page" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Clean-Under-Construction-Page-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="491263e1-35f4-4817-807b-9a233d58d216" class="GINGER_SOFATWARE_mark"><span id="59bbc455-beeb-4da2-9bf8-d0d376d01da4" class="GINGER_SOFATWARE_mark"><span id="4ca605ea-8fcb-4015-a34b-cb380f5828fa" class="GINGER_SOFATWARE_mark"><span id="cf87616c-a1f4-4e49-a425-2677e33a52ab" class="GINGER_SOFATWARE_mark"><span id="509b3055-1a99-4c01-ba5c-a44e0af2fdee" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.templatescreme.com/demo/elegant-clean-under-construction-page/430">Demo</a> | <a href="http://www.templatescreme.com/downloading/elegant-clean-under-construction-page">Download</a><span id="619d58f3-3d20-406a-9f71-5d09d2d63cae" class="GINGER_SOFATWARE_mark"><span id="b87b969d-01c2-48ed-8ae7-7bfa2bf340ab" class="GINGER_SOFATWARE_mark"><span id="b215fb4c-af44-4b56-b063-813558546330" class="GINGER_SOFATWARE_mark"><span id="10eb372a-66de-4fb0-88d9-6b19e775dc8d" class="GINGER_SOFATWARE_mark"><span id="4aa3c748-3c74-48ea-ab9a-c62b62fecde8" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="3f4c47f6-2258-4e27-a963-0f3a4a5809df" class="GINGER_SOFATWARE_mark"><span id="1bb1c08c-9759-4158-a36d-c556a543eef8" class="GINGER_SOFATWARE_mark"><span id="f979eb6d-5191-44d0-a741-f17a250ba4b6" class="GINGER_SOFATWARE_mark"><span id="07028adc-19ae-49c5-9d39-b8402505c694" class="GINGER_SOFATWARE_mark"><span id="39445583-5b00-43c1-b5a4-37af9c85e22d" class="GINGER_SOFATWARE_mark">Beback</span></span></span></span></span> Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beback-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Beback-Theme.jpg" class="aligncenter size-full wp-image-808" title="Beback Theme" alt="Beback Theme" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beback-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beback-Theme-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-808" title="Beback Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beback-Theme.jpg" alt="Beback Theme" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beback-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beback-Theme-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="0f77c01d-c886-49ec-a138-75c85e8b76b1" class="GINGER_SOFATWARE_mark"><span id="80537cc2-eff0-46e3-a9ff-3ca96a5a5cd2" class="GINGER_SOFATWARE_mark"><span id="22d7c365-f53e-48cb-a3f6-7e3c7424e008" class="GINGER_SOFATWARE_mark"><span id="fea58d70-5d81-4d97-a310-e828bd7b2f10" class="GINGER_SOFATWARE_mark"><span id="0e8739cd-4c07-43a6-97e0-7cb9c4bee556" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://demo.wordspop.com/beback-theme/">Demo</a> | <a href="http://downloads.wordspop.com/beback-theme-1.1.1.zip">Download</a><span id="eb72c477-ab30-44ca-aac4-1ec23d6349a6" class="GINGER_SOFATWARE_mark"><span id="b03bd05a-5bc3-4838-8c3e-216390a31d23" class="GINGER_SOFATWARE_mark"><span id="c6c50561-7b94-4ce8-a540-a7c0ca148117" class="GINGER_SOFATWARE_mark"><span id="b9d6ab68-c79f-4d93-97e1-89fc24f325bd" class="GINGER_SOFATWARE_mark"><span id="fedfec46-3eb4-4582-b8d4-d45a26d00425" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Coming Soon Page Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-Page-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-Template.jpg" class="aligncenter size-full wp-image-809" title="Coming Soon Page Template" alt="Coming Soon Page Template" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-Template-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-809" title="Coming Soon Page Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-Page-Template.jpg" alt="Coming Soon Page Template" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-Template-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="01ec0cbd-181b-4e40-96b5-4c5d361482a5" class="GINGER_SOFATWARE_mark"><span id="d00dd286-3572-4ec1-bb33-865099e3562d" class="GINGER_SOFATWARE_mark"><span id="ef3442df-9e19-41ca-9a45-ea468c3ff94f" class="GINGER_SOFATWARE_mark"><span id="8b704bfd-42f2-4527-b691-90a7c75f2983" class="GINGER_SOFATWARE_mark"><span id="b334ce4e-b92a-4dfe-889f-4bbca003cedd" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.freebiesgallery.com/coming-soon-page-template/">Demo</a> | <a href="http://www.freebiesgallery.com/download/Psds/coming-soon-page-template.zip">Download</a><span id="6ddf501c-057d-4eac-88b7-0a22f1a62491" class="GINGER_SOFATWARE_mark"><span id="7c1c86df-9ed7-4501-af66-359496934c7c" class="GINGER_SOFATWARE_mark"><span id="f78babbb-dcbd-4e5d-8c6c-a5620913e51e" class="GINGER_SOFATWARE_mark"><span id="f5dfef91-c225-4d99-a09a-9dff07522759" class="GINGER_SOFATWARE_mark"><span id="3c6cf646-b3d9-4ce0-9bca-e672ae9d7bb8" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Website Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Website-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-810" title="Website Under Construction Template" alt="Website Under Construction Template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Under-Construction-Template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-810" title="Website Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Under-Construction-Template.jpg" alt="Website Under Construction Template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Under-Construction-Template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="aab85d29-bcfb-4e6a-a2ad-7e350c96d670" class="GINGER_SOFATWARE_mark"><span id="f51a5269-8fdb-48a9-bab8-2c7d058e7e57" class="GINGER_SOFATWARE_mark"><span id="660e6d59-27c0-4c45-9e3f-d12b1395d632" class="GINGER_SOFATWARE_mark"><span id="df587471-44c7-4180-a92c-44158f72a9fd" class="GINGER_SOFATWARE_mark"><span id="a0038b45-d86e-4bd8-862e-bc77920982a7" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.freebiesgallery.com/website-under-construction-template/">Demo</a> | <a href="http://www.freebiesgallery.com/download/Psds/Website-Under-Construction-Template.zip">Download</a><span id="8ab64ec0-25b5-4605-9803-849a993e30b2" class="GINGER_SOFATWARE_mark"><span id="381f8479-f74d-4bf0-bb15-8e250d0486c3" class="GINGER_SOFATWARE_mark"><span id="aaef26a7-8046-4a4b-9594-91b36d569fa8" class="GINGER_SOFATWARE_mark"><span id="23f6565b-e6d1-445d-af3c-3c534f267d22" class="GINGER_SOFATWARE_mark"><span id="efacfce6-d999-4c19-a75c-c75fdf544470" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="b9f11e8a-5906-4485-a55e-34754507e137" class="GINGER_SOFATWARE_mark"><span id="9a7468e7-b0e7-40cc-a483-ba4b29f1f3a0" class="GINGER_SOFATWARE_mark"><span id="addab15b-9c16-400b-8d91-f22b272095f2" class="GINGER_SOFATWARE_mark"><span id="a1e89558-69bc-4d01-a7d1-4da710b9197e" class="GINGER_SOFATWARE_mark"><span id="228e0881-54c2-4329-bc4a-d4baaf771cec" class="GINGER_SOFATWARE_mark">LaunchTime</span></span></span></span></span> WordPress Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme.jpg" class="aligncenter size-full wp-image-812" title="LaunchTime WordPress Theme" alt="LaunchTime WordPress Theme" width="600" height="414" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme-300x207.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-812" title="LaunchTime WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme.jpg" alt="LaunchTime WordPress Theme" width="600" height="414" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchTime-WordPress-Theme-300x207.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="be46f89b-815b-4376-872f-dcd5a4e4c80b" class="GINGER_SOFATWARE_mark"><span id="15c6ce6c-f416-4d3a-9c1f-f268ef3ae4f4" class="GINGER_SOFATWARE_mark"><span id="37b02ff8-e6e2-4b2b-8045-21075d7e876e" class="GINGER_SOFATWARE_mark"><span id="62c59c0b-0aec-40cc-ba5f-df81cba83f83" class="GINGER_SOFATWARE_mark"><span id="2c4f06d2-7ca7-4dee-ac6e-078cf37a6b46" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://demo.themewarrior.com/?theme=launchtime">Demo</a> | <a href="http://eepurl.com/dTWLD?iframe=true&amp;width=650&amp;height=560">Download</a><span id="0f1b7cb9-38f5-49cf-b35a-8e9949d8023e" class="GINGER_SOFATWARE_mark"><span id="d8182040-61b7-417f-b938-8517a7f7c7b9" class="GINGER_SOFATWARE_mark"><span id="c3dc5591-a7b9-478c-b1e2-41ef6c5204c0" class="GINGER_SOFATWARE_mark"><span id="e3836a5c-24f4-431f-b622-6de8a9cecd14" class="GINGER_SOFATWARE_mark"><span id="bf74917c-d949-46aa-8503-bf81af922c34" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>HOLDING PATTERN</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HOLDING-PATTERN.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HOLDING-PATTERN.jpg" class="aligncenter size-full wp-image-813" title="HOLDING PATTERN" alt="HOLDING PATTERN" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HOLDING-PATTERN.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HOLDING-PATTERN-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-813" title="HOLDING PATTERN" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HOLDING-PATTERN.jpg" alt="HOLDING PATTERN" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HOLDING-PATTERN.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HOLDING-PATTERN-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="f9368ce1-2f8c-4e7d-9069-593e76316e76" class="GINGER_SOFATWARE_mark"><span id="6554d0e9-4b68-4513-895e-8a78872f61a0" class="GINGER_SOFATWARE_mark"><span id="b56ccd9b-6b88-4bac-be28-a55631346657" class="GINGER_SOFATWARE_mark"><span id="1e631063-84c2-4157-8269-d9b00f93b977" class="GINGER_SOFATWARE_mark"><span id="07562580-c57c-4659-a72d-4ee708098bac" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://demos.upthemes.com/holdingpattern/">Demo</a> | <a href="http://dashboard.upthemes.com/signup.php?product_id=12&amp;paysys_id=twocheckout_r">Download</a><span id="c12b801e-d725-446b-946b-775d24a817a3" class="GINGER_SOFATWARE_mark"><span id="f9ec0d7b-bafe-4cf2-83b5-8b5e16aa00d8" class="GINGER_SOFATWARE_mark"><span id="1814b676-ee99-4181-990a-05c3044dc61d" class="GINGER_SOFATWARE_mark"><span id="113e18d5-6c94-44ff-817f-9bdb974c78f2" class="GINGER_SOFATWARE_mark"><span id="9ae60cf8-9251-4663-964d-f562c1bce6b3" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="18d4fb76-24db-4bd3-a37a-92d1ed3f34e7" class="GINGER_SOFATWARE_mark"><span id="9e2d0e46-4c19-4d74-90ba-f44fea45a1e0" class="GINGER_SOFATWARE_mark"><span id="87efdb4c-12ce-468b-b853-536a12454e94" class="GINGER_SOFATWARE_mark"><span id="b66f9f1b-3e69-4fdd-8c06-3657529e1970" class="GINGER_SOFATWARE_mark"><span id="89a2e9fe-51ca-490e-b6f1-2917a6d53f92" class="GINGER_SOFATWARE_mark">PaperLaunch</span></span></span></span></span></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PaperLaunch.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/PaperLaunch.jpg" class="aligncenter size-full wp-image-814" title="PaperLaunch" alt="PaperLaunch" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PaperLaunch.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PaperLaunch-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-814" title="PaperLaunch" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PaperLaunch.jpg" alt="PaperLaunch" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PaperLaunch.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PaperLaunch-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="cba1bd53-a67f-47b4-9ca5-a7f7bb6a0aa6" class="GINGER_SOFATWARE_mark"><span id="76adccc8-618c-426c-b139-1ae85e8ef57c" class="GINGER_SOFATWARE_mark"><span id="73ce3a4f-9ce2-491e-b5c0-ee3123ce57f2" class="GINGER_SOFATWARE_mark"><span id="443cd346-8cab-4662-b5ac-76482cd141d7" class="GINGER_SOFATWARE_mark"><span id="375710cd-0ed3-43d8-9094-e5d4c147aa84" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://demo.ourtuts.com/paperlaunch-demo/">Demo</a> | <a href="http://www.ourtuts.com/downloads/paperlaunch-template.zip">Download</a><span id="3804a783-1b07-47cb-8b4b-ac8fe739731e" class="GINGER_SOFATWARE_mark"><span id="bc1ea618-b6a4-427c-a7f3-18a90d8cef71" class="GINGER_SOFATWARE_mark"><span id="93bd6edf-1725-4d15-8e71-d7bfeb5809db" class="GINGER_SOFATWARE_mark"><span id="318e4f37-1f1e-454e-be33-7b685eaad724" class="GINGER_SOFATWARE_mark"><span id="fad3bdbd-ebab-4b40-96fc-3cc70da2eef7" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Free Coming Soon Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Coming-Soon-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Template.jpg" class="aligncenter size-full wp-image-815" title="Free Coming Soon Template" alt="Free Coming Soon Template" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Template-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-815" title="Free Coming Soon Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Coming-Soon-Template.jpg" alt="Free Coming Soon Template" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Coming-Soon-Template-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="da45640f-79ec-480e-87bc-0354b519ff6e" class="GINGER_SOFATWARE_mark"><span id="37230bc5-f185-4a1e-9b1d-92bfb6ac5235" class="GINGER_SOFATWARE_mark"><span id="989b8500-b0d9-4fba-9bb0-3da026fba479" class="GINGER_SOFATWARE_mark"><span id="40a9a258-7e3d-4fb6-a15a-992c148b5649" class="GINGER_SOFATWARE_mark"><span id="1cbbcea5-dcb2-4137-990e-1940adfe21bb" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://webdesignerlab.com/templates/coming-soon/index.html">Demo</a> | <a href="http://webdesignerlab.com/templates/coming-soon.zip">Download</a><span id="e5f333b8-c996-48b3-a3d5-f2e55a9b35cb" class="GINGER_SOFATWARE_mark"><span id="52cb86f2-40b8-4466-9358-cb787197e9b6" class="GINGER_SOFATWARE_mark"><span id="0d178788-2305-4eb5-8307-6fb46c43efed" class="GINGER_SOFATWARE_mark"><span id="6c835261-33c1-4d53-a1d3-d0494b64a80b" class="GINGER_SOFATWARE_mark"><span id="5e9197ef-670c-43a4-8885-67225f49f708" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Changing Room</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Changing-Room.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Changing-Room.jpg" class="aligncenter size-full wp-image-816" title="Changing Room" alt="Changing Room" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Changing-Room.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Changing-Room-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-816" title="Changing Room" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Changing-Room.jpg" alt="Changing Room" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Changing-Room.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Changing-Room-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="d88ec301-5f90-49a7-a9a0-31eb369274d8" class="GINGER_SOFATWARE_mark"><span id="110ed5d2-77cc-477f-adf3-586e06f488da" class="GINGER_SOFATWARE_mark"><span id="6da35df6-8906-48ff-994f-3797fc2395ae" class="GINGER_SOFATWARE_mark"><span id="fb37f61f-81d0-4e20-93b2-0f070ff05b6d" class="GINGER_SOFATWARE_mark"><span id="14975136-c873-4775-b498-edf84fe02bc9" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://changingroom.wordprezzie.com/">Demo</a> | <a href="http://s3.amazonaws.com/wordprezzie/free/changing-room.zip">Download</a><span id="df2b1047-86c6-4b38-8043-b4bdab30b554" class="GINGER_SOFATWARE_mark"><span id="525b752a-8662-45b7-8e38-fd8492f71898" class="GINGER_SOFATWARE_mark"><span id="8dbd3402-a5c2-4fd8-9965-740ff7d5876b" class="GINGER_SOFATWARE_mark"><span id="82a745ef-e7ea-4c29-b730-edccd3deea1f" class="GINGER_SOFATWARE_mark"><span id="3c07d616-e582-4861-b887-fd4dc8a3683b" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="40d3dbd3-0e0f-4604-9bac-90c1a7fef47f" class="GINGER_SOFATWARE_mark"><span id="71525d02-0964-49e9-a79e-b59588021051" class="GINGER_SOFATWARE_mark"><span id="4daf0355-1230-4d5c-9a18-6d48ad024866" class="GINGER_SOFATWARE_mark"><span id="653caa1d-d6e8-4e2d-89f2-1e3d37d22895" class="GINGER_SOFATWARE_mark"><span id="a0743b1c-5e59-4549-9eca-a41f551a3b0c" class="GINGER_SOFATWARE_mark">LaunchPad</span></span></span></span></span></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LaunchPad.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/LaunchPad.jpg" class="aligncenter size-full wp-image-817" title="LaunchPad" alt="LaunchPad" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchPad.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchPad-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-817" title="LaunchPad" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LaunchPad.jpg" alt="LaunchPad" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchPad.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LaunchPad-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="ce669cdd-cfec-4f4b-a579-47306b4f6dab" class="GINGER_SOFATWARE_mark"><span id="8a9f4790-d243-4a6a-aca2-37a5929884ba" class="GINGER_SOFATWARE_mark"><span id="5c2cabbb-3e68-4aa1-a840-6a9f2fc5ddd6" class="GINGER_SOFATWARE_mark"><span id="743e5d42-b997-4cb3-8618-06c66893a28f" class="GINGER_SOFATWARE_mark"><span id="395fb89f-c2b9-4500-97cb-9ce4f0f3336b" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://wp-themes.com/launchpad/">Demo</a> | <a href="http://wordpress.org/extend/themes/download/launchpad.1.6.zip">Download</a><span id="2f788790-4166-45de-9cad-448749edfcb1" class="GINGER_SOFATWARE_mark"><span id="d2fd9f18-7b77-4518-80b1-00043e6223a5" class="GINGER_SOFATWARE_mark"><span id="3e0ffb29-819e-4a13-9c18-254354d6a060" class="GINGER_SOFATWARE_mark"><span id="9ffbb531-ebab-4d88-bc0a-507ac1ac070d" class="GINGER_SOFATWARE_mark"><span id="95800d7b-a20d-4ab3-ba42-7283f30bbc38" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Clean Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Clean-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-818" title="Clean Under Construction Template" alt="Clean Under Construction Template" width="600" height="354" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Clean-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Clean-Under-Construction-Template-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-818" title="Clean Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clean-Under-Construction-Template.jpg" alt="Clean Under Construction Template" width="600" height="354" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Clean-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Clean-Under-Construction-Template-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="f94dd452-f199-4feb-b874-5506bb59502d" class="GINGER_SOFATWARE_mark"><span id="7e3f4268-aaf3-4523-ba9a-1902f337c8af" class="GINGER_SOFATWARE_mark"><span id="7cb44712-4c02-4833-a750-a04fc19a569b" class="GINGER_SOFATWARE_mark"><span id="ad5765c8-d46e-4340-ba3b-13b432495c39" class="GINGER_SOFATWARE_mark"><span id="c0fa5680-638e-419f-8cb9-9605d8de8e33" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.design3edge.com/2010/01/26/clean-under-construction-template/">Demo</a> | <a href="http://www.design3edge.com/wp-content/uploads/content/clean-underconstruction-template.zip">Download</a><span id="0c7d25f8-4522-490b-8ad7-a06bafe12fae" class="GINGER_SOFATWARE_mark"><span id="08ca3ff7-5b21-412a-855f-e21b8140cf7f" class="GINGER_SOFATWARE_mark"><span id="b24ff581-998a-4e2c-8116-d76e81ce3286" class="GINGER_SOFATWARE_mark"><span id="62221505-7ba3-416e-b468-f642eb1ccea6" class="GINGER_SOFATWARE_mark"><span id="6664e9d8-df96-4b0f-9b0d-5fec6f28c6f1" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong>Creative Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creative-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-819" title="Creative Under Construction Template" alt="Creative Under Construction Template" width="600" height="383" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Under-Construction-Template-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-819" title="Creative Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Under-Construction-Template.jpg" alt="Creative Under Construction Template" width="600" height="383" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-Under-Construction-Template-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="f64ffb51-ce1a-4db0-9b02-eca97aac43af" class="GINGER_SOFATWARE_mark"><span id="6398fae1-f6b5-4267-bd01-98fcc4522e8a" class="GINGER_SOFATWARE_mark"><span id="e25439dc-749c-46b1-8981-45219a1592d9" class="GINGER_SOFATWARE_mark"><span id="e14defdf-c3a2-4402-9849-613bcbff57fc" class="GINGER_SOFATWARE_mark"><span id="78d70d48-6197-4c13-92df-b8cb0e7592ba" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.design3edge.com/2011/04/13/creative-under-construction-template/">Demo</a> | <a href="http://www.design3edge.com/wp-content/uploads/content/creative-underconstruction-template.zip">Download</a><span id="8aa57615-f1dc-4cce-bd79-a1dbe15f9235" class="GINGER_SOFATWARE_mark"><span id="6837fd9a-6f22-4382-8ffd-b078ab701ef4" class="GINGER_SOFATWARE_mark"><span id="14e65c0c-79d4-44ee-9f07-642a0133c078" class="GINGER_SOFATWARE_mark"><span id="eac58c23-5291-4c03-9c33-01765790dcb1" class="GINGER_SOFATWARE_mark"><span id="1d56acc5-a636-4dba-8576-8c5d9c3115df" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Modern Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modern-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Modern-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-820" title="Modern Under Construction Template" alt="Modern Under Construction Template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Under-Construction-Template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-820" title="Modern Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modern-Under-Construction-Template.jpg" alt="Modern Under Construction Template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Under-Construction-Template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="15c43626-c068-4f41-bbd8-58139dc45711" class="GINGER_SOFATWARE_mark"><span id="bf0ea91e-7321-4406-86bb-14655d410de6" class="GINGER_SOFATWARE_mark"><span id="2a5a5284-f2fb-47c4-ac1c-293fa5d57ba0" class="GINGER_SOFATWARE_mark"><span id="2798cf67-9cb7-4f2f-84fb-0a94c803a8dc" class="GINGER_SOFATWARE_mark"><span id="16ae882a-9f9a-45e5-ad08-5b516a16e56c" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.design3edge.com/2010/04/13/modern-under-construction-template/">Demo</a> | <a href="http://www.design3edge.com/wp-content/uploads/content/modern-underconstruction-template.zip">Download</a><span id="b52da458-69ae-4e23-a4a6-b55daf85e150" class="GINGER_SOFATWARE_mark"><span id="b5d42f42-b78f-4dd9-97ee-51b6a1e16d2e" class="GINGER_SOFATWARE_mark"><span id="8ca6fded-2553-4701-b696-50d85d8efddf" class="GINGER_SOFATWARE_mark"><span id="6eb4357d-92c7-4db9-9a9b-3087dd85de0b" class="GINGER_SOFATWARE_mark"><span id="4046b064-a3bd-4ed1-9c5d-315ae13084e3" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Critical Mass</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Critical-Mass.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Critical-Mass.jpg" class="aligncenter size-full wp-image-821" title="Critical Mass" alt="Critical Mass" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Critical-Mass.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Critical-Mass-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-821" title="Critical Mass" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Critical-Mass.jpg" alt="Critical Mass" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Critical-Mass.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Critical-Mass-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="a9898883-9613-4f72-a9a1-a8c42f203ca8" class="GINGER_SOFATWARE_mark"><span id="11ed2943-3740-486b-9a15-9e941023afc6" class="GINGER_SOFATWARE_mark"><span id="8104c7de-dd41-4080-b18a-ea8b1d724b27" class="GINGER_SOFATWARE_mark"><span id="64124f74-8755-44c5-bb38-39aed821454d" class="GINGER_SOFATWARE_mark"><span id="d3f38cf1-1f1f-4308-94ef-28ad626d5167" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://inspiredcore.com/freebie-critical-mass-coming-soon-page">Demo</a> | <a href="http://dl.dropbox.com/u/10867954/criticalmass-coming-soon-page.psd">Download</a><span id="e8dfbb81-0364-4d2d-8e30-873753d8bc2a" class="GINGER_SOFATWARE_mark"><span id="79c55662-d8b0-45f1-8909-f283524494e8" class="GINGER_SOFATWARE_mark"><span id="202d6e23-7535-4252-97e5-00df1579b7bb" class="GINGER_SOFATWARE_mark"><span id="d7fbb4fc-6fd9-40da-8dcb-d46097fe74d2" class="GINGER_SOFATWARE_mark"><span id="60e4f6c4-32a2-441c-acd8-fc4ca75b924c" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Colorful Under Construction Templates</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Colorful.jpg" class="aligncenter size-full wp-image-822" title="Colorful Under Construction Templates" alt="Colorful Under Construction Templates" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-822" title="Colorful Under Construction Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful.jpg" alt="Colorful Under Construction Templates" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="d71188f7-e6b3-49e6-9f84-836b16ece0a1" class="GINGER_SOFATWARE_mark"><span id="c51cf354-4e64-43a2-b607-e19abf6c7c54" class="GINGER_SOFATWARE_mark"><span id="04edc87b-7e75-4525-a98f-5a3624412df2" class="GINGER_SOFATWARE_mark"><span id="ba52bb7e-8646-46be-8e93-b293c16e54ac" class="GINGER_SOFATWARE_mark"><span id="ba34a8f5-9e5f-44ea-98b1-b8cdbc3800ed" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://downloadpsd.com/templates/colorful-free-coming-soon-page-psd/">Demo</a> | <a href="http://downloadpsd.com/templates/colorful-free-coming-soon-page-psd/?download=Colorful%20Free%20Coming%20Soon%20Page%20PSD">Download</a><span id="5f39a92d-e294-4fd3-a915-2973d3e02484" class="GINGER_SOFATWARE_mark"><span id="fe19d8d8-3683-4a59-8c27-dc1bdfcf1b73" class="GINGER_SOFATWARE_mark"><span id="a1454091-73d9-4663-a691-8a9d60f5c6ab" class="GINGER_SOFATWARE_mark"><span id="e23d6de7-2d20-4691-9e04-3656a27efc5e" class="GINGER_SOFATWARE_mark"><span id="7ceef9a9-4592-4674-ac0f-a1ef6586afc5" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Landis</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Landis.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Landis.jpg" class="aligncenter size-full wp-image-823" title="Landis" alt="Landis" width="600" height="489" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Landis.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Landis-300x245.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-823" title="Landis" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Landis.jpg" alt="Landis" width="600" height="489" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Landis.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Landis-300x245.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="4be888ff-3a84-483f-9540-d8d0a005c161" class="GINGER_SOFATWARE_mark"><span id="668a59cb-c4b3-47de-bdae-ac0a748d98ec" class="GINGER_SOFATWARE_mark"><span id="a866edbf-3250-4aa7-9102-de4e64558d16" class="GINGER_SOFATWARE_mark"><span id="1565970b-8676-4894-bdf7-d47f13ebc610" class="GINGER_SOFATWARE_mark"><span id="28ba84bd-a777-4cdc-8cf3-31dc315b625e" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.themeskingdom.com/demo/landis/">Demo</a> | <a href="http://www.themeskingdom.com/landis-wordpress-theme/">Download</a><span id="aaec3d20-7fec-46d1-b1fd-6b0ba3421808" class="GINGER_SOFATWARE_mark"><span id="fc9580d7-5815-4cc9-8df0-43b3bc1892af" class="GINGER_SOFATWARE_mark"><span id="8226f402-78e7-48ff-a176-796a0c0f0354" class="GINGER_SOFATWARE_mark"><span id="3ea4e9c9-f93d-4043-bbfd-5421c194ad21" class="GINGER_SOFATWARE_mark"><span id="ca72a649-163d-4f0a-b998-2c88a4a022ef" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="c899af87-171a-4123-9945-9b9d15795eaf" class="GINGER_SOFATWARE_mark"><span id="5112dd15-9ea6-40f5-9a62-3ec811b94a69" class="GINGER_SOFATWARE_mark"><span id="82369593-5906-4379-bcd6-354c9d47897a" class="GINGER_SOFATWARE_mark"><span id="66fc8314-2dcd-4636-97ff-68acdfb12b55" class="GINGER_SOFATWARE_mark"><span id="4d182930-07cb-48c4-962d-75462e7eb36e" class="GINGER_SOFATWARE_mark">Fleepy</span></span></span></span></span></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fleepy.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fleepy.jpg" class="aligncenter size-full wp-image-824" title="Fleepy" alt="Fleepy" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fleepy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fleepy-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-824" title="Fleepy" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fleepy.jpg" alt="Fleepy" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fleepy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fleepy-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="ee6ded97-132a-4c3d-8ad6-f6b85e7eeaed" class="GINGER_SOFATWARE_mark"><span id="c8d1c4f2-6594-4eda-998b-df172b44249d" class="GINGER_SOFATWARE_mark"><span id="ef178b3d-def6-46a0-894b-aea9ff250db0" class="GINGER_SOFATWARE_mark"><span id="47959825-c264-4bd0-82be-6c0d6b899a3f" class="GINGER_SOFATWARE_mark"><span id="a3ab5bc9-7b19-414e-95b6-d0cdb787af34" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://elemisfreebies.com/10/27/fleepy-under-construction-psd/">Demo</a> | <a href="http://elemisfreebies.com/downloads/#65">Download</a><span id="a0cc0bde-b80a-456a-8eb2-cfdee2b68331" class="GINGER_SOFATWARE_mark"><span id="60480d64-77d6-42ea-96da-c67a6af8d004" class="GINGER_SOFATWARE_mark"><span id="eee41f27-114a-446d-aa89-9086ae4b6a36" class="GINGER_SOFATWARE_mark"><span id="76bbd951-7dee-4250-9a5c-19360e101c8d" class="GINGER_SOFATWARE_mark"><span id="59ea321e-22e2-42df-bf20-0b95a2968a35" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Coming <span id="36c0d2c9-d199-45db-9524-10581526e634" class="GINGER_SOFATWARE_mark"><span id="bcdaedeb-8870-4619-8756-0b7fb289e487" class="GINGER_SOFATWARE_mark"><span id="7f0b0358-943d-4ac1-bb5c-abe510844bd2" class="GINGER_SOFATWARE_mark"><span id="47f2d4b9-33ef-4076-8d59-166e3ada7ab8" class="GINGER_SOFATWARE_mark"><span id="35085844-459d-46b6-bf6e-65e73a9824be" class="GINGER_SOFATWARE_mark">Soon WordPress</span></span></span></span></span> Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme.jpg" class="aligncenter size-full wp-image-825" title="Coming Soon WordPress Theme" alt="Coming Soon WordPress Theme" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-825" title="Coming Soon WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme.jpg" alt="Coming Soon WordPress Theme" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-WordPress-Theme-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="5eaff298-023e-467a-8f9b-60ad23a9bd46" class="GINGER_SOFATWARE_mark"><span id="25dc7889-4e62-4ddf-af07-a566576ee516" class="GINGER_SOFATWARE_mark"><span id="276f0054-3638-47cb-8320-562d89801fdb" class="GINGER_SOFATWARE_mark"><span id="e7539c37-e83e-45e3-aeec-a14a47577004" class="GINGER_SOFATWARE_mark"><span id="36d2f4dd-04e7-4922-b11c-73e580918f0a" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://templatic.com/demos/?theme=comingsoon">Demo</a> | <a href="http://templatic.com/freethemes/coming-soon/">Download</a><span id="99f3e2e8-c3a0-4864-ae74-974e1f63ab3e" class="GINGER_SOFATWARE_mark"><span id="e1507c8f-ee9c-43c0-a391-af76c59d8740" class="GINGER_SOFATWARE_mark"><span id="aa821b09-6f45-4b8b-8f27-260d464ea659" class="GINGER_SOFATWARE_mark"><span id="336644a7-916b-49b3-9ad6-d005cc4216d3" class="GINGER_SOFATWARE_mark"><span id="6b9f2d88-5a8c-4893-8dc5-5b94e986e58b" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Premium Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Premium-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Premium-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-826" title="Premium Under Construction Template" alt="Premium Under Construction Template" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Premium-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Premium-Under-Construction-Template-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-826" title="Premium Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Premium-Under-Construction-Template.jpg" alt="Premium Under Construction Template" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Premium-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Premium-Under-Construction-Template-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="b9f9a33f-a2cf-4785-bac6-c8af03c7bade" class="GINGER_SOFATWARE_mark"><span id="964ded59-f63c-42db-8276-12aaa2b5ace3" class="GINGER_SOFATWARE_mark"><span id="59828eea-845e-4521-8a0b-aaa4a0e5e0ac" class="GINGER_SOFATWARE_mark"><span id="00ff6ad8-da9b-427a-bd28-17e5bcbbb39b" class="GINGER_SOFATWARE_mark"><span id="c950e8f3-b79b-4090-9262-c5c5cc0eb1a2" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://thedesignpixel.com/files/wp-content/uploads/demo/premium_underconstruction_template_demo.jpg">Demo</a> | <a href="http://www.design3edge.com/wp-content/uploads/content/premium_underconstruction_template.zip">Download</a><span id="7c0eb8ca-9f50-4148-af27-40387a2606b5" class="GINGER_SOFATWARE_mark"><span id="e8ff8eb2-0dac-44a7-b116-eafe02e758aa" class="GINGER_SOFATWARE_mark"><span id="3b025f11-f799-475a-8c7e-037f112ae1fd" class="GINGER_SOFATWARE_mark"><span id="66ce8ac5-1b3b-4dc5-8b5c-8c5c4f2f9846" class="GINGER_SOFATWARE_mark"><span id="2e832112-ce06-4aaa-93b7-c7c4a8ad6436" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Sapling</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sapling.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Sapling.jpg" class="aligncenter size-full wp-image-827" title="Sapling" alt="Sapling" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sapling.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sapling-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-827" title="Sapling" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sapling.jpg" alt="Sapling" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sapling.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sapling-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="a1f1c386-5e89-4700-8f45-6a20fad2e799" class="GINGER_SOFATWARE_mark"><span id="f68c06a9-8fc1-4152-bb27-4beae1d051da" class="GINGER_SOFATWARE_mark"><span id="78e75ec3-8e1c-4acc-855c-871d3141a251" class="GINGER_SOFATWARE_mark"><span id="9460aee7-e939-418d-98c7-63838ffe800a" class="GINGER_SOFATWARE_mark"><span id="c94a4d57-8d20-4753-b430-96ddda14dfed" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.warmforestflash.com/products/sapling/demo1/">Demo</a> | <a href="http://www.warmforestflash.com/products/sapling/sapling.zip">Download</a><span id="750c3d6c-8730-4e2e-8e0b-fb8a0a38737e" class="GINGER_SOFATWARE_mark"><span id="27f6dca3-9e0c-4ffa-a6ca-00ac3b1f1443" class="GINGER_SOFATWARE_mark"><span id="5557dafc-e8c0-45d2-9136-1ff601750a1f" class="GINGER_SOFATWARE_mark"><span id="5fd43913-a1d8-4d61-b957-f6f1b04d4015" class="GINGER_SOFATWARE_mark"><span id="8305c799-ad74-490f-bb55-87a69faf0b5c" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="f3812a30-47a9-4548-adf4-3206b34acfc2" class="GINGER_SOFATWARE_mark"><span id="deb2b9a5-f5b1-4a37-86fc-21e1a0503703" class="GINGER_SOFATWARE_mark"><span id="a80c2f52-ef5e-4b1f-b6b0-1cfe1b7b7e5c" class="GINGER_SOFATWARE_mark"><span id="30ffb041-5a22-47c2-8111-3da8454b0f7b" class="GINGER_SOFATWARE_mark"><span id="10f4c14b-35fc-4524-a59f-d98fea00ad99" class="GINGER_SOFATWARE_mark">jQuery</span></span></span></span></span> Countdown Script</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jQuery-Countdown-Script.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script.jpg" class="aligncenter size-full wp-image-828" title="jQuery Countdown Script" alt="jQuery Countdown Script" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-828" title="jQuery Countdown Script" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jQuery-Countdown-Script.jpg" alt="jQuery Countdown Script" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-Countdown-Script-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="90ec0b2d-d63a-43ff-ba59-238eede9de6f" class="GINGER_SOFATWARE_mark"><span id="51b52cd2-bf17-43e4-96fd-96a09fb69214" class="GINGER_SOFATWARE_mark"><span id="0aa48c61-ac2d-45bd-bd97-60a43a0e0ee4" class="GINGER_SOFATWARE_mark"><span id="be2ea26b-ea08-427a-ab0a-22bb69b8e7a9" class="GINGER_SOFATWARE_mark"><span id="4a4a9456-c8bd-4638-8a7c-6a818537a902" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.littlewebthings.com/projects/countdown/example/">Demo</a> | <a href="http://www.littlewebthings.com/2010/02/jquery-countdown-script/">Download</a><span id="0773b1c2-5351-43e7-98db-5cc78554e5cc" class="GINGER_SOFATWARE_mark"><span id="5942ce3a-c5d1-4733-b01a-d27b41702093" class="GINGER_SOFATWARE_mark"><span id="c067fb57-b9e4-4eaa-954a-411c5f1abdfa" class="GINGER_SOFATWARE_mark"><span id="d198d26d-5088-411c-86a0-e531ca06f816" class="GINGER_SOFATWARE_mark"><span id="c0d6992d-b454-4a03-9f61-82fa5ea3997e" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Ready2Launch</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ready2Launch.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Ready2Launch.jpg" class="aligncenter size-full wp-image-829" title="Ready2Launch" alt="Ready2Launch" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ready2Launch.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ready2Launch-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-829" title="Ready2Launch" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ready2Launch.jpg" alt="Ready2Launch" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ready2Launch.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ready2Launch-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="a388e76b-cb80-4ebd-ba6e-0e4810a6970f" class="GINGER_SOFATWARE_mark"><span id="c73c06f4-06cb-4e90-a47d-eda77dc04d8d" class="GINGER_SOFATWARE_mark"><span id="c640330d-28bb-49e7-9816-1fea22fed34c" class="GINGER_SOFATWARE_mark"><span id="fbf6c589-e1d4-4d17-990c-041c7fb3e336" class="GINGER_SOFATWARE_mark"><span id="afb2b885-e373-43ff-ba31-a44a27c2a70f" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://ready2launch.jedenbod.cz/">Demo</a> | <a href="http://wordpress.org/extend/themes/ready2launch">Download</a><span id="7097e5d9-380c-4b9f-9b19-b4b2571b2da4" class="GINGER_SOFATWARE_mark"><span id="2f3ba2f8-99a4-41f4-b0af-f5c5a4937208" class="GINGER_SOFATWARE_mark"><span id="24e77c46-0ad1-49c8-a80a-d0d3be441399" class="GINGER_SOFATWARE_mark"><span id="83db8d10-fa71-49d0-a45c-f40075f2885a" class="GINGER_SOFATWARE_mark"><span id="52323cd1-c536-4d37-a615-cbc6814572a9" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong>WP Launcher</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WP-Launcher.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/WP-Launcher.jpg" class="aligncenter size-full wp-image-830" title="WP Launcher" alt="WP Launcher" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/WP-Launcher.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/WP-Launcher-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-830" title="WP Launcher" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WP-Launcher.jpg" alt="WP Launcher" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/WP-Launcher.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/WP-Launcher-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="e1ee3927-ab78-4dd0-ad3b-8c68a11fc9dc" class="GINGER_SOFATWARE_mark"><span id="f52d2668-11bc-4fa1-bf1a-0469cb652182" class="GINGER_SOFATWARE_mark"><span id="d770a7d9-d756-48a2-8e68-7d559cf87ff5" class="GINGER_SOFATWARE_mark"><span id="fc0ad5a5-7143-4eb5-a5b0-d9e38b8b6d1c" class="GINGER_SOFATWARE_mark"><span id="32d5e194-bcd3-4aa6-bbf2-de67d509d1ec" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://thedesignpixel.com/files/wp-content/uploads/2010/01/screenshot1.png">Demo</a> | <a href="http://wparchive.com/themes/WpLauncher.zip">Download</a><span id="e45c2ba6-7ae9-43f6-b372-2a367d4ed323" class="GINGER_SOFATWARE_mark"><span id="fb98e68f-086c-4fcc-85fa-5b8c7ce8e8b4" class="GINGER_SOFATWARE_mark"><span id="887a1a34-fa98-4f49-8d52-7d2fa174c1e0" class="GINGER_SOFATWARE_mark"><span id="6e39f606-4fd2-4224-98ab-d7dfd3f7146a" class="GINGER_SOFATWARE_mark"><span id="7b0660b9-47c8-4de9-a244-1df6fb6ab49c" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Cool And Free Launch Page With Ajax Newsletter</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter.jpg" class="aligncenter size-full wp-image-831" title="Cool And Free Launch Page With Ajax Newsletter" alt="Cool And Free Launch Page With Ajax Newsletter" width="600" height="378" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter-300x189.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-831" title="Cool And Free Launch Page With Ajax Newsletter" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter.jpg" alt="Cool And Free Launch Page With Ajax Newsletter" width="600" height="378" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-And-Free-Launch-Page-With-Ajax-Newsletter-300x189.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="4233caa6-ab63-4f50-8318-743170c9d7c0" class="GINGER_SOFATWARE_mark"><span id="12532ad6-7204-41b0-bb5f-d099507e852c" class="GINGER_SOFATWARE_mark"><span id="dbad1d9d-4325-44ee-9d1b-84d195751a0c" class="GINGER_SOFATWARE_mark"><span id="a05828bf-fd26-49cd-9c42-c2c4278105c1" class="GINGER_SOFATWARE_mark"><span id="c9e879c1-d4eb-41fa-a324-a8cbce176bdf" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.webresourcesdepot.com/wp-content/uploads/file/free-launch-page/">Demo</a> | <a href="http://www.webresourcesdepot.com/cool-and-free-launch-page-with-ajax-newsletter/#wrdDownload">Download</a><span id="d3287657-93a1-4399-816c-d8dce8a5bf62" class="GINGER_SOFATWARE_mark"><span id="ee1e2309-5fd9-4728-9f23-67c34d8049f2" class="GINGER_SOFATWARE_mark"><span id="d4b7b5ee-fc23-42e7-98cb-cf75670c7f74" class="GINGER_SOFATWARE_mark"><span id="53552df3-1132-4e94-abd2-4aaf5627b25c" class="GINGER_SOFATWARE_mark"><span id="5e9a896c-9c50-47ba-95f7-59676acd1b58" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong>Coming soon page template download (PSD)</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD.jpg" class="aligncenter size-full wp-image-832" title="Coming soon page template download (PSD)" alt="Coming soon page template download (PSD)" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-832" title="Coming soon page template download (PSD)" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD.jpg" alt="Coming soon page template download (PSD)" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-soon-page-template-download-PSD-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="e3729287-10bc-4d3c-b0bb-1f062c44b395" class="GINGER_SOFATWARE_mark"><span id="7275e6b2-e629-493f-99c5-24f20f205d58" class="GINGER_SOFATWARE_mark"><span id="8c6ba203-a9f8-4639-afef-42926644a3a1" class="GINGER_SOFATWARE_mark"><span id="ba5f8950-c1ed-4e41-a6a5-f4fa541f9808" class="GINGER_SOFATWARE_mark"><span id="b72c3747-981d-463e-b938-0a069b54f74e" class="GINGER_SOFATWARE_mark">( </span></span></span></span></span><a href="http://www.graphicsfuel.com/2010/08/coming-soon-page-template-download-psd/">Demo</a> | <a href="http://www.graphicsfuel.com/2010/08/coming-soon-page-template-download-psd/">Download</a><span id="8bb808b7-3cf3-4bf7-bf14-970c0db7f9bb" class="GINGER_SOFATWARE_mark"><span id="7e320f32-18b8-4bb5-8c39-b4c3c1b93b3c" class="GINGER_SOFATWARE_mark"><span id="b38068f3-f5a8-48cc-8fa1-72427f7c70ad" class="GINGER_SOFATWARE_mark"><span id="ad3200ea-f275-483b-8ab9-dd892834cd1a" class="GINGER_SOFATWARE_mark"><span id="ef7029ed-9fe5-47ad-9f50-dea30739c6ac" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></span></strong></p><p><strong><span id="81ebfdee-de5d-4bd3-8fff-53118de66f83" class="GINGER_SOFATWARE_mark"><span id="4e3e8fc4-6c62-4f7e-95c7-76993225948d" class="GINGER_SOFATWARE_mark"><span id="0edf6d54-6ed2-4ae4-b5d5-96c56684cd11" class="GINGER_SOFATWARE_mark"><span id="28d69c05-4f4c-4778-b81f-486695713399" class="GINGER_SOFATWARE_mark">Appology</span></span></span></span> Free Responsive Coming Soon Page Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template.jpg" class="aligncenter size-full wp-image-833" title="Appology Free Responsive Coming Soon Page Template" alt="Appology Free Responsive Coming Soon Page Template" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-833" title="Appology Free Responsive Coming Soon Page Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template.jpg" alt="Appology Free Responsive Coming Soon Page Template" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Appology-Free-Responsive-Coming-Soon-Page-Template-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="e6fd3369-58ee-4435-a750-d03252a454ca" class="GINGER_SOFATWARE_mark"><span id="d181226e-1bf9-410a-b830-111de883c4de" class="GINGER_SOFATWARE_mark"><span id="9167821c-4607-46f8-a21f-b1af1bb4e39d" class="GINGER_SOFATWARE_mark"><span id="dacd7836-2978-4190-9c6d-d5d9d6ad0670" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.dzyngiri.com/demo/Coming-Soon-Template/01/index.html" target="_blank">Demo</a> | <a href="http://www.dzyngiri.com/appology-free-responsive-coming-soon-page-template/" target="_blank">Download</a><span id="34ed0be0-b03f-4500-a868-d50c869cbb62" class="GINGER_SOFATWARE_mark"><span id="24facd50-1801-426c-93bf-37503aa1aecf" class="GINGER_SOFATWARE_mark"><span id="aebc0b96-0f29-43c3-a2c8-939f4fa53715" class="GINGER_SOFATWARE_mark"><span id="6b58a51e-6c75-4c4b-a5fa-3e85b3602d07" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Just Music Under Construction Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template.jpg" class="aligncenter size-full wp-image-834" title="Just Music Under Construction Template" alt="Just Music Under Construction Template" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-834" title="Just Music Under Construction Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template.jpg" alt="Just Music Under Construction Template" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Just-Music-Under-Construction-Template-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="eedd15e7-c7d6-4f02-a748-4826aa83fdba" class="GINGER_SOFATWARE_mark"><span id="d3fb9889-47b6-4b7c-a3bc-97573d9b53fb" class="GINGER_SOFATWARE_mark"><span id="7f1568cb-f100-449c-b3e6-e644f393942d" class="GINGER_SOFATWARE_mark"><span id="79a45ede-3cc8-4d8a-be41-336bc2e79311" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.websuccessagency.com/in/coming-soon-demo/just-music-10/" target="_blank">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-just-music.zip" target="_blank">Download</a><span id="75402cb9-c899-41d1-b242-e7b3c208727d" class="GINGER_SOFATWARE_mark"><span id="ec1095bd-113f-4458-be06-6291898425f9" class="GINGER_SOFATWARE_mark"><span id="8bc41ce9-98eb-4078-ade3-7684e095e0db" class="GINGER_SOFATWARE_mark"><span id="9f3a01eb-d83b-419d-88ea-e9be050a11a8" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Dark Night Coming Soon Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template.jpg" class="aligncenter size-full wp-image-835" title="Dark Night Coming Soon Template" alt="Dark Night Coming Soon Template" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-835" title="Dark Night Coming Soon Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template.jpg" alt="Dark Night Coming Soon Template" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Night-Coming-Soon-Template-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="05c74f03-c4fa-4458-88d2-110eeceb2687" class="GINGER_SOFATWARE_mark"><span id="5264189e-7f39-4b7d-bdac-9792867c6766" class="GINGER_SOFATWARE_mark"><span id="d559012c-e17b-4b63-984b-34b280d92473" class="GINGER_SOFATWARE_mark"><span id="d5929b6e-0a51-447c-b315-a262e83a4ad9" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.websuccessagency.com/in/coming-soon-demo/dark-night-2/" target="_blank">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-dark-night.zip" target="_blank">Download</a><span id="7a0e3ad0-cff7-4d8d-afb4-04975384cbf0" class="GINGER_SOFATWARE_mark"><span id="76e76300-9982-4642-876e-3bcdd3c4a504" class="GINGER_SOFATWARE_mark"><span id="df7b746f-d8ef-4453-af13-c45ab6d72c55" class="GINGER_SOFATWARE_mark"><span id="f355ba95-f4fe-4f74-98a0-3cd7ce1ed5b6" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Coming Soon Page in CSS3</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3.jpg" class="aligncenter size-full wp-image-836" title="Coming Soon Page in CSS3" alt="Coming Soon Page in CSS3" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-836" title="Coming Soon Page in CSS3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3.jpg" alt="Coming Soon Page in CSS3" width="600" height="309" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coming-Soon-Page-in-CSS3-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="23d41eef-f321-4840-aea2-f3359f7c5cd4" class="GINGER_SOFATWARE_mark"><span id="66085328-57c1-46f7-ab5d-741b32cca00b" class="GINGER_SOFATWARE_mark"><span id="6e01aafc-134a-4034-b61c-a7532197be74" class="GINGER_SOFATWARE_mark"><span id="930f7024-2a2d-4956-858e-f53392d2a2f2" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://johnsardine.com/example/coming-soon-page/" target="_blank">Demo</a> | <a href="http://johnsardine.com/get/coming-soon-page.zip" target="_blank">Download</a><span id="a97f104f-71cc-4e65-a46e-a9d73bac9be6" class="GINGER_SOFATWARE_mark"><span id="f61e8508-07ab-4f33-a137-d812a85988d5" class="GINGER_SOFATWARE_mark"><span id="5f81b88a-1475-46f7-84d1-3b77cddebfb1" class="GINGER_SOFATWARE_mark"><span id="44892cbb-75e4-4ebc-8670-4d16aede3507" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Sooner or Later</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sooner-or-Later.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Sooner-or-Later.jpg" class="aligncenter size-full wp-image-837" title="Sooner or Later" alt="Sooner or Later" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sooner-or-Later.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sooner-or-Later-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-837" title="Sooner or Later" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sooner-or-Later.jpg" alt="Sooner or Later" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sooner-or-Later.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Sooner-or-Later-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="c87d7553-c5b1-4280-a0f6-3c0825292c63" class="GINGER_SOFATWARE_mark"><span id="dfef08c0-a6fb-454a-9a1b-ed3e8607d337" class="GINGER_SOFATWARE_mark"><span id="89c71844-e963-4415-9c05-134930c7609c" class="GINGER_SOFATWARE_mark"><span id="dc463233-4be1-49d1-b2a9-615d47a2b161" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.webresourcesdepot.com/wp-content/uploads/file/sooner_or_later/" target="_blank">Demo</a> | <a href="http://www.webresourcesdepot.com/sooner-or-later-free-coming-soon-template-for-your-next-project-exclusive/#wrdDownload" target="_blank">Download</a><span id="d7c88e5f-2e3f-467d-8fab-f2265afcbed5" class="GINGER_SOFATWARE_mark"><span id="2d21dfee-b45e-4277-b3a8-15d648ff2eac" class="GINGER_SOFATWARE_mark"><span id="4eb6be8d-e39d-455a-b07c-39fd469c626c" class="GINGER_SOFATWARE_mark"><span id="878d2ed4-ca0c-4e18-ba5b-d22cac86d819" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Website Free Under Construction Mobile Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template.jpg" class="aligncenter size-full wp-image-838" title="Website Free Under Construction Mobile Template" alt="Website Free Under Construction Mobile Template" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-838" title="Website Free Under Construction Mobile Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template.jpg" alt="Website Free Under Construction Mobile Template" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Free-Under-Construction-Mobile-Template-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="d581f644-e7d4-4785-80ed-d97641a4665c" class="GINGER_SOFATWARE_mark"><span id="17f14480-b27f-4f0c-8f8e-9046e698b1e7" class="GINGER_SOFATWARE_mark"><span id="d619b106-e31b-4c7d-8355-63611a3d825a" class="GINGER_SOFATWARE_mark"><span id="78ffc8d4-f194-462d-9e96-6eb9bb6048b1" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://w3layouts.com/demos/?u=demos/website-under-construction/web" target="_blank">Demo</a> | <a href="http://w3layouts.com/downloads/website-under-construction-pack.zip" target="_blank">Download</a><span id="6a5c896f-1599-40d0-824e-fa59f70f40d2" class="GINGER_SOFATWARE_mark"><span id="6a05271b-98be-46a0-bcf5-ca9e0fa8461e" class="GINGER_SOFATWARE_mark"><span id="ba778cfd-02f4-4455-ad56-b7c597e68474" class="GINGER_SOFATWARE_mark"><span id="59e2f68b-3617-4cd8-b3cf-36bbe9f51b77" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>We The Fashion</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/We-The-Fashion.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/We-The-Fashion.jpg" class="aligncenter size-full wp-image-839" title="We The Fashion" alt="We The Fashion" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/We-The-Fashion.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/We-The-Fashion-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-839" title="We The Fashion" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/We-The-Fashion.jpg" alt="We The Fashion" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/We-The-Fashion.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/We-The-Fashion-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="be766aad-a7d7-4398-a960-c016432dd710" class="GINGER_SOFATWARE_mark"><span id="6f0aff4c-5efc-4e56-acbc-a867d16f9bad" class="GINGER_SOFATWARE_mark"><span id="8c7f2616-3512-4dd5-baf2-87c81108f675" class="GINGER_SOFATWARE_mark"><span id="29e529b6-9707-4e2b-b45b-cc55f4877cc8" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.websuccessagency.com/in/coming-soon-demo/we-the-fashion-16/" target="_blank">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-we-the-fashion.zip" target="_blank">Download</a><span id="6011c947-4afb-4697-884d-fe0cb30bc849" class="GINGER_SOFATWARE_mark"><span id="8f2d9957-a552-42e9-9b20-2ce5bdc99003" class="GINGER_SOFATWARE_mark"><span id="84105749-0df5-4fb4-afa5-592dd8922b4c" class="GINGER_SOFATWARE_mark"><span id="bd11e525-9264-4037-98e2-e933b47b3002" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p><p><strong>Time&#8217;s a <span id="1d8c9de8-2359-495b-8134-f992eae0be45" class="GINGER_SOFATWARE_mark"><span id="13293205-2f67-40c3-9d8d-bda3bc38e485" class="GINGER_SOFATWARE_mark"><span id="60f1ae68-95ff-4be3-9cf0-2bdffa037b73" class="GINGER_SOFATWARE_mark"><span id="d63d294f-3f2f-4f2b-a023-9aca3329aafd" class="GINGER_SOFATWARE_mark">Wastin</span></span></span></span></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Times-a-Wastin.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Times-a-Wastin.jpg" class="aligncenter size-full wp-image-840" title="Time&#039;s a Wastin" alt="Time&#039;s a Wastin" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Times-a-Wastin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Times-a-Wastin-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-840" title="Time''s a Wastin" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Times-a-Wastin.jpg" alt="Time''s a Wastin" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Times-a-Wastin.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Times-a-Wastin-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span id="0c88ec01-3af4-4aee-a0fc-320fa27f6ecf" class="GINGER_SOFATWARE_mark"><span id="c92d54b2-08d2-4b54-8622-09863ca4de28" class="GINGER_SOFATWARE_mark"><span id="a02a36ee-a292-4bf1-aeb5-4f3756766bcf" class="GINGER_SOFATWARE_mark"><span id="caa8bd29-4ac5-4e69-adbf-2bed944add74" class="GINGER_SOFATWARE_mark">( </span></span></span></span><a href="http://www.websuccessagency.com/in/2012/10/08/free-coming-soon-page-template-times-a-wastin/" target="_blank">Demo</a> | <a href="http://www.websuccessagency.com/in/coming-soon-downloads/coming-soon-times-a-wastin.zip" target="_blank">Download</a><span id="fbc914ed-843c-4150-ab1f-1ed1b4b410dc" class="GINGER_SOFATWARE_mark"><span id="a4482026-de01-4f05-9f81-d72979ea811e" class="GINGER_SOFATWARE_mark"><span id="59c666fc-938d-463d-a803-eda0b5858e89" class="GINGER_SOFATWARE_mark"><span id="f2188fd6-59ea-4890-bb13-da339f9ff836" class="GINGER_SOFATWARE_mark"> )</span></span></span></span></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">3</span> Comments on "35+ Free Coming Soon and Under Construction Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="TwxNJd56fc1cbf919b462ff6732094b9375be589976b3255f16a6f662bebd3a18c1e3" class="wpdiscuz-cnonce" name="cnonce" value="TwxNJd56fc1cbf919b462ff6732094b9375be589976b3255f16a6f662bebd3a18c1e3" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="wPs2i9c40b2432db15bc0ec131ae75ee15c9e33cdbc13fb203e549ae6b5cd382b799b" class="wpdiscuz-cnonce" name="cnonce" value="wPs2i9c40b2432db15bc0ec131ae75ee15c9e33cdbc13fb203e549ae6b5cd382b799b" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10214_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9a86036a3b9880ba8e470dfb668a75b7?s=48&#038;d=mm&#038;r=g" alt="Sheesh Mohsin" srcset="http://0.gravatar.com/avatar/9a86036a3b9880ba8e470dfb668a75b7?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10214" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''https://sheeshmohsin.wordpress.com/'' target=''_blank''>Sheesh Mohsin</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-10214&quot; /&gt;" /></div><div class="wc-comment-date">November 20, 2015 8:27 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Dark Night Coming Soon Template is very good, simple, clean , professional, but its not responsive.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Dark%20Night%20Coming%20Soon%20Template%20is%20very%20good,%20simple,%20clean%20,%20professional,%20but%20its%20not%20responsive.http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-10214" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10214_0"  style="clear:both"></div><div id="wc-comm-10215_10214" class="wc-comment wc-reply wc-blog-post_author wc_comment_level-2"><div class="wc-comment-left"><a href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=48&#038;d=mm&#038;r=g" alt="The Design Pixel" srcset="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript></a><div class="wc-blog-post_author wc-comment-label">Author</div></div><div id="comment-10215" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''>The Design Pixel</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-10215&quot; /&gt;" /></div><div class="wc-comment-date">November 20, 2015 7:09 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>You are right Sheesh, make sure to check those marked as &#8220;responsive&#8221; in the title here or in other recommended posts if you are interested in responsive templates.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=You%20are%20right%20Sheesh,%20make%20sure%20to%20check%20those%20marked%20as%20%E2%80%9Cresponsive%E2%80%9D%20in%20the%20title%20here%20or%20in%20other%20recommended%20posts%20if%20you%20are%20interested%20in%20responsive%20templates.http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-10215" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10215_10214"  style="clear:both"></div></div></div><div id="wc-comm-763_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/e98dc6dbe987fb9212f7ae5464432636?s=48&#038;d=mm&#038;r=g" alt="Parashu Ram" srcset="http://2.gravatar.com/avatar/e98dc6dbe987fb9212f7ae5464432636?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-763" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Parashu Ram</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-763&quot; /&gt;" /></div><div class="wc-comment-date">June 20, 2014 1:23 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Nice Collection but again I am looking for very simple, clean but looking professional theme for underconstruction page. Especially the HTML5 &amp; CSS3 combined page with simple page under construction message where we can simply put logo and the contact information. Anyway thank great work.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Nice%20Collection%20but%20again%20I%20am%20looking%20for%20very%20simple,%20clean%20but%20looking%20professional%20theme%20for%20underconstruction%20page.%20Especially%20the%20HTML5%20&amp;%20CSS3%20combined%20page%20with%20simple%20page%20under%20construction%20message%20where%20we%20can%20simply%20put%20logo%20and%20the%20contact%20information.%20Anyway%20thank%20great%20work.http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html#comment-763" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-coming-soon-and-under-construction-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-763_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free coming soon and under construction templates', '', 'publish', 'closed', 'closed', '', 'free-coming-soon-and-under-construction-templates', '', '', '2017-04-11 13:16:45', '2017-04-11 13:16:45', '', 0, 'http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(132, 1, '2017-04-11 13:16:48', '2017-04-11 13:16:48', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;15 Free CSS jQuery Tabs Plugin And Tutorials</div><div class="single-content"><article class="post-73 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-css tag-jquery tag-plugins"><div id="post-73" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">15 Free CSS jQuery Tabs Plugin And Tutorials</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance of the links with maintaining usability. Creating navigational menu&#8217;s which will give you 100% output is really difficult without the use of languages like CSS and jQuery. CSS stands for cascading style sheet while jQuery is the most popular JavaScript library which is used by almost every successful website today.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins.jpg" class="aligncenter size-full wp-image-293" title="jquery-plugins- 15 Free CSS jQuery Tabs Plugin And Tutorials" alt="jquery-plugins- 15 Free CSS jQuery Tabs Plugin And Tutorials" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-300x130.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-293" title="jquery-plugins- 15 Free CSS jQuery Tabs Plugin And Tutorials" alt="jquery-plugins- 15 Free CSS jQuery Tabs Plugin And Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins.jpg" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-300x130.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="ef5176cb-e0e9-4ac1-8f4d-67851e1f91f1">CSS jQuery</span> tabs plugins helps you to create a tabbed navigation and improve usability as well as browsing experience. The <span class="GINGER_SOFATWARE_mark" id="01fe9f54-b2e9-4079-904b-fe620154c626">CSS jQuery</span> tabs plugins are made up HTML and CSS techniques by using special functionality of jQuery. By using these plugins one can improve the web design as well as it also affects the browsing experience because every single menu is maintained properly in the hierarchy. These <span class="GINGER_SOFATWARE_mark" id="817a9ceb-4fb9-46db-a34c-58c077171932">CSS jQuery</span> tabs plugins are easy to use and provide a better option for web designers and developers to present the most useful information in a more professional way. Almost all designers use this plugin to save their precious time and to create the better designed web sites.</p><p>There are various online tutorials available for the tabbed navigation menu &amp; some are really excellent to produce navigational systems. To help out our fellow web designers and developers, we have collected some free <span class="GINGER_SOFATWARE_mark" id="44e3820c-e79a-407a-8e09-ca47904d4636">CSS jQuery</span> tabs plugins and tutorial to help you understand that in a better way. Don&#8217;t forget to leave a comment that which plugin do you use the most.</p><p><span style="text-decoration: underline;"><em><strong>15 Free <span class="GINGER_SOFATWARE_mark" id="2c947605-09cb-406e-befc-4f3b831b06b0"><span class="GINGER_SOFATWARE_mark" id="8fec04f9-42e1-496d-9051-9d06a2e3e0fa"><span class="GINGER_SOFATWARE_mark" id="d0e8bd4f-7de8-4087-a781-8dac4e8a5d04">CSS jQuery</span></span></span> Tabs Plugin And Tutorials:</strong></em></span></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3><a href="http://vdw.github.io/Tabslet/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="cc619116-7ff2-4210-8296-84d49e558b53"><span class="GINGER_SOFATWARE_mark" id="897c58e2-d623-4296-a39d-483fb8668b98"><span class="GINGER_SOFATWARE_mark" id="8b962c7b-e441-4fd7-a955-79c6befa5473">Tabslet</span></span></span></b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabslet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tabslet.jpg" class="aligncenter size-full wp-image-79" title="Tabslet- Free CSS jQuery Tabs Plugin And Tutorials" alt="Tabslet- Free CSS jQuery Tabs Plugin And Tutorials" width="600" height="177" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabslet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabslet-300x89.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-79" title="Tabslet- Free CSS jQuery Tabs Plugin And Tutorials" alt="Tabslet- Free CSS jQuery Tabs Plugin And Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabslet.jpg" width="600" height="177" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabslet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabslet-300x89.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://jqueryui.com/tabs/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="9e070e5e-6c96-4ead-92f8-f98947ed1610">jQueryUi</span> Tabs</b></a></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/JqueryUi-Tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/JqueryUi-Tabs.jpg" class="aligncenter size-full wp-image-80" title="JqueryUi Tabs" alt="JqueryUi Tabs" width="600" height="221" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/JqueryUi-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/JqueryUi-Tabs-300x111.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-80" title="JqueryUi Tabs" alt="JqueryUi Tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/JqueryUi-Tabs.jpg" width="600" height="221" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/JqueryUi-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/JqueryUi-Tabs-300x111.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://www.sunsean.com/idTabs/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="113a7371-442d-4c19-bf4e-629b583b590d"><span class="GINGER_SOFATWARE_mark" id="977fa904-9f65-45f6-a371-f0dc99c9534a">IDTabs</span></span></b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/IDTabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/IDTabs.jpg" class="aligncenter size-full wp-image-81" title="IDTabs" alt="IDTabs" width="600" height="134" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/IDTabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/IDTabs-300x67.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-81" title="IDTabs" alt="IDTabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/IDTabs.jpg" width="600" height="134" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/IDTabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/IDTabs-300x67.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://git.aaronlumsden.com/tabulous.js/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="65577ba9-1051-4aaf-84a0-b32d2da39dd0">Tabulous</span>. <span class="GINGER_SOFATWARE_mark" id="031b9d84-1961-478a-8d57-8582d1130955"><span class="GINGER_SOFATWARE_mark" id="38750139-5346-48dc-9d41-e2e0e67e4d07"><span class="GINGER_SOFATWARE_mark" id="a89b76b0-2b9d-44dd-99eb-0a065ea32f6a">js</span></span></span></b></a></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabulous.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tabulous.jpg" class="aligncenter size-full wp-image-91" title="Tabulous" alt="Tabulous" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabulous.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabulous-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-91" title="Tabulous" alt="Tabulous" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabulous.jpg" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabulous.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabulous-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://ionden.com/a/plugins/ion.tabs/en.html#tabs%7CProduct:Info%7CCompany:History" target="_blank"><b>ION Tabs</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ION-Tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/ION-Tabs.jpg" class="aligncenter size-full wp-image-82" title="ION Tabs" alt="ION Tabs" width="600" height="131" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ION-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ION-Tabs-300x66.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-82" title="ION Tabs" alt="ION Tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ION-Tabs.jpg" width="600" height="131" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ION-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ION-Tabs-300x66.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://os.alfajango.com/easytabs/#tabs1-js" target="_blank"><b>Easy Tabs</b></a><b></b></h3><p style="text-align: center;"><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Easy-Tabs.jpg" class="aligncenter size-full wp-image-92" title="Easy Tabs" alt="Easy Tabs" width="600" height="212" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Easy-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Easy-Tabs-300x106.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h3><a href="http://unwrongest.com/projects/tabify/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="8dd4b9d8-b428-4125-9578-24ff363f1c76">Tabify</span></b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabify.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tabify.jpg" class="aligncenter size-full wp-image-83" title="Tabify" alt="Tabify" width="600" height="103" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabify.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabify-300x52.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-83" title="Tabify" alt="Tabify" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tabify.jpg" width="600" height="103" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabify.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tabify-300x52.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://techlaboratory.net/smarttab" target="_blank"><b>Smart Tabs</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Smart-Tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Smart-Tabs.jpg" class="aligncenter size-full wp-image-93" title="Smart Tabs" alt="Smart Tabs" width="600" height="244" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Smart-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Smart-Tabs-300x122.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-93" title="Smart Tabs" alt="Smart Tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Smart-Tabs.jpg" width="600" height="244" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Smart-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Smart-Tabs-300x122.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://css-tricks.com/organic-tabs/" target="_blank"><b>Organic Tabs</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Organic-Tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Organic-Tabs.jpg" class="aligncenter size-full wp-image-84" title="Organic Tabs" alt="Organic Tabs" width="600" height="273" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Organic-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Organic-Tabs-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-84" title="Organic Tabs" alt="Organic Tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Organic-Tabs.jpg" width="600" height="273" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Organic-Tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Organic-Tabs-300x137.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://red-team-design.com/css3-jquery-folder-tabs/" target="_blank"><b>CSS3 <span class="GINGER_SOFATWARE_mark" id="8a66807a-20fe-42d5-beff-523486dbdda1"><span class="GINGER_SOFATWARE_mark" id="e20f0d49-adcb-4ce4-8a04-df3eb4515bb2">jQuery</span></span> folder tabs</b></a></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs.jpg" class="aligncenter size-full wp-image-85" title="CSS3 jQuery folder tabs" alt="CSS3 jQuery folder tabs" width="600" height="282" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs-300x141.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-85" title="CSS3 jQuery folder tabs" alt="CSS3 jQuery folder tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs.jpg" width="600" height="282" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-jQuery-folder-tabs-300x141.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://www.petelove.com/2013/01/17/responsive-tabs-jquery-script/" target="_blank"><b>Responsive tabs JQuery Script</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script.jpg" class="aligncenter size-full wp-image-86" title="Responsive tabs JQuery Script" alt="Responsive tabs JQuery Script" width="600" height="151" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script-300x76.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-86" title="Responsive tabs JQuery Script" alt="Responsive tabs JQuery Script" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script.jpg" width="600" height="151" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-tabs-JQuery-Script-300x76.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <h3><a href="http://www.webdeveasy.com/style-your-jquery-ui-tabs/" target="_blank"><b>Style your jQuery UI tabs</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs.jpg" class="aligncenter size-full wp-image-87" title="Style your jQuery UI tabs" alt="Style your jQuery UI tabs" width="600" height="153" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs-300x77.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-87" title="Style your jQuery UI tabs" alt="Style your jQuery UI tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs.jpg" width="600" height="153" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Style-your-jQuery-UI-tabs-300x77.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/" target="_blank"><b>How to create a slick tabbed content area</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area.jpg" class="aligncenter size-full wp-image-88" title="How to create a slick tabbed content area" alt="How to create a slick tabbed content area" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-88" title="How to create a slick tabbed content area" alt="How to create a slick tabbed content area" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area.jpg" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-create-a-slick-tabbed-content-area-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://www.red-team-design.com/css3-tabs-with-beveled-corners" target="_blank"><b>CSS3 tabs with beveled corners</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners.jpg" class="aligncenter size-full wp-image-89" title="CSS3 tabs with beveled corners" alt="CSS3 tabs with beveled corners" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-89" title="CSS3 tabs with beveled corners" alt="CSS3 tabs with beveled corners" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners.jpg" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-tabs-with-beveled-corners-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><h3><a href="http://www.onextrapixel.com/2013/07/31/creating-content-tabs-with-pure-css/" target="_blank"><b>Creating Content Tabs With Pure CSS</b></a><b></b></h3><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS.jpg" class="aligncenter  wp-image-90" title="Creating Content Tabs With Pure CSS" alt="Creating Content Tabs With Pure CSS" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS-300x128.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter  wp-image-90" title="Creating Content Tabs With Pure CSS" alt="Creating Content Tabs With Pure CSS" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS.jpg" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Content-Tabs-With-Pure-CSS-300x128.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "15 Free CSS jQuery Tabs Plugin And Tutorials"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Ilb1N9bbf336ee7cb9ae1edbd9f49d82075269ebaed387a2ae3ea6789abb89da61802" class="wpdiscuz-cnonce" name="cnonce" value="Ilb1N9bbf336ee7cb9ae1edbd9f49d82075269ebaed387a2ae3ea6789abb89da61802" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="lx8yD032e31bf127e6e839bc04d6af17efebbe3934c09d6c17de035379f67664f4c80" class="wpdiscuz-cnonce" name="cnonce" value="lx8yD032e31bf127e6e839bc04d6af17efebbe3934c09d6c17de035379f67664f4c80" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-8328_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/dc08284409c62c52cd9e5c1387c5b735?s=48&#038;d=mm&#038;r=g" alt="sinwaxtechnologies" srcset="http://1.gravatar.com/avatar/dc08284409c62c52cd9e5c1387c5b735?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-8328" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''https://sinwaxtechnologies.com/pogo-game-support-services.html'' target=''_blank''>sinwaxtechnologies</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials.html#comment-8328&quot; /&gt;" /></div><div class="wc-comment-date">February 14, 2015 7:48 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>thanks for giving nice tabs jquery tabs source code very helpful for my project and apperace extraordinary it credit goes to your ideas i am big fan of your ideas</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=thanks%20for%20giving%20nice%20tabs%20jquery%20tabs%20source%20code%20very%20helpful%20for%20my%20project%20and%20apperace%20extraordinary%20it%20credit%20goes%20to%20your%20ideas%20i%20am%20big%20fan%20of%20your%20ideashttp://www.thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials.html#comment-8328" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8328_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free css jquery tabs plugin and tutorials', '', 'publish', 'closed', 'closed', '', 'free-css-jquery-tabs-plugin-and-tutorials', '', '', '2017-04-11 13:16:48', '2017-04-11 13:16:48', '', 0, 'http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(133, 1, '2017-04-11 13:16:49', '2017-04-11 13:16:49', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1221" class="post-1221 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies g cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 40 Free Drop Down List &#038; Combo Box Designs in PSD</div>\n												<header>\n							<h1 class="title">40 Free Drop Down List &#038; Combo Box Designs in PSD</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers to make the website more user interaction, quick to access, and responsive. Drop Down lists, and the combo boxes are easy to develop, embed, for the developer, and very much convenient for the users and visitors accessing the website, and these also look very, very good on the website, and add a great flavor to the visual elements on the website.</p>\n<p>Before you wish to design anything, may it be a computer application, may be it a logo, banner anything, we, first prepare a rough idea, or a rough sketch, of the staff, before going into the technical coding, as that is more complex and irreversible stuff. Therefore, before you have planned to program a Drop down list, or a combo box, for your website, you must first prepare a design for it, in photoshop! Photoshop allows you to make millions of things related to photography, graphic designing, etc. And also lets you prepare quick and easy photoshop documents, that contain a blueprint/design of how the list will look like, the color combinations, the shapes, the fonts, everything, which is further analyzed by the coder, and he codes it to exact to look like the PSD.</p>\n<p>It becomes easier for the human brain to design new stuff, if we once have a small idea of what other use, and how other successful things look like. Here is a list of some of the best Drop down list and Combo Box designs in PSD, which can either be used as a reference, or exactly as is, if you wish to.</p>\n<h3><span style="text-decoration: underline;"><strong><em>40 Free Drop Down List &amp; Combo Box Designs in PSD</em></strong></span>:</h3>\n<p><a href="http://dribbble.com/shots/860356-Dropdown-Menu-Psd"><strong><span id="df8c0875-bee3-45c5-a2be-c3edfb53ddd6" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-1222" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu.jpg" alt="Dropdown Menu" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/770117-Dropdown-Rebound/"><strong>Dropdown Rebound</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Rebound.jpg"><img class="aligncenter size-full wp-image-1223" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Rebound.jpg" alt="Dropdown Rebound" width="600" height="400" /></a></p>\n<p><a href="http://www.freebiesgallery.com/flat-dropdown-menu/"><strong>Flat <span id="6d3a9c81-1761-4f91-871a-aee6ddd07b79" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-1224" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Dropdown-Menu.jpg" alt="Flat Dropdown Menu" width="600" height="400" /></a></p>\n<p><a href="http://pixelsdaily.com/resources/photoshop/psds/psd-sleek-dropdown-menu/"><strong>Sleek Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sleek-Dropdown.jpg"><img class="aligncenter size-full wp-image-1225" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sleek-Dropdown.jpg" alt="Sleek Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://365psd.com/day/2/"><strong>A Pink Vibrant Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Pink-Vibrant-Dropdown.jpg"><img class="aligncenter size-full wp-image-1226" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Pink-Vibrant-Dropdown.jpg" alt="A Pink Vibrant Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/851004-Dropdown-Menu-UI"><strong><span id="fcca6ebf-857f-43a3-bc78-ddd63499ef77" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-UI.jpg"><img class="aligncenter size-full wp-image-1227" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-UI.jpg" alt="Dropdown Menu UI" width="600" height="400" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/mini-drop-down-menu-psd/"><strong>Mini Drop-Down Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mini-Drop-Down-Menu.jpg"><img class="aligncenter size-full wp-image-1228" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mini-Drop-Down-Menu.jpg" alt="Mini Drop-Down Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.freebiesgallery.com/responsive-website-navigation/"><strong>Responsive Website Navigation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Responsive-Website-Navigation.jpg"><img class="aligncenter size-full wp-image-1229" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Responsive-Website-Navigation.jpg" alt="Responsive Website Navigation" width="600" height="400" /></a></p>\n<p><a href="http://www.bestpsdfreebies.com/freebie/settings-drop-down-menu/"><strong>Settings Drop down Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Settings-Drop-down-Menu.jpg"><img class="aligncenter size-full wp-image-1230" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Settings-Drop-down-Menu.jpg" alt="Settings Drop down Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.icondeposit.com/design:13"><strong>Dropdown UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-UI.jpg"><img class="aligncenter size-full wp-image-1231" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-UI.jpg" alt="Dropdown UI" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/861570-Dropdown-Menu-UI"><strong><span id="5cc56ab7-0f2b-434b-8295-76aaa0dd20dc" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-UI2.jpg"><img class="aligncenter size-full wp-image-1232" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-UI2.jpg" alt="Dropdown Menu UI2" width="600" height="400" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/dark-select-box-dropdown-psd/"><strong>Dark Select Box / Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Select-Box-Dropdown.jpg"><img class="aligncenter size-full wp-image-1233" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Select-Box-Dropdown.jpg" alt="Dark Select Box Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://freebiesbooth.com/pretty-dropdown-menu"><strong>Pretty dropdown menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pretty-dropdown-menu.jpg"><img class="aligncenter size-full wp-image-1234" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pretty-dropdown-menu.jpg" alt="Pretty dropdown menu" width="600" height="450" /></a></p>\n<p><a href="http://createdbynick.com/freebies/mini-dropdown-menu-psd"><strong><span id="1c581e95-64a1-42d5-a6b5-df6205fb4309" class="GINGER_SOFATWARE_mark">Mini Dropdown</span> Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mini-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-1235" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Mini-Dropdown-Menu.jpg" alt="Mini Dropdown Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.webportio.com/detail/278/"><strong>Facebook Notifications</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Facebook-Notifications.jpg"><img class="aligncenter size-full wp-image-1236" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Facebook-Notifications.jpg" alt="Facebook Notifications" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/1099305-Drop-down-menu"><strong>Drop down menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drop-down-menu.jpg"><img class="aligncenter size-full wp-image-1237" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drop-down-menu.jpg" alt="Drop down menu" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/1027783-Dropdown-Menu"><strong><span id="b916aeda-7800-4ac0-b60c-d37e8c0a58a8" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu2.jpg"><img class="aligncenter size-full wp-image-1238" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu2.jpg" alt="Dropdown Menu2" width="600" height="400" /></a></p>\n<p><a href="http://pixelsdaily.com/resources/photoshop/psds/drop-down-menu-psd-css/"><strong>Drop Down Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drop-Down-Menu2.jpg"><img class="aligncenter size-full wp-image-1239" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drop-Down-Menu2.jpg" alt="Drop Down Menu2" width="600" height="400" /></a></p>\n<p><a href="http://365psd.com/day/4-40/"><strong>Transparent Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Transparent-Dropdown.jpg"><img class="aligncenter size-full wp-image-1240" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Transparent-Dropdown.jpg" alt="Transparent Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/988643-Small-dropdown-menu"><strong>Small dropdown menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Small-dropdown-menu.jpg"><img class="aligncenter size-full wp-image-1241" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Small-dropdown-menu.jpg" alt="Small dropdown menu" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/825073-User-Button"><strong>User Button</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/User-Button.jpg"><img class="aligncenter size-full wp-image-1242" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/User-Button.jpg" alt="User Button" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/787399-Dark-Dropdown"><strong>Dark Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Dropdown.jpg"><img class="aligncenter size-full wp-image-1243" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Dropdown.jpg" alt="Dark Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://365psd.com/day/3-155/"><strong><span id="c1c66faa-0186-46d6-afad-9926ca1fe592" class="GINGER_SOFATWARE_mark">Dropdown</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown.jpg"><img class="aligncenter size-full wp-image-1244" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown.jpg" alt="Dropdown" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/771374-Transparent-Dropdown"><strong>Transparent Dropdown</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Transparent-Dropdown2.jpg"><img class="aligncenter size-full wp-image-1245" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Transparent-Dropdown2.jpg" alt="Transparent Dropdown2" width="600" height="400" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/vertical-navigation-menu-psd/"><strong>Vertical Navigation Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vertical-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-1246" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vertical-Navigation-Menu.jpg" alt="Vertical Navigation Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.pixelfreebies.com/collapsible-menunavigation-168"><strong>Collapsible Menu/Navigation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Collapsible-Menu-Navigation.jpg"><img class="aligncenter size-full wp-image-1247" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Collapsible-Menu-Navigation.jpg" alt="Collapsible Menu Navigation" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/869536-Quick-Menu"><strong>Quick Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Quick-Menu.jpg"><img class="aligncenter size-full wp-image-1248" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Quick-Menu.jpg" alt="Quick Menu" width="600" height="400" /></a></p>\n<p><a href="http://pixelsdaily.com/resources/photoshop/psds/blue-navigation-menu/"><strong>Blue Navigation Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blue-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-1249" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blue-Navigation-Menu.jpg" alt="Blue Navigation Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.webportio.com/detail/279/"><strong>Navigation with Drop Down</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Navigation-with-Drop-Down.jpg"><img class="aligncenter size-full wp-image-1250" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Navigation-with-Drop-Down.jpg" alt="Navigation with Drop Down" width="600" height="400" /></a></p>\n<p><a href="http://pixelsdaily.com/resources/photoshop/psds/blue-tooltip-menu/"><strong>Blue Tooltip Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blue-Tooltip-Menu.jpg"><img class="aligncenter size-full wp-image-1251" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blue-Tooltip-Menu.jpg" alt="Blue Tooltip Menu" width="600" height="400" /></a></p>\n<p><a href="http://www.pixeden.com/psd-web-elements/psd-notification-ui-box"><strong>Notification UI Box</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Notification-UI-Box.jpg"><img class="aligncenter size-full wp-image-1252" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Notification-UI-Box.jpg" alt="Notification UI Box" width="600" height="400" /></a></p>\n<p><a href="http://www.webportio.com/detail/176/"><strong>Shopping cart tooltip</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shopping-cart-tooltip.jpg"><img class="aligncenter size-full wp-image-1253" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shopping-cart-tooltip.jpg" alt="Shopping cart tooltip" width="600" height="400" /></a></p>\n<p><a href="http://createdbynick.com/freebies/shopping-cart-psd"><strong>Shopping Cart</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shopping-Cart.jpg"><img class="aligncenter size-full wp-image-1254" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Shopping-Cart.jpg" alt="Shopping Cart" width="600" height="400" /></a></p>\n<p><a href="http://365psd.com/day/2-253/"><strong>Search Drop-down</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Search-Drop-down.jpg"><img class="aligncenter size-full wp-image-1255" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Search-Drop-down.jpg" alt="Search Drop-down" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/871091-Search-Box"><strong>Search Box</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Search-Box.jpg"><img class="aligncenter size-full wp-image-1256" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Search-Box.jpg" alt="Search Box" width="600" height="400" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/dark-search-box-drop-down-psd/"><strong>Dark Search Box &amp; Drop Down</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Search-Box-Drop-Down.jpg"><img class="aligncenter size-full wp-image-1257" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Search-Box-Drop-Down.jpg" alt="Dark Search Box &amp; Drop Down" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/689039-Searchbox-psd"><strong><span id="36ea7276-1c10-40c7-a8e2-509e37edced3" class="GINGER_SOFATWARE_mark">Searchbox</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Searchbox.jpg"><img class="aligncenter size-full wp-image-1258" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Searchbox.jpg" alt="Searchbox" width="600" height="400" /></a></p>\n<p><a href="http://dribbble.com/shots/1031131-Upload-Widget-x2-freebie"><strong>Upload Widget</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Upload-Widget.jpg"><img class="aligncenter size-full wp-image-1259" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Upload-Widget.jpg" alt="Upload Widget" width="600" height="400" /></a></p>\n<p><a href="http://365psd.com/day/2-148/"><strong>Admin Menu with Drop Down</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Admin-Menu-with-Drop-Down.jpg"><img class="aligncenter size-full wp-image-1260" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Admin-Menu-with-Drop-Down.jpg" alt="Admin Menu with Drop Down" width="600" height="400" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/accordion-style-navigation-psd/"><strong>Dark Accordion Style Navigation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Accordion-Style-Navigation.jpg"><img class="aligncenter size-full wp-image-1261" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dark-Accordion-Style-Navigation.jpg" alt="Dark Accordion Style Navigation" width="600" height="400" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu.jpg&amp;description=40%20Free%20Drop%20Down%20List%20&amp;%20Combo%20Box%20Designs%20in%20PSD" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" rel="bookmark" title="10 Best Bug Tracking Tools For Developers">\n													10 Best Bug Tracking Tools For Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="bookmark" title="8 Best Remote Desktop Tools">\n													8 Best Remote Desktop Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" rel="bookmark" title="20 Fresh &#038; Free Mobile App PSD Templates">\n													20 Fresh &#038; Free Mobile App PSD Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1221'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="361855b034" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="35"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free drop down list combo box designs in psd', '', 'publish', 'closed', 'closed', '', 'free-drop-down-list-combo-box-designs-in-psd', '', '', '2017-04-11 13:16:49', '2017-04-11 13:16:49', '', 0, 'http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(134, 1, '2017-04-11 13:16:50', '2017-04-11 13:16:50', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1465" class="g post post-1465 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 105+ Free Flat UI Kits To Enhance Your Web Designs</div>\n												<header>\n							<h1 class="title">105+ Free Flat UI Kits To Enhance Your Web Designs</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the latest updations in the trend. And, if you are one of the keen ones, you must be very well knowing about the new trend of the flat User Interface designs being used around everywhere. Flat UI designs use flat colors like the Yellow, green, red and no gradients, or heavy graphic content, that used to look good in the previous times, and simplicity is, what the world is over, today, in 2014. This might become an integral part of the WEB 2.0, as this is being used and implemented by everyone considering it like a Fad.</p>\n<p>There are already thousands of websites, which have implemented the same, and even mobile applications, mobile interfaces, are also running after the FLAT UI designs now and then. Now, after this quick crash course, of what a Flat Design means, and have analyzed the purposeful benefits and disadvantages of this technology, it&#8217;s time to choose, whether the design implementation will bring good to your website or not. Once done, it comes the time of starting to design and develop these.</p>\n<p>But, like any other development process, these are hard to develop quickly, and innovation level needs to be at peak levels to achieve great color combinations, and bring out that impressive result, that you desire! So, to the rescue, are these cool FLAT UI Kits, that contain templates, PSD’s and a lot of other stuff based on the design. Out of the best, we have chosen the most efficient Flat UI Kits, and prepared a list here:</p>\n<h3><span style="text-decoration: underline;"><em><strong>105+ Free Flat UI Kits To Enhance Your Web Designs</strong></em></span>:</h3>\n<p><strong>1.  </strong><a href="http://www.andrewspixels.com/flat-ap-ui-kit/"><strong>Flat AP UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-AP-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1466" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-AP-UI-Kit.jpg" alt="Flat AP UI Kit" width="600" height="449" /></a></p>\n<p>From: <a href="http://www.andrewspixels.com/"><strong>Andrew Preble</strong></a></p>\n<p><strong>2. </strong><a href="http://sarahjustine.com/2013/03/17/featherweight-ui-a-free-vector-based-and-retina-ready-ui-kit-with-bonus-mini-tutorial/"><strong>Featherweight UI – A free, vector based and retina ready UI kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Featherweight-UI-_E2_80_93-A-free-vector-based-and-retina-ready-UI-kit.jpg"><img class="aligncenter size-full wp-image-1467" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Featherweight-UI-_E2_80_93-A-free-vector-based-and-retina-ready-UI-kit.jpg" alt="Featherweight UI – A free, vector based and retina ready UI kit" width="600" height="633" /></a></p>\n<p>From: <a href="http://sarahjustine.com/"><strong>Sara Hunt</strong></a></p>\n<p><strong>3. </strong><a href="http://designmodo.com/flat-free/"><strong>Flat UI Free – PSD&amp;HTML User Interface Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Free-_E2_80_93-PSDHTML-User-Interface-Kit.jpg"><img class="aligncenter size-full wp-image-1468" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Free-_E2_80_93-PSDHTML-User-Interface-Kit.jpg" alt="Flat UI Free – PSD&amp;HTML User Interface Kit" width="600" height="616" /></a></p>\n<p>From: <a href="http://designmodo.com/"><strong>Designmodo</strong></a></p>\n<p><strong>4. </strong><a href="http://www.behance.net/gallery/FREE-flat-UI-kit/7747833"><strong>FREE flat UI kit.</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/FREE-flat-UI-kit..jpg"><img class="aligncenter size-full wp-image-1469" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/FREE-flat-UI-kit..jpg" alt="FREE flat UI kit." width="600" height="668" /></a></p>\n<p>From:<a href="http://www.behance.net/visualcreative_cz"><strong> Visualcreative<span id="c0e8a01e-30df-4ede-b3fe-d8b9e1e40fd2" class="GINGER_SOFATWARE_mark"><span id="4f969d32-65c5-40cb-8b4e-75db358161e5" class="GINGER_SOFATWARE_mark">.</span></span><span id="577b1ab4-61e5-47fb-a01a-d6936654e74a" class="GINGER_SOFATWARE_mark"><span id="c09399ea-f4ee-4bd6-a95f-8dcd227b51d0" class="GINGER_SOFATWARE_mark">cz</span></span></strong></a></p>\n<p><strong>5. </strong><a href="http://dribbble.com/shots/962197-Ui-Kit"><strong>UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit.png"><img class="aligncenter size-full wp-image-1470" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit.png" alt="UI Kit" width="600" height="449" /></a></p>\n<p>From: <a href="http://dribbble.com/planetabhi"><strong>Abhimanyu Rana</strong></a></p>\n<p><strong>6. </strong><a href="http://designmodo.com/polaris-free/"><strong>Polaris UI Free – User Interface Pack</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Polaris-UI-Free-_E2_80_93-User-Interface-Pack.png"><img class="aligncenter size-full wp-image-1471" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Polaris-UI-Free-_E2_80_93-User-Interface-Pack.png" alt="Polaris UI Free – User Interface Pack" width="600" height="717" /></a></p>\n<p>From: <a href="http://designmodo.com/"><strong>Designmodo</strong></a></p>\n<p><strong>7. </strong><a href="http://designmodo.com/square-free/"><strong>Square UI Free – User Interface Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Square-UI-Free-_E2_80_93-User-Interface-Kit.jpg"><img class="aligncenter size-full wp-image-1472" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Square-UI-Free-_E2_80_93-User-Interface-Kit.jpg" alt="Square UI Free – User Interface Kit" width="600" height="549" /></a></p>\n<p>From: <a href="http://designmodo.com/"><strong>Designmodo</strong></a></p>\n<p><strong>8. </strong><a href="http://dribbble.com/shots/1061304-Freebie-PSD-Flat-UI-Kit"><strong>Freebie PSD: Flat / UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1473" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit.jpg" alt="Freebie PSD Flat UI Kit" width="600" height="449" /></a></p>\n<p>From:<a href="http://bastha.com/portfolio/"><strong> Sebastiaan Scheer</strong></a></p>\n<p><strong>9. </strong><a href="http://dribbble.com/shots/1093256--flatlyfe-UI-Kit-FREEBIE"><strong>#flatlyfe UI Kit [FREEBIE]</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flatlyfe-UI-Kit-FREEBIE.jpg"><img class="aligncenter size-full wp-image-1474" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flatlyfe-UI-Kit-FREEBIE.jpg" alt="#flatlyfe UI Kit [FREEBIE]" width="600" height="449" /></a></p>\n<p>From: <a href="http://dylanopet.me/"><strong>Dylan Opet</strong></a></p>\n<p><strong>10. </strong><a href="http://dribbble.com/shots/1002487-Flat-UI"><strong>Flat UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI.jpg"><img class="aligncenter size-full wp-image-1475" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI.jpg" alt="Flat UI" width="600" height="480" /></a></p>\n<p>From:<a href="http://andytlaw.dunked.com/"><strong> Andy Law</strong></a></p>\n<p><strong>11. </strong><a href="http://graphicburger.com/blogmagazine-flat-ui-kit/"><strong>Blog/<span id="54fb5615-9b27-49fb-932d-042c10b782ef" class="GINGER_SOFATWARE_mark"><span id="b944649b-69e2-477f-9b34-ffec5c92e8fe" class="GINGER_SOFATWARE_mark">Magazine Flat</span></span> UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Blog-Magazine-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1476" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Blog-Magazine-Flat-UI-Kit.jpg" alt="Blog Magazine Flat UI Kit" width="600" height="634" /></a></p>\n<p>From: <a href="http://graphicburger.com/"><strong>Raul Taciu</strong></a></p>\n<p><strong>12. </strong><a href="http://freepsdsource.net/psd-source/pixeden/77-psd-flat-ui-kit-template-vol2.html"><strong>PSD Flat UI Kit Template Vol2</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PSD-Flat-UI-Kit-Template-Vol2.jpg"><img class="aligncenter size-full wp-image-1477" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PSD-Flat-UI-Kit-Template-Vol2.jpg" alt="PSD Flat UI Kit Template Vol2" width="600" height="622" /></a></p>\n<p><strong>13. </strong><a href="http://www.techandall.com/simple-ui-kit-with-flat-colors/"><strong>Simple UI Kit with Flat Colors</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-Kit-with-Flat-Colors.jpg"><img class="aligncenter size-full wp-image-1478" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-Kit-with-Flat-Colors.jpg" alt="Simple UI Kit with Flat Colors" width="600" height="400" /></a></p>\n<p><strong>14. </strong><a href="http://dribbble.com/shots/1189929-Free-flatUI-kit-psd-freebie"><strong>Free flat UI kit (.psd freebie)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-flat-UI-kit-.psd-freebie.jpg"><img class="aligncenter size-full wp-image-1479" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-flat-UI-kit-.psd-freebie.jpg" alt="Free flat UI kit (.psd freebie)" width="600" height="449" /></a></p>\n<p>From: <a href="http://students.info.uaic.ro/%7Epetrut.serbanoiu/"><strong>Emanuel Serbanoiu</strong></a></p>\n<p><strong>15. </strong><a href="http://bloomwebdesign.net/2013/08/free-flat-ui-kit-psd/"><strong>Flat <span id="7c028408-eb8e-44e6-96e7-3e062ebcbfc2" class="GINGER_SOFATWARE_mark"><span id="5b4afce1-a7ab-4f68-8ce6-2c0230560e9b" class="GINGER_SOFATWARE_mark">Design UI</span></span> Kit Vol. 1</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-UI-Kit-Vol.-1.jpg"><img class="aligncenter size-full wp-image-1480" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-UI-Kit-Vol.-1.jpg" alt="Flat Design UI Kit Vol. 1" width="600" height="619" /></a></p>\n<p>From: <a href="http://bloomwebdesign.net/"><strong>Bloom Web Design</strong></a></p>\n<p><strong>16. </strong><a href="http://hellomynameisad.am/project/even-a-flat-ui-kit/"><strong>EVEN: A FLAT UI KIT</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/EVEN-A-FLAT-UI-KIT.jpg"><img class="aligncenter size-full wp-image-1481" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/EVEN-A-FLAT-UI-KIT.jpg" alt="EVEN A FLAT UI KIT" width="600" height="697" /></a></p>\n<p>From: <a href="http://hellomynameisad.am/"><strong>Adam Robertson</strong></a></p>\n<p><strong>17. </strong><a href="http://speckyboy.com/2013/08/07/freebie-modern-touch-ui-kit/"><strong>The Free Modern Touch Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Free-Modern-Touch-Kit.jpg"><img class="aligncenter size-full wp-image-1482" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Free-Modern-Touch-Kit.jpg" alt="The Free Modern Touch Kit" width="600" height="560" /></a></p>\n<p><strong>18. </strong><a href="http://www.behance.net/gallery/Free-Color-UI-Kit/9924127"><strong>Free Color UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Color-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1483" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Color-UI-Kit.jpg" alt="Free Color UI Kit" width="600" height="454" /></a></p>\n<p>From: <a href="http://www.cuneytsen.com/"><strong>Cüneyt ŞEN</strong></a></p>\n<p><strong>19. </strong><a href="http://www.designkindle.com/2013/08/16/flat-ui-kit/"><strong>Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1484" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit.jpg" alt="Flat UI Kit" width="600" height="604" /></a></p>\n<p>From: <a href="http://www.jdvorak.eu/"><strong>JAN DVOŘÁK</strong></a></p>\n<p><strong>20. </strong><a href="http://www.behance.net/gallery/SmoothBerry-Free-UI-Kit/9762995"><strong><span id="9ac553c9-01c8-4127-a17a-d41c123e9a4b" class="GINGER_SOFATWARE_mark"><span id="71c9f782-2088-47d0-ae5b-9a02d95ffeeb" class="GINGER_SOFATWARE_mark">SmoothBerry</span></span> – Free UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/SmoothBerry-_E2_80_93-Free-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1485" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/SmoothBerry-_E2_80_93-Free-UI-Kit.jpg" alt="SmoothBerry – Free UI Kit" width="600" height="613" /></a></p>\n<p>From: <a href="https://www.facebook.com/MansoorMJOfficial"><strong>Mansoor MJ</strong></a></p>\n<p><strong>21. </strong><a href="http://dribbble.com/shots/1198602-Free-Minimal-Ui-Kit"><strong>Free Minimal UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Minimal-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1486" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Minimal-UI-Kit.jpg" alt="Free Minimal UI Kit" width="600" height="542" /></a></p>\n<p>From: <a href="http://www.behance.net/bluroon"><strong>Ramil Derogongun</strong></a></p>\n<p><strong>22. </strong><a href="http://slayerd1.deviantart.com/art/Mega-Flat-UI-Kit-386206858"><strong>Mega Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mega-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1487" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mega-Flat-UI-Kit.jpg" alt="Mega Flat UI Kit" width="600" height="375" /></a></p>\n<p>From: <a href="http://slayerd1.deviantart.com/"><strong>Kim</strong></a></p>\n<p><strong>23. </strong><a href="http://dribbble.com/shots/1179188-UI-Kit-Free-PSD"><strong>UI Kit – Free PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-_E2_80_93-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1488" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-_E2_80_93-Free-PSD.jpg" alt="UI Kit – Free PSD" width="600" height="624" /></a></p>\n<p>From: <a href="http://rebeccamachamer.com/"><strong>Rebecca Machamer</strong></a></p>\n<p><strong>24. </strong><a href="http://www.cssauthor.com/vertical-infinity-a-mega-flat-style-ui-kit-for-free-download"><strong>Vertical Infinity – A Mega Flat Style UI Kit PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vertical-Infinity-_E2_80_93-A-Mega-Flat-Style-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1489" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vertical-Infinity-_E2_80_93-A-Mega-Flat-Style-UI-Kit-PSD.jpg" alt="Vertical Infinity – A Mega Flat Style UI Kit PSD" width="600" height="658" /></a></p>\n<p>From: <a href="http://www.1stwebdesigner.com/wp-admin/cssauthor.com"><strong>cssauthor.com</strong></a></p>\n<p><strong>25. </strong><a href="http://dribbble.com/shots/1083847-Flat-UI-Kit-Free-PSD"><strong>Flat UI Kit (Free PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1490" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-Free-PSD.jpg" alt="Flat UI Kit (Free PSD)" width="600" height="515" /></a></p>\n<p>From: <a href="http://devinschulz.com/"><strong>Devin Schulz</strong></a></p>\n<p><strong>26. </strong><a href="http://www.tempees.com/free-download/metro-ui-kit"><strong>Metro UI kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-kit.jpg"><img class="aligncenter size-full wp-image-1491" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-kit.jpg" alt="Metro UI kit" width="600" height="402" /></a></p>\n<p><strong>27. </strong><a href="http://dribbble.com/shots/1077506-Flat-Ui-Kit"><strong>Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-27.jpg"><img class="aligncenter size-full wp-image-1492" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-27.jpg" alt="Flat UI Kit 27" width="600" height="447" /></a></p>\n<p>From: <a href="http://zvandehey.com/"><strong>Zachary VanDeHey</strong></a></p>\n<p><strong>28. </strong><a href="http://dribbble.com/shots/1014962-Beach-GUI"><strong>Beach GUI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Beach-GUI.jpg"><img class="aligncenter size-full wp-image-1493" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Beach-GUI.jpg" alt="Beach GUI" width="600" height="449" /></a></p>\n<p>From: <a href="http://yyzdesign.com/"><strong>Mike Clarke</strong></a></p>\n<p><strong>29. </strong><a href="http://dribbble.com/shots/991527-UI-Kit-Free-download"><strong>UI Kit – Free download</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-_E2_80_93-Free-download.jpg"><img class="aligncenter size-full wp-image-1494" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-_E2_80_93-Free-download.jpg" alt="UI Kit – Free download" width="600" height="698" /></a></p>\n<p>From: <a href="http://imfinethankyou.de/"><strong>Hüseyin Yilmaz</strong></a></p>\n<p><strong>30. </strong><a href="http://dribbble.com/shots/1123643-Dark-UI-Kit-Free-download"><strong>Dark UI Kit – Free download</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Dark-UI-Kit-_E2_80_93-Free-download.jpg"><img class="aligncenter size-full wp-image-1495" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Dark-UI-Kit-_E2_80_93-Free-download.jpg" alt="Dark UI Kit – Free download" width="600" height="698" /></a></p>\n<p>From: <a href="http://imfinethankyou.de/"><strong>Hüseyin Yilmaz</strong></a></p>\n<p><strong>31. </strong><a href="http://www.behance.net/gallery/Flat-UI-Freebie-Pack/5692821"><strong>Flat UI Freebie Pack</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Freebie-Pack.jpg"><img class="aligncenter size-full wp-image-1496" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Freebie-Pack.jpg" alt="Flat UI Freebie Pack" width="600" height="631" /></a></p>\n<p>From: <a href="http://www.behance.net/shaunstehly"><strong>Shaun Stehly</strong></a></p>\n<p><strong>32. </strong><a href="http://www.behance.net/gallery/rememberme-Application-Artboards-%28Free-PSD%29/9476537"><strong><span id="2f336542-d5ae-4aba-ae74-3fb0385a292f" class="GINGER_SOFATWARE_mark"><span id="495f5f1c-7743-418c-8818-bb13bd5e5690" class="GINGER_SOFATWARE_mark">remember</span></span><span id="5c62f0fe-0a9f-4bc5-8756-caa237cb35e0" class="GINGER_SOFATWARE_mark"><span id="63928073-1898-42e3-89cb-fe02ca9c8f1e" class="GINGER_SOFATWARE_mark">.</span></span>me – Application Artboards (Free PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/remember.me-_E2_80_93-Application-Artboards-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1497" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/remember.me-_E2_80_93-Application-Artboards-Free-PSD.jpg" alt="remember.me – Application Artboards (Free PSD)" width="600" height="602" /></a></p>\n<p>From: <a href="http://www.amitjakhu.com/"><strong>Amit Jakhu</strong></a></p>\n<p><strong>33. </strong><a href="http://graphicburger.com/flat-design-ui-components/"><strong>Flat <span id="857d3315-32ef-4e33-9652-e2e45b817cca" class="GINGER_SOFATWARE_mark"><span id="9461ec62-594a-455d-a0ad-b17686456ca0" class="GINGER_SOFATWARE_mark">Design UI</span></span> Components</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-UI-Components.jpg"><img class="aligncenter size-full wp-image-1498" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-UI-Components.jpg" alt="Flat Design UI Components" width="600" height="580" /></a></p>\n<p>From: <a href="http://graphicburger.com/"><strong>Raul Taciu</strong></a></p>\n<p><strong>34. </strong><a href="http://www.behance.net/gallery/Free-Flat-UI-Kit/9819319"><strong>Free Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-UI-Kit-34.jpg"><img class="aligncenter size-full wp-image-1499" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-UI-Kit-34.jpg" alt="Free Flat UI Kit 34" width="600" height="672" /></a></p>\n<p>From: <a href="http://www.behance.net/enesdanis"><strong>Enes Danış</strong></a></p>\n<p><strong>35. </strong><a href="http://dribbble.com/shots/1026256-Flat-dashboard-Free-UI-kit-PSD"><strong>Flat dashboard. Free UI kit PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-dashboard.-Free-UI-kit-PSD.jpg"><img class="aligncenter size-full wp-image-1500" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-dashboard.-Free-UI-kit-PSD.jpg" alt="Flat dashboard. Free UI kit PSD" width="600" height="449" /></a></p>\n<p>From: <a href="http://www.prowebdesign.ro/"><strong>Prowebdesignro</strong></a></p>\n<p><strong>36. </strong><a href="http://dribbble.com/shots/1052522-Flat-Web-UI-Kit-Final-Pack"><strong>Flat Web &amp; UI Kit Final Pack</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Web-UI-Kit-Final-Pack.jpg"><img class="aligncenter size-full wp-image-1501" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Web-UI-Kit-Final-Pack.jpg" alt="Flat Web &amp; UI Kit Final Pack" width="600" height="674" /></a></p>\n<p>From: <a href="http://dart117.com/"><strong>Dart 117</strong></a></p>\n<p><strong>37. </strong><a href="http://dribbble.com/shots/900889-UI-Kit"><strong>UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-37.jpg"><img class="aligncenter size-full wp-image-1502" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-37.jpg" alt="UI Kit 37" width="600" height="427" /></a></p>\n<p>From:<a href="http://syke.co/"><strong> Jamie Syke</strong></a></p>\n<p><strong>38. </strong><a href="http://www.behance.net/gallery/UIUX-Flat-design-Free-PSD/8042281"><strong>UI/UX Flat design – Free PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-design-_E2_80_93-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1503" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-design-_E2_80_93-Free-PSD.jpg" alt="UI UX Flat design – Free PSD" width="600" height="666" /></a></p>\n<p>From: <a href="http://www.behance.net/JChampourlier"><strong>Julie Champourlier</strong></a></p>\n<p><strong>39. </strong><a href="http://dribbble.com/shots/947782-Freebie-PSD-Flat-UI-Kit"><strong>Freebie PSD: Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit-39.jpg"><img class="aligncenter size-full wp-image-1504" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit-39.jpg" alt="Freebie PSD Flat UI Kit 39" width="600" height="488" /></a></p>\n<p>From: <a href="http://riki.co.nz/"><strong>Riki Tanone</strong></a></p>\n<p><strong>40. </strong><a href="http://dribbble.com/shots/968433-Freebie-PSD-Flat-UI-Kit-2-Blog"><strong>Freebie PSD: Flat UI Kit 2 (Blog)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit-2-Blog.jpg"><img class="aligncenter size-full wp-image-1505" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-UI-Kit-2-Blog.jpg" alt="Freebie PSD Flat UI Kit 2 (Blog)" width="600" height="449" /></a></p>\n<p>From: <a href="http://riki.co.nz/"><strong>Riki Tanone</strong></a></p>\n<p><strong>41. </strong><a href="http://www.vectornpixel.com/blog/free-flat-design-uiux-design-kit-for-websites/"><strong>Flat UI Design Kit PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Design-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1506" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Design-Kit-PSD.jpg" alt="Flat UI Design Kit PSD" width="600" height="400" /></a></p>\n<p>From: <a href="http://vectornpixel.com/"><strong>Asim Craft</strong></a></p>\n<p><strong>42. </strong><a href="http://dribbble.com/shots/1173032-Ui-Kit-Free-PSD"><strong>UI Kit (Free PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1507" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-Free-PSD.jpg" alt="UI Kit (Free PSD)" width="600" height="449" /></a></p>\n<p>From: <a href="http://weibo.com/sanadas"><strong>Sanadas Young</strong></a></p>\n<p><strong>43. </strong><a href="http://dribbble.com/shots/1108677-Flat-UI-Kit-Freebie-PSD"><strong>Flat UI Kit – Freebie PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-_E2_80_93-Freebie-PSD.jpg"><img class="aligncenter size-full wp-image-1508" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-_E2_80_93-Freebie-PSD.jpg" alt="Flat UI Kit – Freebie PSD" width="600" height="499" /></a></p>\n<p>From: <a href="http://ryanbales.com/"><strong>Ryan Bales</strong></a></p>\n<p><strong>44. </strong><a href="http://dribbble.com/shots/1218591-Avengers-Flat-UI-Kit"><strong>Avengers Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Avengers-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1509" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Avengers-Flat-UI-Kit.jpg" alt="Avengers Flat UI Kit" width="600" height="460" /></a></p>\n<p>From: <a href="http://www.capturecreativity.co.uk/"><strong>Tristan Parker</strong></a></p>\n<p><strong>45. </strong><a href="http://foxblaster.deviantart.com/art/flat-UI-kit-375287558"><strong><span id="5b68c697-6180-4a40-b378-fd4fc51cec77" class="GINGER_SOFATWARE_mark"><span id="2118f550-c5ef-4540-b48a-913048622b88" class="GINGER_SOFATWARE_mark">flat</span></span> UI kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flat-UI-kit-45.jpg"><img class="aligncenter size-full wp-image-1510" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flat-UI-kit-45.jpg" alt="flat UI kit 45" width="600" height="580" /></a></p>\n<p>From:<a href="http://foxblaster.deviantart.com/"><strong> Daniel</strong></a></p>\n<p><strong>46. </strong><a href="http://www.uipixels.com/responsive-ui-kitpsd/"><strong>Responsive UI Kit (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1511" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-UI-Kit-PSD.jpg" alt="Responsive UI Kit (PSD)" width="600" height="619" /></a></p>\n<p>From:<a href="http://www.uipixels.com/"><strong> Emrah Demirag</strong></a></p>\n<p><strong>47. </strong><a href="http://premiumpsds.co/?work=ui-kit"><strong>UI KIT – 1 PSD SET (FREE)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-KIT-_E2_80_93-1-PSD-SET-FREE.jpg"><img class="aligncenter size-full wp-image-1512" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-KIT-_E2_80_93-1-PSD-SET-FREE.jpg" alt="UI KIT – 1 PSD SET (FREE)" width="600" height="589" /></a></p>\n<p>From: <a href="http://premiumpsds.co/"><strong>PremiumPsds</strong></a></p>\n<p><strong>48. </strong><a href="http://dribbble.com/shots/1029240-Freebie-UI-Kit-PSD"><strong>Freebie: UI Kit PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1513" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-UI-Kit-PSD.jpg" alt="Freebie UI Kit PSD" width="600" height="623" /></a></p>\n<p>From: <a href="http://dribbble.com/andreean"><strong>Andreea Nicolaescu</strong></a></p>\n<p><strong>49. </strong><a href="http://www.designerzbase.com/freebie/flatastic-ui/"><strong><span id="4cfd2f43-66e0-403d-bebb-72b6d62303c5" class="GINGER_SOFATWARE_mark"><span id="5a48721e-499f-43ba-974d-b40229e801d7" class="GINGER_SOFATWARE_mark">Flatastic</span></span> UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatastic-UI.jpg"><img class="aligncenter size-full wp-image-1514" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatastic-UI.jpg" alt="Flatastic UI" width="600" height="428" /></a></p>\n<p>From: <a href="http://www.designerzbase.com/"><strong>Designerzbase</strong></a></p>\n<p><strong>50. </strong><a href="http://dribbble.com/shots/1100779-Flat-UI-Kit"><strong>Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-50.jpg"><img class="aligncenter size-full wp-image-1515" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-50.jpg" alt="Flat UI Kit 50" width="600" height="449" /></a></p>\n<p>From: <a href="http://ericbieller.com/"><strong>Eric Bieller</strong></a></p>\n<p><strong>51. </strong><a href="http://kl-webmedia.com/download/flatilicious-user-interface-free/"><strong><span id="c64c201e-6cf8-4958-8c72-11337818d854" class="GINGER_SOFATWARE_mark"><span id="1dbd56e9-eed8-48d2-be40-66f75e37d688" class="GINGER_SOFATWARE_mark">Flatilicious</span></span> User Interface Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatilicious-User-Interface-Free.jpg"><img class="aligncenter size-full wp-image-1516" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatilicious-User-Interface-Free.jpg" alt="Flatilicious User Interface Free" width="600" height="668" /></a></p>\n<p>From: <a href="http://kl-webmedia.com/"><strong>Patrick M.</strong></a></p>\n<p><strong>52. </strong><a href="http://www.blazrobar.com/2013/free-psd-files-and-ui-kits/free-psd-flat-ui-kit/"><strong>Free PSD: Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-PSD-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1517" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-PSD-Flat-UI-Kit.jpg" alt="Free PSD Flat UI Kit" width="600" height="328" /></a></p>\n<p>From: <a href="http://www.blazrobar.com/"><strong>Blazrobar.com</strong></a></p>\n<p><strong>53. </strong><a href="http://www.andrewbeckwith.com/?p=1"><strong>Flat UI Elements</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Elements.jpg"><img class="aligncenter size-full wp-image-1518" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Elements.jpg" alt="Flat UI Elements" width="600" height="680" /></a></p>\n<p>From: <a href="http://www.andrewbeckwith.com/?p=1"><strong>andrewbeckwith.com</strong></a></p>\n<p><strong>54. </strong><a href="http://www.behance.net/gallery/Free-Flat-UI-Kit/10070543"><strong>Free Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-UI-Kit-54.jpg"><img class="aligncenter size-full wp-image-1519" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-UI-Kit-54.jpg" alt="Free Flat UI Kit 54" width="600" height="611" /></a></p>\n<p>From: <a href="http://elyounssi.com/"><strong>Wahib El Younssi</strong></a></p>\n<p><strong>55. </strong><a href="http://www.inkydeals.com/deal/free-deal-flat-user-interface-set/"><strong>Free Deal: Flat User Interface Set</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Deal-Flat-User-Interface-Set.jpg"><img class="aligncenter size-full wp-image-1520" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Deal-Flat-User-Interface-Set.jpg" alt="Free Deal Flat User Interface Set" width="600" height="641" /></a></p>\n<p>From: <a href="http://www.inkydeals.com/"><strong>inkydeals.com</strong></a></p>\n<p><strong>56. </strong><a href="http://designedthought.com/thank-you.html"><strong>Flatter- A Free UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatter-A-Free-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1521" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flatter-A-Free-UI-Kit.jpg" alt="Flatter- A Free UI Kit" width="600" height="422" /></a></p>\n<p>From: <a href="http://andrewcoyle.com/"><strong>Andrew Coyle</strong></a></p>\n<p><strong>57. </strong><a href="http://dribbble.com/shots/1137141-Freebie-PSD-Oniam-UI-Kit"><strong>Freebie PSD: Oniam UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Oniam-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1522" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Oniam-UI-Kit.jpg" alt="Freebie PSD Oniam UI Kit" width="600" height="656" /></a></p>\n<p>From: <a href="http://federicoespinosa.com/"><strong>Federico Espinosa</strong></a></p>\n<p><strong>58. </strong><a href="http://www.webdesignerdepot.com/2013/05/flat-ui-kit-free-download/"><strong>Flat UI Kit (free download!)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-free-download.jpg"><img class="aligncenter size-full wp-image-1523" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-free-download.jpg" alt="Flat UI Kit (free download!)" width="600" height="655" /></a></p>\n<p>From: <a href="http://www.1stwebdesigner.com/wp-admin/webdesignerdepot.com"><strong>webdesignerdepot.com</strong></a> and<a href="http://www.1stwebdesigner.com/wp-admin/freepick.com"><strong> freepick.com</strong></a></p>\n<p><strong>59. </strong><a href="http://dribbble.com/shots/1064231--FREE-PSD-Flat-UI"><strong>(FREE PSD) Flat UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/FREE-PSD-Flat-UI.jpg"><img class="aligncenter size-full wp-image-1524" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/FREE-PSD-Flat-UI.jpg" alt="(FREE PSD) Flat UI" width="600" height="449" /></a></p>\n<p>From: <a href="http://www.zeki.se/"><strong>Zeki Ghulam (Flat &amp; Filthy)</strong></a></p>\n<p><strong>60. </strong><a href="http://dribbble.com/shots/1198815-Orange-Cyan-UI"><strong>Orange/Cyan UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Orange-Cyan-UI.jpg"><img class="aligncenter size-full wp-image-1525" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Orange-Cyan-UI.jpg" alt="Orange Cyan UI" width="600" height="466" /></a></p>\n<p>From: <a href="http://marc.verzatile.com/"><strong>Marc Konno</strong></a></p>\n<p><strong>61. </strong><a href="http://monkee-boy.com/blog/2013/06/freebie-friday-tablet-friendly-almost-flat-ui-kit/"><strong>Tablet-Friendly Almost Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Tablet-Friendly-Almost-Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1526" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Tablet-Friendly-Almost-Flat-UI-Kit.jpg" alt="Tablet-Friendly Almost Flat UI Kit" width="600" height="655" /></a></p>\n<p>From: <a href="http://monkee-boy.com/"><strong>Monkee-Boy.com</strong></a></p>\n<p><strong>62. </strong><a href="http://monkee-boy.com/blog/2013/08/freebie-friday-flat-transparent-ui/"><strong>Flat + Transparent UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-_-Transparent-UI.jpg"><img class="aligncenter size-full wp-image-1527" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-_-Transparent-UI.jpg" alt="Flat + Transparent UI" width="600" height="600" /></a></p>\n<p>From: <a href="http://monkee-boy.com/"><strong>Monkee-Boy.com</strong></a></p>\n<p><strong>63. </strong><a href="http://www.tempees.com/free-download/flat-ui-kit"><strong>Flat UI kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-kit-63.jpg"><img class="aligncenter size-full wp-image-1528" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-kit-63.jpg" alt="Flat UI kit 63" width="600" height="449" /></a></p>\n<p><strong>64. </strong><a href="http://www.graphicsfuel.com/2013/05/ecommerce-flat-ui-kit-vol-1-psd/"><strong><span id="2f65b8ed-1ee1-4926-b6f5-94113331ce5f" class="GINGER_SOFATWARE_mark"><span id="43413213-9dc3-44ea-83ad-436d46aa6fa9" class="GINGER_SOFATWARE_mark">Ecommerce</span></span> Flat UI Kit Vol.1 (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Ecommerce-Flat-UI-Kit-Vol.1-PSD.jpg"><img class="aligncenter size-full wp-image-1529" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Ecommerce-Flat-UI-Kit-Vol.1-PSD.jpg" alt="Ecommerce Flat UI Kit Vol.1 (PSD)" width="600" height="633" /></a></p>\n<p><strong>65. </strong><a href="http://365psd.com/day/3-87-2/"><strong>Minimize UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Minimize-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1530" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Minimize-UI-Kit.jpg" alt="Minimize UI Kit" width="600" height="264" /></a></p>\n<p>From: <a href="http://www.alessioatzeni.com/"><strong>Alessio Atzeni</strong></a></p>\n<p><strong>66. </strong><a href="http://www.behance.net/gallery/Free-Flat-Design-UIUX-Kit/7930233"><strong>Free Flat <span id="dbf6bc0f-4a79-438f-8d2f-45490227a612" class="GINGER_SOFATWARE_mark"><span id="7bea8c67-1fcf-4f79-83bb-292dd79b3673" class="GINGER_SOFATWARE_mark">Design UI</span></span>/UX Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-Design-UI-UX-Kit.jpg"><img class="aligncenter size-full wp-image-1531" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-Design-UI-UX-Kit.jpg" alt="Free Flat Design UI UX Kit" width="600" height="669" /></a></p>\n<p>From:<a href="http://www.behance.net/JChampourlier"><strong> Julie Champourlier</strong></a></p>\n<p><strong>67. </strong><a href="http://fribly.com/2013/05/25/human-after-all-ui-kit/"><strong>Human After All -UI Kit Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Human-After-All-UI-Kit-Free.jpg"><img class="aligncenter size-full wp-image-1532" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Human-After-All-UI-Kit-Free.jpg" alt="Human After All -UI Kit Free" width="600" height="575" /></a></p>\n<p>From: Tim Meissne<strong>r </strong></p>\n<p><strong>68. </strong><a href="http://www.behance.net/gallery/UIUX-Flat-Design-Kit-Neon-Theme-FREE-PSD/8686783"><strong>UI/UX Flat Design Kit – Neon Theme – FREE PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-Design-Kit-_E2_80_93-Neon-Theme-_E2_80_93-FREE-PSD.jpg"><img class="aligncenter size-full wp-image-1533" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-Design-Kit-_E2_80_93-Neon-Theme-_E2_80_93-FREE-PSD.jpg" alt="UI UX Flat Design Kit – Neon Theme – FREE PSD" width="600" height="679" /></a></p>\n<p>From: <a href="http://www.behance.net/JChampourlier"><strong>Julie Champourlier</strong></a></p>\n<p><strong>69. </strong><a href="http://dribbble.com/shots/1126845-UI-Kit"><strong>Flat UI Kit – Free Download</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-_E2_80_93-Free-Download.jpg"><img class="aligncenter size-full wp-image-1534" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-_E2_80_93-Free-Download.jpg" alt="Flat UI Kit – Free Download" width="600" height="513" /></a></p>\n<p>From: <a href="http://markpeckart.com/"><strong>Mark Peck</strong></a></p>\n<p><strong>70. </strong><a href="http://paul.li/gideo-ui-kit/"><strong><span id="321f96ee-4afd-4de4-a076-bf1353010490" class="GINGER_SOFATWARE_mark"><span id="a9b43fc9-ae4b-4f7e-9abb-eff1067acaaf" class="GINGER_SOFATWARE_mark">Gideo</span></span> UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Gideo-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1535" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Gideo-UI-Kit.jpg" alt="Gideo UI Kit" width="600" height="448" /></a></p>\n<p>From:<a href="http://paul.li/"><strong> Paul</strong></a></p>\n<p><strong>71. </strong><a href="http://pixelsdaily.com/resources/photoshop/psds/flat-ui-kit-free/"><strong>Flat UI Kit Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-Free.jpg"><img class="aligncenter size-full wp-image-1536" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-Free.jpg" alt="Flat UI Kit Free" width="600" height="338" /></a></p>\n<p>From: <a href="http://pixelsdaily.com/author/giuseppe-severo/"><strong>Giuseppe Severo</strong></a></p>\n<p><strong>72. </strong><a href="http://www.dzyngiri.com/free-media-ui-kit/"><strong>Free RockMedia Media UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-RockMedia-Media-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1537" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-RockMedia-Media-UI-Kit.jpg" alt="Free RockMedia Media UI Kit" width="600" height="285" /></a></p>\n<p>From: <a href="https://twitter.com/marclgonzales"><strong>Lester Gonzales</strong></a></p>\n<p><strong>73. </strong><a href="http://www.behance.net/gallery/Free-modern-ui-psd/10068891"><strong>Free modern UI PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-modern-UI-PSD.jpg"><img class="aligncenter size-full wp-image-1538" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-modern-UI-PSD.jpg" alt="Free modern UI PSD" width="600" height="664" /></a></p>\n<p>From:<a href="http://www.behance.net/fatihocak"><strong> Fatih Ocak</strong></a></p>\n<p><strong>74. </strong><a href="http://themefuse.com/blog/weekly-freebie-flat-ui-kit/"><strong>Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-74.jpg"><img class="aligncenter size-full wp-image-1539" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-UI-Kit-74.jpg" alt="Flat UI Kit 74" width="600" height="345" /></a></p>\n<p><strong>75. </strong><a href="http://www.behance.net/gallery/REDMILK-FREE-UI-Elements-%28PSD%29/5991799"><strong>REDMILK FREE UI Elements (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/REDMILK-FREE-UI-Elements-PSD.jpg"><img class="aligncenter size-full wp-image-1540" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/REDMILK-FREE-UI-Elements-PSD.jpg" alt="REDMILK FREE UI Elements (PSD)" width="600" height="678" /></a></p>\n<p>From: <a href="http://emilerohlandt.co.za/"><strong>Emile Rohlandt</strong></a></p>\n<p><strong>76. </strong><a href="http://joseprosello.com/78961/911022/works/metrostyle-web-ui"><strong><span id="bae578c5-81ac-47e4-9eb7-1cf49430d724" class="GINGER_SOFATWARE_mark"><span id="f5d21f38-0378-4d89-ba1b-333b7321e0d6" class="GINGER_SOFATWARE_mark">Metrostyle</span></span> Web UI Kit (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metrostyle-Web-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1541" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metrostyle-Web-UI-Kit-PSD.jpg" alt="Metrostyle Web UI Kit (PSD)" width="600" height="417" /></a></p>\n<p>From: <a href="http://joseprosello.com/"><strong>Josep Roselló</strong></a></p>\n<p><strong>77. </strong><a href="http://dribbble.com/shots/1129283-touch50px-UI-Kit-PSD"><strong>touch50px UI Kit (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/touch50px-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1542" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/touch50px-UI-Kit-PSD.jpg" alt="touch50px UI Kit (PSD)" width="600" height="387" /></a></p>\n<p>From:<a href="http://www.angelostudio.net/"><strong> Angelo</strong></a></p>\n<p><strong>78. </strong><a href="http://www.behance.net/gallery/UIUX-Flat-Design-Sorbet-Theme-Free-PSD/8478103"><strong>UI/UX Flat Design – Sorbet Theme – Free PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-Design-_E2_80_93-Sorbet-Theme-_E2_80_93-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1543" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-UX-Flat-Design-_E2_80_93-Sorbet-Theme-_E2_80_93-Free-PSD.jpg" alt="UI UX Flat Design – Sorbet Theme – Free PSD" width="600" height="672" /></a></p>\n<p>From: <a href="http://www.behance.net/JChampourlier"><strong>Julie Champourlier</strong></a></p>\n<p><strong>79. </strong><a href="http://www.vectornpixel.com/blog/free-psd-flat-design-buttons-for-websites/"><strong>Flat Design Buttons for Websites</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-Buttons-for-Websites.jpg"><img class="aligncenter size-full wp-image-1544" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Design-Buttons-for-Websites.jpg" alt="Flat Design Buttons for Websites" width="600" height="463" /></a></p>\n<p>From: <a href="http://www.vectornpixel.com/about.html"><strong>Asim Craft</strong></a></p>\n<p><strong>80. </strong><a href="http://dribbble.com/shots/1157360-Ui-Kit"><strong>UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-80.jpg"><img class="aligncenter size-full wp-image-1545" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-80.jpg" alt="UI Kit 80" width="600" height="375" /></a></p>\n<p>From: <a href="http://weibo.com/sanadas"><strong>Sanadas Young</strong></a></p>\n<p><strong>81. </strong><a href="http://dribbble.com/shots/1132857-Grooveshark-PSD-Flat-redesign"><strong><span id="971a255b-2ce0-478d-839d-c24d93350cc2" class="GINGER_SOFATWARE_mark"><span id="822d1c4e-8739-4f62-9608-eebf3c3bede0" class="GINGER_SOFATWARE_mark">Grooveshark</span></span> PSD (Flat redesign)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Grooveshark-PSD-Flat-redesign.jpg"><img class="aligncenter size-full wp-image-1546" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Grooveshark-PSD-Flat-redesign.jpg" alt="Grooveshark PSD (Flat redesign)" width="600" height="449" /></a></p>\n<p>From: <a href="http://www.zeki.se/"><strong>Zeki Ghulam (Flat &amp; Filthy)</strong></a></p>\n<p><strong>82. </strong><a href="http://www.graphicsfuel.com/2013/08/metro-vibes-ui-kit-psd/"><strong>Metro Vibes UI Kit (PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-Vibes-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1547" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-Vibes-UI-Kit-PSD.jpg" alt="Metro Vibes UI Kit (PSD)" width="600" height="600" /></a></p>\n<p>From: <a href="http://www.1stwebdesigner.com/wp-admin/Pixelkit.com"><strong>Pixelkit.com</strong></a></p>\n<p><strong>83. </strong><a href="http://dribbble.com/shots/1192537-Free-Flat-Flags?list=users"><strong>Free Flat Flags</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-Flags.jpg"><img class="aligncenter size-full wp-image-1548" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Free-Flat-Flags.jpg" alt="Free Flat Flags" width="600" height="443" /></a></p>\n<p>From: <a href="http://www.muharremsenyil.com/"><strong>Muharrem Şenyıl</strong></a></p>\n<p><strong>84. </strong><a href="http://dribbble.com/shots/723573--Pizza-UI-Kit-PSD"><strong>“Pizza” UI Kit – PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/_E2_80_9CPizza_E2_80_9D-UI-Kit-_E2_80_93-PSD.jpg"><img class="aligncenter size-full wp-image-1549" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/_E2_80_9CPizza_E2_80_9D-UI-Kit-_E2_80_93-PSD.jpg" alt="“Pizza” UI Kit – PSD" width="600" height="441" /></a></p>\n<p>From: <a href="http://borisvalusek.dunked.com/"><strong>Boris Valusek</strong></a></p>\n<p><strong>85. </strong><a href="http://www.designyourway.net/blog/resources/eerste-flat-user-interface-kit-that-is-free-to-download/"><strong><span id="d1bd59f2-1f9f-44e7-b69f-2df3db81d4d2" class="GINGER_SOFATWARE_mark"><span id="36095980-360c-41de-923e-520e04e07143" class="GINGER_SOFATWARE_mark">Eerste</span></span> – Flat User Interface Kit That Is Free To Download</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eerste-_E2_80_93-Flat-User-Interface-Kit-That-Is-Free-To-Download.jpg"><img class="aligncenter size-full wp-image-1550" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Eerste-_E2_80_93-Flat-User-Interface-Kit-That-Is-Free-To-Download.jpg" alt="Eerste – Flat User Interface Kit That Is Free To Download" width="600" height="604" /></a></p>\n<p>From: <a href="http://www.designyourway.net/blog/"><strong>Designyourway.net</strong></a></p>\n<p><strong>86. </strong><a href="http://pixelsdaily.com/resources/photoshop/psds/minimal-blue-ui-kit/"><strong>Minimal Blue UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Minimal-Blue-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1551" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Minimal-Blue-UI-Kit.jpg" alt="Minimal Blue UI Kit" width="600" height="338" /></a></p>\n<p><strong>87. </strong><a href="http://themefuse.com/blog/weekly-freebie-reservation-box/"><strong>Weekly Freebie – Reservation Box</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Weekly-Freebie-_E2_80_93-Reservation-Box.jpg"><img class="aligncenter size-full wp-image-1552" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Weekly-Freebie-_E2_80_93-Reservation-Box.jpg" alt="Weekly Freebie – Reservation Box" width="600" height="287" /></a></p>\n<p><strong>88. </strong><a href="http://themefuse.com/blog/weekly-freebie-metro-ui-kit/"><strong>Metro UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-Kit-88.jpg"><img class="aligncenter size-full wp-image-1553" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-Kit-88.jpg" alt="Metro UI Kit 88" width="600" height="346" /></a></p>\n<p><strong>89. </strong><a href="http://dribbble.com/shots/1115108-Register-UI-Free-PSD-included"><strong>Metro UI KitRegister UI — Free PSD included</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-KitRegister-UI-_E2_80_94-Free-PSD-included.jpg"><img class="aligncenter size-full wp-image-1554" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-UI-KitRegister-UI-_E2_80_94-Free-PSD-included.jpg" alt="Metro UI KitRegister UI — Free PSD included" width="600" height="659" /></a></p>\n<p>From: <a href="http://ionuss.ro/"><strong>Ionut Zamfir</strong></a></p>\n<p><strong>90. </strong><a href="http://dribbble.com/shots/1092374-Friends-list-UI-Free-PSD"><strong>Friends list UI (Free PSD)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Friends-list-UI-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1555" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Friends-list-UI-Free-PSD.jpg" alt="Friends list UI (Free PSD)" width="600" height="449" /></a></p>\n<p>From: <a href="http://dribbble.com/nicolasmata"><strong>Nicolas Mata</strong></a></p>\n<p><strong>91. </strong><a href="http://dribbble.com/shots/1037950-Sign-up-freebie"><strong>Sign Up Form</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sign-Up-Form.jpg"><img class="aligncenter size-full wp-image-1556" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sign-Up-Form.jpg" alt="Sign Up Form" width="600" height="449" /></a></p>\n<p>From: <a href="http://dylanopet.me/"><strong>Dylan Opet</strong></a></p>\n<p><strong>92. </strong><a href="http://dribbble.com/shots/1219004-Flat-Web-Ui"><strong>Flat Web Ui</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Web-Ui.jpg"><img class="aligncenter size-full wp-image-1557" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flat-Web-Ui.jpg" alt="Flat Web Ui" width="600" height="601" /></a></p>\n<p>From:<a href="http://joseprosello.com/"><strong> Josep Roselló</strong></a></p>\n<p><strong>93. </strong><a href="http://dribbble.com/shots/1165187-Simple-UI-Free-PSD-included"><strong>Simple UI – Free PSD included</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-_E2_80_93-Free-PSD-included.jpg"><img class="aligncenter size-full wp-image-1558" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-_E2_80_93-Free-PSD-included.jpg" alt="Simple UI – Free PSD included" width="600" height="449" /></a></p>\n<p>From: <a href="http://ionuss.ro/"><strong>Ionut Zamfir</strong></a></p>\n<p><strong>94. </strong><a href="http://dribbble.com/shots/612116-Simplistic-UI-Kit"><strong>Simplistic UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simplistic-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1559" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simplistic-UI-Kit.jpg" alt="Simplistic UI Kit" width="600" height="449" /></a></p>\n<p>From: <a href="http://dribbble.com/tjunayed"><strong>Tanveer Junayed</strong></a></p>\n<p><strong>95. </strong><a href="http://dribbble.com/shots/1163553-Flattastic-Free"><strong><span id="78dfddd3-9b61-4ba6-8691-97370c698b99" class="GINGER_SOFATWARE_mark"><span id="dc3d1175-82c9-442f-8227-59fef4ddd053" class="GINGER_SOFATWARE_mark">Flattastic</span></span> Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flattastic-Free.jpg"><img class="aligncenter size-full wp-image-1560" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flattastic-Free.jpg" alt="Flattastic Free" width="600" height="648" /></a></p>\n<p>From: <a href="http://vladedimovski.com/"><strong>Vlade Dimovski</strong></a></p>\n<p><strong>96. </strong><a href="http://dribbble.com/shots/1177997-Ui-Kit-Free-PSD"><strong><span id="6a8af56b-53d9-4a29-9fec-d35d98b88cf9" class="GINGER_SOFATWARE_mark"><span id="5da0e538-6a04-44bd-b574-c658b2093732" class="GINGER_SOFATWARE_mark">Ui</span></span> Kit [Free PSD]</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1561" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/UI-Kit-Free-PSD.jpg" alt="Ui Kit [Free PSD]" width="600" height="389" /></a></p>\n<p>From: <a href="http://dribbble.com/saengaloon"><strong>Pele Chaengsavang</strong></a></p>\n<p><strong>97. </strong><a href="http://dribbble.com/shots/1189977-Freebie-PSD-UI-Kit"><strong>Freebie PSD: UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1562" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-UI-Kit.jpg" alt="Freebie PSD UI Kit" width="600" height="449" /></a></p>\n<p>From: <a href="http://cucurb.it/"><strong>Patryk Adaś</strong></a></p>\n<p><strong>98. </strong><a href="http://dribbble.com/shots/1215390-Transparent-freebie?list=users"><strong>Transparent freebie</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Transparent-freebie.jpg"><img class="aligncenter size-full wp-image-1563" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Transparent-freebie.jpg" alt="Transparent freebie" width="600" height="449" /></a></p>\n<p>From: <a href="http://cucurb.it/"><strong>Patryk Adaś</strong></a></p>\n<p><strong>99. </strong><a href="http://dribbble.com/shots/1227534-Simple-UI-Kit-Free"><strong>Simple UI Kit – Free</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-Kit-_E2_80_93-Free.jpg"><img class="aligncenter size-full wp-image-1564" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-UI-Kit-_E2_80_93-Free.jpg" alt="Simple UI Kit – Free" width="600" height="449" /></a></p>\n<p>From: <a href="http://dribbble.com/sadat"><strong>Sadat</strong></a></p>\n<p><strong>100. </strong><a href="http://dribbble.com/shots/1229441-Freebie-PSD-Flat-Casted-Long-Shadow-UI-Kit"><strong>Freebie PSD: Flat &amp; <span id="87f8a1b1-5022-476e-a11f-a00441baf38e" class="GINGER_SOFATWARE_mark"><span id="b07e3c25-fe52-4d4e-aba5-42ab3c40fb76" class="GINGER_SOFATWARE_mark">Casted</span></span> Long Shadow UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-Casted-Long-Shadow-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1565" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Freebie-PSD-Flat-Casted-Long-Shadow-UI-Kit.jpg" alt="Freebie PSD Flat &amp; Casted Long Shadow UI Kit" width="600" height="449" /></a></p>\n<p>From: <a href="http://dribbble.com/Jackless"><strong>Jacopo Spina</strong></a></p>\n<p><strong>101. </strong><a href="http://www.cssauthor.com/user-interface-design-kit-psd/"><strong>RED UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/RED-UI.jpg"><img class="aligncenter size-full wp-image-1566" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/RED-UI.jpg" alt="RED UI" width="600" height="696" /></a></p>\n<p><strong>102. </strong><a href="http://www.cssauthor.com/leo-free-web-ui-elements-psd-for-free-download/"><strong>Leo</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Leo.jpg"><img class="aligncenter size-full wp-image-1567" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Leo.jpg" alt="Leo" width="600" height="666" /></a></p>\n<p><strong>103. </strong><a href="http://monkee-boy.com/blog/2013/04/freebie-friday-almost-flat-dark-ui-pack/"><strong>Almost Flat Dark UI Pack</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Almost-Flat-Dark-UI-Pack.jpg"><img class="aligncenter size-full wp-image-1568" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Almost-Flat-Dark-UI-Pack.jpg" alt="Almost Flat Dark UI Pack" width="600" height="632" /></a></p>\n<p><strong>104. </strong><a href="http://www.icondeposit.com/design:172"><strong>City Break UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1569" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit.jpg" alt="City Break UI Kit" width="600" height="449" /></a></p>\n<p><strong>105. </strong><a href="http://www.psdexplorer.com/psds/arctic-sunset-gui-kit-free-psd/"><strong>Arctic Sunset GUI Kit Free PSD (Exclusive)</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Arctic-Sunset-GUI-Kit-Free-PSD-Exclusive.jpg"><img class="aligncenter size-full wp-image-1570" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Arctic-Sunset-GUI-Kit-Free-PSD-Exclusive.jpg" alt="Arctic Sunset GUI Kit Free PSD (Exclusive)" width="600" height="421" /></a></p>\n<p><strong>106. </strong><a href="http://pixelkit.com/kits/colorful-ui-kit"><strong>Sweet Candy UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sweet-Candy-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1571" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Sweet-Candy-UI-Kit.jpg" alt="Sweet Candy UI Kit" width="600" height="387" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit.jpg&amp;description=105+%20Free%20Flat%20UI%20Kits%20To%20Enhance%20Your%20Web%20Designs" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-most-addictive-html5-games/" rel="bookmark" title="35+ Best Most Addictive HTML5 Games">\n													35+ Best Most Addictive HTML5 Games												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="bookmark" title="35+ Creative Examples of UI and Wireframe Sketches">\n													35+ Creative Examples of UI and Wireframe Sketches												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="bookmark" title="15 Free &#038; Useful Photoshop Plugins">\n													15 Free &#038; Useful Photoshop Plugins												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1465'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="ab83963e20" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="211"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free flat ui kits to enhance your web designs', '', 'publish', 'closed', 'closed', '', 'free-flat-ui-kits-to-enhance-your-web-designs', '', '', '2017-04-11 13:16:50', '2017-04-11 13:16:50', '', 0, 'http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(135, 1, '2017-04-11 13:16:51', '2017-04-11 13:16:51', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1264" class="post-1264 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design g cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Free High Quality Flat Design Resources</div>\n												<header>\n							<h1 class="title">20 Free High Quality Flat Design Resources</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user friendly, eye- catching, and works on any kind of website that exists. Sources even say, that this might become an integral part of the WEB 2.0, which will be a part of our life in full impact in the near future.</p>\n<p>There is a fact to be made clear of, and that is the fact that you won’t be able to properly implement flat design for all types of websites, as doing so on a few might turn them into a more complex mixture of already messed up stuff. Otherwise, it feels like a minimalistic approach is being forced into something, which doesn’t need it.</p>\n<p>Before you tend to implement a decision, or choose something over another, we need to learn what it actually means, what will be the changes, what will be the effectiveness, what will be the efficiency, and to know all these we refer to the millions of flat design resources available online. And out of those resources, sometimes, those 2 ebooks turn out to be enough for understanding the concept and logic, and the other time you spent, is termed as wasted.</p>\n<p>We have prepared some of the to the point, and the best flat design resources, that will give you the proper knowledge and conceptualization over Flat designing, and will make your job as a designer, or as a developer much much easier. Those few rules that you must tend to follow, and other stuff, you need to know, you will find in this collection. Best of luck over your use with the flat designing, and we hope, you bring out more than wonders to your website.</p>\n<h3><span style="text-decoration: underline;"><em><strong>20 Free High Quality Flat Design Resources</strong></em></span>:</h3>\n<p><a href="http://dribbble.com/shots/977830-Apple-devices-Flat-icons-PSD"><strong>Apple <span id="c7f1dae1-05f1-4a82-a496-9b20b0a14809" class="GINGER_SOFATWARE_mark">Devices Flat</span> Icons PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD.jpg"><img class="aligncenter size-full wp-image-1265" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD.jpg" alt="Apple Devices Flat Icons PSD" width="600" height="450" /></a></p>\n<p><a href="http://designmodo.com/flat/"><strong>Free Flat UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Free-Flat-UI.jpg"><img class="aligncenter size-full wp-image-1266" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Free-Flat-UI.jpg" alt="Free Flat UI" width="600" height="350" /></a></p>\n<p><a href="http://dribbble.com/shots/1061304-Freebie-PSD-Flat-UI-Kit"><strong>Flat UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1267" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-UI-Kit.jpg" alt="Flat UI Kit" width="600" height="439" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/24-flat-icons-psd/"><strong>24 Flat Icons</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/24-Flat-Icons.jpg"><img class="aligncenter size-full wp-image-1268" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/24-Flat-Icons.jpg" alt="24 Flat Icons" width="600" height="380" /></a></p>\n<p><a href="http://dribbble.com/shots/947782-Freebie-PSD-Flat-UI-Kit"><strong><span id="8de86f75-866c-4681-8bc3-9510507aab25" class="GINGER_SOFATWARE_mark">Freen</span> Flat UI Kit PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Freen-Flat-UI-Kit-PSD.jpg"><img class="aligncenter size-full wp-image-1269" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Freen-Flat-UI-Kit-PSD.jpg" alt="Freen Flat UI Kit PSD" width="600" height="489" /></a></p>\n<p><a href="http://dribbble.com/shots/1078041-FREEBIE-Flat-Radial-Graph-PSD"><strong>Flat Radial Graph PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Radial-Graph-PSD.jpg"><img class="aligncenter size-full wp-image-1270" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Radial-Graph-PSD.jpg" alt="Flat Radial Graph PSD" width="600" height="326" /></a></p>\n<p><a href="http://dribbble.com/shots/1002487-Flat-UI"><strong>Flat UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-UI.jpg"><img class="aligncenter size-full wp-image-1271" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-UI.jpg" alt="Flat UI" width="600" height="479" /></a></p>\n<p><a href="http://dribbble.com/shots/1053792-Free-Colorful-Icons"><strong>Free Colorful Icons</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Free-Colorful-Icons.jpg"><img class="aligncenter size-full wp-image-1272" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Free-Colorful-Icons.jpg" alt="Free Colorful Icons" width="600" height="326" /></a></p>\n<p><a href="http://dribbble.com/shots/991527-UI-Kit-Free-download"><strong>UI Kit Free Download</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/UI-Kit-Free-Download.jpg"><img class="aligncenter size-full wp-image-1273" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/UI-Kit-Free-Download.jpg" alt="UI Kit Free Download" width="600" height="698" /></a></p>\n<p><a href="http://dribbble.com/shots/913555-Flat-Web-Elements"><strong>Flat Web Elements</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Web-Elements.jpg"><img class="aligncenter size-full wp-image-1274" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Web-Elements.jpg" alt="Flat Web Elements" width="600" height="326" /></a></p>\n<p><a href="http://sarahjustine.com/2013/03/17/featherweight-ui-a-free-vector-based-and-retina-ready-ui-kit-with-bonus-mini-tutorial/"><strong>Featherweight UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Featherweight-UI.jpg"><img class="aligncenter size-full wp-image-1275" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Featherweight-UI.jpg" alt="Featherweight UI" width="600" height="477" /></a></p>\n<p><a href="http://dribbble.com/shots/1093256--flatlyfe-UI-Kit-FREEBIE"><strong><span id="46cbfd9f-d19e-4fd1-837c-3c2d3150cd95" class="GINGER_SOFATWARE_mark">Flatlyfe</span> UI Kit Free PSD</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flatlyfe-UI-Kit-Free-PSD.jpg"><img class="aligncenter size-full wp-image-1276" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flatlyfe-UI-Kit-Free-PSD.jpg" alt="Flatlyfe UI Kit Free PSD" width="600" height="396" /></a></p>\n<p><a href="http://dribbble.com/shots/1092374-Friends-list-UI-Free-PSD"><strong>Friends <span id="25f14239-3b22-4b1f-9199-950291984668" class="GINGER_SOFATWARE_mark">Iphone</span> App UI</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Friends-Iphone-App-UI.jpg"><img class="aligncenter size-full wp-image-1277" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Friends-Iphone-App-UI.jpg" alt="Friends Iphone App UI" width="600" height="450" /></a></p>\n<p><a href="http://medialoot.com/item/minimal-apple-product-templates/"><strong>Minimal Apple Product Templates</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-Apple-Product-Templates.jpg"><img class="aligncenter size-full wp-image-1278" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-Apple-Product-Templates.jpg" alt="Minimal Apple Product Templates" width="600" height="413" /></a></p>\n<p><a href="http://www.iconshock.com/icon_sets/flat-icons/"><strong>3600+ Free Flat Icons</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3600_-Free-Flat-Icons.jpg"><img class="aligncenter size-full wp-image-1279" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3600_-Free-Flat-Icons.jpg" alt="3600+ Free Flat Icons" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/649058-Browsers-Glyphs"><strong>Browsers Glyphs</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Browsers-Glyphs.jpg"><img class="aligncenter size-full wp-image-1280" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Browsers-Glyphs.jpg" alt="Browsers Glyphs" width="600" height="326" /></a></p>\n<p><a href="http://dribbble.com/shots/968433-Freebie-PSD-Flat-UI-Kit-2-Blog"><strong>Flat Blog UI Kit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Blog-UI-Kit.jpg"><img class="aligncenter size-full wp-image-1281" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-Blog-UI-Kit.jpg" alt="Flat Blog UI Kit" width="600" height="450" /></a></p>\n<p><a href="http://www.premiumpixels.com/freebies/flat-file-icons-psd/"><strong>Flat File Icons</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-File-Icons.jpg"><img class="aligncenter size-full wp-image-1282" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Flat-File-Icons.jpg" alt="Flat File Icons" width="600" height="311" /></a></p>\n<p><a href="http://dribbble.com/shots/1066877-iPhone-5-Flat-Design"><strong>iPhone5 Flat Design</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/iPhone5-Flat-Design.jpg"><img class="aligncenter size-full wp-image-1283" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/iPhone5-Flat-Design.jpg" alt="iPhone5 Flat Design" width="600" height="358" /></a></p>\n<p><a href="http://dribbble.com/shots/1049471-Imac-Ipad-Iphone-flat-illustration"><strong>Mac,Ipad &amp; Iphone Flat Illustration</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacIpad-Iphone-Flat-Illustration.jpg"><img class="aligncenter size-full wp-image-1284" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/MacIpad-Iphone-Flat-Illustration.jpg" alt="Mac,Ipad &amp; Iphone Flat Illustration" width="600" height="326" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-high-quality-flat-design-resources.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-high-quality-flat-design-resources.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD.jpg&amp;description=20%20Free%20High%20Quality%20Flat%20Design%20Resources" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" rel="bookmark" title="50+ Creative 404 Error Page Designs for Inspiration">\n													50+ Creative 404 Error Page Designs for Inspiration												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" rel="bookmark" title="12 Free Text To Speech Voice Conversion Tools">\n													12 Free Text To Speech Voice Conversion Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" rel="bookmark" title="25+ Responsive Mobile App Landing Pages for Inspiration">\n													25+ Responsive Mobile App Landing Pages for Inspirat...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-high-quality-flat-design-resources/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1264'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="0be676e950" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="102"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free high quality flat design resources', '', 'publish', 'closed', 'closed', '', 'free-high-quality-flat-design-resources', '', '', '2017-04-11 13:16:51', '2017-04-11 13:16:51', '', 0, 'http://thedesignpixel.com/free-high-quality-flat-design-resources/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(136, 1, '2017-04-11 13:16:52', '2017-04-11 13:16:52', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-937" class="g post post-937 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-icons tag-photoshop cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 Free Minimalistic Icon Sets for Web Designers</div>\n												<header>\n							<h1 class="title">20 Free Minimalistic Icon Sets for Web Designers</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-minimalistic-icon-sets/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into Smartphones. The same ideology is being followed everywhere. Simplicity, and being to the point, and sharp. This defines anything to be <span class="GINGER_SOFATWARE_mark" id="0682580c-ce5e-402b-9147-4358741061f1">Minimalistic</span>. Minimalism, it the technique of using simple and sharp contexts to define your point of view, or express facts, figures, etc.</p>\n<p>After the heavy icon sets, ranging from themes based on TV Shows, movies, cartoon characters, etc., everyone wants the things to be simple to understand again. No one has time, and the things being more simple, help you do things quickly! The Minimalistic Icon packs are sharp, have simple figures, defining the process, that icon belongs to, and is very easy and quick to navigate through them. They are very small in size, and don’t involve much of the graphical stuff, so the system functioning also stays smooth like butter, all the time as is!</p>\n<p>With thousands of icon packs available, with glossed effects, <span class="GINGER_SOFATWARE_mark" id="01212755-3c51-4fca-8f9c-adfd67b1e048">animated stuff</span>, etc., but many people are choosing the Minimalistic icon packs today! These icon packs help you navigate easily, are quick and responsive, look pretty damn cool, and are sharply to the point. Who won’t want them with all these features mentioned. Moreover, if you wish to modify these icons, you can do the same easily in photoshop, if you even have basic knowledge of it. A lot of Minimalistic icon sets are available, but the best 20 Minimalistic icon sets are mentioned below.</p>\n<h3><strong><span style="text-decoration: underline;"><em>20 Free Minimalistic Icon Sets for Web Designers</em></span>:</strong></h3>\n<p><a href="http://dribbble.com/shots/1221691-Pixo-Icon-Set" target="_blank"><b>Pixo Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pixo-Icon-Set.jpg"><img class="aligncenter size-full wp-image-938" title="Pixo Icon Set" alt="Pixo Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pixo-Icon-Set.jpg" width="600" height="449" /></a></p>\n<p><a href="http://dribbble.com/shots/1257362-IOS7-Outlined-Icon-Set" target="_blank"><b>IOS7 Outlined Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/IOS7-Outlined-Icon-Set.jpg"><img class="aligncenter size-full wp-image-939" title="IOS7 Outlined Icon Set" alt="IOS7 Outlined Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/IOS7-Outlined-Icon-Set.jpg" width="600" height="449" /></a></p>\n<p><a href="http://dribbble.com/shots/1359078-Game-Stats-icons" target="_blank"><b>Game Stats Icons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Stats-Icons.jpg"><img class="aligncenter size-full wp-image-940" title="Game Stats Icons" alt="Game Stats Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Game-Stats-Icons.jpg" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1353988-EDU-Icon-Set" target="_blank"><b>EDU Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EDU-Icon-Set.jpg"><img class="aligncenter size-full wp-image-941" title="EDU Icon Set" alt="EDU Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EDU-Icon-Set.jpg" width="600" height="448" /></a></p>\n<p><a href="http://dribbble.com/shots/1352946-Icons-Set" target="_blank"><b>Icons Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Set.jpg"><img class="aligncenter size-full wp-image-942" title="Icons Set" alt="Icons Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icons-Set.jpg" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1347604-Widget-weather-icon-set" target="_blank"><b>Widget Weather Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Widget-Weather-Icon-Set.jpg"><img class="aligncenter size-full wp-image-943" title="Widget Weather Icon Set" alt="Widget Weather Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Widget-Weather-Icon-Set.jpg" width="600" height="448" /></a></p>\n<p><a href="http://www.behance.net/gallery/Minimal-White-Social-Icons/9695625" target="_blank"><b>Minimal White Social Icons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-White-Social-Icons.jpg"><img class="aligncenter size-full wp-image-944" title="Minimal White Social Icons" alt="Minimal White Social Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-White-Social-Icons.jpg" width="600" height="448" /></a></p>\n<p><a href="http://aditya2611.deviantart.com/art/Hexashade-Icon-Pack-420382981" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="3b071df6-0e3e-49c9-bbcf-f0223626ac85">Hexashade</span> Icon Pack</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hexashade-Icon-Pack.jpg"><img class="aligncenter size-full wp-image-945" title="Hexashade Icon Pack" alt="Hexashade Icon Pack" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hexashade-Icon-Pack.jpg" width="600" height="337" /></a></p>\n<p><a href="http://dribbble.com/shots/1350325-Small-Payment-Icons" target="_blank"><b>Small Payment Icons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Small-Payment-Icons.jpg"><img class="aligncenter size-full wp-image-946" title="Small Payment Icons" alt="Small Payment Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Small-Payment-Icons.jpg" width="600" height="448" /></a></p>\n<p><a href="http://dribbble.com/shots/1347541-Widget-control-icon-set" target="_blank"><b>Widget Control Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Widget-Control-Icon-Set.jpg"><img class="aligncenter size-full wp-image-947" title="Widget Control Icon Set" alt="Widget Control Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Widget-Control-Icon-Set.jpg" width="600" height="451" /></a></p>\n<p><a href="http://www.designdeck.co.uk/a/1300/IC-Minimal-Icon-Set-Update" target="_blank"><b>IC Minimal Icon Set Update</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/IC-Minimal-Icon-Set-Update.jpg"><img class="aligncenter size-full wp-image-948" title="IC Minimal Icon Set Update" alt="IC Minimal Icon Set Update" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/IC-Minimal-Icon-Set-Update.jpg" width="600" height="612" /></a></p>\n<p><a href="http://dribbble.com/shots/1259216-Minimal-line-Icons" target="_blank"><b>Minimal line Icons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-line-Icons.jpg"><img class="aligncenter size-full wp-image-949" title="Minimal line Icons" alt="Minimal line Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-line-Icons.jpg" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1269474-Icon-set-for-VideoGenie" target="_blank"><b>Icon Set For VideoGenie</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie.jpg"><img class="aligncenter  wp-image-950" title="Icon Set For VideoGenie" alt="Icon Set For VideoGenie" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie.jpg" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1284638-Life360-Icon-Set" target="_blank"><b>Life360 Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Life360-Icon-Set.jpg"><img class="aligncenter  wp-image-951" title="Life360 Icon Set" alt="Life360 Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Life360-Icon-Set.jpg" width="600" height="450" /></a></p>\n<p><a href="http://dribbble.com/shots/1223809-BraveNewTalent-Iconography" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="d6571007-6a83-448e-901f-13218bf82da1">BraveNewTalent</span> Iconography</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/BraveNewTalent-Iconography.jpg"><img class="aligncenter size-full wp-image-952" title="BraveNewTalent Iconography" alt="BraveNewTalent Iconography" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/BraveNewTalent-Iconography.jpg" width="600" height="448" /></a></p>\n<p><a href="http://dribbble.com/shots/1229312-Yummicon-Icon-Set" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="f20fd8f8-b5d6-4f6a-b979-d48298e5eb9c">Yummicon</span> Icon Set</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/BraveNewTalent-Iconography.jpg"><img class="aligncenter size-full wp-image-952" alt="BraveNewTalent Iconography" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/BraveNewTalent-Iconography.jpg" width="600" height="448" /></a> <a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yummicon-Icon-Set.jpg"><img class="aligncenter size-full wp-image-953" title="Yummicon Icon Set" alt="Yummicon Icon Set" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Yummicon-Icon-Set.jpg" width="600" height="451" /></a></p>\n<p><a href="http://dribbble.com/shots/1345476-White-Winter-Icons" target="_blank"><b>White Winter Icons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/White-Winter-Icons.jpg"><img class="aligncenter size-full wp-image-954" title="White Winter Icons" alt="White Winter Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/White-Winter-Icons.jpg" width="600" height="442" /></a></p>\n<p><a href="http://dribbble.com/shots/1275041-Ionicons-Free-Open-Source-Icon-Font" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="f813eb45-f6cc-4aaa-866e-050acdef672e">Ionicons</span> Free &amp; Open Source Icon Font</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ionicons-Free-Open-Source-Icon-Font.jpg"><img class="aligncenter size-full wp-image-955" title="Ionicons Free &amp; Open Source Icon Font" alt="Ionicons Free &amp; Open Source Icon Font" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ionicons-Free-Open-Source-Icon-Font.jpg" width="600" height="326" /></a></p>\n<p><a href="http://gaurav93.deviantart.com/art/WhitePulse-IconPack-421882823" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="057d2572-c46f-4215-b625-5e79c1c7a340">WhitePulse</span> <span class="GINGER_SOFATWARE_mark" id="95dd3351-d27f-40e7-8caf-5d2d5fcb8310">IconPack</span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/WhitePulse-IconPack.jpg"><img class="aligncenter size-full wp-image-956" title="WhitePulse IconPack" alt="WhitePulse IconPack" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/WhitePulse-IconPack.jpg" width="600" height="314" /></a></p>\n<p><a href="http://dd-ripper.deviantart.com/art/Minimal-Flat-icons-402197177" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="dec06e9d-7a27-4199-8387-9c8ccc2fe6ab">Minimal Flat</span> Icons</b></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-Flat-Icons.jpg"><img class="aligncenter size-full wp-image-957" alt="Minimal Flat Icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Minimal-Flat-Icons.jpg" width="600" height="350" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-minimalistic-icon-sets.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-minimalistic-icon-sets.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie.jpg&amp;description=20%20Free%20Minimalistic%20Icon%20Sets%20for%20Web%20Designers" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/icons/" rel="tag">Icons</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" rel="bookmark" title="12 Free Text To Speech Voice Conversion Tools">\n													12 Free Text To Speech Voice Conversion Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" rel="bookmark" title="30 Best Print Ready PSD Flyer Templates">\n													30 Best Print Ready PSD Flyer Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="bookmark" title="20+ Free and Premium WordPress Coming Soon Themes">\n													20+ Free and Premium WordPress Coming Soon Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-minimalistic-icon-sets/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''937'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="00f58109ee" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="135"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free minimalistic icon sets', '', 'publish', 'closed', 'closed', '', 'free-minimalistic-icon-sets', '', '', '2017-04-11 13:16:52', '2017-04-11 13:16:52', '', 0, 'http://thedesignpixel.com/free-minimalistic-icon-sets/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(137, 1, '2017-04-11 13:16:53', '2017-04-11 13:16:53', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3328" class="g post post-3328 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-css tag-freebies tag-html tag-templates tag-themes cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Free &#038; Premium Business Website Templates</div>\n												<header>\n							<h1 class="title">30 Free &#038; Premium Business Website Templates</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-premium-business-website-templates/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<center>\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n</center>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right time to design, or get designed a website for your offline business right away to reach the billions of potential customers, that are accessing web every second! The point of argument, that how do you get the website developed. It is a pretty costly deal to hire a web designer, or developer hired to develop your custom website, and did you know, that if you had a little knowledge of web designing, and computing, you can develop your own website in less than a day!</p>\n<p>Website templates are really great pre-designed websites, that just need a mere customization, in the content, the pictures, and it becomes your own website. If you want to go more complex, you can add new, or remove the preexisting features too, and still, would have a lot of time of yours, when you get to develop it from a designer, or start to design a fresh new website.</p>\n<p><strong>You May Like our Previous Collection as Well:</strong><br />\n<strong><a title="145+ Free Responsive HTML5 CSS3 Website Templates" href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="bookmark">145+ Free Responsive <span id="490b76da-6116-4034-baf7-e09dd5152c02" class="GINGER_SOFATWARE_mark"><span id="1edba3f7-5c21-4fa5-8eba-024ec87ace95" class="GINGER_SOFATWARE_mark"><span id="e5c7286c-1bde-4eba-810f-7321b9f4e21b" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span></span> Website Templates</a></strong><br />\n<strong><a title="25+ Best Flat Design Website Templates" href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="bookmark">25+ Best Flat <span id="11b1c6a1-79a9-46af-a0f7-6107b45ff5ca" class="GINGER_SOFATWARE_mark"><span id="39ed9d90-0932-48f7-acbe-075c1e7769e5" class="GINGER_SOFATWARE_mark"><span id="8ad24b9a-1bd5-4f98-bdc1-1efa70cd0af1" class="GINGER_SOFATWARE_mark">Design Website</span></span></span> Templates</a></strong><br />\n<strong><a title="Top 20 Best Premium Web Hosting Templates" href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="bookmark">Top 20 Best Premium Web Hosting Templates</a></strong><br />\n<strong><a title="35+ Free Coming Soon and Under Construction Templates" href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a></strong><br />\n<strong><a title="45+ Best Free Responsive Blogger Templates" href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="bookmark">45+ Best Free Responsive Blogger Templates</a></strong></p>\n<p>There are lots of businesses, and these templates have been using such combinations, that you can customize them for any sort of business, and your business will suit best on the website as is. There are a great number of these business website templates, and choosing the one that suits you the best, is a job not too easy. So, we have bifurcated some of the best business website templates, that you can download from here, and use them, modify them, and use them.\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>30 Free &amp; Premium Business Website Templates:</strong></em></span></h3>\n<p><strong>Stability &ndash; Responsive HTML5/CSS3 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Stability-Responsive-Business-Template.jpg"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Stability-Responsive-Business-Template.jpg" alt="Stability-Responsive-Business-Template" width="550" height="854"></a></p>\n<p><strong><a href="http://themeforest.net/item/stability-responsive-html5css3-template/full_screen_preview/7222255?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/stability-responsive-html5css3-template/7222255?ref=icabrera">More Info</a></strong></p>\n<p><strong>Sapphire &ndash; Responsive HTML5 / CSS3 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sapphire-Responsive-Business-website-Template.jpg"><img class="aligncenter size-full wp-image-3332" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sapphire-Responsive-Business-website-Template.jpg" alt="Sapphire-Responsive-Business-website-Template" width="550" height="744"></a></p>\n<p><strong><a href="http://themeforest.net/item/sapphire-responsive-html5-css3-template/full_screen_preview/7163692?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/sapphire-responsive-html5-css3-template/7163692?ref=icabrera">More Info</a></strong></p>\n<p><strong><span id="f8586786-4555-4fed-bb4d-42349c2e4822" class="GINGER_SOFATWARE_mark"><span id="c0fb4124-d07a-48f6-8c0d-45c2d95752df" class="GINGER_SOFATWARE_mark"><span id="7c555fb4-f8cc-4b27-9ff6-56c533a989d4" class="GINGER_SOFATWARE_mark"><span id="1aae0890-d652-4188-860e-f99d3e40b9d5" class="GINGER_SOFATWARE_mark"><span id="6554017f-eb22-49e6-8651-8d20a10b595e" class="GINGER_SOFATWARE_mark"><span id="d8f8056d-bb22-407a-942e-6adaa181bb20" class="GINGER_SOFATWARE_mark"><span id="551b0938-8264-4c20-b4e4-6f02aa73b4d5" class="GINGER_SOFATWARE_mark"><span id="c46bd3e8-f9cd-4fe6-af16-d91b35ccc185" class="GINGER_SOFATWARE_mark">Wippe</span></span></span></span></span></span></span></span> &ndash; Responsive HTML Business Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Wippe-Responsive-HTML-Business-Template.jpg"><img class="aligncenter size-full wp-image-3333" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Wippe-Responsive-HTML-Business-Template.jpg" alt="Wippe-Responsive-HTML-Business-Template" width="550" height="826"></a></p>\n<p><strong><a href="http://themeforest.net/item/wippe-responsive-html-template/full_screen_preview/7032929?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/wippe-responsive-html-template/7032929?ref=icabrera">More Info</a></strong></p>\n<p><strong>NRG &ndash; Responsive Business HTML Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/NRG-Responsive-Business-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3334" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/NRG-Responsive-Business-HTML-Template.jpg" alt="NRG-Responsive-Business-HTML-Template" width="550" height="692"></a></p>\n<p><strong><a href="http://themeforest.net/item/nrg-responsive-html-template/full_screen_preview/6977633?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/nrg-responsive-html-template/6977633?ref=icabrera">More Info</a></strong></p>\n<p><strong><span id="fd03be5d-97c7-4663-96b1-227ccaef757e" class="GINGER_SOFATWARE_mark"><span id="fd50442f-5a56-425f-a9c5-da5fe0032ec4" class="GINGER_SOFATWARE_mark"><span id="af3befaf-69aa-42e4-92d3-2d1a726a8126" class="GINGER_SOFATWARE_mark"><span id="b44f4c82-294e-4e52-8de8-c1575b90a36c" class="GINGER_SOFATWARE_mark"><span id="a1194379-eb21-4ae2-a5ad-befd46345806" class="GINGER_SOFATWARE_mark"><span id="5583e8f0-da09-4156-8652-b7b0636fee3c" class="GINGER_SOFATWARE_mark"><span id="b48e6ada-d333-447e-90e8-c2e33aea1c41" class="GINGER_SOFATWARE_mark">Tempcore</span></span></span></span></span></span></span> &ndash; Business HTML5 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Tempcore-Business-HTML5-Template.jpg"></a></p>\n<p><strong><a href="http://themeforest.net/item/tempcore-business-html5-template/full_screen_preview/6905608?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/tempcore-business-html5-template/6905608?ref=icabrera">More Info</a></strong></p>\n<p><strong>Xenia &ndash; Refined HTML 5 / CSS 3 Corporate Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Xenia-Refined-HTML-5-CSS-3-Corporate-Template1.jpg"><img class="aligncenter size-full wp-image-3336" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Xenia-Refined-HTML-5-CSS-3-Corporate-Template1.jpg" alt="Xenia-Refined-HTML-5-CSS-3-Corporate-Template1" width="550" height="775"></a></p>\n<p><strong><a href="http://themeforest.net/item/xenia-refined-html-5-css-3-corporate-template/full_screen_preview/6863456?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/xenia-refined-html-5-css-3-corporate-template/6863456?ref=icabrera">More Info</a></strong></p>\n<p><strong>Square Responsive HTML Business Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Square-Responsive-HTML-Business-Template.jpg"><img class="aligncenter size-full wp-image-3337" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Square-Responsive-HTML-Business-Template.jpg" alt="Square-Responsive-HTML-Business-Template" width="550" height="707"></a></p>\n<p><strong><a href="http://themeforest.net/item/square-portfolio-responsive-html-template/full_screen_preview/6853295?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/square-portfolio-responsive-html-template/6853295?ref=icabrera">More Info</a></strong></p>\n<p><strong>Sentinel &ndash; Responsive <span id="9e20e08e-5fef-4e84-a7b0-a98c6509c8ea" class="GINGER_SOFATWARE_mark"><span id="c5725c2e-83a3-4684-9313-76c37ba672b2" class="GINGER_SOFATWARE_mark">Multipurpose</span></span> Business Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sentinel-Responsive-Multi-Purpose-Business-Template.jpg"><img class="aligncenter size-full wp-image-3338" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sentinel-Responsive-Multi-Purpose-Business-Template.jpg" alt="Sentinel-Responsive-Multi-Purpose-Business-Template" width="550" height="765"></a></p>\n<p><strong><a href="http://themeforest.net/item/sentinel-responsive-multipurpose-template/full_screen_preview/6767794?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/sentinel-responsive-multipurpose-template/6767794?ref=icabrera">More Info</a></strong></p>\n<p><strong>BLISTER Clean &amp; Business Site Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BLISTER-Clean-Business-Site-Template.jpg"><img class="aligncenter size-full wp-image-3339" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/BLISTER-Clean-Business-Site-Template.jpg" alt="BLISTER-Clean-Business-Site-Template" width="550" height="587"></a></p>\n<p><strong><a href="http://themeforest.net/item/blister-clean-business-site-template/full_screen_preview/6657492?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/blister-clean-business-site-template/6657492?ref=icabrera">More Info</a></strong></p>\n<p><strong>Mavericks Business and Portfolio Web Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mavericks-Business-Portfolio-Web-Template.jpg"><img class="aligncenter size-full wp-image-3340" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mavericks-Business-Portfolio-Web-Template.jpg" alt="Mavericks-Business-Portfolio-Web-Template" width="550" height="815"></a></p>\n<p><strong><a href="http://themeforest.net/item/mavericks-business-and-portfolio-web-template/full_screen_preview/6653363?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/mavericks-business-and-portfolio-web-template/6653363?ref=icabrera">More Info</a></strong></p>\n<p><strong><span id="f3adac9b-baa5-4042-8564-959aaf82a837" class="GINGER_SOFATWARE_mark"><span id="87789b5e-9529-43c1-978e-2f06e55f7dd6" class="GINGER_SOFATWARE_mark"><span id="19acb3a2-d072-431b-84b2-47e75420dcec" class="GINGER_SOFATWARE_mark"><span id="2ed005e8-6d67-4d3c-a81b-1a7ae5de4e01" class="GINGER_SOFATWARE_mark"><span id="728553e6-705c-43c1-80b2-61c53f08a950" class="GINGER_SOFATWARE_mark"><span id="163cd27f-1977-4d61-951c-eb7f4754963c" class="GINGER_SOFATWARE_mark"><span id="b9984c89-8f6a-4fb3-839f-f737a0170acd" class="GINGER_SOFATWARE_mark"><span id="939ae96a-26cf-43b8-8c2b-00db7e380310" class="GINGER_SOFATWARE_mark">Emerix</span></span></span></span></span></span></span></span> &ndash; Responsive Business HTML5 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Emerix-Responsive-Business-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3341" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Emerix-Responsive-Business-HTML5-Template.jpg" alt="Emerix-Responsive-Business-HTML5-Template" width="550" height="570"></a></p>\n<p><strong><a href="http://themeforest.net/item/emerix-responsive-html5-template/full_screen_preview/6543157?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/emerix-responsive-html5-template/6543157?ref=icabrera">More Info</a></strong></p>\n<p><strong>Oliver &ndash; Responsive Business Bootstrap3 HTML5 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Oliver-Responsive-Business-Bootstrap3-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3342" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Oliver-Responsive-Business-Bootstrap3-HTML5-Template.jpg" alt="Oliver-Responsive-Business-Bootstrap3-HTML5-Template" width="550" height="720"></a></p>\n<p><strong><a href="http://themeforest.net/item/oliver-responsive-bootstrap3-html5-template/full_screen_preview/6512731?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/oliver-responsive-bootstrap3-html5-template/6512731?ref=icabrera">More Info</a></strong></p>\n<p><strong><span id="90c378b5-2686-4acc-b6ab-e6934ca92a02" class="GINGER_SOFATWARE_mark"><span id="7480c4a1-6cb8-4bdd-a812-33a18ef2f652" class="GINGER_SOFATWARE_mark"><span id="75655d32-ef3d-4176-b9ff-4e3cb30a0e3a" class="GINGER_SOFATWARE_mark"><span id="2513e0f7-67ba-49c9-b075-092c2a8902b0" class="GINGER_SOFATWARE_mark"><span id="4e06bd36-7b0a-4f42-adbf-3215d0665ef3" class="GINGER_SOFATWARE_mark"><span id="dd763dd0-b84c-468d-875b-1a25394054d4" class="GINGER_SOFATWARE_mark">Sardonyx</span></span></span></span></span></span>&nbsp;&ndash; Responsive Business Bootstrap3 HTML5 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sardonyx-Fully-Responsive-Business-Template.jpg"><img class="aligncenter size-full wp-image-3343" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Sardonyx-Fully-Responsive-Business-Template.jpg" alt="Sardonyx-Fully-Responsive-Business-Template" width="550" height="726"></a></p>\n<p><strong><a href="http://themeforest.net/item/sardonyx-fully-responsive-business-template/full_screen_preview/6437460?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/sardonyx-fully-responsive-business-template/6437460?ref=icabrera">More Info</a></strong></p>\n<p><strong>Cinergy &ndash; Modern Business HTML Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cinergy-Modern-Business-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3344" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Cinergy-Modern-Business-HTML-Template.jpg" alt="Cinergy-Modern-Business-HTML-Template" width="550" height="833"></a></p>\n<p><strong><a href="http://themeforest.net/item/cinergy-modern-business-html-template-/full_screen_preview/6348061?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/cinergy-modern-business-html-template-/6348061?ref=icabrera">More Info</a></strong></p>\n<p><strong><span id="9b793952-4fe3-4da2-afbb-037910336ef3" class="GINGER_SOFATWARE_mark"><span id="3f615800-e161-4ef0-9b13-a896b232a3e3" class="GINGER_SOFATWARE_mark"><span id="48dd136f-df4c-4888-bfa4-64482a8f5f94" class="GINGER_SOFATWARE_mark"><span id="57a6a11b-3a11-40df-857c-98b0a47a5870" class="GINGER_SOFATWARE_mark"><span id="1de574bf-b925-412f-802f-17d3b8f69d6f" class="GINGER_SOFATWARE_mark"><span id="2a516454-3e01-456d-994a-d5d36dfb50d0" class="GINGER_SOFATWARE_mark"><span id="d74204e5-9533-4b14-af18-cbfe413e66ab" class="GINGER_SOFATWARE_mark"><span id="81aba21a-ffd8-413c-8636-4fc86c950a06" class="GINGER_SOFATWARE_mark">Vertikal</span></span></span></span></span></span></span></span> &ndash; Multipurpose Business HTML5 Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Vertikal-Multipurpose-Business-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-3345" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Vertikal-Multipurpose-Business-HTML5-Template.jpg" alt="Vertikal-Multipurpose-Business-HTML5-Template" width="550" height="725"></a></p>\n<p><strong><a href="http://themeforest.net/item/vertikal-multipurpose-html5-template/full_screen_preview/6369349?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/vertikal-multipurpose-html5-template/6369349?ref=icabrera">More Info</a></strong></p>\n<p><strong>Krypton &ndash; Responsive Multipurpose Business HTML Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Krypton-Responsive-Multipurpose-Business-HTML-Template.jpg"><img class="aligncenter size-full wp-image-3346" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Krypton-Responsive-Multipurpose-Business-HTML-Template.jpg" alt="Krypton-Responsive-Multipurpose-Business-HTML-Template" width="550" height="734"></a></p>\n<p><strong><a href="http://themeforest.net/item/krypton-responsive-multipurpose-html-template/full_screen_preview/6356359?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/krypton-responsive-multipurpose-html-template/6356359?ref=icabrera">More Info</a></strong></p>\n<p><strong>Florida &ndash; Premium Business Responsive Template</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Florida-Premium-Business-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-3347" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Florida-Premium-Business-Responsive-Template.jpg" alt="Florida-Premium-Business-Responsive-Template" width="550" height="678"></a></p>\n<p><strong><a href="http://themeforest.net/item/florida-premium-multipurpose-responsive-template/full_screen_preview/6295723?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/florida-premium-multipurpose-responsive-template/6295723?ref=icabrera">More Info</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/toledo-responsive-super-flexible-theme/3128351?ref=icabrera">Toledo &ndash; Responsive &amp; Super Flexible Theme</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Toledo-Responsive.jpg"><img class="aligncenter size-full wp-image-3361" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Toledo-Responsive.jpg" alt="Toledo-Responsive" width="550" height="308"></a></p>\n<p><strong><a href="http://themeforest.net/item/toledo-responsive-super-flexible-theme/3128351?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/grey-html5-and-css3-responsive-template/3122387?ref=icabrera"><span id="7624e882-5002-4c87-adff-8ef65c168e42" class="GINGER_SOFATWARE_mark"><span id="838f13ad-e945-4f3f-801e-faddc4d8c870" class="GINGER_SOFATWARE_mark"><span id="39b4c8c9-ea5d-4d8f-b63f-aa0c9779c1df" class="GINGER_SOFATWARE_mark"><span id="74749b59-d72d-435e-afbb-e1e86263c8a8" class="GINGER_SOFATWARE_mark"><span id="8819c381-0d18-4f33-ae6b-d3ebc7bb56b5" class="GINGER_SOFATWARE_mark"><span id="1a3553ce-3355-4dee-94f0-6b6799d1d510" class="GINGER_SOFATWARE_mark"><span id="669740a0-cf28-4ae9-8fb8-1cdc05b7d430" class="GINGER_SOFATWARE_mark"><span id="9e1a4139-0948-470d-9a13-7fdbbf81a71f" class="GINGER_SOFATWARE_mark">Grey</span></span></span></span></span></span></span></span> HTML5 and CSS3 Responsive</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Grey-HTML5.jpg"><img class="aligncenter size-full wp-image-3360" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Grey-HTML5.jpg" alt="Grey-HTML5" width="550" height="295"></a></p>\n<p><strong><a href="http://holeczek.pl/webdevelopment/grey/">Demo</a> | <a href="http://themeforest.net/item/grey-html5-and-css3-responsive-template/3122387?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/dare-responsive-html-template/3087825?ref=icabrera">Dare &ndash; Responsive HTML5</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dare.jpg"><img class="aligncenter size-full wp-image-3359" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dare.jpg" alt="Dare" width="550" height="319"></a></p>\n<p><strong><a href="http://www.mountethemes.com/dare/">Demo</a> | <a href="http://themeforest.net/item/dare-responsive-html-template/3087825?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/willbridge-premium-responsive-html5-template/3096208?ref=icabrera"><span id="a0415062-da18-4dd9-9726-e557fc88e3f8" class="GINGER_SOFATWARE_mark"><span id="66084d91-797c-4c2d-bee5-69d7f1e8f0ff" class="GINGER_SOFATWARE_mark"><span id="a0e869a2-9278-4bd5-9c49-a2409af56444" class="GINGER_SOFATWARE_mark"><span id="1bb91e24-90c7-4fd2-a40b-2c4c6a459b46" class="GINGER_SOFATWARE_mark"><span id="6172286d-c1ef-4d85-ab6f-200d6208fad1" class="GINGER_SOFATWARE_mark"><span id="aab85bdc-cf2a-4acc-9f23-bbbd209b4b98" class="GINGER_SOFATWARE_mark">Willbridge</span></span></span></span></span></span> &ndash; Premium Responsive HTML5</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Willbridge.jpg"><img class="aligncenter size-full wp-image-3358" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Willbridge.jpg" alt="Willbridge" width="550" height="302"></a></p>\n<p><strong><a href="http://willbridge-html.cmsmasters.net/">Demo</a> | <a href="http://themeforest.net/item/willbridge-premium-responsive-html5-template/3096208?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/quickess-corporate-html-template/3090521?ref=icabrera"><span id="260a59d3-b4b1-4bdd-9fdb-9946949918d4" class="GINGER_SOFATWARE_mark"><span id="4cf9561c-9847-4177-a098-7a29b7e08a0b" class="GINGER_SOFATWARE_mark"><span id="961c6555-9b95-4ccb-b745-586dbee49646" class="GINGER_SOFATWARE_mark"><span id="408e20dc-e878-433c-8da3-47dbe46f7ae6" class="GINGER_SOFATWARE_mark"><span id="cc63c4f3-c79a-4efa-8d95-d9843f9b7165" class="GINGER_SOFATWARE_mark"><span id="055ad7cf-e216-49a4-842f-69054d4ce6f7" class="GINGER_SOFATWARE_mark">Quickess</span></span></span></span></span></span> Corporate HTML</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Quickess-Corporate.jpg"><img class="aligncenter size-full wp-image-3357" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Quickess-Corporate.jpg" alt="Quickess-Corporate" width="550" height="324"></a></p>\n<p><strong><a href="http://sourceofsuperiority.com/quickess-html/">Demo</a> | <a href="http://themeforest.net/item/quickess-corporate-html-template/3090521?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/crevision-responsive-html-template/3083469?ref=icabrera"><span id="f3aa2a08-22b0-40aa-a52c-752b7306596f" class="GINGER_SOFATWARE_mark"><span id="f39ee5a5-e841-4137-a36e-afe1cbe23d40" class="GINGER_SOFATWARE_mark"><span id="9b29e419-0ab1-425a-883d-8957be064221" class="GINGER_SOFATWARE_mark"><span id="995a4f89-8724-4830-87d5-d78ab9c37a40" class="GINGER_SOFATWARE_mark"><span id="bcdf0c80-e413-4132-b28f-4d40dec52b90" class="GINGER_SOFATWARE_mark"><span id="c83c6efa-02cb-4e80-b243-25a4c4d1c10d" class="GINGER_SOFATWARE_mark"><span id="d023fad9-a26b-41fb-b809-da25cd951f96" class="GINGER_SOFATWARE_mark">Crevision</span></span></span></span></span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Crevision.jpg"><img class="aligncenter size-full wp-image-3356" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Crevision.jpg" alt="Crevision" width="550" height="332"></a></p>\n<p><strong><a href="http://themes.jozoor.com/crevision/">Demo</a> | <a href="http://themeforest.net/item/crevision-responsive-html-template/3083469?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/mindup-a-flexible-corporate-html-theme/3076980?ref=icabrera"><span id="32df57cc-9e10-42c2-922c-19f13fca6962" class="GINGER_SOFATWARE_mark"><span id="0feea013-9109-4ee8-99f7-c0e18d635d6b" class="GINGER_SOFATWARE_mark"><span id="2ae3128d-3fdd-4a21-963c-ffb41b71a7e0" class="GINGER_SOFATWARE_mark"><span id="c6adff20-c022-45a4-9422-4ddc4785bec6" class="GINGER_SOFATWARE_mark"><span id="b186a7d8-c77d-4eca-9714-df49f4f969b6" class="GINGER_SOFATWARE_mark"><span id="dfa1c23f-e205-45dc-9639-5bc759a14b84" class="GINGER_SOFATWARE_mark"><span id="8a91593e-7eec-48ff-a896-a44e30bac9e8" class="GINGER_SOFATWARE_mark">MindUp</span></span></span></span></span></span></span> &ndash; A Flexible Corporate</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp.jpg"><img class="aligncenter size-full wp-image-3355" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp.jpg" alt="MindUp" width="550" height="298"></a></p>\n<p><strong><a href="http://designarethemes.com/themes/mindupHTML/">Demo</a> | <a href="http://themeforest.net/item/mindup-a-flexible-corporate-html-theme/3076980?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/estancia-responsive-html-5-theme/3061098?ref=icabrera"><span id="69a683ae-fcfe-4145-94bc-6bc6fd18f2db" class="GINGER_SOFATWARE_mark"><span id="c0b0fabd-62db-4455-a94a-4f54874ed636" class="GINGER_SOFATWARE_mark"><span id="3d54e7ec-d070-4a71-b661-35a6ef72be11" class="GINGER_SOFATWARE_mark"><span id="9aaecafe-c196-4044-8b0f-7ba70b6e392f" class="GINGER_SOFATWARE_mark"><span id="c22318c9-83a9-4eed-ac0d-be92762e090d" class="GINGER_SOFATWARE_mark"><span id="291fa8df-472b-4eea-906a-2f7ef68983fc" class="GINGER_SOFATWARE_mark"><span id="b9664795-67c5-4457-aa82-c22d68b030f6" class="GINGER_SOFATWARE_mark">Estancia</span></span></span></span></span></span></span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Estancia.jpg"><img class="aligncenter size-full wp-image-3354" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Estancia.jpg" alt="Estancia" width="550" height="331"></a></p>\n<p><strong><a href="http://ignitethemes.com/themeforest/estancia/">Demo</a> | <a href="http://themeforest.net/item/estancia-responsive-html-5-theme/3061098?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://www.templatemonster.com/website-templates/38829.html?aff=designpixel">Accountants and Auditors</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Accountants-and-Auditors.jpg"><img class="aligncenter size-full wp-image-3353" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Accountants-and-Auditors.jpg" alt="Accountants-and-Auditors" width="550" height="312"></a></p>\n<p><strong><a href="http://static.livedemo00.template-help.com/wt_38829/">Demo</a> | <a href="http://www.templatemonster.com/website-templates/38829.html?aff=designpixel">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/creative-media-one-page-html-creative-agency/2832362?ref=icabrera">Creative Media Agency</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Agency.jpg"><img class="aligncenter size-full wp-image-3352" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Agency.jpg" alt="Creative-Agency" width="550" height="315"></a></p>\n<p><strong><a href="http://www.mutation-media.com/cm/index.html">Demo</a> | <a href="http://themeforest.net/item/creative-media-one-page-html-creative-agency/2832362?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/intercommunicate-responsive-html5-blog-template/1954002?ref=icabrera">Communication Service</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Communicate-service.jpg"><img class="aligncenter size-full wp-image-3351" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Communicate-service.jpg" alt="Communicate-service" width="550" height="315"></a></p>\n<p><strong><a href="http://themeforest.net/item/intercommunicate-responsive-html5-blog-template/1954002?ref=icabrera">Demo</a> | <a href="http://themeforest.net/item/intercommunicate-responsive-html5-blog-template/1954002?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://themeforest.net/item/the-practice-lawyer-legal-offices-html-theme/2588837?ref=icabrera">Lawyer and Legal Offices</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/lawyer-Legal.jpg"><img class="aligncenter size-full wp-image-3350" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/lawyer-Legal.jpg" alt="lawyer-Legal" width="550" height="279"></a></p>\n<p><strong><a href="http://themefuse.com/demo/html/ThePractice/index.html">Demo</a> | <a href="http://themeforest.net/item/the-practice-lawyer-legal-offices-html-theme/2588837?ref=icabrera">Download</a></strong></p>\n<p><strong><a href="http://www.templatemonster.com/website-templates/35067.html?aff=designpixel">Investment Company</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Investment-Company.jpg"><img class="aligncenter size-full wp-image-3349" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Investment-Company.jpg" alt="Investment-Company" width="550" height="328"></a></p>\n<p><strong><a href="http://static.livedemo00.template-help.com/wt_35067/">Demo</a> | <a href="http://www.templatemonster.com/website-templates/35067.html?aff=designpixel">Download</a></strong></p>\n\n<div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-3439" data-post-type="none" ><a href="http://thedesignpixel.com/business-company-facebook-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/business-company-facebook-templates/" class="wp_rp_title">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></li><li data-position="1" data-poid="in-2458" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_title">145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li data-position="2" data-poid="in-99" data-post-type="none" ><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="wp_rp_thumbnail"><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-150x150.jpg" alt="50 High Quality Free HTML5 And CSS3 Web Templates" width="150" height="150" /></a><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="wp_rp_title">50 High Quality Free HTML5 And CSS3 Web Templates</a></li><li data-position="3" data-poid="in-798" data-post-type="none" ><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_title">35+ Free Coming Soon and Under Construction Templates</a></li></ul></div></div>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-premium-business-website-templates.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-premium-business-website-templates.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp.jpg&amp;description=30%20Free%20&amp;%20Premium%20Business%20Website%20Templates" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-premium-business-website-templates/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3328'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="6ecb8988fd" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="150"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar">		<div id="fb-root"></div>\n		<div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false">\n		<div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div>\n		</div>\n		<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = ''//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=249643311490&version=v2.3''; fjs.parentNode.insertBefore(js, fjs); }(document, ''script'', ''facebook-jssdk''));</script>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', 'free premium business website templates', '', 'publish', 'closed', 'closed', '', 'free-premium-business-website-templates', '', '', '2017-04-11 13:16:53', '2017-04-11 13:16:53', '', 0, 'http://thedesignpixel.com/free-premium-business-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(138, 1, '2017-04-11 13:16:56', '2017-04-11 13:16:56', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;15+ Free Responsive Education HTML Web Templates</div><div class="single-content"><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">15+ Free Responsive Education HTML Web Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes, because we need to have some basic knowledge like the HTML or CSS that helps to setup our basic layouts. If we don&#8217;t have too much command over other programming languages, then we need to hire a web developer or designers to do this task for us and ofcource they charge a good amount from us in return.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Well, that&#8217;s the case when we want to setup very complicated sites, including web apps and softwares but if we want to setup some small educational websites then we can do this task on our own. The only thing we need to have is some basic knowledge about HTML and CSS that will help us to do the same. There a lot of inbuilt HTML web templates are available in the market for free which can easily used for our purpose.</p><p>When we are looking web templates for educational institutes then it&#8217;s not an easy job for many of us. All we need to do is to find some responsive education HTML web templates that suit our need and with the help of little tweaking according to our requirements we can easily make some excellent websites for our institution. To help you out more we have collected some of the best free responsive education HTML web templates in this article. Do check out and let us know your feedback in the comments.</p><h3><strong><span style="text-decoration: underline;"><em>15+ Free Responsive Education HTML Web Templates</em></span>:</strong></h3><p><strong><a href="http://w3layouts.com/erudite-educational-mobile-website-template/" target="_blank">Erudite</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Erudite.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Erudite.jpg" class="aligncenter size-full wp-image-3753" alt="Erudite" width="600" height="830" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Erudite.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Erudite-217x300.jpg 217w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3753" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Erudite.jpg" alt="Erudite" width="600" height="830" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Erudite.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Erudite-217x300.jpg 217w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/public-library-education-mobile-website-template/" target="_blank">Public Library</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Public-Library.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Public-Library.jpg" class="aligncenter size-full wp-image-3754" alt="Public Library" width="600" height="768" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Public-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Public-Library-234x300.jpg 234w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3754" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Public-Library.jpg" alt="Public Library" width="600" height="768" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Public-Library.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Public-Library-234x300.jpg 234w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/educare-education-mobile-website-template/" target="_blank"><span id="f2464744-a52b-40ae-a7e4-b5097a95a0ad" class="GINGER_SOFATWARE_mark"><span id="290e39c7-a5ec-4696-9e8b-b84b1c131bd8" class="GINGER_SOFATWARE_mark"><span id="482ddc29-d93c-4b1b-9a50-c9bd187501c9" class="GINGER_SOFATWARE_mark">Educare</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educare.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Educare.jpg" class="aligncenter size-full wp-image-3755" alt="Educare" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educare.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educare-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3755" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educare.jpg" alt="Educare" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educare.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educare-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/knowledge-education-mobile-website-template/" target="_blank">Knowledge</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Knowledge.jpg" class="aligncenter size-full wp-image-3756" alt="Knowledge" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3756" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge.jpg" alt="Knowledge" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://www.os-templates.com/free-website-templates/educational" target="_blank">Educational</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educational.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Educational.jpg" class="aligncenter size-full wp-image-3757" alt="Educational" width="600" height="502" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-300x251.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3757" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educational.jpg" alt="Educational" width="600" height="502" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-300x251.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.os-templates.com/free-website-templates/academic-education" target="_blank">Academic</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Academic.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Academic.jpg" class="aligncenter size-full wp-image-3758" alt="Academic" width="600" height="495" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academic-300x248.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3758" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Academic.jpg" alt="Academic" width="600" height="495" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academic-300x248.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.os-templates.com/free-website-templates/educational-theory" target="_blank">Educational Theory</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educational-Theory.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Educational-Theory.jpg" class="aligncenter size-full wp-image-3759" alt="Educational Theory" width="600" height="538" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-Theory.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-Theory-300x269.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3759" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Educational-Theory.jpg" alt="Educational Theory" width="600" height="538" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-Theory.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Educational-Theory-300x269.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/element-education-mobile-website-template/" target="_blank">Element</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Element.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Element.jpg" class="aligncenter size-full wp-image-3760" alt="Element" width="600" height="555" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Element.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Element-300x278.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3760" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Element.jpg" alt="Element" width="600" height="555" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Element.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Element-300x278.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/legend-college-mobile-website-template/" target="_blank">Legend</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Legend.png"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Legend.png" class="aligncenter size-full wp-image-3761" alt="Legend" width="600" height="584" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Legend.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Legend-300x292.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3761" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Legend.png" alt="Legend" width="600" height="584" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Legend.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Legend-300x292.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://w3layouts.com/education-plan-web-template-and-mobile-website-template-for-schools-and-education-centers/" target="_blank">Education Plan</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Education-Plan.png"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Education-Plan.png" class="aligncenter size-full wp-image-3762" alt="Education Plan" width="600" height="417" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-Plan.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-Plan-300x209.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3762" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Education-Plan.png" alt="Education Plan" width="600" height="417" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-Plan.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-Plan-300x209.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/bright-education-web-template-and-mobile-website-template-for-educational-institutions/" target="_blank">Bright Education</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Bright-Education.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Bright-Education.jpg" class="aligncenter size-full wp-image-3763" alt="Bright Education" width="600" height="507" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Bright-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Bright-Education-300x254.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3763" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Bright-Education.jpg" alt="Bright Education" width="600" height="507" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Bright-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Bright-Education-300x254.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/free-education-web-template-and-mobile-website-template-for-schools-and-colleges/" target="_blank">Free Education</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Free-Education.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Free-Education.jpg" class="aligncenter size-full wp-image-3764" alt="Free Education" width="600" height="506" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Free-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Free-Education-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3764" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Free-Education.jpg" alt="Free Education" width="600" height="506" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Free-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Free-Education-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/strictly-education-mobile-website-template/" target="_blank">Education</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Education.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Education.jpg" class="aligncenter size-full wp-image-3765" alt="Education" width="600" height="553" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-300x277.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3765" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Education.jpg" alt="Education" width="600" height="553" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Education-300x277.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/academia-education-mobile-website-template/" target="_blank">Academia</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Academia.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Academia.jpg" class="aligncenter size-full wp-image-3766" alt="Academia" width="600" height="509" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academia-300x255.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3766" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Academia.jpg" alt="Academia" width="600" height="509" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Academia-300x255.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/guidance-education-mobile-website-template/" target="_blank">Guidance</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Guidance.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Guidance.jpg" class="aligncenter size-full wp-image-3767" alt="Guidance" width="600" height="758" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Guidance.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Guidance-237x300.jpg 237w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3767" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Guidance.jpg" alt="Guidance" width="600" height="758" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Guidance.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Guidance-237x300.jpg 237w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://w3layouts.com/free-lotus-education-web-template-mobile-website-template-for-education-centers/" target="_blank">Lotus</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Lotus.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Lotus.jpg" class="aligncenter size-full wp-image-3768" alt="Lotus" width="600" height="463" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Lotus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Lotus-300x232.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3768" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Lotus.jpg" alt="Lotus" width="600" height="463" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Lotus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Lotus-300x232.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.templatemonster.com/free-templates/free-website-template-learning-center.php?aff=designpixel" target="_blank">Learning Center</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Learning-Center.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Learning-Center.jpg" class="aligncenter size-full wp-image-3769" alt="Learning Center" width="486" height="900" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Learning-Center.jpg 486w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Learning-Center-162x300.jpg 162w" sizes="(max-width: 486px) 100vw, 486px"><noscript><img class="aligncenter size-full wp-image-3769" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Learning-Center.jpg" alt="Learning Center" width="486" height="900" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Learning-Center.jpg 486w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Learning-Center-162x300.jpg 162w" sizes="(max-width: 486px) 100vw, 486px" /></noscript></a></p><p><strong><a href="http://www.os-templates.com/free-website-templates/school-education" target="_blank">School Education</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/School-Education.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/School-Education.jpg" class="aligncenter size-full wp-image-3770" alt="School Education" width="600" height="528" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/School-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/School-Education-300x264.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3770" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/School-Education.jpg" alt="School Education" width="600" height="528" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/School-Education.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/School-Education-300x264.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.templatemonster.com/free-templates/free-education-website-template.php?aff=designpixel" target="_blank">Students</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Students.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Students.jpg" class="aligncenter size-full wp-image-3771" alt="Students" width="493" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Students.jpg 493w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Students-247x300.jpg 247w" sizes="(max-width: 493px) 100vw, 493px"><noscript><img class="aligncenter size-full wp-image-3771" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Students.jpg" alt="Students" width="493" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Students.jpg 493w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Students-247x300.jpg 247w" sizes="(max-width: 493px) 100vw, 493px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "15+ Free Responsive Education HTML Web Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="aiAFed69f3af4e44ce697471f13e7e859af958487a1ee6901190cb48e39b3fef02b44" class="wpdiscuz-cnonce" name="cnonce" value="aiAFed69f3af4e44ce697471f13e7e859af958487a1ee6901190cb48e39b3fef02b44" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="mcx4G3300594010e679b1493cdee58aa005b05404caba248c549c7003cfae29e86987" class="wpdiscuz-cnonce" name="cnonce" value="mcx4G3300594010e679b1493cdee58aa005b05404caba248c549c7003cfae29e86987" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-8203_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9ee07525af7cf6fdc9cd58ab729eeb35?s=48&#038;d=mm&#038;r=g" alt="Bhumi" srcset="http://0.gravatar.com/avatar/9ee07525af7cf6fdc9cd58ab729eeb35?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Bhumi'' src=''http://thedesignpixel.com/files/avatar/9ee07525af7cf6fdc9cd58ab729eeb35_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/9ee07525af7cf6fdc9cd58ab729eeb35?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-8203" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.creativedev.in/'' target=''_blank''>Bhumi</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-responsive-education-html-web-templates.html#comment-8203&quot; /&gt;" /></div><div class="wc-comment-date">February 6, 2015 8:42 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Superb , Thanks</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Superb%20,%20Thankshttp://www.thedesignpixel.com/free-responsive-education-html-web-templates.html#comment-8203" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-responsive-education-html-web-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8203_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free responsive education html web templates', '', 'publish', 'closed', 'closed', '', 'free-responsive-education-html-web-templates', '', '', '2017-04-11 13:16:56', '2017-04-11 13:16:56', '', 0, 'http://thedesignpixel.com/free-responsive-education-html-web-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(139, 1, '2017-04-11 13:17:14', '2017-04-11 13:17:14', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;145+ Free Responsive HTML5 CSS3 Website Templates</div><div class="single-content"><article class="post-2458 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-2458" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">145+ Free Responsive HTML5 CSS3 Website Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>HTML5 is the latest additional update to the most commonly used website development language, the HyperText Markup Language. HTML5 was launched in 2013, and its use became standard practice amongst web developers, because of the availability of so many flexible features, compatibilities, and easier to understand and interpret platforms.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>The most appealing feature of the HTML5 language is the fact that it can be used for developing animated and interactive web pages easily and effectively, without using any external applets of applications making the website bulkier and loading the servers of your preferred web hosting company heavily (by the way, <a href="http://thedesignpixel.com/recommended-hosting-companies/">check out our recommendations</a> if you are looking for web hosting).</p><p>But to be able to develop animated and interactive web pages, you need to integrate the HTML5 with the CSS3 and JavaScript programming platforms, and produce amazingly effective, remarkable and classy results. You just need to be able to practice with these 3 platforms, and you need nothing else to be able to develop any sort of web pages that you want. But -you may be wondering- what to do if you are not familiar with these? Then web templates come to the rescue. You want to save your money over hiring those expensive web developers, but also don’t want to spend time learning these platforms first, and then develop you want. What you can do is choosing the <span id="577a7ef2-5d36-44d4-b124-7bde25ac239c" class="GINGER_SOFATWARE_mark"><span id="241fad1e-87ab-487c-b506-d5e0cb9ffa25" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> website template that suits you the most. You need basic web editing skills, and you can transform the whole template into your own custom website.</p><p>You can edit the sample text, sample images, and lots of other stuff over your template, and make it look like a professionally developed and cool website! There are thousands of Free responsive website templates available over the internet, and choosing the best ones might become a task not easy. Here is a list of best free responsive HTML5 and CSS3 website templates, for you to choose from!</p><h3><strong><span style="text-decoration: underline;"><em>145+ Free Responsive <span id="bfa37aa3-ecfa-4cae-9413-a672c4c84504" class="GINGER_SOFATWARE_mark"><span id="633bdb4c-78d1-44c7-8ef8-ce182a31968e" class="GINGER_SOFATWARE_mark"><span id="daa13efc-8371-43ae-9e59-227170528bb3" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span></span> Website Templates</em></span>:</strong></h3><p><strong>Free HTML5 Theme for Social Organization</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization.jpg" class="aligncenter size-full wp-image-2460" alt="Free HTML5 Theme for Social Organization" width="600" height="790" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization-228x300.jpg 228w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2460" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization.jpg" alt="Free HTML5 Theme for Social Organization" width="600" height="790" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Social-Organization-228x300.jpg 228w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-HTML5-Social-Organization-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-html5-theme-social-organization.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Create Muse Template (Free Premium)</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-Muse-Template-Free.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Create-Muse-Template-Free.jpg" class="aligncenter size-full wp-image-2461" alt="Create-Muse-Template-Free" width="600" height="461" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-Muse-Template-Free.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-Muse-Template-Free-300x231.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2461" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Create-Muse-Template-Free.jpg" alt="Create-Muse-Template-Free" width="600" height="461" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-Muse-Template-Free.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Create-Muse-Template-Free-300x231.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themeforest.net/item/create-muse-template/full_screen_preview/5851413?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/create-muse-template/5851413?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Free HTML5 Theme for Interior Site</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site.jpg" class="aligncenter size-full wp-image-2462" alt="Free HTML5 Theme for Interior Site" width="600" height="825" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site-218x300.jpg 218w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2462" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site.jpg" alt="Free HTML5 Theme for Interior Site" width="600" height="825" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Interior-Site-218x300.jpg 218w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-HTML5-Interior-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-html5-theme-interior-site.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free HTML5 Theme for Business Site</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site.jpg" class="aligncenter size-full wp-image-2463" alt="Free-HTML5-Theme-for-Business-Site" width="600" height="708" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site-254x300.jpg 254w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2463" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site.jpg" alt="Free-HTML5-Theme-for-Business-Site" width="600" height="708" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Business-Site-254x300.jpg 254w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Biz-Group-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-html5-theme-business-site.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Agency Author Portfolio Flat Responsive Web Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template.jpg" class="aligncenter size-full wp-image-2464" alt="Agency-Author-Portfolio-Flat-Responsive-Web-Template" width="600" height="806" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template-223x300.jpg 223w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2464" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template.jpg" alt="Agency-Author-Portfolio-Flat-Responsive-Web-Template" width="600" height="806" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-Author-Portfolio-Flat-Responsive-Web-Template-223x300.jpg 223w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://w3layouts.com/demos/agency_author/web/index.html"><strong>Demo</strong></a>|<a href="http://w3layouts.com/agency-author-portfolio-flat-responsive-web-template"><strong>More Info</strong></a></p><p><strong><span id="4cd8f31d-5f42-4f23-99e0-eb8da9632c59" class="GINGER_SOFATWARE_mark"><span id="3c49b327-b475-46df-9019-f0ea96f6a2ab" class="GINGER_SOFATWARE_mark"><span id="2f181f15-fb74-43f8-adf4-2b8b3fce3f2c" class="GINGER_SOFATWARE_mark">Aditii</span></span></span> a Flat <span id="0aed60bc-3d3f-4abd-b5e4-aa6c9a7ee377" class="GINGER_SOFATWARE_mark"><span id="bb925e1c-f5cf-4a79-a66c-ea20e9edc55e" class="GINGER_SOFATWARE_mark"><span id="05fccad6-de94-4331-888a-e22b83573526" class="GINGER_SOFATWARE_mark">ECommerce</span></span></span> Responsive Web Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template.jpg" class="aligncenter size-full wp-image-2465" alt="Aditii-a-Flat-ECommerce-Responsive-Web-Template" width="600" height="638" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template-282x300.jpg 282w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2465" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template.jpg" alt="Aditii-a-Flat-ECommerce-Responsive-Web-Template" width="600" height="638" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Aditii-a-Flat-ECommerce-Responsive-Web-Template-282x300.jpg 282w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://w3layouts.com/demos/aditii/web/"><strong>Demo</strong></a>|<a href="http://w3layouts.com/aditii-flat-ecommerce-responsive-web-template"><strong>More Info</strong></a></p><p><strong><span id="8dc3054c-7a6f-4064-bf9b-3004cff58f59" class="GINGER_SOFATWARE_mark">Your Trip</span> Responsive Html5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template.jpg" class="aligncenter size-full wp-image-2466" alt="YourTrip-Responsive-Html5-Template" width="600" height="719" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template-250x300.jpg 250w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2466" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template.jpg" alt="YourTrip-Responsive-Html5-Template" width="600" height="719" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/YourTrip-Responsive-Html5-Template-250x300.jpg 250w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/yourtrip/index.html"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/fanktlk/templatesmonster/yourtrip.zip"><strong>Download</strong></a></p><p><strong>Motive Free Corporate Flat Responsive web template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template.jpg" class="aligncenter size-full wp-image-2467" alt="Motive-Free-Corporate-Flat-Responsive-web-template" width="600" height="531" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template-300x266.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2467" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template.jpg" alt="Motive-Free-Corporate-Flat-Responsive-web-template" width="600" height="531" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Motive-Free-Corporate-Flat-Responsive-web-template-300x266.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://w3layouts.com/demos/motive/web/index.html"><strong>Demo</strong></a>|<a href="http://w3layouts.com/motive-corporate-flat-responsive-web-template"><strong>More Info</strong></a></p><p><strong>Free HTML5 Template for Exterior Design</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design.jpg" class="aligncenter size-full wp-image-2468" alt="Free-HTML5-Template-for-Exterior-Design" width="600" height="467" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2468" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design.jpg" alt="Free-HTML5-Template-for-Exterior-Design" width="600" height="467" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Template-for-Exterior-Design-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-HTML5-Theme-for-Exterior-Design-Site/index.html"><strong>Demo</strong></a>|<a href="http://goo.gl/ITpRG2"><strong>Download</strong></a>|<a href="http://www.qasimbaig.com/2014/01/free-html5-theme-for-exterior-web-design.html"><strong>More Info</strong></a></p><p><strong>Intent Flat Responsive Wedding web template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template.jpg" class="aligncenter size-full wp-image-2469" alt="Intent-Flat-Responsive-Wedding-web-template" width="600" height="527" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template-300x264.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2469" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template.jpg" alt="Intent-Flat-Responsive-Wedding-web-template" width="600" height="527" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Intent-Flat-Responsive-Wedding-web-template-300x264.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://w3layouts.com/demos/intent/web/index.html"><strong>Demo</strong></a>|<a href="http://w3layouts.com/intent-flat-responsive-wedding-web-template"><strong>More Info</strong></a></p><p><strong>Free HTML5 Theme for Photography Site</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site.jpg" class="aligncenter size-full wp-image-2470" alt="Free-HTML5-Theme-for-Photography-Site" width="600" height="477" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site-300x239.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2470" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site.jpg" alt="Free-HTML5-Theme-for-Photography-Site" width="600" height="477" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Theme-for-Photography-Site-300x239.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-HTML5-Theme-Photography/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-html5-theme-photography-site.php?aff=designpixel"><strong>Download</strong></a>|<a href="http://blog.templatemonster.com/2013/12/30/free-html5-theme-for-photography-site/?aff=designpixel"><strong>More Info</strong></a></p><p><strong>ONIX Business &amp; Portfolio Template (Free Premium)</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ONIX-free-Responsive-Business-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/ONIX-free-Responsive-Business-template.jpg" class="aligncenter size-full wp-image-2471" alt="ONIX-free-Responsive-Business-template" width="600" height="412" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ONIX-free-Responsive-Business-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ONIX-free-Responsive-Business-template-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://themeforest.net/item/onix-business-portfolio-template/full_screen_preview/2556024?ref=icabrera"><strong>Demo</strong></a>|<a href="http://themeforest.net/item/onix-business-portfolio-template/2556024?ref=icabrera"><strong>More Info</strong></a></p><p><strong>Time for Holiday Charity! Go Ahead with Free Responsive HTML5 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme.jpg" class="aligncenter size-full wp-image-2472" alt="Free-Responsive-HTML5-Theme" width="600" height="492" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme-300x246.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2472" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme.jpg" alt="Free-Responsive-HTML5-Theme" width="600" height="492" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-HTML5-Theme-300x246.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Charity-Template/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-responsive-html5-theme-charity-site.php?aff=designpixel"><strong>Download</strong></a>|<a href="http://blog.templatemonster.com/2013/12/16/free-responsive-html5-theme-for-charity-organization/?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Design Studio Free HTML5 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme.jpg" class="aligncenter size-full wp-image-2473" alt="Design-Studio-Free-HTML5-Theme" width="600" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme-300x226.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2473" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme.jpg" alt="Design-Studio-Free-HTML5-Theme" width="600" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Design-Studio-Free-HTML5-Theme-300x226.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Web-Design-Bureau-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-templates/free-design-studio-html5-theme.php?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Flat <span id="78ecbfb1-997e-49ef-8b6f-df6e853993a0" class="GINGER_SOFATWARE_mark"><span id="1f98984d-f34f-4db3-b8db-0b8039c09336" class="GINGER_SOFATWARE_mark"><span id="cd1cf696-b9d4-45cc-84d0-5a62752cbc33" class="GINGER_SOFATWARE_mark">Design UI</span></span></span> Components Reponsive web template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template.jpg" class="aligncenter size-full wp-image-2474" alt="Flat-Design-UI-Components-Reponsive-web-template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2474" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template.jpg" alt="Flat-Design-UI-Components-Reponsive-web-template" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flat-Design-UI-Components-Reponsive-web-template-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://w3layouts.com/demos/Flat_Design_UI_Components/web/"><strong>Demo</strong></a>|<a href="http://w3layouts.com/flat-design-ui-components"><strong>More Info</strong></a></p><p><strong>Free Bootstrap 3.0 Responsive HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template.jpg" class="aligncenter size-full wp-image-2475" alt="Free-Bootstrap-Responsive-HTML-Template" width="600" height="572" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template-300x286.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2475" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template.jpg" alt="Free-Bootstrap-Responsive-HTML-Template" width="600" height="572" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Bootstrap-Responsive-HTML-Template-300x286.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://livedemo00.template-help.com/free_2013_bootstrap_3_0/"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-bootstrap-3-0-html-template.html?aff=designpixel"><strong>More Info</strong></a></p><p><strong>High Fashion – Free Responsive HTML Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme.jpg" class="aligncenter size-full wp-image-2476" alt="High-Fashion-Free-Responsive-HTML-Theme" width="600" height="564" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme-300x282.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2476" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme.jpg" alt="High-Fashion-Free-Responsive-HTML-Theme" width="600" height="564" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/High-Fashion-Free-Responsive-HTML-Theme-300x282.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://csstemplateheaven.com/demo/high_fashion/"><strong>Demo</strong></a>|<a href="http://www.csstemplateheaven.com/2012/09/responsive-html-theme-high-fashion/"><strong>More Info</strong></a></p><p><strong>Free Minimal HTML5 Template for Organic Food Website</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website.jpg" class="aligncenter size-full wp-image-2477" alt="Minimal-HTML5-Template-Food-Website" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2477" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website.jpg" alt="Minimal-HTML5-Template-Food-Website" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Minimal-HTML5-Template-Food-Website-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2013/10/21/organic-food-free-html5-template/?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Free Flat Design Website Template for Business Site</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site.jpg" class="aligncenter size-full wp-image-2478" alt="Free-Flat-Design-Website-Template-for-Business-Site" width="600" height="684" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site-263x300.jpg 263w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2478" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site.jpg" alt="Free-Flat-Design-Website-Template-for-Business-Site" width="600" height="684" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Flat-Design-Website-Template-for-Business-Site-263x300.jpg 263w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Template-Simplex/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/09/09/free-single-page-website-template-flat-design/?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Brushed Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/brushed-responsive-template-free.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/brushed-responsive-template-free.jpg" class="aligncenter size-full wp-image-2479" alt="brushed-responsive-template-free" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/brushed-responsive-template-free.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/brushed-responsive-template-free-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2479" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/brushed-responsive-template-free.jpg" alt="brushed-responsive-template-free" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/brushed-responsive-template-free.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/brushed-responsive-template-free-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://themes.alessioatzeni.com/html/brushed/"><strong>Demo</strong></a>|<a href="http://www.alessioatzeni.com/blog/brushed-template/"><strong>More Info</strong></a></p><p><strong>Free Responsive Business Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template.jpg" class="aligncenter size-full wp-image-2480" alt="Free-Responsive-Business-Website-Template" width="600" height="519" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template-300x260.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2480" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template.jpg" alt="Free-Responsive-Business-Website-Template" width="600" height="519" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-Business-Website-Template-300x260.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://livedemo00.template-help.com/wt_responsive_free_sample/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://store.templatemonster.com/free-responsive-website-template.html?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Free Template <span id="f7e20654-fcef-4304-8587-4a134f6d951b" class="GINGER_SOFATWARE_mark"><span id="15c4d5d8-dab6-4e2a-acd9-e7aa25fef849" class="GINGER_SOFATWARE_mark">Produkta</span></span>: Responsive Bootstrap Product Showcase</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase.jpg" class="aligncenter size-full wp-image-2481" alt="Free-Template-Responsive-Bootstrap-Product-Showcase" width="600" height="444" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase-300x222.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2481" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase.jpg" alt="Free-Template-Responsive-Bootstrap-Product-Showcase" width="600" height="444" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Template-Responsive-Bootstrap-Product-Showcase-300x222.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://azmind.com/demo/produkta/video.html"><strong>Demo</strong></a>|<a href="http://azmind.com/2013/04/06/free-template-produkta-responsive-bootstrap-product-showcase/"><strong>More Info</strong></a></p><p><strong>Wine &amp; Winery Website Template Free HTML5 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme.jpg" class="aligncenter size-full wp-image-2482" alt="Wine-Winery-Website-Template-Free-HTML5-Theme" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2482" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme.jpg" alt="Wine-Winery-Website-Template-Free-HTML5-Theme" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wine-Winery-Website-Template-Free-HTML5-Theme-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Wine-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/09/23/wine-winery-free-html5-theme/?aff=designpixel"><strong>More Info</strong></a></p><p><strong><span id="7834e296-3258-4cc8-a6e2-435e4c0fa5fe" class="GINGER_SOFATWARE_mark"><span id="6b669b83-75a2-4dec-a4c2-e8011774fd00" class="GINGER_SOFATWARE_mark">Kreative</span></span> Responsive html5 css3 template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kreative-responsive-html5.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Kreative-responsive-html5.jpg" class="aligncenter size-full wp-image-2483" alt="Kreative-responsive-html5" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kreative-responsive-html5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kreative-responsive-html5-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2483" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kreative-responsive-html5.jpg" alt="Kreative-responsive-html5" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kreative-responsive-html5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kreative-responsive-html5-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.styleshout.com/templates/preview/Kreative10/index.html"><strong>Demo</strong></a>|<a href="http://www.styleshout.com/templates/downloads/Kreative10.zip"><strong>Download</strong></a></p><p><strong>Free HTML5 Photography Template for Portfolio – jQuery Camera Slideshow</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio.jpg" class="aligncenter size-full wp-image-2484" alt="Free-HTML5-Photography-Template-for-Portfolio" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2484" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio.jpg" alt="Free-HTML5-Photography-Template-for-Portfolio" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-HTML5-Photography-Template-for-Portfolio-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Spir-Design-Studio-Free-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/08/19/free-html5-theme-for-portfolio-with-jquery-camera-slideshow/?aff=designpixel"><strong>More Info</strong></a></p><p><strong>Horus </strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML.jpg" class="aligncenter size-full wp-image-2485" alt="Horus-Responsive-layout-HTML" width="600" height="665" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML-271x300.jpg 271w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2485" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML.jpg" alt="Horus-Responsive-layout-HTML" width="600" height="665" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horus-Responsive-layout-HTML-271x300.jpg 271w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://horuslite.imonthemes.com/"><strong>Demo</strong></a>|<a href="http://www.imonthemes.com/?p=23"><strong>More Info</strong></a></p><p><strong>Free Responsive JavaScript Animated Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template.jpg" class="aligncenter size-full wp-image-2486" alt="Free-Responsive-JavaScript-Animated-Template" width="600" height="531" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template-300x266.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2486" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template.jpg" alt="Free-Responsive-JavaScript-Animated-Template" width="600" height="531" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Free-Responsive-JavaScript-Animated-Template-300x266.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://livedemo00.template-help.com/wt_43958/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://www.templatemonster.com/free-responsive-javascript-animated-template.html?aff=designpixel"><strong>More Info</strong></a></p><p><strong><span id="1d17f983-3982-4e77-b950-a807beace12a" class="GINGER_SOFATWARE_mark"><span id="7c34f49c-c3ff-4cae-bbb3-7969715aa3dc" class="GINGER_SOFATWARE_mark">Pinkrio</span></span> – A Free Responsive HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template.jpg" class="aligncenter size-full wp-image-2487" alt="Pinkrio-free-Responsive-HTML-Template" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template-300x236.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2487" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template.jpg" alt="Pinkrio-free-Responsive-HTML-Template" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pinkrio-free-Responsive-HTML-Template-300x236.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.yithemes.com/html/pinkrio/"><strong>Demo</strong></a>|<a href="http://yithemes.com/blog/free-themes/pinkrio-a-free-responsive-html-template/"><strong>More Info</strong></a></p><p><strong>Responsive Bootstrap Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template.jpg" class="aligncenter size-full wp-image-2488" alt="Responsive-Bootstrap-Template" width="600" height="445" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-300x223.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2488" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template.jpg" alt="Responsive-Bootstrap-Template" width="600" height="445" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-300x223.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5templatesdreamweaver.com/free/bootstrap-biz-1/site/index.html"><strong>Demo</strong></a>|<a href="http://www.technologybell.com/free-responsive-dreamweaver-templates/"><strong>More Info</strong></a></p><p><strong>Enzyme – Free Responsive <span id="28ce29b4-599c-41d5-8f3a-7391152eb032" class="GINGER_SOFATWARE_mark"><span id="20cd63c6-0e64-4be4-a577-b3ebaee65cb5" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme.jpg" class="aligncenter size-full wp-image-2489" alt="Enzyme-Free-Responsive-HTML-Theme" width="600" height="478" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme-300x239.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2489" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme.jpg" alt="Enzyme-Free-Responsive-HTML-Theme" width="600" height="478" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Enzyme-Free-Responsive-HTML-Theme-300x239.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://ethemes.com/live/Enzyme/"><strong>Demo</strong></a>|<a href="http://ethemes.com/freebie/"><strong>More Info</strong></a></p><p><strong>BASE 2013</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/BASE-2013.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/BASE-2013.jpg" class="aligncenter size-full wp-image-2490" alt="BASE-2013" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASE-2013.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASE-2013-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2490" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/BASE-2013.jpg" alt="BASE-2013" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASE-2013.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASE-2013-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378872260"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Retina Ready Responsive App Landing Page Website Template – App Landing</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/App-Landing-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/App-Landing-Page.jpg" class="aligncenter size-full wp-image-2491" alt="App-Landing-Page" width="600" height="764" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/App-Landing-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/App-Landing-Page-236x300.jpg 236w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2491" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/App-Landing-Page.jpg" alt="App-Landing-Page" width="600" height="764" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/App-Landing-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/App-Landing-Page-236x300.jpg 236w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/retina-ready-responsive-app-landing-page-website-template-app-landing/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Restaurant <span id="8158e7e9-8cc0-45b4-97d7-8968f0e9a718" class="GINGER_SOFATWARE_mark"><span id="3c1efff7-4110-4fd1-ac9a-3cddcf09e39e" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/restaurant-html5-templates.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/restaurant-html5-templates.jpg" class="aligncenter size-full wp-image-2492" alt="restaurant-html5-templates" width="600" height="465" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/restaurant-html5-templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/restaurant-html5-templates-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2492" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/restaurant-html5-templates.jpg" alt="restaurant-html5-templates" width="600" height="465" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/restaurant-html5-templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/restaurant-html5-templates-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Restaurant-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/05/13/free-website-template-restaurant-site/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Law &amp; Legal Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Law-Firm.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Law-Firm.jpg" class="aligncenter size-full wp-image-2493" alt="Law-Firm" width="600" height="497" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Law-Firm.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Law-Firm-300x249.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2493" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Law-Firm.jpg" alt="Law-Firm" width="600" height="497" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Law-Firm.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Law-Firm-300x249.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Law-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/05/27/free-website-template-law-firm/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Type &amp; Grids</strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids.jpg" class="aligncenter size-full wp-image-2494" alt="Type-Grids" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2494" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Type-Grids.jpg" alt="Type-Grids" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript><a href="http://smashingmagazine.typeandgrids.com/"><strong>Demo</strong></a>|<a href="http://provide.smashingmagazine.com/Freebies/type_and_grids.zip"><strong>Download</strong></a></p><p><strong>Wee<span id="9920c476-4d02-425d-b323-74b8d111fcc6" class="GINGER_SOFATWARE_mark"><span id="a255fa8a-bfc9-4840-88e9-75f24ac8c030" class="GINGER_SOFATWARE_mark"> :</span></span> Free Business Portfolio <span id="6d3a4171-4382-4175-a480-6e3b8d328f32" class="GINGER_SOFATWARE_mark"><span id="596e45ba-f8d3-4f52-9ee0-c0aa005bfd54" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Business-Portfolio-HTML.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Portfolio-HTML.jpg" class="aligncenter size-full wp-image-2495" alt="Business-Portfolio-HTML" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Portfolio-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Portfolio-HTML-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2495" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Business-Portfolio-HTML.jpg" alt="Business-Portfolio-HTML" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Portfolio-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Portfolio-HTML-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/Wee/index.html"><strong>Demo</strong></a>|<a href="http://www.egrappler.com/a-premium-responsive-business-portfolio-html-template-wee/"><strong>Download</strong></a></p><p><strong><span id="e5c1591b-6a1e-429c-bd8b-79b13c3a2295" class="GINGER_SOFATWARE_mark"><span id="bd53c88e-000d-4cd3-8ccf-273236ba06d9" class="GINGER_SOFATWARE_mark">Bizz</span></span> Html5 CSS3 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bizz-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Bizz-Html5-Theme.jpg" class="aligncenter size-full wp-image-2496" alt="Bizz-Html5-Theme" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bizz-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bizz-Html5-Theme-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2496" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bizz-Html5-Theme.jpg" alt="Bizz-Html5-Theme" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bizz-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bizz-Html5-Theme-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/bizz/index.html"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=bizz"><strong>Download</strong></a></p><p><strong>jQuery Travel <span id="f66085db-932b-47b8-81ee-6ed66f0550ec" class="GINGER_SOFATWARE_mark"><span id="e2c3f109-53e7-4f61-8b97-1f38f169194b" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/jQuery-Travel-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/jQuery-Travel-Theme.jpg" class="aligncenter size-full wp-image-2497" alt="jQuery-Travel-Theme" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/jQuery-Travel-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/jQuery-Travel-Theme-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2497" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/jQuery-Travel-Theme.jpg" alt="jQuery-Travel-Theme" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/jQuery-Travel-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/jQuery-Travel-Theme-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Travelling-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://www.templatemonster.com/free-templates/free-jquery-travel-theme.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Wedding Site <span id="0dffef1b-bf05-4263-aa3f-282ebd269fc8" class="GINGER_SOFATWARE_mark"><span id="5a5a1a74-93e9-46e3-b124-05baaa701f59" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wedding-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Wedding-Site.jpg" class="aligncenter size-full wp-image-2498" alt="Wedding-Site" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wedding-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wedding-Site-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2498" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Wedding-Site.jpg" alt="Wedding-Site" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wedding-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Wedding-Site-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/weddingsite/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=weddingsite"><strong>Download</strong></a></p><p><strong><span id="9ebc7086-6bc7-4e13-8933-8dba5e71319a" class="GINGER_SOFATWARE_mark"><span id="eebd1beb-cdcd-4813-8097-e867e970fed7" class="GINGER_SOFATWARE_mark">Agro</span></span> – Agriculture <span id="beacd184-990b-4cd1-adb7-4a3981cb8242" class="GINGER_SOFATWARE_mark"><span id="992337fd-2cca-42b7-97e2-9cfb7af87a5b" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Theme with jQuery Fade Slider</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Garden-Truck.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Garden-Truck.jpg" class="aligncenter size-full wp-image-2499" alt="Garden-Truck" width="600" height="395" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Garden-Truck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Garden-Truck-300x198.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2499" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Garden-Truck.jpg" alt="Garden-Truck" width="600" height="395" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Garden-Truck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Garden-Truck-300x198.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/gardentruck/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=gardentruck"><strong>Download</strong></a></p><p><strong>Animals – <span id="a7c4a964-e603-4ffb-beb0-3c5de22fb7f2" class="GINGER_SOFATWARE_mark"><span id="05bc2ba0-9ae6-4c57-8feb-0d54c34c5924" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Pet Club Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/PetClub.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/PetClub.jpg" class="aligncenter size-full wp-image-2500" alt="PetClub" width="600" height="464" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/PetClub.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/PetClub-300x232.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2500" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/PetClub.jpg" alt="PetClub" width="600" height="464" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/PetClub.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/PetClub-300x232.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/petclub/index.html"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=petclub"><strong>Download</strong></a></p><p><strong>Elegant Design HMTL5 CSS3 Template for Spa Salon Site</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Spa-Salon-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-Site.jpg" class="aligncenter size-full wp-image-2502" alt="Spa-Salon-Site" width="600" height="412" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-Site-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2502" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Spa-Salon-Site.jpg" alt="Spa-Salon-Site" width="600" height="412" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-Site-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Spa-Theme/index.html"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=enigma"><strong>Download</strong></a></p><p><strong>Dead Stocker – Free Magazine Style <span id="6aae058c-10f3-4c54-93d8-8e2c57493493" class="GINGER_SOFATWARE_mark"><span id="73adc86e-aa8c-4ce6-9657-6b284f1f8001" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Responsive Template</strong></p><p>&nbsp;</p><p><a href="http://demo.html5xcss3.com/html5themes/code-pal/deadstocker/"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=code-pal&amp;temp=deadstocker"><strong>Download</strong></a></p><p><strong><span id="985b6d82-b99f-4790-a754-13da212f01be" class="GINGER_SOFATWARE_mark"><span id="83a14548-9118-4fcf-ad48-26bb25dab643" class="GINGER_SOFATWARE_mark">MegaCorp</span></span> – Free Business <span id="0656003b-f671-4aef-ab59-756f067fe506" class="GINGER_SOFATWARE_mark"><span id="3ad2a42d-0d4c-43da-b971-f9ecd8e7768e" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Responsive Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/MegaCorp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/MegaCorp.jpg" class="aligncenter size-full wp-image-2503" alt="MegaCorp" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/MegaCorp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/MegaCorp-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2503" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/MegaCorp.jpg" alt="MegaCorp" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/MegaCorp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/MegaCorp-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5templates.com/uploads/demos/megacorp/"><strong>Demo</strong></a>|<a href="http://html5templates.com/megacorp/download"><strong>Download</strong></a></p><p><strong>Piecemaker – Free CSS3 HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Piecemaker.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Piecemaker.jpg" class="aligncenter size-full wp-image-2504" alt="Piecemaker" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Piecemaker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Piecemaker-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2504" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Piecemaker.jpg" alt="Piecemaker" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Piecemaker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Piecemaker-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378719190"><strong>Demo</strong></a>|<a href="http://www.freshdesignweb.com/download-piecemaker/"><strong>Download</strong></a></p><p><strong>Free Real Estate <span id="9ca3c65c-a2cb-43dc-a7ea-c25929fe1b21" class="GINGER_SOFATWARE_mark"><span id="96d01c54-91c4-4261-ba61-4c0962ca5ddc" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template with Slider</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Real-Estate-HTML5-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Real-Estate-HTML5-Template.jpg" class="aligncenter size-full wp-image-2505" alt="Real-Estate-HTML5-Template" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Real-Estate-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Real-Estate-HTML5-Template-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2505" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Real-Estate-HTML5-Template.jpg" alt="Real-Estate-HTML5-Template" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Real-Estate-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Real-Estate-HTML5-Template-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378719445"><strong>Demo</strong></a>|<a href="http://www.freshdesignweb.com/download-real-estate/"><strong>Download</strong></a></p><p><strong>Free XHTML5 CSS3 Template Spa Salon</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider.jpg" class="aligncenter size-full wp-image-2501" alt="Spa-Salon-HTML5-Template-with-Slider" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2501" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider.jpg" alt="Spa-Salon-HTML5-Template-with-Slider" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Spa-Salon-HTML5-Template-with-Slider-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378719527"><strong>Demo</strong></a>|<a href="http://www.freshdesignweb.com/download-template-spa-salon/"><strong>Download</strong></a></p><p><strong>Photography HTML5 Website Template with Slider</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider.jpg" class="aligncenter size-full wp-image-2506" alt="Photography-HTML5-Template-with-Slider" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2506" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider.jpg" alt="Photography-HTML5-Template-with-Slider" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Photography-HTML5-Template-with-Slider-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Photography-Free-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://www.templatemonster.com/free-templates/free-website-template-photography-jcarousel-fancybox.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free <span id="e3ea530b-1dd3-4b1d-a0cc-eec3256c3c0b" class="GINGER_SOFATWARE_mark"><span id="65754edc-2a63-4f55-9fe2-93a3510ea9b9" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Interior Design with Image Thumbnail Viewer</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Interior-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Interior-Design.jpg" class="aligncenter size-full wp-image-2507" alt="Interior-Design" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Interior-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Interior-Design-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2507" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Interior-Design.jpg" alt="Interior-Design" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Interior-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Interior-Design-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378720361"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2012/02/20/free-full-javascript-template-interior-design-website/?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="ed85561f-3cfd-4409-bc63-335a71f3b5d5" class="GINGER_SOFATWARE_mark"><span id="ac729095-d20a-4d6f-aca6-a524a6e9bcbe" class="GINGER_SOFATWARE_mark">Free</span></span> Horse Club <span id="a54d2285-569d-4dd8-b0f5-eeb8675e68de" class="GINGER_SOFATWARE_mark"><span id="d0ecd0b8-c90e-4892-bf01-26256922e29f" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template with Slider</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider.jpg" class="aligncenter size-full wp-image-2508" alt="Horse-Club-HTML5-Template-with-Slider" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2508" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider.jpg" alt="Horse-Club-HTML5-Template-with-Slider" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Horse-Club-HTML5-Template-with-Slider-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378720567?aff=designpixel"><strong>Demo</strong></a>|<a href="http://www.templatemonster.com/free-templates/free-website-template-horse-club-jquery-slider.php?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="cae6e530-1636-443f-81a4-1304ef739e7c" class="GINGER_SOFATWARE_mark"><span id="c2fd5a89-dd40-4aa8-9c80-5c377c6aa71e" class="GINGER_SOFATWARE_mark">StartUp</span></span> Business Template with jQuery Slideshow</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow.jpg" class="aligncenter size-full wp-image-2509" alt="3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2509" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow.jpg" alt="3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/3-StartUp-HTML5-Business-Template-with-jQuery-Slideshow-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378720975"><strong>Demo</strong></a>|<a href="http://www.websitetemplatesonline.com/download/1452_661c43f920a7380a9e7ec5e45517b14b.zip"><strong>Download</strong></a></p><p><strong>Free Foods HTML CSS3 Website Template with jQuery Slideshow</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Food-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Food-Website.jpg" class="aligncenter size-full wp-image-2510" alt="Food-Website" width="600" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Food-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Food-Website-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2510" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Food-Website.jpg" alt="Food-Website" width="600" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Food-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Food-Website-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378721291"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Business Consulting <span id="57c7b995-0c97-4b38-b90a-7f7a16874415" class="GINGER_SOFATWARE_mark"><span id="1e86550a-242c-4d6f-90d7-046eed66f4b6" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Templates</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Business-Consulting.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting.jpg" class="aligncenter size-full wp-image-2511" alt="Business-Consulting" width="600" height="607" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting-297x300.jpg 297w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2511" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Business-Consulting.jpg" alt="Business-Consulting" width="600" height="607" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting-297x300.jpg 297w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Business-Consulting-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.freshdesignweb.com/demo/index.php?p=1378721778"><strong>Demo</strong>| <strong>download</strong></a></p><p><strong><span id="069625ce-fa1c-4db7-9f2b-4b8c90e1c169" class="GINGER_SOFATWARE_mark"><span id="c3d14f51-cd15-4847-8302-f440c9d5604a" class="GINGER_SOFATWARE_mark">FlatWEB</span></span> – A Single Page Responsive Free Website HTML Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Single-Page-Responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Single-Page-Responsive.jpg" class="aligncenter size-full wp-image-2512" alt="Single-Page-Responsive" width="600" height="700" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Page-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Page-Responsive-257x300.jpg 257w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://www.egrappler.com/make-your-own-website-with-flatweb-a-single-page-responsive-free-website-html-template/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Responsive Business Portfolio Template Built Using Twitter Bootstrap: Agency</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Agency-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Agency-template.jpg" class="aligncenter size-full wp-image-2513" alt="Agency-template" width="600" height="734" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-template-245x300.jpg 245w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2513" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Agency-template.jpg" alt="Agency-template" width="600" height="734" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Agency-template-245x300.jpg 245w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/responsive-business-portfolio-template-built-using-twitter-bootstrap-agency/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong><span id="f3639e51-8bc1-48ca-8f11-907dad067991" class="GINGER_SOFATWARE_mark"><span id="37551185-137d-47ff-8a83-cd1802e81bea" class="GINGER_SOFATWARE_mark">Andia</span></span> Free Responsive Html5 CSS3 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Andia.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Andia.jpg" class="aligncenter size-full wp-image-2514" alt="Andia" width="600" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Andia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Andia-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2514" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Andia.jpg" alt="Andia" width="600" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Andia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Andia-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://azmind.com/demo/andia-agency/"><strong>Demo</strong></a>|<a href="http://azmind.com/2012/12/28/free-html-template-andia-responsive-agency-portfolio-template-twitter-bootstrap/"><strong>More Info</strong></a></p><p><strong>Free Photography Portfolio <span id="0003a795-9c1f-469c-aab4-f49769f2eb1a" class="GINGER_SOFATWARE_mark"><span id="e944ab16-d0ee-426e-8e96-3a80976e9eda" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-010.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-010.jpg" class="aligncenter size-full wp-image-2515" alt="free-html5-css3-website-templates-010" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-010.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-010-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2515" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-010.jpg" alt="free-html5-css3-website-templates-010" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-010.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-010-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/05/16/free-website-template-photographers-portfolio/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free Biz Time Business Company <span id="97eff541-1112-435b-be96-68dba7de0961" class="GINGER_SOFATWARE_mark"><span id="45ab3e46-fb52-4306-8aed-eee753c405c8" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-011.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-011.jpg" class="aligncenter size-full wp-image-2516" alt="free-html5-css3-website-templates-011" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-011.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-011-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2516" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-011.jpg" alt="free-html5-css3-website-templates-011" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-011.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-011-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/04/18/free-website-template-single-page-layout/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free Web Design Studio <span id="2c147f94-ab92-4e67-9587-ee5d2ffe9714" class="GINGER_SOFATWARE_mark"><span id="1e04d432-9075-422a-8bd1-acad44146647" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-013.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-013.jpg" class="aligncenter size-full wp-image-2517" alt="free-html5-css3-website-templates-013" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-013.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-013-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2517" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-013.jpg" alt="free-html5-css3-website-templates-013" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-013.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-013-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/04/04/free-website-template-web-design-studio/?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="d6dd8187-1a19-4767-9b22-f0988ffb5bfd" class="GINGER_SOFATWARE_mark"><span id="2a2a3c6a-7348-49ab-9e70-4e82edaf5a71" class="GINGER_SOFATWARE_mark">Efficient Start</span></span> of Your Business</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-014.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-014.jpg" class="aligncenter size-full wp-image-2518" alt="free-html5-css3-website-templates-014" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-014.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-014-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2518" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-014.jpg" alt="free-html5-css3-website-templates-014" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-014.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-014-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/02/28/free-website-template-efficient-business/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free Real Estate HTML5 Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-015.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-015.jpg" class="aligncenter size-full wp-image-2519" alt="free-html5-css3-website-templates-015" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-015.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-015-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2519" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-015.jpg" alt="free-html5-css3-website-templates-015" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-015.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-015-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2010/12/27/free-real-estate-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Travel Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-016.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-016.jpg" class="aligncenter size-full wp-image-2520" alt="free-html5-css3-website-templates-016" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-016.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-016-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2520" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-016.jpg" alt="free-html5-css3-website-templates-016" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-016.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-016-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/01/11/free-travel-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Wedding Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-017.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017.jpg" class="aligncenter size-full wp-image-2521" alt="free-html5-css3-website-templates-017" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2521" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-017.jpg" alt="free-html5-css3-website-templates-017" width="600" height="322" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017-300x161.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-017-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/01/03/free-wedding-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Music Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-018.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-018.jpg" class="aligncenter size-full wp-image-2522" alt="free-html5-css3-website-templates-018" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-018.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-018-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2522" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-018.jpg" alt="free-html5-css3-website-templates-018" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-018.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-018-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/04/12/free-music-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Halloween Flat <span id="c90e84f5-0117-4026-a925-1d71e7887ba5" class="GINGER_SOFATWARE_mark"><span id="fa99dfac-10b8-45b5-b6f4-84250ba03e64" class="GINGER_SOFATWARE_mark">Design Layout</span></span> Free HTML5 Theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme.jpg" class="aligncenter size-full wp-image-2523" alt="Halloween-Flat-Design-Layout-Free-HTML5-Theme" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2523" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme.jpg" alt="Halloween-Flat-Design-Layout-Free-HTML5-Theme" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Halloween-Flat-Design-Layout-Free-HTML5-Theme-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://templates.websitetemplatesonline.com/Free-Halloween-Theme/index.html?aff=designpixel"><strong>Demo</strong></a>|<a href="http://blog.templatemonster.com/2013/10/07/halloween-free-html5-theme/?aff=designpixel"><strong>More Info</strong></a></p><p><strong><span id="1301f1a7-7712-4c06-bce2-5c07629c1b41" class="GINGER_SOFATWARE_mark"><span id="678d7fd9-37c0-4f65-b233-b37b9c08b761" class="GINGER_SOFATWARE_mark">Bromo</span></span> Premium HTML5 Responsive Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive.jpg" class="aligncenter size-full wp-image-2524" alt="Bromo-Premium-HTML5-Responsive" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2524" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive.jpg" alt="Bromo-Premium-HTML5-Responsive" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Bromo-Premium-HTML5-Responsive-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5mania.com/premium-html5-css3-responsive-template-free-download/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Responsive HTML5 Single Page Portfolio</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page.jpg" class="aligncenter size-full wp-image-2525" alt="Responsive-HTML5-Single-Page" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2525" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page.jpg" alt="Responsive-HTML5-Single-Page" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-HTML5-Single-Page-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/free-responsive-html5-single-page-portfoliowebsite-template-onepager/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Brownie HTML5 Portfolio Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template.jpg" class="aligncenter size-full wp-image-2526" alt="Brownie-HTML5-Portfolio-Template" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2526" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template.jpg" alt="Brownie-HTML5-Portfolio-Template" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Brownie-HTML5-Portfolio-Template-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/free-responsive-html5-portfolio-business-website-template-brownie/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong><span id="3d2d2123-28de-4aed-8815-ed88e4e8c863" class="GINGER_SOFATWARE_mark"><span id="4535bc94-be15-462a-ad42-7fd349f9db21" class="GINGER_SOFATWARE_mark">Accentbox</span></span> Html5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Accentbox-Html5-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Accentbox-Html5-Template.jpg" class="aligncenter size-full wp-image-2527" alt="Accentbox-Html5-Template" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Accentbox-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Accentbox-Html5-Template-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2527" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Accentbox-Html5-Template.jpg" alt="Accentbox-Html5-Template" width="600" height="355" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Accentbox-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Accentbox-Html5-Template-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5xcss3.com/2012/08/html5-template-accentbox-responsive.html"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Yoko Html5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Yoko-Html5-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Yoko-Html5-Template.jpg" class="aligncenter size-full wp-image-2528" alt="Yoko-Html5-Template" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Yoko-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Yoko-Html5-Template-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2528" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Yoko-Html5-Template.jpg" alt="Yoko-Html5-Template" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Yoko-Html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Yoko-Html5-Template-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5xcss3.com/2012/06/html5-template-yoko.html"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Style Tiles – <span id="1cedf188-b3e2-40d4-a62b-85769ef26e40" class="GINGER_SOFATWARE_mark"><span id="7b98dbc2-f34f-4e95-8586-3755152b5710" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates.jpg" class="aligncenter size-full wp-image-2529" alt="free-responsive-templates" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2529" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates.jpg" alt="free-responsive-templates" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://styletil.es/"><strong>Download</strong>| <strong>Demo</strong></a></p><p><strong>Responsive HTML5/CSS3 Website</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-02.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-02.jpg" class="aligncenter size-full wp-image-2530" alt="free-responsive-templates-02" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-02.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-02-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2530" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-02.jpg" alt="free-responsive-templates-02" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-02.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-02-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://webcodebuilder.com/freebie-responsive-html5css3-template/"><strong>Download</strong>| <strong>Demo</strong></a></p><p><strong>It Fits<span id="0d777aca-b9a3-435d-b388-7426d7bba1af" class="GINGER_SOFATWARE_mark"></span><span id="0d777aca-b9a3-435d-b388-7426d7bba1af" class="GINGER_SOFATWARE_mark"></span><span id="fcf555d7-438c-4ace-b687-94c6c98a8863" class="GINGER_SOFATWARE_mark"><span id="0d777aca-b9a3-435d-b388-7426d7bba1af" class="GINGER_SOFATWARE_mark"> </span>:</span> Free <span id="4bc0596d-742f-429a-94c8-6c6a4acfa420" class="GINGER_SOFATWARE_mark"><span id="5e373d45-c3a3-433f-b0c7-cca8d75c8cb7" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Responsive Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-03.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-03.jpg" class="aligncenter size-full wp-image-2531" alt="free-responsive-templates-03" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-03.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-03-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2531" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-03.jpg" alt="free-responsive-templates-03" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-03.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-03-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.cssjunction.com/freebies/html5-css3-responsive-web-template/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>The Goldilocks Approach – to Responsive Web Design</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-04.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-04.jpg" class="aligncenter size-full wp-image-2532" alt="free-responsive-templates-04" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-04.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-04-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2532" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-04.jpg" alt="free-responsive-templates-04" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-04.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-04-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://goldilocksapproach.com/"><strong>Demo</strong>| <strong>Download</strong></a></p><p><strong>Responsive Design with CSS3 Media Queries</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-05.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-05.jpg" class="aligncenter size-full wp-image-2533" alt="free-responsive-templates-05" width="600" height="277" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-05.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-05-300x139.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2533" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-05.jpg" alt="free-responsive-templates-05" width="600" height="277" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-05.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-05-300x139.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries"><strong>Demo</strong></a>|<a href="http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries"><strong>Download</strong></a></p><p><strong>ZENI – Photo Website Templates Responsive Design</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-06.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-06.jpg" class="aligncenter size-full wp-image-2534" alt="free-responsive-templates-06" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-06.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-06-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2534" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-06.jpg" alt="free-responsive-templates-06" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-06.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-06-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://luiszuno.com/blog/downloads/zeni-html"><strong>Demo</strong></a>|<a href="http://luiszuno.com/blog/downloads/zeni-html"><strong>Download</strong></a></p><p><strong><span id="7f814f83-5584-4ff4-b6fe-e1bfbe8c0986" class="GINGER_SOFATWARE_mark"><span id="760354b0-828f-4d8f-8374-ace59253e76e" class="GINGER_SOFATWARE_mark">flexgen</span></span>: Free Responsive HTML5 Single-Serving Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-07.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-07.jpg" class="aligncenter size-full wp-image-2535" alt="free-responsive-templates-07" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-07.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-07-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2535" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-07.jpg" alt="free-responsive-templates-07" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-07.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-07-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://frontendpost.com/demos/flexgen/"><strong>Demo</strong></a>|<a href="http://frontendpost.com/demos/flexgen/flexgen.zip"><strong>Download</strong></a></p><p><strong>How to Create a Responsive HTML5 Signup Page</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-08.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-08.jpg" class="aligncenter size-full wp-image-2536" alt="free-responsive-templates-08" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-08.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-08-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2536" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-08.jpg" alt="free-responsive-templates-08" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-08.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-08-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.derby-web-design-agency.co.uk/themes/response/"><strong>Demo</strong></a>|<a href="http://www.derby-web-design-agency.co.uk/freeby-download/51600responsive.zip"><strong>Download</strong></a></p><p><strong>Modus – Responsive HTML 5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-09.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-09.jpg" class="aligncenter size-full wp-image-2537" alt="free-responsive-templates-09" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-09.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-09-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2537" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-09.jpg" alt="free-responsive-templates-09" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-09.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-09-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://luiszuno.com/themes/modus/"><strong>Demo</strong></a>|<a href="http://luiszuno.com/blog/wp-content/uploads/downloads/2012/04/modus-files.zip"><strong>Download</strong></a></p><p><strong><span id="24d1af26-83cb-4167-9525-fcf9d7c075af" class="GINGER_SOFATWARE_mark"><span id="0da07d30-4e08-442b-8129-2a20b0afee10" class="GINGER_SOFATWARE_mark">Folde</span></span> – Creatives Responsive Showcase</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-010.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-010.jpg" class="aligncenter size-full wp-image-2538" alt="free-responsive-templates-010" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-010.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-010-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2538" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-010.jpg" alt="free-responsive-templates-010" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-010.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-010-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://luiszuno.com/themes/folder/"><strong>Demo</strong></a>|<a href="http://luiszuno.com/blog/wp-content/uploads/downloads/2012/05/folder-files.zip"><strong>Download</strong></a></p><p><strong><span id="f2bfde20-92fb-462a-abb4-90ad7a0b71f4" class="GINGER_SOFATWARE_mark"><span id="49664c64-1629-4e8d-a2f5-43f31e9c2d64" class="GINGER_SOFATWARE_mark">Responsiva</span></span> Website Templates</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-036.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-036.jpg" class="aligncenter size-full wp-image-2539" alt="free-responsive-templates-036" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-036.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-036-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2539" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-036.jpg" alt="free-responsive-templates-036" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-036.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-036-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.responsinator.com/?url=demo.html5xcss3.com/html5themes/dzyngiri/responsiva/"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/html5themes/dzyngiri/responsiva.zip"><strong>Download</strong></a></p><p><strong>Resume Responsive Templates</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-037.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-037.jpg" class="aligncenter size-full wp-image-2540" alt="free-responsive-templates-037" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-037.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-037-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2540" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-responsive-templates-037.jpg" alt="free-responsive-templates-037" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-037.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-responsive-templates-037-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/luiszuno/resume/"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/html5themes/luiszuno/resume.zip"><strong>Download</strong></a></p><p><strong>Html5 Template Basic Responsive</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive.jpg" class="aligncenter size-full wp-image-2541" alt="Html5-Template-Basic-Responsive" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2541" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive.jpg" alt="Html5-Template-Basic-Responsive" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Html5-Template-Basic-Responsive-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5fan&amp;temp=basic"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5fan&amp;temp=basic"><strong>Download</strong></a></p><p><strong>Retina Responsive</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Retina-Responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Retina-Responsive.jpg" class="aligncenter size-full wp-image-2542" alt="Retina-Responsive" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Retina-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Retina-Responsive-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2542" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Retina-Responsive.jpg" alt="Retina-Responsive" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Retina-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Retina-Responsive-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=chocotemplates&amp;temp=retina"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=chocotemplates&amp;temp=retina"><strong>Download</strong></a></p><p><strong>Corporate Responsive</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Corporate-Responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Responsive.jpg" class="aligncenter size-full wp-image-2543" alt="Corporate-Responsive" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Responsive-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2543" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Corporate-Responsive.jpg" alt="Corporate-Responsive" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Corporate-Responsive-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://preview.chocotemplates.com/simple/html/index.html"><strong>Demo</strong></a>|<a href="http://chocotemplates.com/download?id=1099&amp;package=regular-standard-license"><strong>Download</strong></a></p><p><strong>Curve</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Curve.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Curve.jpg" class="aligncenter size-full wp-image-2544" alt="Curve" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Curve.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Curve-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2544" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Curve.jpg" alt="Curve" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Curve.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Curve-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://preview.chocotemplates.com/curve/html/index.html"><strong>Demo</strong></a>|<a href="http://chocotemplates.com/download/?id=1134&amp;package=regular-standard-license"><strong>Download</strong></a></p><p><strong><span id="1980d5d5-8a39-435a-9aec-f12406586c0f" class="GINGER_SOFATWARE_mark"><span id="74a4bba6-6d57-41a5-a547-1f866287a6ab" class="GINGER_SOFATWARE_mark">Digy</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Digy.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Digy.jpg" class="aligncenter size-full wp-image-2545" alt="Digy" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Digy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Digy-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2545" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Digy.jpg" alt="Digy" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Digy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Digy-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://preview.chocotemplates.com/digy/html/index.html"><strong>Demo</strong></a>|<a href="http://chocotemplates.com/download/?id=1147&amp;package=regular-standard-license"><strong>Download</strong></a></p><p><strong><span id="33a16cf1-9846-4615-8c69-5cc1c2d00d94" class="GINGER_SOFATWARE_mark"><span id="ba904620-403f-4bc0-a71f-dd329f99f723" class="GINGER_SOFATWARE_mark">zCumbeton</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zCumbeton.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zCumbeton.jpg" class="aligncenter size-full wp-image-2546" alt="zCumbeton" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zCumbeton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zCumbeton-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2546" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zCumbeton.jpg" alt="zCumbeton" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zCumbeton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zCumbeton-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/demo/index.php?cat=full&amp;temp=zCumbeton"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/download/full/zCumbeton_zerotheme.com.zip"><strong>Download</strong></a></p><p><strong><span id="4e6be94b-d864-4425-b88e-b9cbfcd8f0ab" class="GINGER_SOFATWARE_mark"><span id="2e9ee8ce-3d16-43c6-8438-f0f3ea1f0402" class="GINGER_SOFATWARE_mark">zGanto</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zGanto.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zGanto.jpg" class="aligncenter size-full wp-image-2547" alt="zGanto" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zGanto.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zGanto-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2547" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zGanto.jpg" alt="zGanto" width="600" height="335" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zGanto.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zGanto-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/demo/index.php?cat=full&amp;temp=zGanto"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/download/full/zGanto_zerotheme.com.zip"><strong>Download</strong></a></p><p><strong><span id="c0a3b82c-0635-4fcd-95fe-03e61bfb1f3b" class="GINGER_SOFATWARE_mark"><span id="bdcea4e2-7f60-4dea-9228-835c5dbb1af4" class="GINGER_SOFATWARE_mark">zBamboo</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zBamboo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zBamboo.jpg" class="aligncenter size-full wp-image-2548" alt="zBamboo" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2548" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zBamboo.jpg" alt="zBamboo" width="600" height="319" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zBamboo-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/demo/index.php?cat=full&amp;temp=zBamboo"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/download/full/zBamboo_zerotheme.com.zip"><strong>Download</strong></a></p><p><strong>Travel Store</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Travel-Store.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Travel-Store.jpg" class="aligncenter size-full wp-image-2549" alt="Travel-Store" width="600" height="339" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Travel-Store.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Travel-Store-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2549" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Travel-Store.jpg" alt="Travel-Store" width="600" height="339" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Travel-Store.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Travel-Store-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://livedemo00.template-help.com/free_sample_jigoshop/?aff=designpixel"><strong>Demo</strong></a>|<a href="http://www.templatemonster.com/free-jigoshop-theme.html?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="898b3ddc-0fc1-4648-8103-6cd445f477dc" class="GINGER_SOFATWARE_mark"><span id="54af43a2-aa3c-46e3-abbb-435d9ccfd00f" class="GINGER_SOFATWARE_mark">Zerofour</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Zerofour.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Zerofour.jpg" class="aligncenter size-full wp-image-2550" alt="Zerofour" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zerofour.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zerofour-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2550" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Zerofour.jpg" alt="Zerofour" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zerofour.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zerofour-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5up&amp;temp=zerofour"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5up&amp;temp=zerofour"><strong>Download</strong></a></p><p><strong>Verti</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Verti.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Verti.jpg" class="aligncenter size-full wp-image-2551" alt="Verti" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Verti.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Verti-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2551" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Verti.jpg" alt="Verti" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Verti.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Verti-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5up&amp;temp=verti"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5up&amp;temp=verti"><strong>Download</strong></a></p><p><strong>TXT A responsive site template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/TXT-A-responsive.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/TXT-A-responsive.jpg" class="aligncenter size-full wp-image-2552" alt="TXT-A-responsive" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/TXT-A-responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/TXT-A-responsive-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2552" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/TXT-A-responsive.jpg" alt="TXT-A-responsive" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/TXT-A-responsive.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/TXT-A-responsive-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5up&amp;temp=txt"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5up&amp;temp=txt"><strong>Download</strong></a></p><p><strong><span id="fb96077b-2fc2-4693-9d0a-68b948afd381" class="GINGER_SOFATWARE_mark"><span id="0bab3e9d-4a4b-40c6-a9c8-87ac8d3536fe" class="GINGER_SOFATWARE_mark">zWebDesign</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zWebDesign.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zWebDesign.jpg" class="aligncenter size-full wp-image-2553" alt="zWebDesign" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zWebDesign.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zWebDesign-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2553" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zWebDesign.jpg" alt="zWebDesign" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zWebDesign.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zWebDesign-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/demo/index.php?url=http://www.responsinator.com/?url=http%3A%2F%2Fwww.zerotheme.com%2Fdemo%2Ffull%2FzWebDesign"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/2013/01/zwebdesign-free-responsive-html5-theme.html"><strong>Download</strong></a></p><p><strong>Type &amp; Grids: Free Responsive HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Type-Grids-2.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2.jpg" class="aligncenter size-full wp-image-2554" alt="Type-Grids (2)" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2554" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Type-Grids-2.jpg" alt="Type-Grids (2)" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Grids-2-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://smashingmagazine.typeandgrids.com/"><strong>Demo</strong></a>|<a href="http://provide.smashingmagazine.com/Freebies/type_and_grids.zip"><strong>Download</strong></a></p><p><strong><span id="00c77b40-6789-499a-82b8-afcae1f0b801" class="GINGER_SOFATWARE_mark"><span id="127b702c-5ede-4457-be77-b6fd7ffe3f47" class="GINGER_SOFATWARE_mark">zStartUp</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zStartUp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zStartUp.jpg" class="aligncenter size-full wp-image-2555" alt="zStartUp" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zStartUp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zStartUp-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2555" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zStartUp.jpg" alt="zStartUp" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zStartUp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zStartUp-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/484/zstartup-free-responsive-html5-theme.html"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/484/zstartup-free-responsive-html5-theme.html"><strong>Download</strong></a></p><p><strong><span id="25e79c52-f345-4640-89b1-24bd3362cbba" class="GINGER_SOFATWARE_mark"><span id="21896654-123f-4d22-af69-c04344981b02" class="GINGER_SOFATWARE_mark">zParalexy</span></span></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zParalexy.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/zParalexy.jpg" class="aligncenter size-full wp-image-2556" alt="zParalexy" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zParalexy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zParalexy-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2556" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/zParalexy.jpg" alt="zParalexy" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/zParalexy.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/zParalexy-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zerotheme.com/201/zparalexy-free-responsive-html5-theme.html"><strong>Demo</strong></a>|<a href="http://www.zerotheme.com/201/zparalexy-free-responsive-html5-theme.html"><strong>Download</strong></a></p><p><strong>Parallelism</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Parallelism.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Parallelism.jpg" class="aligncenter size-full wp-image-2557" alt="Parallelism" width="600" height="224" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Parallelism.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Parallelism-300x112.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2557" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Parallelism.jpg" alt="Parallelism" width="600" height="224" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Parallelism.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Parallelism-300x112.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5up.net/parallelism/"><strong>Demo</strong></a>|<a href="http://html5up.net/parallelism/download/"><strong>Download</strong></a></p><p><strong>Striped</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Striped.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Striped.jpg" class="aligncenter size-full wp-image-2558" alt="Striped" width="600" height="239" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Striped.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Striped-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2558" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Striped.jpg" alt="Striped" width="600" height="239" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Striped.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Striped-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5up.net/striped/"><strong>Demo</strong></a>|<a href="http://html5up.net/striped/download/"><strong>Download</strong></a></p><p><strong>Strongly Typed</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Strongly-Typed.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Strongly-Typed.jpg" class="aligncenter size-full wp-image-2559" alt="Strongly-Typed" width="600" height="228" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Strongly-Typed.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Strongly-Typed-300x114.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2559" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Strongly-Typed.jpg" alt="Strongly-Typed" width="600" height="228" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Strongly-Typed.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Strongly-Typed-300x114.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5up.net/strongly-typed/"><strong>Demo</strong></a>|<a href="http://html5up.net/strongly-typed/download/"><strong>Download</strong></a></p><p><strong>Free Business Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-019.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-019.jpg" class="aligncenter size-full wp-image-2560" alt="free-html5-css3-website-templates-019" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-019.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-019-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2560" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-019.jpg" alt="free-html5-css3-website-templates-019" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-019.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-019-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/01/24/free-business-website-template-efficient-choice/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Science Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-20.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-20.jpg" class="aligncenter size-full wp-image-2561" alt="free-html5-css3-website-templates-20" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-20.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-20-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2561" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-20.jpg" alt="free-html5-css3-website-templates-20" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-20.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-20-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/02/21/free-science-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Template for Music Band</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-21.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-21.jpg" class="aligncenter size-full wp-image-2562" alt="free-html5-css3-website-templates-21" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-21.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-21-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2562" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-21.jpg" alt="free-html5-css3-website-templates-21" width="600" height="427" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-21.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-21-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/03/07/free-static-facebook-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Furniture Website Template for Eco Design Company</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-22.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-22.jpg" class="aligncenter size-full wp-image-2563" alt="free-html5-css3-website-templates-22" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-22.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-22-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2563" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-22.jpg" alt="free-html5-css3-website-templates-22" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-22.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-22-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/02/07/free-furniture-website-template/?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="815b1763-a81e-4217-a991-835311047a12" class="GINGER_SOFATWARE_mark">Free</span> HTML5 and CSS3 theme</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-23.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-23.jpg" class="aligncenter size-full wp-image-2564" alt="free-html5-css3-website-templates-23" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-23.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-23-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2564" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-23.jpg" alt="free-html5-css3-website-templates-23" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-23.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-23-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://wpthemes.jayj.dk/html5/"><strong>Demo</strong></a>|<a href="http://jayj.dk/wp-content/uploads/html5-v2.zip"><strong>Download</strong></a></p><p><strong>Business Website Template with Accordion Navigation</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-24.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-24.jpg" class="aligncenter size-full wp-image-2565" alt="free-html5-css3-website-templates-24" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-24.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-24-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2565" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-24.jpg" alt="free-html5-css3-website-templates-24" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-24.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-24-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/04/25/free-business-website-template-accordion-navigation/?aff=designpixel"><strong>Download</strong></a></p><p><strong>XHTML &amp; CSS3 One-Page Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-25.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-25.jpg" class="aligncenter size-full wp-image-2566" alt="free-html5-css3-website-templates-25" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-25.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-25-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2566" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-25.jpg" alt="free-html5-css3-website-templates-25" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-25.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-25-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.tutorialzine.com/freebies/free-xhtml-css3-website-template/template.html"><strong>Demo</strong></a>|<a href="http://demo.tutorialzine.com/freebies/free-xhtml-css3-website-template/demo.zip"><strong>Download</strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong>Free Website Template Slider Typography</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template.jpg" class="aligncenter size-full wp-image-2567" alt="free-html5-website-template" width="600" height="470" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2567" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template.jpg" alt="free-html5-website-template" width="600" height="470" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/07/11/free-website-template-slider-typography/?aff=designpixel"><strong>Download</strong></a></p><p><strong>HTML5 website template for airline company</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-261.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-261.jpg" class="aligncenter size-full wp-image-2568" alt="free-html5-website-template-261" width="600" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-261.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-261-300x207.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2568" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-261.jpg" alt="free-html5-website-template-261" width="600" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-261.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-261-300x207.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-html5-website-template-airlines.php?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="4e2877a9-d9c8-4542-ae28-f558c84912b6" class="GINGER_SOFATWARE_mark"><span id="ff94c536-0d3c-45c7-8073-5383bfb5a300" class="GINGER_SOFATWARE_mark">TheHoleInOne</span></span> HTML5 and CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-27.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-27.jpg" class="aligncenter size-full wp-image-2569" alt="free-html5-website-template-27" width="600" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-27.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-27-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2569" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-27.jpg" alt="free-html5-website-template-27" width="600" height="340" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-27.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-27-300x170.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/theholeinone/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/theholeinone/"><strong>Download</strong></a></p><p><strong><span id="b465985b-ae4f-40d7-93cb-eb5b7c00590f" class="GINGER_SOFATWARE_mark"><span id="a463b696-d195-48bc-84e5-96215871061c" class="GINGER_SOFATWARE_mark">VividPhoto</span></span> HTML5 and CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-28.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-28.jpg" class="aligncenter size-full wp-image-2570" alt="free-html5-website-template-28" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-28.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-28-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2570" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-28.jpg" alt="free-html5-website-template-28" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-28.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-28-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/vividphoto/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/vividphoto.zip"><strong>Download</strong></a></p><p><strong>Minimalism HTML5 and CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-29.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-29.jpg" class="aligncenter size-full wp-image-2571" alt="free-html5-website-template-29" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-29.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-29-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2571" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-29.jpg" alt="free-html5-website-template-29" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-29.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-29-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/minimalism/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/minimalism.zip"><strong>Download</strong></a></p><p><strong>Online Solutions HTML5 and CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-30.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-30.jpg" class="aligncenter size-full wp-image-2572" alt="free-html5-website-template-30" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-30.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-30-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2572" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-30.jpg" alt="free-html5-website-template-30" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-30.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-30-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/onlinesolutions/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/onlinesolutions.zip"><strong>Download</strong></a></p><p><strong>Science HTML5 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-31.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-31.jpg" class="aligncenter size-full wp-image-2573" alt="free-html5-website-template-31" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-31.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-31-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2573" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-31.jpg" alt="free-html5-website-template-31" width="600" height="370" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-31.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-31-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-science-html5-template.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>HTML5 Template – Hosting Website</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-32.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-32.jpg" class="aligncenter size-full wp-image-2574" alt="free-html5-website-template-32" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-32.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-32-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2574" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-32.jpg" alt="free-html5-website-template-32" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-32.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-32-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-html5-template-hosting-website.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>HTML5 Template – Real Estate Website</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-33.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-33.jpg" class="aligncenter size-full wp-image-2575" alt="free-html5-website-template-33" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-33.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-33-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2575" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-33.jpg" alt="free-html5-website-template-33" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-33.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-33-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-html5-template-real-estate-website.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Business Company Website Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-34.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-34.jpg" class="aligncenter size-full wp-image-2576" alt="free-html5-website-template-34" width="600" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-34.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-34-300x226.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2576" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-34.jpg" alt="free-html5-website-template-34" width="600" height="452" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-34.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-34-300x226.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-website-template-business-company.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>HMTL5/CSS3 Music Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-35.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-35.jpg" class="aligncenter size-full wp-image-2577" alt="free-html5-website-template-35" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-35.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-35-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2577" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-35.jpg" alt="free-html5-website-template-35" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-35.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-35-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-html5-website-template-music.php?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="563d4059-450b-4f8b-9c3b-ca787d34590f" class="GINGER_SOFATWARE_mark"><span id="c4acd12e-e2d9-433d-a17e-28c6ef29e5d8" class="GINGER_SOFATWARE_mark">ArchiteXture</span></span> HTML5 and CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-36.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-36.jpg" class="aligncenter size-full wp-image-2578" alt="free-html5-website-template-36" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-36.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-36-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2578" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-36.jpg" alt="free-html5-website-template-36" width="600" height="284" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-36.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-36-300x142.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/architexture/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/architexture.zip"><strong>Download</strong></a></p><p><strong>Website Template – Learning Center</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-37.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-37.jpg" class="aligncenter size-full wp-image-2579" alt="free-html5-website-template-37" width="600" height="543" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-37.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-37-300x272.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2579" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-37.jpg" alt="free-html5-website-template-37" width="600" height="543" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-37.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-37-300x272.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-website-template-learning-center.php?aff=designpixel"><strong>Download</strong></a></p><p><strong><span id="835a5d4e-07a0-4115-a24b-4d52350e02af" class="GINGER_SOFATWARE_mark"><span id="b1c0e134-1ed3-447d-82a3-e82d64661d31" class="GINGER_SOFATWARE_mark">Vibrant Professional</span></span> Web Design with HTML5/CSS3</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-38.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-38.jpg" class="aligncenter size-full wp-image-2580" alt="free-html5-website-template-38" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-38.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-38-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2580" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-38.jpg" alt="free-html5-website-template-38" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-38.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-38-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://cdn.designinstruct.com/files/163-vibrant_professional_webdesign_code/vibrant_professional_webdesign_code.zip"><strong>Download</strong></a></p><p><strong>Website Template – Clean Red</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-39.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-39.jpg" class="aligncenter size-full wp-image-2581" alt="free-html5-website-template-39" width="600" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-39.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-39-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2581" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-website-template-39.jpg" alt="free-html5-website-template-39" width="600" height="315" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-39.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-website-template-39-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.cssheaven.org/preview/cleanred/"><strong>Demo</strong></a>|<a href="http://www.cssheaven.org/wp-content/plugins/download-monitor/download.php?id=cleanred.zip"><strong>Download</strong></a></p><p><strong>HTML5 Website Template for Industrial Business</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-50.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-50.jpg" class="aligncenter size-full wp-image-2582" alt="free-html5-css3-website-templates-50" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-50.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-50-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2582" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-50.jpg" alt="free-html5-css3-website-templates-50" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-50.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-50-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2010/10/04/free-html5-website-template-industrial-business/?aff=designpixel"><strong>Download</strong></a></p><p><strong>HTML5 &amp; CSS3 Website Template – OWMX-1</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-51.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-51.jpg" class="aligncenter size-full wp-image-2583" alt="free-html5-css3-website-templates-51" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-51.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-51-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2583" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-51.jpg" alt="free-html5-css3-website-templates-51" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-51.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-51-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.jabz.info/shr/owmx-1.1.zip"><strong>Download</strong></a></p><p><strong>Cinema World</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-52.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-52.jpg" class="aligncenter size-full wp-image-2584" alt="free-html5-css3-website-templates-52" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-52.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-52-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2584" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-52.jpg" alt="free-html5-css3-website-templates-52" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-52.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-52-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatescreme.com/demo/cinema-world/362"><strong>Demo</strong></a>|<a href="http://www.web3mantra.com/downloads/html5web6.zip"><strong>Download</strong></a></p><p><strong><span id="d8a6c2c9-9cc7-4dcf-af9c-16995ed42f02" class="GINGER_SOFATWARE_mark"><span id="eb833004-6132-4c50-94d3-56b29c69a00d" class="GINGER_SOFATWARE_mark">Acallian</span></span> HTML5 and CSS3 Templates Free</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-54.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-54.jpg" class="aligncenter size-full wp-image-2585" alt="free-html5-css3-website-templates-54" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-54.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-54-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2585" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-54.jpg" alt="free-html5-css3-website-templates-54" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-54.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-54-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://csstemplatesmarket.com/freecsstemplates/acallia/index.html"><strong>Demo</strong></a>|<a href="http://csstemplatesmarket.com/freecsstemplates/acallia.zip"><strong>Download</strong></a></p><p><strong>Alexx HTML5 and CSS3 Templates</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-55.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-55.jpg" class="aligncenter size-full wp-image-2586" alt="free-html5-css3-website-templates-55" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-55.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-55-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2586" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-55.jpg" alt="free-html5-css3-website-templates-55" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-55.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-55-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://csstemplatesmarket.com/freecsstemplates/alexx_c/index.html"><strong>Demo</strong></a>|<a href="http://csstemplatesmarket.com/freecsstemplates/alexx_c.zip"><strong>Download</strong></a></p><p><strong>Free Website Template – Memoir</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-56.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-56.jpg" class="aligncenter size-full wp-image-2587" alt="free-html5-css3-website-templates-56" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-56.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-56-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2587" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-56.jpg" alt="free-html5-css3-website-templates-56" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-56.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-56-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.cssheaven.org/preview/memoir/"><strong>Demo</strong></a>|<a href="http://www.cssheaven.org/wp-content/plugins/download-monitor/download.php?id=memoir.zip"><strong>Download</strong></a></p><p><strong>Free Website Template – Studio One</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-57.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-57.jpg" class="aligncenter size-full wp-image-2588" alt="free-html5-css3-website-templates-57" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-57.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-57-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://www.cssheaven.org/preview/studio-one/"><strong>Demo</strong></a>|<a href="http://www.cssheaven.org/wp-content/plugins/download-monitor/download.php?id=studio-one.zip"><strong>Download</strong></a></p><p><strong>Efficient Business Project</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-009.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-009.jpg" class="aligncenter size-full wp-image-2589" alt="free-html5-css3-website-templates-009" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-009.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-009-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2589" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-009.jpg" alt="free-html5-css3-website-templates-009" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-009.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-009-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2011/05/23/free-website-template-for-efficient-business-project/?aff=designpixel"><strong>Download</strong></a></p><p><strong>Free Website Template – Small Business</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-59.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-59.jpg" class="aligncenter size-full wp-image-2590" alt="free-html5-css3-website-templates-59" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-59.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-59-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2590" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-59.jpg" alt="free-html5-css3-website-templates-59" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-59.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-59-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.cssheaven.org/preview/smallbusiness/"><strong>Demo</strong></a>|<a href="http://www.cssheaven.org/wp-content/plugins/download-monitor/download.php?id=smallbusiness.zip"><strong>Download</strong></a></p><p><strong>Free Website Template – Portfolio</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-60.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-60.jpg" class="aligncenter size-full wp-image-2591" alt="free-html5-css3-website-templates-60" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-60.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-60-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2591" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-60.jpg" alt="free-html5-css3-website-templates-60" width="600" height="348" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-60.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-60-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.cssheaven.org/preview/portfolio/"><strong>Demo</strong></a>|<a href="http://www.cssheaven.org/wp-content/plugins/download-monitor/download.php?id=portfolio.zip"><strong>Download</strong></a></p><p><strong>Elegant Website With HTML 5 And CSS3</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-001.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-001.jpg" class="aligncenter size-full wp-image-2592" alt="free-html5-css3-website-templates-001" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-001.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-001-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2592" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-001.jpg" alt="free-html5-css3-website-templates-001" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-001.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-001-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pvmgarage.com/downloads/portfolio/"><strong>Demo</strong></a>|<a href="http://www.pvmgarage.com/downloads/mrhurley_PVMGARAGE.zip"><strong>Download</strong></a></p><p><strong>Coffee Shop HTML5 and CSS3 Style Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-002.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-002.jpg" class="aligncenter size-full wp-image-2593" alt="free-html5-css3-website-templates-002" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-002.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-002-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2593" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-002.jpg" alt="free-html5-css3-website-templates-002" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-002.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-002-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://freehtml5templates.com/downloads/free/coffeecols/"><strong>Demo</strong></a>|<a href="http://freehtml5templates.com/downloads/free/coffeecols.zip"><strong>Download</strong></a></p><p><strong>Free Website Template w/ jQuery Slider – Software</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-website-templates-2012-107.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-107.jpg" class="aligncenter size-full wp-image-2594" alt="free-website-templates-2012-107" width="600" height="487" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-107.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-107-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2594" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-website-templates-2012-107.jpg" alt="free-website-templates-2012-107" width="600" height="487" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-107.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-107-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-website-template-jquery-slider-software-project.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>Page Portfolio with HTML5 and CSS3</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-008.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-008.jpg" class="aligncenter size-full wp-image-2595" alt="free-html5-css3-website-templates-008" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-008.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-008-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2595" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-html5-css3-website-templates-008.jpg" alt="free-html5-css3-website-templates-008" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-008.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-html5-css3-website-templates-008-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://inspectelement.com/html5portfolio/#intro"><strong>Demo</strong></a>|<a href="http://inspectelement.com/html5portfolio/HTML5_portfolio.zip"><strong>Download</strong></a></p><p><strong>Free Website Template for Consulting Business</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-website-templates-2012-106.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-106.jpg" class="aligncenter size-full wp-image-2596" alt="free-website-templates-2012-106" width="600" height="484" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-106.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-106-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2596" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/free-website-templates-2012-106.jpg" alt="free-website-templates-2012-106" width="600" height="484" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-106.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/free-website-templates-2012-106-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.templatemonster.com/free-templates/free-website-template-consulting-business-jquery.php?aff=designpixel"><strong>Download</strong></a></p><p><strong>HTML5 Portfolio Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg" class="aligncenter size-full wp-image-2597" alt="HTML5-Portfolio-Template1" width="600" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2597" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg" alt="HTML5-Portfolio-Template1" width="600" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/free-responsive-html5-portfolio-business-template/index.html"><strong>Demo</strong></a>|<a href="http://www.egrappler.com/free-responsive-html5-portfolio-business-template/brownie.zip"><strong>Download</strong></a></p><p><strong>Simple Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Simple-Template-500x294.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Simple-Template-500x294.jpg" class="aligncenter size-full wp-image-2598" alt="Simple-Template-500x294" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Template-500x294.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Template-500x294-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2598" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Simple-Template-500x294.jpg" alt="Simple-Template-500x294" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Template-500x294.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Template-500x294-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://luiszuno.com/themes/simple/"><strong>Demo</strong></a>|<a href="http://luiszuno.com/blog/downloads/simple-template/"><strong>Download</strong></a></p><p><strong>PhotoArtWork2 Photography CSS3 Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template.jpg" class="aligncenter size-full wp-image-2599" alt="PhotoArtWork2-Photography-Template" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2599" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template.jpg" alt="PhotoArtWork2-Photography-Template" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/PhotoArtWork2-Photography-Template-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.css3templates.co.uk/templates/photoartwork2/index.html"><strong>Demo</strong></a>|<a href="http://www.css3templates.co.uk/downloads/photoartwork2.zip"><strong>Download</strong></a></p><p><strong>Brownie Business Portfolio Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg" class="aligncenter size-full wp-image-2597" alt="HTML5-Portfolio-Template1" width="600" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2597" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg" alt="HTML5-Portfolio-Template1" width="600" height="365" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/HTML5-Portfolio-Template1-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=egrappler&amp;temp=brownie"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=egrappler&amp;temp=brownie"><strong>Download</strong></a></p><p><strong>Thom Sander All in One Page Template</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template.jpg" class="aligncenter size-full wp-image-2602" alt="Thom-Sander-All-in-One-Page-Template" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2602" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template.jpg" alt="Thom-Sander-All-in-One-Page-Template" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Thom-Sander-All-in-One-Page-Template-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=templatesmonster&amp;temp=thomsander"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=templatesmonster&amp;temp=thomsander"><strong>Download</strong></a></p><p><strong>Interior Design Template with jQuery Background Slider</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider.jpg" class="aligncenter size-full wp-image-2603" alt="01-Interior-Design-Template-with-jQuery-Background-Slider" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2603" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider.jpg" alt="01-Interior-Design-Template-with-jQuery-Background-Slider" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/01-Interior-Design-Template-with-jQuery-Background-Slider-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://demo.html5xcss3.com/html5themes/templatesmonster/interioranimated/#%21/"><strong>Demo</strong></a>|<a href="http://download.html5xcss3.com/html5themes/templatesmonster/interioranimated.zip"><strong>Download</strong></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">4</span> Comments on "145+ Free Responsive HTML5 CSS3 Website Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="gGL9L2ce9c2379c87ff04f66033adbdc4db2759043b2ea4cf8178b126f8cde81dd55b" class="wpdiscuz-cnonce" name="cnonce" value="gGL9L2ce9c2379c87ff04f66033adbdc4db2759043b2ea4cf8178b126f8cde81dd55b" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="sUQ7E02b996cbd83596e471c990f9e5fb8af2639f25482f675dd461a3f90c48d80c58" class="wpdiscuz-cnonce" name="cnonce" value="sUQ7E02b996cbd83596e471c990f9e5fb8af2639f25482f675dd461a3f90c48d80c58" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10210_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-10210" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' target=''_blank''>35+ Free Coming Soon and Under Construction Templates</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-10210&quot; /&gt;" /></div><div class="wc-comment-date">November 16, 2015 7:55 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] Recommended Templates:  145+ Free Responsive HTML5 CSS3 Website Templates 20 High Quality &amp; Beautiful Restaurant Website Templates 50 High Quality Free HTML5 And CSS3 [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20Recommended%20Templates:%20%20145+%20Free%20Responsive%20HTML5%20CSS3%20Website%20Templates%2020%20High%20Quality%20&amp;%20Beautiful%20Restaurant%20Website%20Templates%2050%20High%20Quality%20Free%20HTML5%20And%20CSS3%20[%E2%80%A6]http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-10210" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10210_0"  style="clear:both"></div></div><div id="wc-comm-10083_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/1f8e545af092c9824dfbec02c4f55017?s=48&#038;d=mm&#038;r=g" alt="Firethemes" srcset="http://1.gravatar.com/avatar/1f8e545af092c9824dfbec02c4f55017?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10083" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Firethemes</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-10083&quot; /&gt;" /></div><div class="wc-comment-date">September 12, 2015 8:37 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Very nice collection&#8230; here you can find Bazinga a beautiful Free HTML5/CSS3 Theme :<br /> <a href="http://firethemes.net/demo/bazinga/" rel="nofollow">http://firethemes.net/demo/bazinga/</a><br /> Enjoy!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Very%20nice%20collection%E2%80%A6%20here%20you%20can%20find%20Bazinga%20a%20beautiful%20Free%20HTML5/CSS3%20Theme%20:http://firethemes.net/demo/bazinga/Enjoy!http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-10083" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10083_0"  style="clear:both"></div></div><div id="wc-comm-9893_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/1bf96ed9f1dd2211465cc56f601c04c5?s=48&#038;d=mm&#038;r=g" alt="Yogesh Singh" srcset="http://1.gravatar.com/avatar/1bf96ed9f1dd2211465cc56f601c04c5?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Yogesh Singh'' src=''http://thedesignpixel.com/files/avatar/1bf96ed9f1dd2211465cc56f601c04c5_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/1bf96ed9f1dd2211465cc56f601c04c5?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-9893" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Yogesh Singh</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-9893&quot; /&gt;" /></div><div class="wc-comment-date">August 5, 2015 12:50 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Awesome collection!! I found some cool free website template here &#8211; <a href="http://html5layouts.com/" rel="nofollow">http://html5layouts.com/</a></p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Awesome%20collection!!%20I%20found%20some%20cool%20free%20website%20template%20here%20%E2%80%93%20http://html5layouts.com/http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-9893" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-9893_0"  style="clear:both"></div></div><div id="wc-comm-8408_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/a19cddbdd073d419e04ff1340b640a5a?s=48&#038;d=mm&#038;r=g" alt="Datson" srcset="http://1.gravatar.com/avatar/a19cddbdd073d419e04ff1340b640a5a?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-8408" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://wisset.com/best-responsive-business-html-templates/'' target=''_blank''>Datson</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-8408&quot; /&gt;" /></div><div class="wc-comment-date">February 22, 2015 6:08 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Great templates!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Great%20templates!http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html#comment-8408" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-responsive-html5-css3-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8408_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free responsive html5 css3 website templates', '', 'publish', 'closed', 'closed', '', 'free-responsive-html5-css3-website-templates', '', '', '2017-04-11 13:17:14', '2017-04-11 13:17:14', '', 0, 'http://thedesignpixel.com/free-responsive-html5-css3-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(140, 1, '2017-04-11 13:17:17', '2017-04-11 13:17:17', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Stunning Website Templates for Free</div><div class="single-content"><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">30 Stunning Website Templates for Free</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>When developing a website, one of the most important steps to take is usually finding a proper template. Sometimes, the most reasonable solution would be to buy one, but sometimes there&#8217;s no need to rush things up. Sometimes you can find a decent looking (and what&#8217;s more important – functional) website template absolutely for free. Perhaps it can serve you only as a starting ground, but in such a way you&#8217;ll be able to get an understanding of what you&#8217;re actually expecting from a template, what role should it play, how should it look like, and how to properly use it. The thing is, by installing a free template, you risk nothing. In case you don&#8217;t like one, you can simply use another, since you haven&#8217;t paid any money for it. You can even download a bunch of templates and try customizing them for your needs.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There are different website themes in this compilation. And not only may the topics differ, but also the content management systems they are built for. You can find here some amazing WordPress, Joomla, and HTML5 themes. In case you won&#8217;t manage to find your topic, you can always customize them to make them your own. You don&#8217;t even need to know coding for this purpose, and all important changes can be done through your robust admin panel only.</p><p>As mentioned above, this compilation includes templates for various topics, including some great photographer portfolio templates, templates for an interior and exterior design company, marketing agency, architecture, religious websites, travel agency, cars, social organizations, sports and many more. It doesn&#8217;t matter whether you want to create a website from scratch or simply refresh your old design, you can use any template from this collection that you think might come in handy.</p><p>Every one of them is built with all the modern web design standards in mind. You can find awesome features as advanced menus, big-resolution background images, advanced navigation, and more. There are also different color schemes. You can find a lot of vivid multicolored templates, as well as templates with stylish monochromatic looks. Which one to choose would mostly depend on your own taste and preference. In any case, those elements can be customized they way you prefer. So, let&#8217;s explore this collection of the 30 stunning website templates which you can download absolutely for free!</p><h3><span style="text-decoration: underline;"><em><strong>30 Free Stunning Website Templates:</strong></em></span></h3><p><strong>Free WordPress Photographer Portfolio Template</strong></p><p><strong> <a href="http://store.templatemonster.com/wordpress-themes/52153.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/52153-big.jpg" class="alignnone" alt="melissa website templates" width="430" height="653"><noscript><img class="alignnone" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/52153-big.jpg" alt="melissa website templates" width="430" height="653" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/52153.html?aff=designpixel">Download Now </a> </strong></p><p><strong>Free <span id="31ff24e3-e8a4-474c-834a-256a44ecf205" class="GINGER_SOFATWARE_mark">WordPress Delicious</span> Restaurant Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-wordpress-restaurant-theme.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/52056-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/52056-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-wordpress-restaurant-theme.html?aff=designpixel">Download Now </a> </strong></p><p><strong>Free WordPress Successful Business Template</strong></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/52382.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/52382-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/52382-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/wordpress-themes/52382.html?aff=designpixel">Download Now </a> </strong></p><p><strong>Free WordPress Animal Care Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-cherry-wordpress-theme-cat-site.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51630-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51630-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-cherry-wordpress-theme-cat-site.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free WordPress Hotel Services Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-wordpress-theme-hotel.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51632-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51632-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-wordpress-theme-hotel.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Joomla Productive Business Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-business-theme.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51635-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51635-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-business-theme.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Joomla Auto Lovers Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-car-template.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51634-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51634-big.jpg" alt="" /></noscript> </a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-car-template.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Joomla Law Agency Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-law-template.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51619-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51619-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-law-template.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Joomla Interior Design Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-interior-template.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51612-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51612-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-interior-template.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Joomla Architecture Company Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-architecture-template.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/51611-big.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/51611-big.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-joomla-architecture-template.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Portfolio Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-one-page-template.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/free-theme.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/free-theme.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-one-page-template.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Dancing Lessons Theme</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-template-for-dance-studio.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-template-for-dance-studio.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Christ the Saviour Theme</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-religious-site.phpl?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Church.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Church.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-religious-site.phpl?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Responsive Marketing Company HTML5 Theme</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-marketing-agency.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-copy.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-copy.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-marketing-agency.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Personal Website Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-single-page-theme.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/DesignOnePage.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/DesignOnePage.jpg" alt="" /></noscript> </a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-single-page-theme.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free Responsive HTML5 Theme for Photo Studio</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-photo-portfolio.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Photo.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Photo.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-photo-portfolio.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Responsive Theme for Consulting Agency</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-consulting-firm.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Consulting1.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Consulting1.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-consulting-firm.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Responsive Entertainment Industry Theme</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-entertainment-website.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Event.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Event.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-entertainment-website.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Restaurant Deluxe Website</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-restaurant-website.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Restaurant.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Restaurant.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-restaurant-website.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Designer Dream Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-web-design-studio.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Design1.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Design1.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-web-design-studio.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Architect Portfolio Site</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-architecture-company.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Architecture.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Architecture.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-architecture-company.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Cleaning Services <span id="64e7b6d0-3933-4502-b0e9-b0be9cee7147" class="GINGER_SOFATWARE_mark">Website</span></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-cleaning-company.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Cleaning.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Cleaning.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-for-cleaning-company.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Photo Studio <span id="20b02f3e-2b45-49e3-8959-01687e06a506" class="GINGER_SOFATWARE_mark">Website</span></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-photo-site.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/About.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/About.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-photo-site.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Sports Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-sport-site.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Marathon.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Marathon.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-sport-site.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Taxi Services Theme</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-taxi-company.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Car.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Car.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-taxi-company.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Social Organization Template</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-social-organization.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Social.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Social.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-social-organization.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free HTML5 Interior Design Website</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-interior-site.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Interior.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Interior.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-interior-site.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Theme for Business <span id="8cf1374c-35fa-448e-8c13-01ea4a95c6bb" class="GINGER_SOFATWARE_mark">Website</span></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-business-site.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Home-Biz.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Home-Biz.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-business-site.php?aff=designpixel">Download Now</a></strong></p><p><strong>Free Responsive HTML5 Theme for Travel Agency</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-responsive-html5-theme-travel-agency.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/free-template-for-travel-agency.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/free-template-for-travel-agency.jpg" alt="" /></noscript> </a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-responsive-html5-theme-travel-agency.php?aff=designpixel">Download Now </a> </strong></p><p><strong>Free HTML5 Theme for Exterior Design Website</strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-exterior-design-website.php?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/images/Free-HTML5-Theme-for-Exterior-Design-Site-Large.jpg" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/Free-HTML5-Theme-for-Exterior-Design-Site-Large.jpg" alt="" /></noscript></a></strong></p><p><strong><a href="http://store.templatemonster.com/free-templates/free-html5-theme-exterior-design-website.php?aff=designpixel">Download Now</a></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "30 Stunning Website Templates for Free"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="qHQvP03dea2681b8ec512d7e21874a4e8fe420d15a1d6c7073bcb3942d0862a022199" class="wpdiscuz-cnonce" name="cnonce" value="qHQvP03dea2681b8ec512d7e21874a4e8fe420d15a1d6c7073bcb3942d0862a022199" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="gL5gD01d32b4bb6c4f64fadb815d57500bef7ea7abb38a150fd4495b04380b02bf35e" class="wpdiscuz-cnonce" name="cnonce" value="gL5gD01d32b4bb6c4f64fadb815d57500bef7ea7abb38a150fd4495b04380b02bf35e" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10238_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/50fde5d672a4e650df3e2cfa3dbb55eb?s=48&#038;d=mm&#038;r=g" alt="CheenuLott" srcset="http://2.gravatar.com/avatar/50fde5d672a4e650df3e2cfa3dbb55eb?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''CheenuLott'' src=''http://thedesignpixel.com/files/avatar/50fde5d672a4e650df3e2cfa3dbb55eb_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/50fde5d672a4e650df3e2cfa3dbb55eb?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10238" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">CheenuLott</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-stunning-website-templates.html#comment-10238&quot; /&gt;" /></div><div class="wc-comment-date">March 24, 2016 1:45 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Some of them are really nice, thanks.</p><p>Much appreciated, bookmarked and shared!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Some%20of%20them%20are%20really%20nice,%20thanks.Much%20appreciated,%20bookmarked%20and%20shared!http://www.thedesignpixel.com/free-stunning-website-templates.html#comment-10238" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-stunning-website-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10238_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free stunning website templates', '', 'publish', 'closed', 'closed', '', 'free-stunning-website-templates', '', '', '2017-04-11 13:17:17', '2017-04-11 13:17:17', '', 0, 'http://thedesignpixel.com/free-stunning-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(141, 1, '2017-04-11 13:17:21', '2017-04-11 13:17:21', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;12 Free Text To Speech Voice Conversion Tools</div><div class="single-content"><article class="post-3697 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3697" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">12 Free Text To Speech Voice Conversion Tools</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><div class="entry-inner">With the rise of technology driven lifestyle everything can be done with the help of softwares and applications. You really don&#8217;t need to make any efforts for doing a particular task because it can be easily done with the help of few clicks only. Yes, We are talking about minimizing the humanitarian efforts and heading more towards the technology and science.</div><div>So, Today we are going to talk about free text to speech voice conversion tools. A text to speech system converts normal written text into speech or An intelligible text-to-speech program allows people with visual impairments or reading disabilities to listen to written works on a home computer. Many computer operating systems have included speech synthesizers since the early 1990s.&nbsp; A text to speech voice conversion tools allows us to hear the text in an easy and comfortable way because it&#8217;s not possible to read large articles continuously. With the help of these tools you can easily hear the written text and do any other task also.</div><div>A lot of free text to speech voice conversion tools is available in the market and it&#8217;s hard to choose the best option for you. Here we have compiled a nice list of tools which you can use for text to speech conversion.</div><h3 class="entry-inner"><strong><span style="text-decoration: underline;"><em>12 Free Text To Speech Voice Conversion Tools</em></span>:</strong></h3><div class="entry-inner"><p><strong><a href="http://marf.sourceforge.net/" target="_blank" rel="nofollow"><span id="8508d5b7-1fc1-4eff-ba98-8ba653b6e4a7" class="GINGER_SOFATWARE_mark"><span id="2838ec00-4c89-44ad-9cc5-b117f83a607b" class="GINGER_SOFATWARE_mark"><span id="1486f293-2e04-43ac-aed6-bf739d62761a" class="GINGER_SOFATWARE_mark">Marf</span></span></span></a></strong></p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Marf.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Marf.jpg" class="aligncenter size-full wp-image-3708" alt="Marf" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Marf.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Marf-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3708" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Marf.jpg" alt="Marf" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Marf.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Marf-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.smartysoft.com/smartread/index.html" target="_blank" rel="nofollow"><span id="53199e61-7402-4d6f-93c8-272be556ef37" class="GINGER_SOFATWARE_mark"><span id="3bd00bd7-cb70-45ab-b4c4-c281ce6ce917" class="GINGER_SOFATWARE_mark"><span id="f596eb9e-a1ab-4d68-8dd2-459e0f0c0a58" class="GINGER_SOFATWARE_mark">SmartRead</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/SmartRead.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/SmartRead.jpg" class="aligncenter size-full wp-image-3709" alt="SmartRead" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/SmartRead.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/SmartRead-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3709" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/SmartRead.jpg" alt="SmartRead" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/SmartRead.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/SmartRead-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://dimio.altervista.org/eng/" target="_blank" rel="nofollow"><span id="6e385986-11c9-47a5-ace4-e55050c235a7" class="GINGER_SOFATWARE_mark"><span id="adf6c33c-3c72-4ae4-b37f-207a6b4129ea" class="GINGER_SOFATWARE_mark"><span id="b92aa84a-19d8-4ab0-a6e3-82bc4600343a" class="GINGER_SOFATWARE_mark">DSpeech</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/DSpeech.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/DSpeech.jpg" class="aligncenter size-full wp-image-3698" alt="DSpeech" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/DSpeech.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/DSpeech-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3698" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/DSpeech.jpg" alt="DSpeech" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/DSpeech.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/DSpeech-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="http://emacspeak.sourceforge.net/" target="_blank" rel="nofollow"><span id="7db0616a-4e3b-4de6-b2d7-693bb1c24af3" class="GINGER_SOFATWARE_mark"><span id="f594b717-10a8-4457-b524-f992afe46709" class="GINGER_SOFATWARE_mark"><span id="ccfb81ad-102f-4ebe-9ff6-df11b9f84945" class="GINGER_SOFATWARE_mark">Emacspeak</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Emacspeak.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Emacspeak.jpg" class="aligncenter size-full wp-image-3699" alt="Emacspeak" width="600" height="269" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Emacspeak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Emacspeak-300x135.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3699" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Emacspeak.jpg" alt="Emacspeak" width="600" height="269" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Emacspeak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Emacspeak-300x135.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.nvaccess.org/" target="_blank" rel="nofollow"><span id="9c0618be-b5ad-4e4c-84a8-99e091a7b1f4" class="GINGER_SOFATWARE_mark"><span id="694e7095-966a-4181-ac7c-071bd8f2598a" class="GINGER_SOFATWARE_mark"><span id="f9e4e0c0-7cc7-45aa-83b5-5cde9a01f5da" class="GINGER_SOFATWARE_mark">Nvaccess</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess.jpg" class="aligncenter size-full wp-image-3700" alt="Nvaccess" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3700" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess.jpg" alt="Nvaccess" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://cmusphinx.sourceforge.net/" target="_blank" rel="nofollow"><span id="99c41863-5df4-44d3-b7a6-63a2778a110b" class="GINGER_SOFATWARE_mark"><span id="43c63a8e-ad3b-4c9b-8b0e-9c009455dcb1" class="GINGER_SOFATWARE_mark"><span id="588a28e7-e28d-4543-8350-e86e33c3e6fa" class="GINGER_SOFATWARE_mark">Cmusphinx</span></span></span></a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Cmusphinx.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Cmusphinx.jpg" class="aligncenter size-full wp-image-3701" alt="Cmusphinx" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Cmusphinx.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Cmusphinx-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3701" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Cmusphinx.jpg" alt="Cmusphinx" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Cmusphinx.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Cmusphinx-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.cross-plus-a.com/balabolka.htm" target="_blank" rel="nofollow"><span id="e636a842-df33-480a-92ac-cf80858f0191" class="GINGER_SOFATWARE_mark"><span id="5ff7d686-4e45-4fb9-8bcb-57d0baf673de" class="GINGER_SOFATWARE_mark"><span id="86926d9b-8964-4091-8a6f-11161be9f807" class="GINGER_SOFATWARE_mark"><span id="faccd81a-eef8-40e1-9668-5fbcf4516e7d" class="GINGER_SOFATWARE_mark">Balabolka</span></span></span></span></a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Balabolka.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Balabolka.jpg" class="aligncenter size-full wp-image-3702" alt="Balabolka" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Balabolka.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Balabolka-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3702" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Balabolka.jpg" alt="Balabolka" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Balabolka.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Balabolka-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.ivona.com/us/" target="_blank" rel="nofollow">IVONA Text To Speech Voice</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice.jpg" class="aligncenter size-full wp-image-3703" alt="IVONA Text To Speech Voice" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3703" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice.jpg" alt="IVONA Text To Speech Voice" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/IVONA-Text-To-Speech-Voice-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.panopreter.com/" target="_blank" rel="nofollow"><span id="5e70ccb1-7be9-4023-9a8d-5a22b4c468d6" class="GINGER_SOFATWARE_mark"><span id="faab6782-526a-4b89-9d55-03a8f19f2ff5" class="GINGER_SOFATWARE_mark"><span id="d600e41b-7b1a-4489-89c0-7c45c452bc9b" class="GINGER_SOFATWARE_mark"><span id="57148a6c-ca62-499a-bf60-bee383d45ed9" class="GINGER_SOFATWARE_mark">Panopreter</span></span></span></span> Text To Speech Software</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software.jpg" class="aligncenter size-full wp-image-3704" alt="Panopreter Text To Speech Software" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3704" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software.jpg" alt="Panopreter Text To Speech Software" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Panopreter-Text-To-Speech-Software-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://espeak.sourceforge.net/" target="_blank" rel="nofollow"><span id="8306616d-281d-4635-9508-b9b1e60e7cea" class="GINGER_SOFATWARE_mark"><span id="9c3f01ff-bcc2-42c0-85fb-1066d1947c05" class="GINGER_SOFATWARE_mark"><span id="8e5d8b7c-c8c8-4ba8-9066-4964732af9c4" class="GINGER_SOFATWARE_mark"><span id="a4b17816-b3ce-4940-a3e8-530cf3cb5aec" class="GINGER_SOFATWARE_mark">eSpeak</span></span></span></span></a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/eSpeak.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/eSpeak.jpg" class="aligncenter size-full wp-image-3705" alt="eSpeak" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/eSpeak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/eSpeak-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3705" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/eSpeak.jpg" alt="eSpeak" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/eSpeak.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/eSpeak-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.naturalreaders.com/index.php" target="_blank" rel="nofollow">Natural Reader</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Natural-Reader.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/Natural-Reader.jpg" class="aligncenter size-full wp-image-3706" alt="Natural Reader" width="600" height="447" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Natural-Reader.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Natural-Reader-300x224.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><strong><a href="http://www.cstr.ed.ac.uk/projects/festival/" target="_blank" rel="nofollow">The Festival Speech Synthesis System</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/12/The-Festival-Speech-Synthesis-System.jpg" class="aligncenter size-full wp-image-3707" alt="The Festival Speech Synthesis System" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/The-Festival-Speech-Synthesis-System.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/The-Festival-Speech-Synthesis-System-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p></div> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">3</span> Comments on "12 Free Text To Speech Voice Conversion Tools"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="g9p4cf29fbf0dad2da67b0695e5a031e3b6b6404c115e11eee3b7619c214002f665b0" class="wpdiscuz-cnonce" name="cnonce" value="g9p4cf29fbf0dad2da67b0695e5a031e3b6b6404c115e11eee3b7619c214002f665b0" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="N2pUcc2c1c38b251b5df846610bf3cad242bba741fd9544fb83c28799392c4136abe0" class="wpdiscuz-cnonce" name="cnonce" value="N2pUcc2c1c38b251b5df846610bf3cad242bba741fd9544fb83c28799392c4136abe0" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-7868_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-7868" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.andzhi.com/opensource/xinwen/12-%e6%ac%be%e5%85%8d%e8%b4%b9%e7%9a%84%e6%96%87%e5%ad%97%e8%bd%ac%e8%af%ad%e9%9f%b3%e7%9a%84%e8%bd%ac%e6%8d%a2%e5%b7%a5%e5%85%b7-%e5%90%88%e6%99%ba%e7%a4%be%e5'' target=''_blank''>12 款免费的文字转语音的转换工具 合智社区 - 合智社区</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7868&quot; /&gt;" /></div><div class="wc-comment-date">December 30, 2014 10:10 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] via thedesignpixel [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20via%20thedesignpixel%20[%E2%80%A6]http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7868" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7868_0"  style="clear:both"></div></div><div id="wc-comm-7865_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-7865" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.person168.com/?p=74216'' target=''_blank''>12 款免费的文字转语音的转换工具 &#124; 我爱互联网</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7865&quot; /&gt;" /></div><div class="wc-comment-date">December 30, 2014 1:57 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] via thedesignpixel [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20via%20thedesignpixel%20[%E2%80%A6]http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7865" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7865_0"  style="clear:both"></div></div><div id="wc-comm-7779_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9089d33093aea20cd54fcc120c7a1000?s=48&#038;d=mm&#038;r=g" alt="Rezan Ferdous" srcset="http://0.gravatar.com/avatar/9089d33093aea20cd54fcc120c7a1000?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Rezan Ferdous'' src=''http://thedesignpixel.com/files/avatar/9089d33093aea20cd54fcc120c7a1000_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/9089d33093aea20cd54fcc120c7a1000?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-7779" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Rezan Ferdous</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7779&quot; /&gt;" /></div><div class="wc-comment-date">December 18, 2014 6:56 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Awesome tools bro &#8230; Thanks for share &#8230; I was looking for something like these but didn&#8217;t expect this much better for free .</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Awesome%20tools%20bro%20%E2%80%A6%20Thanks%20for%20share%20%E2%80%A6%20I%20was%20looking%20for%20something%20like%20these%20but%20didn%E2%80%99t%20expect%20this%20much%20better%20for%20free%20.http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html#comment-7779" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/free-text-to-speech-voice-conversion-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7779_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'free text to speech voice conversion tools', '', 'publish', 'closed', 'closed', '', 'free-text-to-speech-voice-conversion-tools', '', '', '2017-04-11 13:17:21', '2017-04-11 13:17:21', '', 0, 'http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(142, 1, '2017-04-11 13:17:22', '2017-04-11 13:17:22', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2781" class="g post post-2781 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-adobe tag-freebies tag-photoshop cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 15 Free &#038; Useful Photoshop Plugins</div>\n												<header>\n							<h1 class="title">15 Free &#038; Useful Photoshop Plugins</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-useful-photoshop-plugins/#comments"> 1 Comment</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer system with adobe photoshop installed on it. With the availability of countless features, apps and plugins photoshop is there to solve all your problems related to designing and imaging.</p>\n<p>One of the most popular feature which makes the photoshop stand alone in the market is the availability of photoshop plugins. There are already hundreds of pre-installed photoshop plugins available, but if you still need to add some more extra functionality you can use third party plugins easily. There photoshop plugins may be free, paid or on a trail basis, and can be easily installed using the installer package which come out from the developer of that plugin.</p>\n<p>The number of plugins available for a particular task are in very large numbers, So it&#8217;s not an easy task to choose which one is best for you. Today, We have collected some of the Free and Useful Photoshop Plugins to help you out in getting your problem solved in no time. Let&#8217;s check them and let us know how useful these photoshop plugins are?</p>\n<h3><span style="text-decoration: underline;"><em><strong>15 Free &amp; Useful Photoshop Plugins</strong></em></span>:</h3>\n<p><a href="http://www.cutandslice.me/"><strong><span id="546dcb18-ef6c-473a-9b1a-bbfacc3ab86b" class="GINGER_SOFATWARE_mark"><span id="bd0eb5f0-3632-49ce-81de-2e68b8ea6f93" class="GINGER_SOFATWARE_mark">Cutandslice</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cutandslice.jpg"><img class="aligncenter size-full wp-image-2782" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cutandslice.jpg" alt="Cutandslice" width="600" height="327" /></a></p>\n<p><a href="http://lumens.se/tychpanel/"><strong><span id="153833ad-3cfd-4d15-86ca-042411744538" class="GINGER_SOFATWARE_mark"><span id="6ed43dec-ebdd-4789-803b-37a78300f764" class="GINGER_SOFATWARE_mark">Tychpanel</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tychpanel.jpg"><img class="aligncenter size-full wp-image-2783" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tychpanel.jpg" alt="Tychpanel" width="600" height="532" /></a></p>\n<p><a href="http://www.fnordware.com/superpng/"><strong><span id="3919ceea-8667-497c-84f4-21fdb6ac2ace" class="GINGER_SOFATWARE_mark"><span id="be5de2cd-d8e9-4862-8fdb-b8fc807bd7ea" class="GINGER_SOFATWARE_mark">Superpng</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Superpng.jpg"></a></p>\n<p><a href="http://socialkit.madebysource.com/"><strong><span id="4929c99f-5f4f-413e-b3d6-9c4e0d18bd9d" class="GINGER_SOFATWARE_mark"><span id="fabe97ce-02b5-4d73-a805-69fe3dfc0f74" class="GINGER_SOFATWARE_mark">Socialkit</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Socialkit.jpg"><img class="aligncenter size-full wp-image-2785" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Socialkit.jpg" alt="Socialkit" width="600" height="372" /></a></p>\n<p><a href="http://madebyvadim.com/layrs/"><strong><span id="795d6038-e0e8-423a-a85e-80c9c430b87e" class="GINGER_SOFATWARE_mark"><span id="ce8233ed-93ac-4e17-a328-d84d02d8ef01" class="GINGER_SOFATWARE_mark">Layrs</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Layrs.jpg"><img class="aligncenter size-full wp-image-2786" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Layrs.jpg" alt="Layrs" width="600" height="413" /></a></p>\n<p><a href="http://www.css3ps.com/"><strong>Css3ps</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps.jpg"><img class="aligncenter size-full wp-image-2787" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps.jpg" alt="Css3ps" width="600" height="346" /></a></p>\n<p><a href="http://blendme.in/"><strong><span id="e82739a2-6d70-4bba-80bb-af38374910b7" class="GINGER_SOFATWARE_mark"><span id="d6168513-8335-4198-9d45-54342a2947a5" class="GINGER_SOFATWARE_mark">Blendme</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blendme.jpg"><img class="aligncenter size-full wp-image-2788" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blendme.jpg" alt="Blendme" width="600" height="354" /></a></p>\n<p><a href="http://guideguide.me/"><strong><span id="75391b7a-c87a-4940-824f-15a7c15f3c64" class="GINGER_SOFATWARE_mark"><span id="d1b9cdd9-47d3-4ec7-8dc7-ba4535528cdd" class="GINGER_SOFATWARE_mark">Guideguide</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Guideguide.jpg"><img class="aligncenter size-full wp-image-2789" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Guideguide.jpg" alt="Guideguide" width="600" height="372" /></a></p>\n<p><a href="http://www.webink.com/webfontplugin/"><strong><span id="1e7b4939-40b6-4ca1-bcb3-584b20026a3f" class="GINGER_SOFATWARE_mark"><span id="48ab5e46-6a6f-4df2-8c07-9c9a0232ebdf" class="GINGER_SOFATWARE_mark">Webfontplugin</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webfontplugin.jpg"><img class="aligncenter size-full wp-image-2790" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webfontplugin.jpg" alt="Webfontplugin" width="600" height="331" /></a></p>\n<p><a href="http://www.flaticon.com/"><strong><span id="d6bb6a21-b34a-4d87-9392-0bea820511f9" class="GINGER_SOFATWARE_mark"><span id="67ef7728-a047-4474-923b-de41c91617bd" class="GINGER_SOFATWARE_mark">Flaticon</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flaticon.jpg"><img class="aligncenter size-full wp-image-2791" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flaticon.jpg" alt="Flaticon" width="600" height="347" /></a></p>\n<p><a href="http://medialoot.com/item/halftone-pattern-creator-photoshop-plugin-free/"><strong>Halftone <span id="8564104c-b6d8-4053-8b57-56782be7ab10" class="GINGER_SOFATWARE_mark"><span id="8b86fb4e-f7b2-40d9-a87b-3354393ef3be" class="GINGER_SOFATWARE_mark">Creator Photoshop</span></span> Plugin</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Halftone-Creator-Photoshop-Plugin.jpg"><img class="aligncenter size-full wp-image-2792" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Halftone-Creator-Photoshop-Plugin.jpg" alt="Halftone Creator Photoshop Plugin" width="600" height="388" /></a></p>\n<p><a href="http://breeezyplugin.com/"><strong><span id="c85f868a-0a3a-4bae-8b12-a29897b8c637" class="GINGER_SOFATWARE_mark"><span id="eb440e97-6207-400c-9d9f-5dc1a227073b" class="GINGER_SOFATWARE_mark">Breeezyplugin</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Breeezyplugin.jpg"><img class="aligncenter size-full wp-image-2793" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Breeezyplugin.jpg" alt="Breeezyplugin" width="600" height="407" /></a></p>\n<p><a href="http://skeuomorphism.it/"><strong><span id="fb487311-bc01-4b62-83b6-9603b79c2a97" class="GINGER_SOFATWARE_mark"><span id="9c5b9b1e-ed33-4a6e-9ce9-a34295838600" class="GINGER_SOFATWARE_mark">Skeuomorphism</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Skeuomorphism.jpg"><img class="aligncenter size-full wp-image-2794" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Skeuomorphism.jpg" alt="Skeuomorphism" width="600" height="341" /></a></p>\n<p><a href="http://bounce.uiparade.com/"><strong>Bounce</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bounce.jpg"><img class="aligncenter size-full wp-image-2795" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bounce.jpg" alt="Bounce" width="600" height="300" /></a></p>\n<p><a href="http://nkurence.com/blog/2012/06/nks5-natural-media-toolkit-for-photoshop-cs5-cs6/"><strong>Nks5 Natural Media Toolkit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nks5-Natural-Media-Toolkit.jpg"><img class="aligncenter size-full wp-image-2796" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nks5-Natural-Media-Toolkit.jpg" alt="Nks5 Natural Media Toolkit" width="600" height="437" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-useful-photoshop-plugins.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-useful-photoshop-plugins.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps.jpg&amp;description=15%20Free%20&amp;%20Useful%20Photoshop%20Plugins" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="bookmark" title="25 Excellent Award Winning Food Art Examples">\n													25 Excellent Award Winning Food Art Examples												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="bookmark" title="65+ Best Responsive Magento Themes">\n													65+ Best Responsive Magento Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="bookmark" title="35+ Creative Examples of UI and Wireframe Sketches">\n													35+ Creative Examples of UI and Wireframe Sketches												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<div id="comments">\n	<div class="total-comments">1 Response</div>\n	<ol class="commentlist">\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n			<li class="comment even thread-even depth-1" id="li-comment-4021">\n		<div id="comment-4021">\n			<div class="comment-author vcard">\n								<span class="fn">Kimberly</span> 				<time>August 27, 2014</time>\n							</div>\n						<div class="comment-meta commentmetadata">\n							</div>\n			<p>Great! Thanks for this list!</p>\n			<div class="reply">\n				<a class=''comment-reply-link'' href=''http://thedesignpixel.com/free-useful-photoshop-plugins_replytocom_4021/#respond'' onclick="return addComment.moveForm( &quot;comment-4021&quot;, &quot;4021&quot;, &quot;respond&quot;, &quot;2781&quot; )" aria-label=''Reply to Kimberly''>Reply</a>			</div>\n		</div>\n	</li>\n</li><!-- #comment-## -->\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n	</ol>\n</div>\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-useful-photoshop-plugins/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2781'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="795cddae48" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="223"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free useful photoshop plugins', '', 'publish', 'closed', 'closed', '', 'free-useful-photoshop-plugins', '', '', '2017-04-11 13:17:22', '2017-04-11 13:17:22', '', 0, 'http://thedesignpixel.com/free-useful-photoshop-plugins/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(143, 1, '2017-04-11 13:17:22', '2017-04-11 13:17:22', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2781" class="post-2781 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-adobe tag-freebies tag-photoshop g cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 15 Free &#038; Useful Photoshop Plugins</div>\n												<header>\n							<h1 class="title">15 Free &#038; Useful Photoshop Plugins</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/free-useful-photoshop-plugins/#comments"> 1 Comment</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer system with adobe photoshop installed on it. With the availability of countless features, apps and plugins photoshop is there to solve all your problems related to designing and imaging.</p>\n<p>One of the most popular feature which makes the photoshop stand alone in the market is the availability of photoshop plugins. There are already hundreds of pre-installed photoshop plugins available, but if you still need to add some more extra functionality you can use third party plugins easily. There photoshop plugins may be free, paid or on a trail basis, and can be easily installed using the installer package which come out from the developer of that plugin.</p>\n<p>The number of plugins available for a particular task are in very large numbers, So it&#8217;s not an easy task to choose which one is best for you. Today, We have collected some of the Free and Useful Photoshop Plugins to help you out in getting your problem solved in no time. Let&#8217;s check them and let us know how useful these photoshop plugins are?</p>\n<h3><span style="text-decoration: underline;"><em><strong>15 Free &amp; Useful Photoshop Plugins</strong></em></span>:</h3>\n<p><a href="http://www.cutandslice.me/"><strong><span id="546dcb18-ef6c-473a-9b1a-bbfacc3ab86b" class="GINGER_SOFATWARE_mark"><span id="bd0eb5f0-3632-49ce-81de-2e68b8ea6f93" class="GINGER_SOFATWARE_mark">Cutandslice</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cutandslice.jpg"><img class="aligncenter size-full wp-image-2782" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Cutandslice.jpg" alt="Cutandslice" width="600" height="327" /></a></p>\n<p><a href="http://lumens.se/tychpanel/"><strong><span id="153833ad-3cfd-4d15-86ca-042411744538" class="GINGER_SOFATWARE_mark"><span id="6ed43dec-ebdd-4789-803b-37a78300f764" class="GINGER_SOFATWARE_mark">Tychpanel</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tychpanel.jpg"><img class="aligncenter size-full wp-image-2783" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tychpanel.jpg" alt="Tychpanel" width="600" height="532" /></a></p>\n<p><a href="http://www.fnordware.com/superpng/"><strong><span id="3919ceea-8667-497c-84f4-21fdb6ac2ace" class="GINGER_SOFATWARE_mark"><span id="be5de2cd-d8e9-4862-8fdb-b8fc807bd7ea" class="GINGER_SOFATWARE_mark">Superpng</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Superpng.jpg"><img class="aligncenter size-full wp-image-2784" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Superpng.jpg" alt="Superpng" width="600" height="398" /></a></p>\n<p><a href="http://socialkit.madebysource.com/"><strong><span id="4929c99f-5f4f-413e-b3d6-9c4e0d18bd9d" class="GINGER_SOFATWARE_mark"><span id="fabe97ce-02b5-4d73-a805-69fe3dfc0f74" class="GINGER_SOFATWARE_mark">Socialkit</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Socialkit.jpg"><img class="aligncenter size-full wp-image-2785" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Socialkit.jpg" alt="Socialkit" width="600" height="372" /></a></p>\n<p><a href="http://madebyvadim.com/layrs/"><strong><span id="795d6038-e0e8-423a-a85e-80c9c430b87e" class="GINGER_SOFATWARE_mark"><span id="ce8233ed-93ac-4e17-a328-d84d02d8ef01" class="GINGER_SOFATWARE_mark">Layrs</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Layrs.jpg"><img class="aligncenter size-full wp-image-2786" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Layrs.jpg" alt="Layrs" width="600" height="413" /></a></p>\n<p><a href="http://www.css3ps.com/"><strong>Css3ps</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps.jpg"><img class="aligncenter size-full wp-image-2787" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps.jpg" alt="Css3ps" width="600" height="346" /></a></p>\n<p><a href="http://blendme.in/"><strong><span id="e82739a2-6d70-4bba-80bb-af38374910b7" class="GINGER_SOFATWARE_mark"><span id="d6168513-8335-4198-9d45-54342a2947a5" class="GINGER_SOFATWARE_mark">Blendme</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blendme.jpg"><img class="aligncenter size-full wp-image-2788" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Blendme.jpg" alt="Blendme" width="600" height="354" /></a></p>\n<p><a href="http://guideguide.me/"><strong><span id="75391b7a-c87a-4940-824f-15a7c15f3c64" class="GINGER_SOFATWARE_mark"><span id="d1b9cdd9-47d3-4ec7-8dc7-ba4535528cdd" class="GINGER_SOFATWARE_mark">Guideguide</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Guideguide.jpg"><img class="aligncenter size-full wp-image-2789" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Guideguide.jpg" alt="Guideguide" width="600" height="372" /></a></p>\n<p><a href="http://www.webink.com/webfontplugin/"><strong><span id="1e7b4939-40b6-4ca1-bcb3-584b20026a3f" class="GINGER_SOFATWARE_mark"><span id="48ab5e46-6a6f-4df2-8c07-9c9a0232ebdf" class="GINGER_SOFATWARE_mark">Webfontplugin</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webfontplugin.jpg"><img class="aligncenter size-full wp-image-2790" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webfontplugin.jpg" alt="Webfontplugin" width="600" height="331" /></a></p>\n<p><a href="http://www.flaticon.com/"><strong><span id="d6bb6a21-b34a-4d87-9392-0bea820511f9" class="GINGER_SOFATWARE_mark"><span id="67ef7728-a047-4474-923b-de41c91617bd" class="GINGER_SOFATWARE_mark">Flaticon</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flaticon.jpg"><img class="aligncenter size-full wp-image-2791" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Flaticon.jpg" alt="Flaticon" width="600" height="347" /></a></p>\n<p><a href="http://medialoot.com/item/halftone-pattern-creator-photoshop-plugin-free/"><strong>Halftone <span id="8564104c-b6d8-4053-8b57-56782be7ab10" class="GINGER_SOFATWARE_mark"><span id="8b86fb4e-f7b2-40d9-a87b-3354393ef3be" class="GINGER_SOFATWARE_mark">Creator Photoshop</span></span> Plugin</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Halftone-Creator-Photoshop-Plugin.jpg"><img class="aligncenter size-full wp-image-2792" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Halftone-Creator-Photoshop-Plugin.jpg" alt="Halftone Creator Photoshop Plugin" width="600" height="388" /></a></p>\n<p><a href="http://breeezyplugin.com/"><strong><span id="c85f868a-0a3a-4bae-8b12-a29897b8c637" class="GINGER_SOFATWARE_mark"><span id="eb440e97-6207-400c-9d9f-5dc1a227073b" class="GINGER_SOFATWARE_mark">Breeezyplugin</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Breeezyplugin.jpg"><img class="aligncenter size-full wp-image-2793" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Breeezyplugin.jpg" alt="Breeezyplugin" width="600" height="407" /></a></p>\n<p><a href="http://skeuomorphism.it/"><strong><span id="fb487311-bc01-4b62-83b6-9603b79c2a97" class="GINGER_SOFATWARE_mark"><span id="9c5b9b1e-ed33-4a6e-9ce9-a34295838600" class="GINGER_SOFATWARE_mark">Skeuomorphism</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Skeuomorphism.jpg"><img class="aligncenter size-full wp-image-2794" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Skeuomorphism.jpg" alt="Skeuomorphism" width="600" height="341" /></a></p>\n<p><a href="http://bounce.uiparade.com/"><strong>Bounce</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bounce.jpg"><img class="aligncenter size-full wp-image-2795" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Bounce.jpg" alt="Bounce" width="600" height="300" /></a></p>\n<p><a href="http://nkurence.com/blog/2012/06/nks5-natural-media-toolkit-for-photoshop-cs5-cs6/"><strong>Nks5 Natural Media Toolkit</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nks5-Natural-Media-Toolkit.jpg"><img class="aligncenter size-full wp-image-2796" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nks5-Natural-Media-Toolkit.jpg" alt="Nks5 Natural Media Toolkit" width="600" height="437" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/free-useful-photoshop-plugins.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/free-useful-photoshop-plugins.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps.jpg&amp;description=15%20Free%20&amp;%20Useful%20Photoshop%20Plugins" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="bookmark" title="30 Free &#038; Premium Business Website Templates">\n													30 Free &#038; Premium Business Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="bookmark" title="25+ Best Flat Design Website Templates">\n													25+ Best Flat Design Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="bookmark" title="25 Best PHP Libraries for Web Developers">\n													25 Best PHP Libraries for Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<div id="comments">\n	<div class="total-comments">1 Response</div>\n	<ol class="commentlist">\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n			<li class="comment even thread-even depth-1" id="li-comment-4021">\n		<div id="comment-4021">\n			<div class="comment-author vcard">\n								<span class="fn">Kimberly</span> 				<time>August 27, 2014</time>\n							</div>\n						<div class="comment-meta commentmetadata">\n							</div>\n			<p>Great! Thanks for this list!</p>\n			<div class="reply">\n				<a class=''comment-reply-link'' href=''http://thedesignpixel.com/free-useful-photoshop-plugins_replytocom_4021/#respond'' onclick="return addComment.moveForm( &quot;comment-4021&quot;, &quot;4021&quot;, &quot;respond&quot;, &quot;2781&quot; )" aria-label=''Reply to Kimberly''>Reply</a>			</div>\n		</div>\n	</li>\n</li><!-- #comment-## -->\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n	</ol>\n</div>\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply to <a href="#comment-4021">Kimberly</a></h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/free-useful-photoshop-plugins/#respond">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2781'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''4021'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="47223754a3" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="148"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'free useful photoshop plugins replytocom 4021', '', 'publish', 'closed', 'closed', '', 'free-useful-photoshop-plugins-replytocom-4021', '', '', '2017-04-11 13:17:22', '2017-04-11 13:17:22', '', 0, 'http://thedesignpixel.com/free-useful-photoshop-plugins-replytocom-4021/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(144, 1, '2017-04-11 13:17:23', '2017-04-11 13:17:23', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3775" class="post-3775 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration g cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 45+ Fresh and Creative Error 404 Pages</div>\n												<header>\n							<h1 class="title">45+ Fresh and Creative Error 404 Pages</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in the proper hierarchy so that it can be easily found by the potential clients or users. But, The real challenge is this process is that sometime while using the websites we find the non existing pages. This usually happens when the page we are looking for doesn&#8217;t exist or its linked is broken and its called as 404 error page from the server.</p>\n<p>The 404 error page may be obtained by entering the wrong URL or when we are trying to reach non-existing page. The standard 404 page can vary according to your ISP and its not usually taken professionally by the users. But it makes sense to the end users and reduce your potential clients. One of the best solution to handle this problem is to either make changes to broken links or to create some creative 404 error page stating a message to the visitors that something went wrong or something like that.</p>\n<p>After creating a creative 404 error page you can easily redirect them back to either your home page or anywhere else on the site. In this way you can save your users from being lost somewhere on the site. So, If you don&#8217;t have any creative 404 error page on your website then you should start thinking to create one. A lot of different kinds of examples can be easily found on the web and just to make things more clear we have collected some of the fish and creative error 404 pages examples.</p>\n<h3><strong><span style="text-decoration: underline;"><em>45+ Fresh and Creative Error 404 Pages</em></span>:</strong></h3>\n<p><strong><a class="external external_icon" href="http://www.spore.com/404" target="_blank" rel="nofollow">Spore</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.cgcraft.com/404" target="_blank" rel="nofollow"><span id="3ecb8465-52a3-4782-a258-e82e488da096" class="GINGER_SOFATWARE_mark"><span id="a5697b62-fde7-49c9-a8aa-4203a77f7f6e" class="GINGER_SOFATWARE_mark">CgCraft</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.cssninjas.com/404" target="_blank" rel="nofollow"><span id="be5868f3-1c53-4a1e-bd99-d4befa3917d7" class="GINGER_SOFATWARE_mark"><span id="23b7e2c8-e633-49d2-8a45-7726331866bb" class="GINGER_SOFATWARE_mark">Cssninjas</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.limpfish.com/notfound.html" target="_blank" rel="nofollow"><span id="824edb99-d890-4a30-9c40-e271cccb566b" class="GINGER_SOFATWARE_mark"><span id="8e6637fe-3238-45f9-85cd-a05687c25f4e" class="GINGER_SOFATWARE_mark">Limpfish</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://magnt.com/404/" target="_blank" rel="nofollow"><span id="699f9b08-5c48-4126-b6d2-39ddae82e5f7" class="GINGER_SOFATWARE_mark"><span id="36d403f7-978f-4326-9c8d-76d5624849d2" class="GINGER_SOFATWARE_mark">Magnt</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://hotdot.pro/en/404/" target="_blank" rel="nofollow"><span id="7d6ebb36-2518-4030-a4b3-7e26578066e6" class="GINGER_SOFATWARE_mark"><span id="730f40de-8454-4a67-a2f5-47e573c392e1" class="GINGER_SOFATWARE_mark">Hotdot</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://suspendedanimations.com/404" target="_blank" rel="nofollow">Suspended animations</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://southpark.cc.com/404" target="_blank" rel="nofollow"><span id="82891e54-8038-493c-91d1-a2df8b0139cb" class="GINGER_SOFATWARE_mark"><span id="739857c4-1af2-4e8c-80d7-c7281d68844b" class="GINGER_SOFATWARE_mark">Southpark</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.wufoo.com/404/" target="_blank" rel="nofollow">Wufoo</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://bit.ly/404040404" target="_blank" rel="nofollow"><span id="f2149e25-1988-43c0-b0f8-c9972b027bd6" class="GINGER_SOFATWARE_mark"><span id="39daf9e7-1b38-4091-8774-a19d9fe6fc29" class="GINGER_SOFATWARE_mark"><span id="9814c9e2-f51a-455e-8773-0b247f121982" class="GINGER_SOFATWARE_mark">bitly</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.lego.com/404notfound" target="_blank" rel="nofollow">Lego</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.bluedaniel.com/404" target="_blank" rel="nofollow"><span id="b75b54e5-8b98-478f-82a0-e1f42025d6aa" class="GINGER_SOFATWARE_mark"><span id="5adc3cc4-60e9-4a9d-82a5-7f424c52782b" class="GINGER_SOFATWARE_mark">Bluedaniel</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://amorphia-apparel.com/404/" target="_blank" rel="nofollow"><span id="a239be89-b28f-43de-aa85-6ddf586eee95" class="GINGER_SOFATWARE_mark"><span id="f666afe0-5971-40a3-9512-b6f1e18a04d6" class="GINGER_SOFATWARE_mark"><span id="c892bfff-a425-430b-9a18-7b38d4d8e6d3" class="GINGER_SOFATWARE_mark">Amorphia</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.b3ta.com/404" target="_blank" rel="nofollow">B3ta</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.cuoma.com/404" target="_blank" rel="nofollow"><span id="2a5c2f19-e743-4673-b02b-d5837908ec26" class="GINGER_SOFATWARE_mark"><span id="78ddfcce-c422-4165-9c3a-53871f936bba" class="GINGER_SOFATWARE_mark">Cuoma</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.d20srd.org/asdf" target="_blank" rel="nofollow">D20srd</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="https://www.getdropbox.com/404" target="_blank" rel="nofollow"><span id="b3e50ef3-dfc5-4488-8fca-914c9238aa3d" class="GINGER_SOFATWARE_mark"><span id="7bb8221a-fcd2-4df5-8816-408178ebd729" class="GINGER_SOFATWARE_mark">Dropbox</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.fluther.com/users/404/" target="_blank" rel="nofollow">Fluther</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://cn3.cartoonnetwork.com.ar/error404.html" target="_blank" rel="nofollow">Cn3</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://chrisglass.com/404" target="_blank" rel="nofollow"><span id="4c99f1a5-7d85-481a-98fb-cc05e6ffdb62" class="GINGER_SOFATWARE_mark"><span id="33b847b2-5b1b-4092-9b74-9d8932e2233f" class="GINGER_SOFATWARE_mark">Chrisglass</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.ferdaze.com/errors/401/" target="_blank" rel="nofollow"><span id="55a1496a-d4f1-40c9-a4d1-20683f10f215" class="GINGER_SOFATWARE_mark"><span id="92f9c614-dd53-4e18-a23f-cf7577653db4" class="GINGER_SOFATWARE_mark">Ferdaze</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="https://www.zivity.com/404" target="_blank" rel="nofollow">Zivity</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.jtbullitt.com/404.html" target="_blank" rel="nofollow"><span id="1a1c82b7-c5e5-4403-b0c2-8f68b8934cd7" class="GINGER_SOFATWARE_mark"><span id="486775d4-4480-4653-b75a-be4221aa4c4f" class="GINGER_SOFATWARE_mark">Jtbullitt</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://retardzone.com/404" target="_blank" rel="nofollow">Retard zone</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.ddz.net/404/index.htm" target="_blank" rel="nofollow"><span id="c237d02d-20ee-4946-91d1-847d9f753f24" class="GINGER_SOFATWARE_mark"><span id="61bb294f-3914-479b-9168-e530f5b56957" class="GINGER_SOFATWARE_mark">Ddz</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://blackmoondev.com/404" target="_blank" rel="nofollow">Black Moon Dev</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.acme.com/missing.html" target="_blank" rel="nofollow"><span id="4d5f13d1-d49d-41fa-aa8b-0a92e048ecf3" class="GINGER_SOFATWARE_mark"><span id="ea1eb51b-74b6-4308-9768-1d06908486fd" class="GINGER_SOFATWARE_mark">acme</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://mailchimp.com/404/" target="_blank" rel="nofollow">Mail Chimp</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://hakim.se/experiments/html5/404/netmag.html" target="_blank" rel="nofollow">Hakim</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.tinsanity.net/404.shtml" target="_blank" rel="nofollow"><span id="0d6e9c57-06c4-46a4-af4d-938b2dd6c27b" class="GINGER_SOFATWARE_mark"><span id="114685f7-c199-449d-846f-3f2dcedf1018" class="GINGER_SOFATWARE_mark">Tinsanity</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://css-tricks.com/thispagedoesntexist" target="_blank" rel="nofollow"><span id="79c66de7-10b2-455b-9df1-fffe038cfa9a" class="GINGER_SOFATWARE_mark"><span id="84570241-cefc-4ba8-b4e4-9a6da697932a" class="GINGER_SOFATWARE_mark">Css</span></span>-Tricks</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://ifolderlinks.ru/404/" target="_blank" rel="nofollow"><span id="26ff902e-26dc-4927-b30b-0d3aacab929b" class="GINGER_SOFATWARE_mark"><span id="d6dc6680-ac34-4b93-8926-d2f48ac94880" class="GINGER_SOFATWARE_mark">Ifolderlinks</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://scar.atspace.org/404.html" target="_blank" rel="nofollow">Scar<span id="341a9d92-faf7-455d-88a1-648b4fdfd73f" class="GINGER_SOFATWARE_mark"><span id="a2c659ed-939b-4b45-9cb7-e067c07af7d8" class="GINGER_SOFATWARE_mark">.</span></span><span id="855559d4-cfac-4157-804e-cd4c5da71b09" class="GINGER_SOFATWARE_mark"><span id="48bdb74b-aed2-4f0e-8e30-4cf7c6b3422b" class="GINGER_SOFATWARE_mark">atspace</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://codesense.com.au/404" target="_blank" rel="nofollow"><span id="810e5264-beca-40e8-99cf-f7d0d2bd1be5" class="GINGER_SOFATWARE_mark"><span id="70d656fb-ecf1-46f1-bed6-4bf747e2336e" class="GINGER_SOFATWARE_mark">Codesens</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://audiko.net/404" target="_blank" rel="nofollow"><span id="1cfabe79-1260-4efd-89a6-a0553d666a4c" class="GINGER_SOFATWARE_mark"><span id="4debdfc1-6ce3-4e38-83e6-3f1d7333c32c" class="GINGER_SOFATWARE_mark">Audiko</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.psyklone.com/jhjhj.html" target="_blank" rel="nofollow"><span id="a26fbd51-2edc-4abb-8a2c-98e06e033181" class="GINGER_SOFATWARE_mark"><span id="0eee93b2-32b0-43a0-97af-e5adfc64b6c0" class="GINGER_SOFATWARE_mark">Psyklone</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="https://github.com/404" target="_blank" rel="nofollow"><span id="2cff8a17-5576-4b66-8e95-7c2f8a2b5d16" class="GINGER_SOFATWARE_mark"><span id="a1629315-eb2a-46a2-8419-c048eb6041a2" class="GINGER_SOFATWARE_mark">Github</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.fuelly.com/404.html" target="_blank" rel="nofollow">Fuelly</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://kidmondo.com/404" target="_blank" rel="nofollow"><span id="d07ce68a-23d1-4fe5-800f-9473c518130a" class="GINGER_SOFATWARE_mark"><span id="eec85f8f-3a5b-4c21-98aa-78919c1c95eb" class="GINGER_SOFATWARE_mark">Kidmondo</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://justcreative.com/flanfglkna" target="_blank" rel="nofollow">Just Creative</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.urbanoutfitters.com/urban/html/404.html" target="_blank" rel="nofollow"><span id="09a787db-804b-4609-9626-5752be7435c1" class="GINGER_SOFATWARE_mark"><span id="6f0f9a82-c1d8-46aa-bcf1-5475e27da0a0" class="GINGER_SOFATWARE_mark">Urbanoutfitters</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="https://www.tele2.no/404" target="_blank" rel="nofollow">Tele2</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.jotsai.com/e/404.html" target="_blank" rel="nofollow"><span id="ab91cd25-389f-4769-9d9a-e1a65c812abf" class="GINGER_SOFATWARE_mark"><span id="c51f1506-1335-42d7-bdb1-61808d2ccc67" class="GINGER_SOFATWARE_mark">Jotsai</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.poemofquotes.com/404" target="_blank" rel="nofollow"><span id="e79860d0-ae2a-403b-b30a-79aeebf4a45c" class="GINGER_SOFATWARE_mark"><span id="9e8434d8-a907-4d95-83a3-f6ead78c2b94" class="GINGER_SOFATWARE_mark">Poemofquotes</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.whatisblik.com/404" target="_blank" rel="nofollow"><span id="18b4cce8-a5f4-4d89-a1b5-4c895b1b9ce5" class="GINGER_SOFATWARE_mark"><span id="e138288d-4756-4a55-8e6f-a188dcc369f9" class="GINGER_SOFATWARE_mark">Blik</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.homestarrunner.com/404" target="_blank" rel="nofollow"><span id="0cddf36a-b086-43ee-84f9-99a36cebd045" class="GINGER_SOFATWARE_mark"><span id="a4f70a5b-d71e-4b06-b2c5-343103952056" class="GINGER_SOFATWARE_mark">Homestarrunner</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://seecoy.com/404" target="_blank" rel="nofollow"><span id="96c64f9e-4458-4710-85a6-8604ac5efe5e" class="GINGER_SOFATWARE_mark"><span id="2e7ec777-2b1c-48d4-9e12-18bd42842359" class="GINGER_SOFATWARE_mark">Seecoy</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://imgur.com/not-found" target="_blank" rel="nofollow"><span id="0a3b79f6-63fe-4414-bd9f-6cd5775fec7f" class="GINGER_SOFATWARE_mark"><span id="8bfc1c35-000c-4892-8264-9f45f1068f9a" class="GINGER_SOFATWARE_mark">Imgur</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.klaus.dk/404040404040404" target="_blank" rel="nofollow">Klaus</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://zanami.ru/404" target="_blank" rel="nofollow"><span id="190bb0d9-7a65-471c-90cb-7dfbe178d9dd" class="GINGER_SOFATWARE_mark"><span id="10147db4-a6f1-4d69-b7ff-b41eb16e4161" class="GINGER_SOFATWARE_mark">Zanami</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.pen-and-paper.de/404.php/" target="_blank" rel="nofollow">Pen and Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.project-euh.com/404/" target="_blank" rel="nofollow">Project</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.homestarrunner.com/systemisdown.html" target="_blank" rel="nofollow">Home Star Runner</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.duoh.com/404" target="_blank" rel="nofollow"><span id="5a4e2cdf-d8dd-423c-8b6f-4fb46f024d42" class="GINGER_SOFATWARE_mark"><span id="18a8e478-ed3b-4e77-99d0-e52cdb69f6a5" class="GINGER_SOFATWARE_mark"><span id="a9a4b20c-d6cb-41cd-8545-fec86ad6194a" class="GINGER_SOFATWARE_mark">Duoh</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.reddit.com/not-found" target="_blank" rel="nofollow"><span id="8578de87-b5c7-4f19-a885-ac8cd3554972" class="GINGER_SOFATWARE_mark"><span id="2f2e3ad1-129c-4930-aea3-0301bc1d2ba7" class="GINGER_SOFATWARE_mark"><span id="55706930-b2ea-4fb5-96d3-c311380f6c96" class="GINGER_SOFATWARE_mark">Reddit</span></span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external external_icon" href="http://www.jibjab.com/404" target="_blank" rel="nofollow"><span id="9f356072-aa7c-41ca-8d67-f64acca15eb5" class="GINGER_SOFATWARE_mark"><span id="cb0a248b-fb51-4955-a6cb-6c2dc46ae0bc" class="GINGER_SOFATWARE_mark">Jibjab</span></span></a></strong></p>\n<p><a href="#"></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/fresh-and-creative-error-404-pages.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/fresh-and-creative-error-404-pages.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko.jpg&amp;description=45+%20Fresh%20and%20Creative%20Error%20404%20Pages" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" rel="bookmark" title="65+ Best Free &#038; Premium ECommerce WordPress Themes">\n													65+ Best Free &#038; Premium ECommerce WordPress Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" rel="bookmark" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success">\n													30 Minimalist Interior Design WordPress Themes That ...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="bookmark" title="20 Adobe Photoshop Plugins To Help You Make Better Designer">\n													20 Adobe Photoshop Plugins To Help You Make Better D...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3775'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="6ed5323b43" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="153"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'fresh and creative error 404 pages', '', 'publish', 'closed', 'closed', '', 'fresh-and-creative-error-404-pages', '', '', '2017-04-11 13:17:23', '2017-04-11 13:17:23', '', 0, 'http://thedesignpixel.com/fresh-and-creative-error-404-pages/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(145, 1, '2017-04-11 13:17:23', '2017-04-11 13:17:23', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-3721" class="g post post-3721 type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes cat-3-id cat-4-id cat-1-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20+ Fresh and Free HTML5 Website Templates</div> <header><h1 class="title">20+ Fresh and Free HTML5 Website Templates</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting a competitive price is not an easy for same kind of product or service. Getting a website is not a difficult task, all you need is to have a domain name, hosting service and some content with unique design to impress your customers. Everything can be easily done except the unique design of the site, this is where the web designers charge few to more dollars from you.</p><p>Hey, don&#8217;t worry too much, because we are here to give you the best and cheap solution for this situation. Web designing is done over the HTML5, CSS3, PHP etc. And HTML5 is the latest addition to these platforms replacing the standard HTML provides a great level of extensibility, flexibility and making the websites more effective and with great looks.</p><p>The best way to save your hard earned money is to design your website at your own if you have some basic knowledge of HTML5. You can easily read HTML5 functionality over the web and check some good examples of HTML5 website templates. Now, if you have finally decided to use HTML5 website templates and save your money then all you have to do is to look for some free HTML5 website templates over the web. Just to help you out and give you the best results we have showcased some fresh and free HTML5 website templates here in this post. Do check this out and let us know your decision.</p><h3><strong><span style="text-decoration: underline;"><em>20+ Fresh and Free HTML5 Website Templates</em></span>:</strong></h3><p><strong><a href="http://www.andreagalanti.it/flatfy/" target="_blank"><span id="96d6f30b-d6dd-4ea9-88a7-75bd877b5b5d" class="GINGER_SOFATWARE_mark"><span id="79bbd5f0-98b9-487f-bcb1-21efe8e41a14" class="GINGER_SOFATWARE_mark">Flatfy</span></span></a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/alpha" target="_blank">Alpha</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/aerial" target="_blank">Aerial</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/directive" target="_blank">Directive</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://freebiesbug.com/code-stuff/bicycle-flat-html5-css3-template/" target="_blank"><span id="2782660f-5712-43f4-9d8d-df4e30a6d6a2" class="GINGER_SOFATWARE_mark"><span id="d778bf2b-ed60-40f2-9d00-2807b9dd6606" class="GINGER_SOFATWARE_mark">Yebo</span></span> &ndash; Flat <span id="442512f3-1988-48b5-a806-811d61127c13" class="GINGER_SOFATWARE_mark"><span id="94796eef-f9f5-46bf-89f6-fae3d8691bcf" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="https://dribbble.com/shots/1592140-Freebie-Starnight-HTML5-CSS3-Website-Template?list=users&amp;offset=0" target="_blank">Freebie<span id="f6812ab1-7859-4061-8f54-bb77dd1257f8" class="GINGER_SOFATWARE_mark"><span id="f5cdfb76-d65a-4f9d-88bf-5dcf1c55c6d7" class="GINGER_SOFATWARE_mark"> :</span></span> Starnight HTML5/CSS3 Website Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="https://www.behance.net/gallery/18399523/Free-Ophiuchus-HTML5CSS3-Template" target="_blank">Free &ndash; Ophiuchus HTML5/CSS3 Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://pixelhint.com/sublime-free-stunning-html5-css3-website-template/" target="_blank">Sublime Free Clean &amp; Stunning HTML5/CSS3 Website Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="https://dribbble.com/shots/1615118-Design-Studio-Free-HTML5-Theme" target="_blank">Design Studio Free HTML5 Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://freebiesbug.com/code-stuff/lithium-html5-responsive-one-page-template/" target="_blank">Lithium<span id="97ac54dd-0f2f-4695-af1f-5eed4ded7732" class="GINGER_SOFATWARE_mark"><span id="b69bd726-c047-4638-9204-a3179f56d603" class="GINGER_SOFATWARE_mark"> :</span></span> HTML5 Responsive One Page Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://blog.templatemonster.com/2014/05/05/free-html5-theme-for-photo-site/" target="_blank">Mod Portfolio</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/overflow" target="_blank">Overflow</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://www.gettemplate.com/demo/magister/" target="_blank">Magister</a></strong></p><p><a href="#"></a></p><p><strong><a href="https://dribbble.com/shots/1644821-Freebie-Codrops-Exclusive-HTML5-CSS3-Template-Halcyon-Days" target="_blank">Freebie<span id="13855fd9-a6a7-49ff-9b82-79bcc7191a35" class="GINGER_SOFATWARE_mark"><span id="a721d10d-823e-4914-a469-dd2167ad6d7d" class="GINGER_SOFATWARE_mark"> :</span></span> Codrops Exclusive HTML5/CSS3 Template Halcyon Days</a></strong></p><p><a href="#"></a></p><p><strong><a href="https://www.behance.net/gallery/17834219/FREE-HTML5-Template" target="_blank">Free HTML5 Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://www.gettemplate.com/demo/initio/" target="_blank"><span id="0bcea062-cd09-48c5-b52b-bcc01ee491da" class="GINGER_SOFATWARE_mark"><span id="8e59c7c3-044b-4c72-8300-67c5d4646d2d" class="GINGER_SOFATWARE_mark">Initio</span></span></a></strong></p><p><a href="#"></a></p><p><strong><a href="http://www.styleshout.com/free-templates/ceevee/" target="_blank"><span id="e69410b2-cd7a-4e05-ba1b-9e503a86404b" class="GINGER_SOFATWARE_mark"><span id="a38c6282-faaf-4492-ba93-dc5b88e87711" class="GINGER_SOFATWARE_mark">Ceevee</span></span></a></strong></p><p><a href="#"></a></p><p><strong><a href="http://www.styleshout.com/free-templates/woo/" target="_blank">WOO</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/prologue" target="_blank">Prologue</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/strongly-typed" target="_blank">Strongly Typed</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/astral" target="_blank">Astral</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://www.styleshout.com/free-templates/zoon/" target="_blank"><span id="51b5a1ff-16f1-46fc-8326-c6f2909bddda" class="GINGER_SOFATWARE_mark"><span id="db388ebf-08e7-4d1b-a83f-3d6215bc62e3" class="GINGER_SOFATWARE_mark">Zoon</span></span></a></strong></p><p><a href="#"></a></p><p><strong><a href="http://pixelhint.com/notify-free-beautiful-psd-html5-coming-soon-template/" target="_blank">Notify &ndash; Free Beautiful PSD &amp; HTML5 Coming Soon Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/twenty" target="_blank">Twenty</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://html5up.net/big-picture" target="_blank">Big Picture</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://pixelhint.com/magnetic-free-html5-responsive-photography-website-template/" target="_blank"><span id="e31d8859-ba64-4910-a92b-f8b51f73f134" class="GINGER_SOFATWARE_mark"><span id="1de895fd-afec-4766-a318-55198da37dd6" class="GINGER_SOFATWARE_mark">Magnetic</span></span> &ndash; Free HTML5 Responsive Photography Website Template</a></strong></p><p><a href="#"></a></p><p><strong><a href="http://templated.co/phaseshift" target="_blank">Phase Shift</a></strong></p><p><a href="#"></a></p><p>&nbsp;</p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-798" data-post-type="none" ><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="wp_rp_title">35+ Free Coming Soon and Under Construction Templates</a></li><li data-position="1" data-poid="in-2458" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="wp_rp_title">145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li data-position="2" data-poid="in-3751" data-post-type="none" ><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" class="wp_rp_title">15+ Free Responsive Education HTML Web Templates</a></li><li data-position="3" data-poid="in-99" data-post-type="none" ><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="wp_rp_thumbnail"><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-150x150.jpg" alt="50 High Quality Free HTML5 And CSS3 Web Templates" width="150" height="150" /></a><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="wp_rp_title">50 High Quality Free HTML5 And CSS3 Web Templates</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="TheDesignPixel">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!--Linkedin --> <span class="share-item linkedinbtn"> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/fresh-and-free-html5-website-templates.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee.jpg&amp;description=20+%20Fresh%20and%20Free%20HTML5%20Website%20Templates" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper"><form action="" method="post" id="wc_comm_form-3721_0"\nclass="wc_comm_form wc_main_comm_form"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea                                         id="wc_comment-3721_0" class="wc_comment wc_field_input"\n                                        name="wc_comment" required="required"\n                                        placeholder="Start the discussion"></textarea></div><div style="clear:both"></div></div><div id="wc-form-footer-3721_0" class="wc-form-footer"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"><input\nid="wc_name-3721_0" class="wc_name wc_field_input"\nname="wc_name" required="required" value=""\ntype="text"\nplaceholder="Name"/></div><div class="wc-field-email wpdiscuz-item"><input\nid="wc_email-3721_0"\nclass="wc_email wc_field_input email"\nname="wc_email"  value=""\ntype="email"\nplaceholder="Email"/></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input id="wc_captcha-3721_0"\nclass="wc_field_input wc_field_captcha" name="wc_captcha"\nrequired="required" value="" type="text" maxlength="5"/> <span class="wc-label wc-captcha-label">   </span> <span\nclass="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"> <input type="button" name="submit"\nvalue="Post Comment"\nid="wc_comm-3721_0"\nclass="wc_comm_submit button alt"/></div><div style="clear:both"></div></div> <span\nclass="wc_manage_subscribtions" >Manage Subscriptions &or;</span><div\nclass="wc_notification_checkboxes" > <input id="wc_notification_none-3721_0"\nclass="wc_notification_none" checked="checked"                                                           value="wc_notification_none" type="radio"\nname="wc_comment_reply_notification-3721_0"/> <label class="wc-notification-none"\nfor="wc_notification_none-3721_0">None</label> <br/> <input id="wc_notification_new_reply-3721_0"\nclass="wc_notification_new_reply"\nvalue="wc_notification_new_reply" type="radio"\nname="wc_comment_reply_notification-3721_0"/> <label class="wc-label-reply-notify"\nfor="wc_notification_new_reply-3721_0">Notify of new replies to this comment</label> <br/> <input id="wc_notification_all_new_reply-3721_0"\nclass="wc_notification_all_new_reply"\nvalue="wc_notification_all_new_reply" type="radio"\nname="wc_comment_reply_notification-3721_0"/> <label class="wc-label-all-reply-notify"\nfor="wc_notification_all_new_reply-3721_0">Notify of new replies to all my comments</label> <br/> <input id="wc_notification_new_comment-3721_0"\nclass="wc_notification_new_comment"\nvalue="wc_notification_new_comment"                                                            type="radio"\nname="wc_comment_reply_notification-3721_0"/> <label class="wc-label-comment-notify"\nfor="wc_notification_new_comment-3721_0">Notify of all new follow-up comments</label> <br/></div></div> <input type="hidden" name="wc_comment_post_ID" value="3721"\nid="wc_comment_post_ID-3721_0"/> <input type="hidden" name="wc_comment_parent" value="0"\nid="wc_comment_parent-3721_0"/></form></div><hr/><div class="wc-thread-wrapper"></div> <span style="display: none;"> <input type="hidden" name="wc_home_url" value="http://www.thedesignpixel.com/wp-content/plugins" id="wc_home_url"/> <input type="hidden" name="wc_plugin_dir_url" value="wpdiscuz"\nid="wc_plugin_dir_url"/> <input type="hidden" name="wc_comments_offset" id="wc_comments_offset" value="1"/> <input type="hidden" name="wc_parent_per_page" id="wc_parent_per_page"\nvalue="5"/> <input type="hidden" name="wc_parent_comments_count" id="wc_parent_comments_count"\nvalue="0"/> <input type="hidden" name="wc_curr_user_comment_count" id="wc_curr_user_comment_count"\nclass="wc_curr_user_comment_count" value="0"/> <input type="hidden" name="wc_last_comment_id" value="0"\nid="wc_last_comment_id"/> <input type="hidden" name="wc_last_comment_id_before_update"\nvalue="0" id="wc_last_comment_id_before_update"/> <input type="hidden" name="wc_all_comments_count_old"\nvalue="0" id="wc_all_comments_count_old"/> <input type="hidden" name="wc_comment_list_update_type"\nvalue="0" id="wc_comment_list_update_type"/> <input type="hidden" name="wc_comment_list_update_timer"\nvalue="60"\nid="wc_comment_list_update_timer"/><input type="hidden" name="wc_last_new_comment_id" value="0"\nid="wc_last_new_comment_id"/> <input type="hidden" name="wc_last_new_reply_id" value="0"\nid="wc_last_new_reply_id"/> <input type="hidden" name="wc_comment_reply_checkboxes_default_checked"\nvalue="0"\nid="wc_comment_reply_checkboxes_default_checked"/> <input type="hidden" value="3721" id="wpdiscuz_current_post_id"/> </span><div style="clear:both"></div><div id="wc_openModalFormAction" class="modalDialog"><div id="wc_response_info" class="wc_modal"><div id="wc_response_info_box"> <a href="#close" title="Close" class="close">&nbsp;</a> </div></div></div></div> <!-- wpcomm --></div> <!-- comments-area --></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li > <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" alt="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' title=''45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques'' class=''popular-title''>45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></li><li > <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li > <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_search" class="widget widget-sidebar"><h3>Search</h3><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'fresh and free html5 website templates', '', 'publish', 'closed', 'closed', '', 'fresh-and-free-html5-website-templates', '', '', '2017-04-11 13:17:23', '2017-04-11 13:17:23', '', 0, 'http://thedesignpixel.com/fresh-and-free-html5-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(146, 1, '2017-04-11 13:17:24', '2017-04-11 13:17:24', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-380" class="post-380 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-freebies tag-themes g cat-5-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 45 Fresh and Free WordPress Themes</div>\n												<header>\n							<h1 class="title">45 Fresh and Free WordPress Themes</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>WordPress is the most widely used platforms to build Blogs, business as well as e-commerce websites these days. It’s the most versatile platform that gives developers the option to show their creativity and be user friendly as well. WordPress Websites are based on the easy to use and customize templates/ themes that a developer chooses to work along with.</p>\n<p>WordPress themes can be, Free as well as premium ones and their selection are at the complete discretion of the developer. As a website developer it is very important that the WordPress theme chosen is compatible with the variety of devices, Screen sizes as well the display technologies. A big hassle for web developers is the constant race they are in to make sure that the website looks good on newer phones which vary in screen sizes and change technologies faster than women changes her clothes while getting ready for a party.</p>\n<p>Thank God! That WordPress theme these days come with responsive CSS theme’s that automatically resize the website depending on the device it’s being viewed on. We have made a collection of such stunning Fresh and Free WordPress Themes that are compatible with the latest technologies. These Templates are carefully chosen and I have made sure to mention only the Fresh and Free WordPress Themes made especially for 2014.</p>\n<p>These free WordPress Themes are highly customizable, use the best design concepts and are beautifully crafted. These WordPress themes can give any premium themes a run for the money. I personally do not use any paid WordPress themes as all that I ever need can be accomplished with the list I made for your reference. There are many free WordPress themes available online, however the list I have compiled is very versatile and can be used for almost any kind of website or a blog.</p>\n<h3><span style="text-decoration: underline;"><em><strong>45 Fresh and Free WordPress Themes:</strong></em></span></h3>\n<p><a href="http://www.fabthemes.com/revera/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="e0b155ac-abf1-42ee-9860-704e4caf5622"><span class="GINGER_SOFATWARE_mark" id="0a2f8e25-1ac2-473a-bc55-5df29d5164c5">Revera</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Revera.jpg"><img class="aligncenter size-full wp-image-381" title="Revera" alt="Revera" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Revera.jpg" width="600" height="459" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="938d3170-6974-4d45-915f-41349313ce73"><span class="GINGER_SOFATWARE_mark" id="179e8bf7-c423-47c4-b899-aa71f62460cb">( </span></span><a href="http://demo.fabthemes.com/revera/">Demo</a> | <a href="http://www.fabthemes.com/revera/">Download</a><span class="GINGER_SOFATWARE_mark" id="b3a5897b-21fc-4407-bf53-59f8047002cf"><span class="GINGER_SOFATWARE_mark" id="141ea04c-566b-4f6c-a58c-a151b8404bf6"> )</span></span></p>\n<p><a href="http://www.andersnoren.se/teman/lingonberry-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="92e06cb7-bb80-433e-aff0-1f1a04bf5e99"><span class="GINGER_SOFATWARE_mark" id="bee5b6d6-cc3f-4837-843f-35e1c23320bc">Lingonberry</span></span> WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Lingonberry-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-382" title="Lingonberry WordPress Theme" alt="Lingonberry WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Lingonberry-WordPress-Theme.jpg" width="600" height="519" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="26716061-b0d1-4341-9024-3c5f9a6fe41b"><span class="GINGER_SOFATWARE_mark" id="26dc5631-9684-4ecb-9fe2-46560eb48c24">( </span></span><a href="http://andersnoren.se/themes/lingonberry/">Demo</a> | <a href="http://wordpress.org/themes/lingonberry" target="_blank">Download</a><span class="GINGER_SOFATWARE_mark" id="4344d3db-569a-42d0-a459-52307f9ac7d2"><span class="GINGER_SOFATWARE_mark" id="0105b55b-85e5-46a9-b437-59047745f720"> )</span></span></p>\n<p><a href="http://smthemes.com/photomag/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="30463b6f-f150-411f-96b5-c52f811e60fe"><span class="GINGER_SOFATWARE_mark" id="d065980b-5dbc-42ce-bc06-f0c8265c5eb5">PhotoMag</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PhotoMag.jpg"><img class="aligncenter size-full wp-image-384" title="PhotoMag Free WordPress Themes" alt="PhotoMag Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PhotoMag.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="d72cb317-b581-457b-b683-3c968d541a25"><span class="GINGER_SOFATWARE_mark" id="692c7e9e-7ec0-4b9f-a0b0-f7f203b9664e">( </span></span><a href="http://smthemes.com/demo/photomag/">Demo</a> | <a href="http://smthemes.com/download/photomag/">Download</a><span class="GINGER_SOFATWARE_mark" id="12eac56e-6553-44e0-8d60-d3764e415bd4"><span class="GINGER_SOFATWARE_mark" id="6b953e61-9735-4afe-a782-09d64281a465"> )</span></span></p>\n<p><a href="http://www.themeshock.com/neon-light-wordpress-theme/" target="_blank"><b>Neon light WordPress theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Neon-light-WordPress-theme.jpg"><img class="aligncenter size-full wp-image-385" title="Neon light WordPress theme" alt="Neon light WordPress theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Neon-light-WordPress-theme.jpg" width="600" height="389" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="c2267db6-8dc3-43b8-afac-53db91bd802b"><span class="GINGER_SOFATWARE_mark" id="c78951ca-829b-4121-8c7c-518ec0356002">( </span></span><a href="http://www.wpthemegenerator.com/?wtgs=27378">Demo</a> | <a href="http://www.wordpressthemeshock.com/the-shock-bundle/?down=Miideo_358731173133735131603102.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="63f62d8e-af58-4e2a-a79b-c4a847aa6626"><span class="GINGER_SOFATWARE_mark" id="54cd5bb7-f4c6-41ca-9d18-6c8206fbcc86"> )</span></span></p>\n<p><a href="http://mythemeshop.com/themes/dualshock/" target="_blank"><b>DUALSHOCK</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/DUALSHOCK.jpg"></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="5227c040-4e25-4991-b184-df8a43bc4584"><span class="GINGER_SOFATWARE_mark" id="7143c460-8056-4c96-858e-0c3d49651e63">( </span></span><a href="http://demo.mythemeshop.com/s/?theme=DualShock">Demo</a> | <a href="http://mythemeshop.com/go/signup/index/c/dualshock">Download</a><span class="GINGER_SOFATWARE_mark" id="c2c05e27-4dfe-41f0-b77e-ce1d6a6bd9b1"><span class="GINGER_SOFATWARE_mark" id="46892bf2-2bec-4d40-8d0b-96988d788ade"> )</span></span></p>\n<p><a href="http://justinklemm.com/crisp-persona/" target="_blank"><b>Crisp Persona</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Crisp-Persona-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-387" title="Crisp Persona WordPress Theme" alt="Crisp Persona WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Crisp-Persona-WordPress-Theme.jpg" width="600" height="442" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="1d6fefe1-07f3-4886-8dd4-2f75b9881b5d"><span class="GINGER_SOFATWARE_mark" id="80a71c86-5967-4a9a-9053-1c26a769f25c">( </span></span><a href="http://crisp-persona.justinklemm.com/">Demo</a> | <a href="http://justinklemm.com/wp-content/uploads/crisp-persona-1.0.5.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="97b164b3-fd8a-45f8-921e-3a7700fba185"><span class="GINGER_SOFATWARE_mark" id="e354b969-5be5-4403-b02e-c63f8d2e19ef"> )</span></span></p>\n<p><a href="http://moargh.de/portfolio/downloads/wp-theme-balloons/" target="_blank"><b>Balloons</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Balloons.jpg"><img class="aligncenter size-full wp-image-388" title="Balloons" alt="Balloons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Balloons.jpg" width="600" height="507" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="d4a92da9-9cbf-442b-98b9-bcc228843417"><span class="GINGER_SOFATWARE_mark" id="75fbb157-dee4-4d2e-8b5a-6547785dc193">( </span></span><a href="http://moargh.de/wp-content/portfolio/downloads/wp-themes/balloons/">Demo</a> | <a href="http://moargh.de/wp-content/portfolio/downloads/wp-themes/balloons-1.1.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="817adea8-7c48-47f2-8061-b809f0cb25bb"><span class="GINGER_SOFATWARE_mark" id="c951cfc4-ac0d-4f71-9c8f-9da25f49e5ae"> )</span></span></p>\n<p><a href="http://www.themeshaker.com/blog/post/appz-a-free-wordpress-theme-to-show-off-your-new-iphone-app" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="ca8aaee0-9ca4-4b02-852a-039a3c18a5a2"><span class="GINGER_SOFATWARE_mark" id="cad29b71-77ab-44f3-9848-86cd80e56689">Appz</span></span> WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Appz-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-389" title="Appz WordPress Theme" alt="Appz WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Appz-WordPress-Theme.jpg" width="600" height="394" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="13a24e52-0da2-4f5b-b751-6ab15cbe0e41"><span class="GINGER_SOFATWARE_mark" id="33659efe-eac0-4c84-80db-6d99759bde8c">( </span></span><a href="http://appz.themeshaker.com/">Demo</a> | <a href="http://static.themeshaker.com/themes/appz-theme.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="c0d830f2-814f-40da-a4b7-2f2c67a1cee7"><span class="GINGER_SOFATWARE_mark" id="1eb6cce1-bec4-40b4-b7c0-17679ad8b837"> )</span></span></p>\n<p><a href="http://mythemeshop.com/themes/playbook/" target="_blank"><b>Playbook</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Playbook1.jpg"><img class="aligncenter size-full wp-image-390" title="Playbook Free WordPress Themes" alt="Playbook Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Playbook1.jpg" width="600" height="396" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="e3f91585-f847-4ffc-98a9-da9c85c158cb"><span class="GINGER_SOFATWARE_mark" id="5653d199-b952-4ee5-892e-4d4bb5fbb268">( </span></span><a href="http://demo.mythemeshop.com/s/?theme=Playbook">Demo</a> | <a href="http://mythemeshop.com/themes/playbook/" target="_blank">Download</a><span class="GINGER_SOFATWARE_mark" id="71c8cde5-d62d-4d65-a7fe-f7b2d39b6f9f"><span class="GINGER_SOFATWARE_mark" id="aa85b16c-7cef-4170-bbfe-774fbaa620a5"> )</span></span></p>\n<p><a href="http://www.dessign.net/art-works-responsive-theme-free-2013/" target="_blank"><b>Art Works</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Art-Works.jpg"><img class="aligncenter size-full wp-image-391" title="Art Works" alt="Art Works" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Art-Works.jpg" width="600" height="537" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="33d72484-60ac-45d4-9d5b-1a9c4c7b89ad"><span class="GINGER_SOFATWARE_mark" id="e141c1a0-5ae2-4062-9b77-75efb41b5733">( </span></span><a href="http://www.dessign.net/artworksresponsivetheme/">Demo</a> | <a href="http://www.dessign.net/zipthemes/ArtWorksResponsive.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="7c43ebd2-9ce9-4fdc-ae12-1b9db8659d21"><span class="GINGER_SOFATWARE_mark" id="051c6030-685d-462b-9d12-738e582a8f22"> )</span></span></p>\n<p><a href="http://www.s5themes.com/theme/sunrise/" target="_blank"><b>Sunrise</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sunrise.jpg"><img class="aligncenter size-full wp-image-392" title="Sunrise Free WordPress Themes" alt="Sunrise Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sunrise.jpg" width="600" height="424" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="d4e5c968-2bfc-415e-b74c-a1de8b5a7cbc"><span class="GINGER_SOFATWARE_mark" id="f3bb9623-cfb7-419d-9069-37ed8b9c748a">( </span></span><a href="http://demo.s5themes.com/sunrise">Demo</a> | <a href="http://www.s5themes.com/login/?referrer_url=http://www.s5themes.com/theme/sunrise/">Download</a><span class="GINGER_SOFATWARE_mark" id="f2b5e072-6e0c-46b5-af88-296d860e6164"><span class="GINGER_SOFATWARE_mark" id="b5460a0b-f790-496c-9609-4d7f03d8d37b"> )</span></span></p>\n<p><a href="http://wordpress.org/themes/impulse" target="_blank"><b>Impulse</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Impulse.jpg"><img class="aligncenter size-full wp-image-393" title="Impulse Free WordPress Theme" alt="Impulse Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Impulse.jpg" width="600" height="471" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="2640f8ca-31b7-4182-b94b-1da579499f47"><span class="GINGER_SOFATWARE_mark" id="329931f0-74db-40a6-bb77-1817bf0f0b65">( </span></span><a href="http://wp-themes.com/impulse?TB_iframe=true&amp;width=897&amp;height=577">Demo</a> | <a href="http://wordpress.org/themes/download/impulse.1.3.5.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="cce432db-9b12-48cf-8dad-20ede4af7b4c"><span class="GINGER_SOFATWARE_mark" id="01b19d43-9bd9-463b-a47b-1ccc5368402e"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/download-dreams-free-wordpress-theme/" target="_blank"><b>Dreams</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dreams.jpg"><img class="aligncenter size-full wp-image-394" title="Dreams Free WordPress Theme" alt="Dreams Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dreams.jpg" width="600" height="547" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="7b2e3708-d38f-4b81-aec6-e39e394e1dc8"><span class="GINGER_SOFATWARE_mark" id="d1c88c07-d8ad-4998-af90-929685c31d82">( </span></span><a href="http://fthemes.com/demo/Dreams/">Demo</a> | <a href="http://fthemes.com/download/?theme=dreams.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="bf66277f-5de5-4b78-877f-3e46ab7a8ed2"><span class="GINGER_SOFATWARE_mark" id="9b58bb0e-3086-4884-960f-e25a8ec1c63c"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/download-techflow-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="81db4c34-ea97-4daa-81f5-a79908824842"><span class="GINGER_SOFATWARE_mark" id="a0428fab-4d6a-4081-9656-3ee609244b9c">TechFlow</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TechFlow1.jpg"><img class="aligncenter size-full wp-image-396" title="TechFlow WordPress Theme" alt="TechFlow WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TechFlow1.jpg" width="600" height="539" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="7ad0de1c-18bd-40ca-91cd-a1c45334e081"><span class="GINGER_SOFATWARE_mark" id="c822ec4e-0a05-4840-8c0c-eb7e8617a574">( </span></span><a href="http://newwpthemes.com/demo/TechFlow/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=techflow.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="8a6fc7ce-d715-410b-b923-474fe5721cff"><span class="GINGER_SOFATWARE_mark" id="a194cc77-ca5d-4acb-a7a8-14963d59bd21"> )</span></span></p>\n<p><a href="http://www.cpothemes.com/theme/panoramica" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="632da7ab-67c4-426e-8eeb-76e8ddb2e530"><span class="GINGER_SOFATWARE_mark" id="feb975a0-0f6a-4edb-ad80-db5f3027bf29">Panoramica</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Panoramica.jpg"><img class="aligncenter size-full wp-image-397" title="Panoramica Free WordPress Theme" alt="Panoramica Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Panoramica.jpg" width="600" height="408" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="54d6f401-2163-4138-a12f-44772034047b"><span class="GINGER_SOFATWARE_mark" id="b1151391-766b-401c-af4e-8e09a33e2e4a">( </span></span><a href="http://demo.cpothemes.com/?theme=panoramica">Demo</a> | <a href="http://www.cpothemes.com/checkout">Download</a><span class="GINGER_SOFATWARE_mark" id="d213cf12-b47a-4681-a1f1-a04f618aec99"><span class="GINGER_SOFATWARE_mark" id="822ba5dc-a5c3-42da-b984-4ce57fa10c51"> )</span></span></p>\n<p><a href="http://www.web2feel.com/sentoz/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="5388a864-fcc5-4539-bcd3-05fe061d367e"><span class="GINGER_SOFATWARE_mark" id="90cffcbe-f6e6-4f66-98c9-8c722cbe7a79">Sentoz</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sentoz.jpg"><img class="aligncenter size-full wp-image-398" title="Sentoz WordPress Theme" alt="Sentoz WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sentoz.jpg" width="600" height="461" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="c229b848-873d-404a-b8d1-e52a43826046"><span class="GINGER_SOFATWARE_mark" id="0164851e-5283-4e7b-8409-f87c42b92507">( </span></span><a href="http://demo.fabthemes.com/sentoz/">Demo</a> | <a href="http://www.fabthemes.com/get/Sentoz.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="0f06cd60-8bc0-4088-846c-da2603454063"><span class="GINGER_SOFATWARE_mark" id="1df39058-7460-49dc-8836-855b60b923d5"> )</span></span></p>\n<p><a href="http://www.themeshock.com/minimal-business-wordpress-theme/" target="_blank"><b>Minimal Business WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Minimal-Business-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-399" title="Minimal Business WordPress Theme" alt="Minimal Business WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Minimal-Business-WordPress-Theme.jpg" width="600" height="459" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="0e5032ee-747c-4b93-875c-db52322d6e68"><span class="GINGER_SOFATWARE_mark" id="67043967-f0e3-4851-afca-20d80892fde3">( </span></span><a href="http://www.wpthemegenerator.com/?wtgs=29035">Demo</a> | <a href="http://www.wordpressthemeshock.com/the-shock-bundle/?down=Coorpin_304405473134644122703102.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="8a75eb48-41a5-4f92-94c9-67944405ed91"><span class="GINGER_SOFATWARE_mark" id="5e3b1ed9-dd10-4194-906e-0dbbcc783679"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/edu-free-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="1dafc823-c783-44d4-b47b-d9bc19f9db0c"><span class="GINGER_SOFATWARE_mark" id="b42aa5b0-3d82-4a9b-80ee-6e22e641c5fd">Edu</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Edu.jpg"><img class="aligncenter size-full wp-image-400" title="Edu Free WordPress Themes" alt="Edu Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Edu.jpg" width="600" height="483" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="f8d16ffe-5568-425b-814d-417ff2cf16f5"><span class="GINGER_SOFATWARE_mark" id="3cb5b909-bcbb-4be6-b330-8c443d6a659b">( </span></span><a href="http://newwpthemes.com/demo/Edu/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=edu.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="d124d731-692e-4721-9047-4a2157ae18eb"><span class="GINGER_SOFATWARE_mark" id="4c4afdbe-a759-4d72-976b-1b4d5a38c642"> )</span></span></p>\n<p><a href="http://wordpress.org/themes/road-fighter" target="_blank"><b>Road Fighter</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Road-Fighter.jpg"><img class="aligncenter size-full wp-image-401" title="Road Fighter" alt="Road Fighter" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Road-Fighter.jpg" width="600" height="427" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="24941cc0-dcd8-4b14-aabc-c85cea4f9a72"><span class="GINGER_SOFATWARE_mark" id="197b606e-8bed-4f53-a281-4ac096cb6fae">( </span></span><a href="http://wp-themes.com/road-fighter?TB_iframe=true&amp;width=897&amp;height=577">Demo</a> | <a href="http://wordpress.org/themes/download/road-fighter.1.2.4.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="107f81cb-261e-485c-8489-4b3cca9fbf57"><span class="GINGER_SOFATWARE_mark" id="626ac343-4dc4-4b4f-afce-4afe002cac55"> )</span></span></p>\n<p><a href="http://smthemes.com/download/divan/" target="_blank"><b>Divan</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Divan.jpg"><img class="aligncenter size-full wp-image-402" title="Divan Free WordPress Themes" alt="Divan Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Divan.jpg" width="600" height="422" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="95d78eab-a1f6-4942-a585-2a67e1ef5c58"><span class="GINGER_SOFATWARE_mark" id="2b165e13-6b0d-4ea8-ac73-71b9b29a318e">( </span></span><a href="http://smthemes.com/demo/divan/">Demo</a> | <a href="http://smthemes.com/download/divan/">Download</a><span class="GINGER_SOFATWARE_mark" id="d422e8ac-9177-4672-8ca4-16e382b3f362"><span class="GINGER_SOFATWARE_mark" id="bc0f01db-4dcf-4b82-ba0d-2bf0606eda7e"> )</span></span></p>\n<p><a href="http://smthemes.com/fordrivers/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="f2029042-afa5-4ca2-80ce-404f9bfbad0b"><span class="GINGER_SOFATWARE_mark" id="4d57c916-5501-4945-98ad-344e2c02cc49">ForDrivers</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ForDrivers.jpg"><img class="aligncenter size-full wp-image-403" title="ForDrivers" alt="ForDrivers" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ForDrivers.jpg" width="600" height="329" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="3e99ea9d-9bf1-47f8-9635-219c398b2750"><span class="GINGER_SOFATWARE_mark" id="7cd77ffc-be98-4654-bf69-599bcf083be4">( </span></span><a href="http://smthemes.com/demo/fordrivers/">Demo</a> | <a href="http://smthemes.com/download/fordrivers/">Download</a><span class="GINGER_SOFATWARE_mark" id="89a770d6-e820-4ace-9e4b-969bd1057f84"><span class="GINGER_SOFATWARE_mark" id="07ee8c0c-4d9e-48c9-9505-9d7a03425008"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/download-free-sencity-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="65fb294b-7698-403e-a133-096ef5ba8275"><span class="GINGER_SOFATWARE_mark" id="bd067c92-ba11-4fbc-8f05-886cf2dd0b65">Sencity</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sencity.jpg"><img class="aligncenter size-full wp-image-404" title="Sencity Free WordPress Themes" alt="Sencity Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sencity.jpg" width="600" height="471" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="5111dbda-8665-4fc6-bdac-7dc94a2d130d"><span class="GINGER_SOFATWARE_mark" id="d0965e1a-a187-40e7-b4bf-472a72f95362">( </span></span><a href="http://fthemes.com/demo/Sencity/">Demo</a> | <a href="http://fthemes.com/download/?theme=sencity.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="c031ca58-93a0-443d-bfb2-b50fe850aa5b"><span class="GINGER_SOFATWARE_mark" id="b8ee97fc-175e-46a3-8659-b4af59d6d915"> )</span></span></p>\n<p><a href="http://smthemes.com/movieposter/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="37a160be-1907-4e92-ac2f-cc152bdfe6f2"><span class="GINGER_SOFATWARE_mark" id="86aa4718-7cee-4ab1-8cdc-b73210190587">MoviePoster</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MoviePoster.jpg"><img class="aligncenter size-full wp-image-405" title="MoviePoster Free WordPress Theme" alt="MoviePoster Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MoviePoster.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="b2f8e379-9674-49c8-a037-e190fe75e074"><span class="GINGER_SOFATWARE_mark" id="e389c509-1e7b-4276-9e28-45a92678a5b0">( </span></span><a href="http://smthemes.com/demo/movieposter/">Demo</a> | <a href="http://smthemes.com/download/movieposter/">Download</a><span class="GINGER_SOFATWARE_mark" id="1891bac1-dfed-470e-b7ac-909ea4f36c3a"><span class="GINGER_SOFATWARE_mark" id="08f9860b-6ef3-4762-b45f-f53e9e019a96"> )</span></span></p>\n<p><a href="http://smthemes.com/apartments/" target="_blank"><b>Apartments</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Apartments.jpg"><img class="aligncenter size-full wp-image-406" title="Apartments" alt="Apartments" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Apartments.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="98e2b7d2-794e-4507-9616-6a0ffd5d0cf0"><span class="GINGER_SOFATWARE_mark" id="57e3f3e8-978b-4f5b-bbe6-13a5b8fa267a">( </span></span><a href="http://smthemes.com/demo/apartments/">Demo</a> | <a href="http://smthemes.com/download/apartments/">Download</a><span class="GINGER_SOFATWARE_mark" id="c974551c-9af6-42b1-90bd-fdb6bd65059e"><span class="GINGER_SOFATWARE_mark" id="768c5ea7-ed45-4321-93f3-5cbebfb32512"> )</span></span></p>\n<p><a href="http://smthemes.com/metroblog/" target="_blank"><b>MetroBlog</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MetroBlog.jpg"><img class="aligncenter size-full wp-image-407" title="MetroBlog Free WordPress Themes" alt="MetroBlog Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MetroBlog.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="ad4481e6-77bf-4829-96db-d3c31cc1b10c"><span class="GINGER_SOFATWARE_mark" id="e2ee7971-a7f8-4f2d-a7fd-1ce912200680">( </span></span><a href="http://smthemes.com/demo/metroblog/">Demo</a> | <a href="http://smthemes.com/download/metroblog/">Download</a><span class="GINGER_SOFATWARE_mark" id="11d0fbba-7487-4ba7-96bc-193fe94218ef"><span class="GINGER_SOFATWARE_mark" id="171828ea-3abf-44f5-ab03-aee7a4397498"> )</span></span></p>\n<p><a href="http://newwpthemes.com/sports-free-wordpress-theme/" target="_blank"><b>Sports</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sports.jpg"><img class="aligncenter size-full wp-image-408" title="Sports WordPress Theme" alt="Sports WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sports.jpg" width="600" height="464" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="3e183a89-d837-4227-8a71-2027f61b54f7"><span class="GINGER_SOFATWARE_mark" id="ac51f3e6-e587-4581-95f9-13d174c836f7">( </span></span><a href="http://newwpthemes.com/demo/Sports/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=sports">Download</a><span class="GINGER_SOFATWARE_mark" id="68b72fe4-b199-4a18-aabf-457005aeeb9a"><span class="GINGER_SOFATWARE_mark" id="5ae62e52-cdff-4be9-8960-a66d747d248a"> )</span></span></p>\n<p><a href="http://wpeden.com/product/luminus-responsive-wordpress-theme/" target="_blank"><b>Luminus – Responsive WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Luminus-_E2_80_93-Responsive-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-409" title="Luminus – Responsive WordPress Theme" alt="Luminus – Responsive WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Luminus-_E2_80_93-Responsive-WordPress-Theme.jpg" width="600" height="376" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="fa5c4c95-4c0a-4083-bb2b-b245cdec305f"><span class="GINGER_SOFATWARE_mark" id="02292068-5735-40a1-913c-582bd1b2279b">( </span></span><a href="http://wpeden.com/preview/?product=NDAzNg==">Demo</a> | <a href="http://wpeden.com/?wpmpdl=4036">Download</a><span class="GINGER_SOFATWARE_mark" id="746dcee5-6f3b-4bdb-ac98-da48652f155a"><span class="GINGER_SOFATWARE_mark" id="a975d59c-46f5-4456-bb9c-d786d39b1a18"> )</span></span></p>\n<p><a href="http://smthemes.com/simpledesign/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="a9975eac-ebc3-4f87-83eb-9791996df64b"><span class="GINGER_SOFATWARE_mark" id="325110fd-a820-465f-886f-f3bab1d95273">SimpleDesign</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SimpleDesign.jpg"><img class="aligncenter size-full wp-image-410" title="SimpleDesign Free WordPress Themes" alt="SimpleDesign Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SimpleDesign.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="cbd569ac-9729-4294-86fb-52383c7adc2c"><span class="GINGER_SOFATWARE_mark" id="e1de7937-230d-4906-b9f9-83dff50d93a4">( </span></span><a href="http://smthemes.com/demo/simpledesign/">Demo</a> | <a href="http://smthemes.com/download/simpledesign/">Download</a><span class="GINGER_SOFATWARE_mark" id="2d3d4d83-1851-46a1-a6c4-ecbfaf4f990c"><span class="GINGER_SOFATWARE_mark" id="e5da6200-a415-415f-883d-bbe9124e847a"> )</span></span></p>\n<p><a href="http://smthemes.com/minefun/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="92b4b581-9bf4-4e9a-99d8-6d62fb49eac9"><span class="GINGER_SOFATWARE_mark" id="bb0057ab-78d9-434f-89a0-b7a09cb8ffff">MineFun</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MineFun.jpg"><img class="aligncenter size-full wp-image-411" title="MineFun WordPress Theme" alt="MineFun WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MineFun.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="ea54c009-5b26-4183-b4a6-f9112c3b8e50"><span class="GINGER_SOFATWARE_mark" id="d129ca6a-34b1-4baf-be99-10a01858f3a6">( </span></span><a href="http://smthemes.com/demo/minefun/">Demo</a> | <a href="http://smthemes.com/download/minefun/">Download</a><span class="GINGER_SOFATWARE_mark" id="09b037e6-7219-40a3-afcb-daa0b9ee432a"><span class="GINGER_SOFATWARE_mark" id="1bdf951a-cde0-4763-834a-d14913fd6bf5"> )</span></span></p>\n<p><a href="http://newwpthemes.com/dinata-free-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="f17782b9-75ae-43ae-adbc-733a92a96461"><span class="GINGER_SOFATWARE_mark" id="cc2f9c0f-90be-41d6-ae54-58174821b1f2">Dinata</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dinata.jpg"><img class="aligncenter size-full wp-image-412" title="Dinata WordPress Theme" alt="Dinata WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dinata.jpg" width="600" height="427" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="821e2d27-9b83-4db5-a0d4-c439bb5ed621"><span class="GINGER_SOFATWARE_mark" id="4001e0cd-283d-4897-8a53-e4f5fbbf8186">( </span></span><a href="http://newwpthemes.com/demo/Dinata/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=dinata">Download</a><span class="GINGER_SOFATWARE_mark" id="a9cf46de-aadf-4888-9b32-534adba563c4"><span class="GINGER_SOFATWARE_mark" id="4d4e929c-9997-48dc-ba08-eb9020d3efe1"> )</span></span></p>\n<p><a href="http://www.s5themes.com/theme/time/" target="_blank"><b>Time</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Time.jpg"><img class="aligncenter size-full wp-image-413" title="Time WordPress Theme" alt="Time WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Time.jpg" width="600" height="397" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="a4d67682-2d6c-487a-9572-bac57a5bf3aa"><span class="GINGER_SOFATWARE_mark" id="f389b134-0106-442c-a949-9e69f5f898b7">( </span></span><a href="http://demo.s5themes.com/?theme=time">Demo</a> | <a href="http://www.s5themes.com/login/?referrer_url=http://www.s5themes.com/theme/time/">Download</a><span class="GINGER_SOFATWARE_mark" id="047a75bb-5063-43b4-a165-7939c406e711"><span class="GINGER_SOFATWARE_mark" id="0ab1c136-79a0-4b51-a1c0-7106deb51f1a"> )</span></span></p>\n<p><a href="http://newwpthemes.com/downloads/?theme=practis" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="06120cde-1d06-4421-94db-3489a0e02df8"><span class="GINGER_SOFATWARE_mark" id="4316dc18-1874-4b64-8a6c-ff56931423a6">Practis</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Practis.jpg"><img class="aligncenter size-full wp-image-414" title="Practis Free WordPress Themes" alt="Practis Free WordPress Themes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Practis.jpg" width="600" height="420" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="81daf53d-3e4e-4f7d-9c0f-c5b71f5ae2e0"><span class="GINGER_SOFATWARE_mark" id="f4e68a47-d4c4-4853-8909-761aa1f15246">( </span></span><a href="http://newwpthemes.com/demo/Practis/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=practis">Download</a><span class="GINGER_SOFATWARE_mark" id="ad7f7f6d-3ae9-47ed-91b8-e76094e6de0e"><span class="GINGER_SOFATWARE_mark" id="968196bd-6f21-4072-a519-2498cb781396"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/download-gotech-free-wordpress-theme/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="762b753a-d2c5-488f-ae62-4a3c8e4d1b5b"><span class="GINGER_SOFATWARE_mark" id="17b13fe3-80d8-461d-9e93-32b5194192f7">GoTech</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/GoTech.jpg"><img class="aligncenter size-full wp-image-415" title="GoTech" alt="GoTech" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/GoTech.jpg" width="600" height="449" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="30a589f4-0da1-4c39-a35e-d561f233bbdb"><span class="GINGER_SOFATWARE_mark" id="c9b83d0b-4504-40bb-bc11-b03d9112c3d2">( </span></span><a href="http://newwpthemes.com/demo/GoTech/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=gotech.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="bfacf39c-c563-485a-8da2-5377eef25388"><span class="GINGER_SOFATWARE_mark" id="6892cf8c-8c71-4a3c-ac1b-4b3a3ab04afc"> )</span></span></p>\n<p><a href="http://wpmole.com/allmed" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="7da82482-3154-44fb-8894-26f744209da2"><span class="GINGER_SOFATWARE_mark" id="e1d33e06-da69-4143-9573-57802e3734cf">Allmed</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Allmed.jpg"><img class="aligncenter size-full wp-image-416" title="Allmed" alt="Allmed" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Allmed.jpg" width="600" height="411" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="b44a585b-99d4-4107-9615-f581072af1e5"><span class="GINGER_SOFATWARE_mark" id="7eab696c-b0da-4db5-a9ec-ce04a4622f0b">( </span></span><a href="http://demo.wpmole.com/allmed">Demo</a> | <a href="http://demo.wpmole.com/download/allmed.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="d535d089-1b07-41ca-87cb-9a64455c7ec5"><span class="GINGER_SOFATWARE_mark" id="2719a7cb-22db-4f9a-972d-0639311d5742"> )</span></span></p>\n<p><a href="http://newwpthemes.com/topside-free-wordpress-theme/" target="_blank"><b>Topside</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Topside.jpg"><img class="aligncenter size-full wp-image-417" title="Topside Free WordPress Theme" alt="Topside Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Topside.jpg" width="600" height="419" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="0444fe91-b0f0-4bcf-8761-0fd3971d3d12"><span class="GINGER_SOFATWARE_mark" id="910da333-7267-417d-92ec-6d794f4e2ee8">( </span></span><a href="http://newwpthemes.com/demo/Topside/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=topside">Download</a><span class="GINGER_SOFATWARE_mark" id="0bd85d7b-3f6e-4bce-9821-bc2fb1b1d85d"><span class="GINGER_SOFATWARE_mark" id="c87b081a-ce0b-46e1-9fbe-276aaa35e7fe"> )</span></span></p>\n<p><a href="http://newwpthemes.com/nexia-free-wordpress-theme/" target="_blank"><b>Nexia</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nexia.jpg"><img class="aligncenter size-full wp-image-418" title="Nexia WordPress Theme" alt="Nexia WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nexia.jpg" width="600" height="437" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="f62d3cb1-f419-4260-bfd6-ee3b1a649c17"><span class="GINGER_SOFATWARE_mark" id="440dff1b-47e2-4ffb-87fc-51e6a531b82e">( </span></span><a href="http://newwpthemes.com/demo/Nexia/">Demo</a> | <a href="http://newwpthemes.com/downloads/?theme=nexia">Download</a><span class="GINGER_SOFATWARE_mark" id="d5e347ea-92d2-4a8d-ae26-4c508e9a44bf"><span class="GINGER_SOFATWARE_mark" id="95979c4a-6612-4d37-a4fc-4de6117d459d"> )</span></span></p>\n<p><a href="http://freewpthemesblog.com/prolines-free-download/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="6f17b682-9939-4463-af4e-fed1ce01100d"><span class="GINGER_SOFATWARE_mark" id="8f98d485-a005-493a-b212-b12ee8c65509">ProLines</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ProLines.jpg"><img class="aligncenter size-full wp-image-419" title="ProLines" alt="ProLines" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ProLines.jpg" width="600" height="411" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="9528d15e-485d-42b4-a7f1-ea6009f223ae"><span class="GINGER_SOFATWARE_mark" id="efd5609a-f69f-4d9e-b006-77f4f8754aa3">( </span></span><a href="http://fthemes.com/demo/ProLines/">Demo</a> | <a href="http://fthemes.com/download/?theme=prolines.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="e3452cba-2f33-47e3-a26c-991c816e75cc"><span class="GINGER_SOFATWARE_mark" id="e99f80bc-3623-4d87-93e6-8270721cdee0"> )</span></span></p>\n<p><a href="http://colorlabsproject.com/themes/photogram/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="d2fd062d-4231-4bb2-9927-52711f200082"><span class="GINGER_SOFATWARE_mark" id="55009ea0-eae9-4300-8696-be2aa1b12e8c">Photogram</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Photogram.jpg"><img class="aligncenter size-full wp-image-420" title="Photogram WordPress Theme" alt="Photogram WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Photogram.jpg" width="600" height="456" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="54fed065-bee5-4a0e-90fb-c6e943b4a072"><span class="GINGER_SOFATWARE_mark" id="dadbe4bb-bb25-42d2-aeaf-b019a7ef6afc">( </span></span><a href="http://demo.colorlabsproject.com/?theme=photogram">Demo</a> | <a href="http://colorlabsproject.com/member/signup/index/c/A2oO8Q8Oc?id_product=13746">Download</a><span class="GINGER_SOFATWARE_mark" id="d1c68950-5652-4a42-acb7-4ae13cdec541"><span class="GINGER_SOFATWARE_mark" id="441139f4-eef2-4e4f-a99e-5cf70cae2b57"> )</span></span></p>\n<p><a href="http://www.wpexplorer.com/fresh-clean-wordpress-theme-by-wpexplorer/" target="_blank"><b>Fresh &amp; Clean Free Minimal WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fresh-Clean-Free-Minimal-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-421" title="Fresh &amp; Clean Free Minimal WordPress Theme" alt="Fresh &amp; Clean Free Minimal WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fresh-Clean-Free-Minimal-WordPress-Theme.jpg" width="600" height="510" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="eefb548d-db12-41b6-9528-a6bdc35c3855"><span class="GINGER_SOFATWARE_mark" id="dd50dfd6-27e1-4756-bd5f-7508c6055c94">( </span></span><a href="http://wpexplorer-demos.com/fresh-and-clean/">Demo</a> | <a href="http://www.wpexplorer.com/members">Download</a><span class="GINGER_SOFATWARE_mark" id="8304fea1-09b3-4873-ac1f-5123b439d06f"><span class="GINGER_SOFATWARE_mark" id="ccf645a5-9644-4120-9110-1c0f8f125a81"> )</span></span></p>\n<p><a href="http://smthemes.com/rose/" target="_blank"><b>Rose</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rose.jpg"><img class="aligncenter size-full wp-image-422" title="Rose" alt="Rose" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Rose.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="db36d44a-f3cc-456a-99e0-0f2b280f8856"><span class="GINGER_SOFATWARE_mark" id="0768a190-db61-4e3e-9de7-32679721cecb">( </span></span><a href="http://smthemes.com/demo/rose/">Demo</a> | <a href="http://smthemes.com/download/rose/">Download</a><span class="GINGER_SOFATWARE_mark" id="028ed8fc-5083-4887-bc6c-9846e7394928"><span class="GINGER_SOFATWARE_mark" id="757eafbe-13c9-49e9-b31a-e72513f207bb"> )</span></span></p>\n<p><a href="http://colorawesomeness.com/themes/travelify/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="c4038e77-87f7-46fb-8f8e-f0d1d7d2a941"><span class="GINGER_SOFATWARE_mark" id="6fb40b7b-7bee-4789-bb6c-70f263e42225">Travelify</span></span> – Awesome &amp; Responsive Travel WordPress Theme</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Travelify-_E2_80_93-Awesome-Responsive-Travel-WordPress-Theme.jpg"><img class="aligncenter size-full wp-image-423" title="Travelify – Awesome &amp; Responsive Travel WordPress Theme" alt="Travelify – Awesome &amp; Responsive Travel WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Travelify-_E2_80_93-Awesome-Responsive-Travel-WordPress-Theme.jpg" width="600" height="434" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="4291d1e2-50be-454f-bcf4-1bfff1b6af2c"><span class="GINGER_SOFATWARE_mark" id="8021ac6b-1625-4839-b5b4-365171b6fad3">( </span></span><a href="http://colorawesomeness.com/travelify/">Demo</a> | <a href="http://colorawesomeness.com/themes/download-travelify/">Download</a><span class="GINGER_SOFATWARE_mark" id="44c85787-167d-45dc-9bea-62eb30130bdc"><span class="GINGER_SOFATWARE_mark" id="c7c228fe-17e6-4aae-89a6-d9c4832c1c67"> )</span></span></p>\n<p><a href="https://www.authenticthemes.com/theme/apollo/" target="_blank"><b>Apollo</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Apollo.jpg"><img class="aligncenter size-full wp-image-424" title="Apollo WordPress Theme" alt="Apollo WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Apollo.jpg" width="600" height="406" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="438e9437-d106-45fa-9d5a-7e4733a59bdc"><span class="GINGER_SOFATWARE_mark" id="4c8a1437-9c1c-4ec7-88bd-34ef597c79af">( </span></span><a href="http://demo.authenticthemes.com/apollo/">Demo</a> | <a href="https://www.authenticthemes.com/theme/apollo/#freebiemodal">Download</a><span class="GINGER_SOFATWARE_mark" id="be8407a9-0876-4cb6-b365-b4e9098c6cea"><span class="GINGER_SOFATWARE_mark" id="e29258b0-867d-4f2e-8278-a2602d5d75a9"> )</span></span></p>\n<p><a href="http://d5creation.com/theme/easy/" target="_blank"><b>EASY</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/EASY.jpg"><img class="aligncenter size-full wp-image-425" title="EASY" alt="EASY" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/EASY.jpg" width="600" height="424" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="9e0cab86-c195-4b79-8613-ff7edec74562"><span class="GINGER_SOFATWARE_mark" id="b98aa3f5-d156-4d64-8544-3ebe2a515eb8">( </span></span><a href="http://demo.d5creation.com/wp/themes/easy">Demo</a> | <a href="http://d5creation.com/wp-content/d5/freethemes/easy.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="cf7cda2a-1241-46d7-8740-9259ed92131a"><span class="GINGER_SOFATWARE_mark" id="b776416b-3172-4129-a4d3-c946bc99a528"> )</span></span></p>\n<p><a href="http://smthemes.com/cinemaplanet/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="889bf3f7-ff11-410c-970f-15f073acff7e"><span class="GINGER_SOFATWARE_mark" id="b049d9d0-82ed-4b34-9dae-0daad6f90029">CinemaPlanet</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CinemaPlanet.jpg"><img class="aligncenter size-full wp-image-426" title="CinemaPlanet" alt="CinemaPlanet" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CinemaPlanet.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="1d23ea89-f75f-41f7-8387-8c8571f6070e"><span class="GINGER_SOFATWARE_mark" id="bfdc47de-1216-4f4a-9eb6-028f5e570e88">( </span></span><a href="http://smthemes.com/demo/cinemaplanet/">Demo</a> | <a href="http://smthemes.com/download/cinemaplanet/">Download</a><span class="GINGER_SOFATWARE_mark" id="7d969972-0a8d-4333-a630-75a641793957"><span class="GINGER_SOFATWARE_mark" id="550df931-b588-45c8-a520-8968dca9c7d6"> )</span></span></p>\n<p><a href="http://smthemes.com/magicwood/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="f97d5725-b2ab-48c4-9b42-bf14761c8d78"><span class="GINGER_SOFATWARE_mark" id="25988d23-6213-4721-b39d-297af9fc5b8b">MagicWood</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MagicWood.jpg"><img class="aligncenter size-full wp-image-427" title="MagicWood Free WordPress Theme" alt="MagicWood Free WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MagicWood.jpg" width="600" height="401" /></a></p>\n<p><span class="GINGER_SOFATWARE_mark" id="de55cf4d-2218-4f31-b6f3-b101455a5d17"><span class="GINGER_SOFATWARE_mark" id="2498a6e5-34a6-4e8d-b097-8fd5a32b9641">( </span></span><a href="http://smthemes.com/demo/magicwood/">Demo</a> | <a href="http://smthemes.com/download/magicwood/">Download</a><span class="GINGER_SOFATWARE_mark" id="53d6b644-015f-44f1-b62c-c2ba15344acf"><span class="GINGER_SOFATWARE_mark" id="dddbb21d-538d-430e-91c4-df9d66de12b3"> )</span></span></p>\n<p>If you find this free WordPress themes useful for your web site, then don&#8217;t forget to share this list with your friends. For any queries do let us know with the help of comments section.</p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/fresh-and-free-wordpress-themes.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/fresh-and-free-wordpress-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/Revera.jpg&amp;description=45%20Fresh%20and%20Free%20WordPress%20Themes" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\n													15+ Best WordPress Landing Page Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="bookmark" title="20 Best Free WordPress Magazine Themes">\n													20 Best Free WordPress Magazine Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" rel="bookmark" title="25 Best Free WordPress Portfolio Themes">\n													25 Best Free WordPress Portfolio Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''380'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="eb9702c288" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="35"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'fresh and free wordpress themes', '', 'publish', 'closed', 'closed', '', 'fresh-and-free-wordpress-themes', '', '', '2017-04-11 13:17:24', '2017-04-11 13:17:24', '', 0, 'http://thedesignpixel.com/fresh-and-free-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2017-04-11 13:17:27', '2017-04-11 13:17:27', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Fresh &#038; Free Mobile App PSD Templates</div><div class="single-content"><article class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-mobile tag-templates"><div id="post-3915" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Fresh &#038; Free Mobile App PSD Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and every try to make their websites more professional with latest graphic designs. At the same time, The trend is also moving towards the usage of mobile phones and tablets itself. Because of the WiFi connectivity available at every place in the world, almost everyone started using mobiles phones or tablets for internet surfing, online shopping and for all other business purposes.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Talking about the desktop driven websites is not enough to take your online business to the next level, you have to think about the mobile user friendly versions of your websites too. A lot of websites started building their own apps for the users to take advantage of their websites. Thus, Finding a mobile app PSD template becomes very much important for every business owner for targeting mobile users. A lot of Free mobile app psd templates can be easily found on the web with the help of which you can create your own app for your valuable customers.</p><p>So, We have tried to make up a list of Fresh and free mobile app PSD templates today to help you out. These mobile app psd templates include a fresh and wide variety of templates, no matter your app is related to music, weather, eCommerce, iPhone or Android related we have the options ready for you. Just check out and let us know which one suits your requirement.</p><h3><strong><span style="text-decoration: underline;"><em>20 Fresh &amp; Free Mobile App PSD Templates</em></span>:</strong></h3><p><strong><a href="http://uifest.com/product/blog-and-article-app-ui" target="_blank">Blog and Article App UI</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Blog-and-Article-App-UI.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI.jpg" class="aligncenter size-full wp-image-3916" alt="Blog and Article App UI" width="600" height="1113" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI-162x300.jpg 162w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI-552x1024.jpg 552w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3916" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Blog-and-Article-App-UI.jpg" alt="Blog and Article App UI" width="600" height="1113" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI-162x300.jpg 162w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Blog-and-Article-App-UI-552x1024.jpg 552w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.taptapideas.com/portfolio/free-weather-app-psd-ios7/" target="_blank">Free Weather App PSD | iOS7</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7.jpg" class="aligncenter size-full wp-image-3917" alt="Free Weather App PSD iOS7" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3917" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7.jpg" alt="Free Weather App PSD iOS7" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Free-Weather-App-PSD-iOS7-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.graphickadapps.com/2014/05/music-app-ios7-free-ui-psd.html" target="_blank">Music App iOS7 Free UI PSD</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD.jpg" class="aligncenter size-full wp-image-3918" alt="Music App iOS7 Free UI PSD" width="450" height="2293" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD.jpg 450w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD-59x300.jpg 59w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD-201x1024.jpg 201w" sizes="(max-width: 450px) 100vw, 450px"><noscript><img class="aligncenter size-full wp-image-3918" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD.jpg" alt="Music App iOS7 Free UI PSD" width="450" height="2293" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD.jpg 450w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD-59x300.jpg 59w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Music-App-iOS7-Free-UI-PSD-201x1024.jpg 201w" sizes="(max-width: 450px) 100vw, 450px" /></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/14307139/FM-Radio-UI-iOS-7-App-%28Free%29" target="_blank">FM Radio UI &ndash; iOS7 App (Free)</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/FM-Radio-UI-iOS7-App-Free.jpeg" class="aligncenter size-full wp-image-3919" alt="FM Radio UI &ndash; iOS7 App (Free)" width="600" height="2738"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><strong><a href="https://www.behance.net/gallery/17710817/eCommerce-store-app-for-iOS-%28FREE-Theme-PSD%29" target="_blank"><span id="d820a211-1d1c-4ab1-83cc-2cd44680bccc" class="GINGER_SOFATWARE_mark">ECommerce</span> Store App for iOS (Free Theme PSD)</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/eCommerce-Store-App-for-iOS-Free-Theme-PSD.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/eCommerce-Store-App-for-iOS-Free-Theme-PSD.jpeg" class="aligncenter size-full wp-image-3920" alt="eCommerce Store App for iOS (Free Theme PSD)" width="600" height="5840"><noscript><img class="aligncenter size-full wp-image-3920" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/eCommerce-Store-App-for-iOS-Free-Theme-PSD.jpeg" alt="eCommerce Store App for iOS (Free Theme PSD)" width="600" height="5840"></noscript></a></p><p><strong><a href="http://www.savethegraphics.com/storm-messenger-app-free-psd/" target="_blank">Storm Messenger App &ndash; Free PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Storm-Messenger-App-Free-PSD.jpg" class="aligncenter size-full wp-image-3921" alt="Storm Messenger App &ndash; Free PSD" width="600" height="7200"><noscript></noscript></a></p><p><strong><a href="http://mobisoftinfotech.com/resources/blog/snap-sack-iphone-photo-album-app-free-psd/" target="_blank">Snap Sack &ndash; iPhone Photo Album App Free PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Snap-Sack-iPhone-Photo-Album-App-Free-PSD.jpg" class="aligncenter size-full wp-image-3922" alt="Snap Sack &ndash; iPhone Photo Album App Free PSD" width="600" height="6538"><noscript></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/18287893/Capload-IOS-App-free-PSD" target="_blank"><span id="4c7e99ac-e264-4090-86bd-a5311edf904e" class="GINGER_SOFATWARE_mark"><span id="21e425f3-e0e2-4100-a663-9c2afea6cf37" class="GINGER_SOFATWARE_mark">Capload</span></span> iOS App Free PSD</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD.jpeg" class="aligncenter size-full wp-image-3923" alt="Capload iOS App Free PSD" width="600" height="5126" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD-35x300.jpeg 35w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD-120x1024.jpeg 120w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3923" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD.jpeg" alt="Capload iOS App Free PSD" width="600" height="5126" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD-35x300.jpeg 35w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Capload-iOS-App-Free-PSD-120x1024.jpeg 120w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/10745829/Hulu-iPhone-App-reDesign-Free-PSD" target="_blank">Hulu iPhone App <span id="2f0a615f-2e0c-412b-b817-7f0d8f793113" class="GINGER_SOFATWARE_mark"><span id="2d9f7541-5c6f-43e3-a2f3-96880453d8e1" class="GINGER_SOFATWARE_mark">reDesign</span></span> &ndash; Free PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Hulu-iPhone-App-reDesign-Free-PSD.jpeg" class="aligncenter size-full wp-image-3924" alt="Hulu iPhone App reDesign &ndash; Free PSD" width="600" height="10490"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><a href="http://www.graphicsfuel.com/2014/08/wow-modern-mobile-app-ui/" target="_blank">Wow<span id="9a51d77d-da75-4c12-8b7e-eeb91a9a7dea" class="GINGER_SOFATWARE_mark"><span id="99801d35-d1fc-42a0-afc4-6c26c7e7cec1" class="GINGER_SOFATWARE_mark"> :</span></span> Modern Mobile App UI</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI.jpg" class="aligncenter size-full wp-image-3925" alt="Wow Modern Mobile App UI" width="600" height="3720" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI-165x1024.jpg 165w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3925" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI.jpg" alt="Wow Modern Mobile App UI" width="600" height="3720" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Wow-Modern-Mobile-App-UI-165x1024.jpg 165w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.graphicsbay.com/item/free-psd-travel-app/325" target="_blank">Free PSD Travel App</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Free-PSD-Travel-App.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Free-PSD-Travel-App.jpeg" class="aligncenter size-full wp-image-3926" alt="Free PSD Travel App" width="600" height="2977"><noscript><img class="aligncenter size-full wp-image-3926" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Free-PSD-Travel-App.jpeg" alt="Free PSD Travel App" width="600" height="2977"></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/19679003/App-News-iPhone-6-PSD-Free?share=1" target="_blank">App News iPhone 6 &ndash; PSD Free</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/App-News-iPhone-6-PSD-Free.jpg" class="aligncenter size-full wp-image-3927" alt="App News iPhone 6 &ndash; PSD Free" width="600" height="4040"><noscript></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/19637025/FREE-PSD-Flat-Mobile-App-UI" target="_blank">Free PSD &ndash; Flat Mobile App UI</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Free-PSD-Flat-Mobile-App-UI.jpeg" class="aligncenter size-full wp-image-3928" alt="Free PSD &ndash; Flat Mobile App UI" width="558" height="8928"><noscript></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/19573093/Online-News-Paper-iOS-APP-UI-%28Free-PSD%29" target="_blank">Online NewsPaper iOS App UI (Free PSD)</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Online-NewsPaper-iOS-App-UI-Free-PSD.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Online-NewsPaper-iOS-App-UI-Free-PSD.jpeg" class="aligncenter size-full wp-image-3929" alt="Online NewsPaper iOS App UI (Free PSD)" width="600" height="6314"><noscript><img class="aligncenter size-full wp-image-3929" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Online-NewsPaper-iOS-App-UI-Free-PSD.jpeg" alt="Online NewsPaper iOS App UI (Free PSD)" width="600" height="6314"></noscript></a></p><p><strong><a href="https://www.behance.net/gallery/18823787/Quest-Free-iOS7-App" target="_blank">Quest. Free iOS7 App</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Quest.-Free-iOS7-App.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Quest.-Free-iOS7-App.jpeg" class="aligncenter size-full wp-image-3930" alt="Quest. Free iOS7 App" width="600" height="4467"><noscript><img class="aligncenter size-full wp-image-3930" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Quest.-Free-iOS7-App.jpeg" alt="Quest. Free iOS7 App" width="600" height="4467"></noscript></a></p><p><strong><a href="http://graphicsbay.com/item/cooking-app-ui-psd/235" target="_blank">Cooking App UI &ndash; Free PSD</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Cooking-App-UI-Free-PSD.jpeg" class="aligncenter size-full wp-image-3931" alt="Cooking App UI &ndash; Free PSD" width="600" height="2200"><noscript></noscript></a></p><p><strong><a href="http://www.onewox.com/#/flybi/" target="_blank"><span id="4021799b-0596-42f0-8391-3b46b913b949" class="GINGER_SOFATWARE_mark"><span id="cfaa013f-6fb8-4377-90b3-ece03f485cd5" class="GINGER_SOFATWARE_mark">Flybi</span></span> iOS Application Template</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Flybi-iOS-Application-Template.jpeg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Flybi-iOS-Application-Template.jpeg" class="aligncenter size-full wp-image-3932" alt="Flybi iOS Application Template" width="600" height="2272" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Flybi-iOS-Application-Template.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Flybi-iOS-Application-Template-79x300.jpeg 79w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3932" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Flybi-iOS-Application-Template.jpeg" alt="Flybi iOS Application Template" width="600" height="2272" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Flybi-iOS-Application-Template.jpeg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Flybi-iOS-Application-Template-79x300.jpeg 79w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><a href="http://www.savethegraphics.com/android-l-weather-app-concept/" target="_blank">Android L &ndash; Weather App Concept</a></strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Android-L-Weather-App-Concept.jpeg" class="aligncenter size-full wp-image-3933" alt="Android L &ndash; Weather App Concept" width="600" height="2891"><noscript></noscript></a></p><p><strong><a href="https://dribbble.com/shots/1640706-Instagram-in-Material-Design" target="_blank"><span id="1a868a04-9d3c-4426-9e02-1642057ea32e" class="GINGER_SOFATWARE_mark"><span id="d9f2b17a-4662-4935-9b7b-2b3776a893bf" class="GINGER_SOFATWARE_mark">Instagram</span></span> in Material Design</a></strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design.jpg" class="aligncenter size-full wp-image-3934" alt="Instagram in Material Design" width="600" height="1067" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-169x300.jpg 169w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-576x1024.jpg 576w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3934" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design.jpg" alt="Instagram in Material Design" width="600" height="1067" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-169x300.jpg 169w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-576x1024.jpg 576w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "20 Fresh &#038; Free Mobile App PSD Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="bhIge49a1edc60f960e83763a5a61994841f8079dca5215401b5954b28ccdf8604597" class="wpdiscuz-cnonce" name="cnonce" value="bhIge49a1edc60f960e83763a5a61994841f8079dca5215401b5954b28ccdf8604597" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="sRAPJ56f303a00f3d9b7e14b3e5bd2a96caa3437549fe769116434df9c092bbce78ee" class="wpdiscuz-cnonce" name="cnonce" value="sRAPJ56f303a00f3d9b7e14b3e5bd2a96caa3437549fe769116434df9c092bbce78ee" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-9564_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/b9978e0dc6ede2ac0c6499c8d537c012?s=48&#038;d=mm&#038;r=g" alt="Ronak Amlani" srcset="http://2.gravatar.com/avatar/b9978e0dc6ede2ac0c6499c8d537c012?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-9564" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Ronak Amlani</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/fresh-free-mobile-app-psd-templates.html#comment-9564&quot; /&gt;" /></div><div class="wc-comment-date">June 23, 2015 6:54 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Thank you so much this beautiful collection, you really save my time.</p><p>Thanks,<br /> Ronak Amlni.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Thank%20you%20so%20much%20this%20beautiful%20collection,%20you%20really%20save%20my%20time.Thanks,Ronak%20Amlni.http://www.thedesignpixel.com/fresh-free-mobile-app-psd-templates.html#comment-9564" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/fresh-free-mobile-app-psd-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-9564_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'fresh free mobile app psd templates', '', 'publish', 'closed', 'closed', '', 'fresh-free-mobile-app-psd-templates', '', '', '2017-04-11 13:17:27', '2017-04-11 13:17:27', '', 0, 'http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(148, 1, '2017-04-11 13:17:29', '2017-04-11 13:17:29', '<div class="main-container"><div id="page" class="single"><div class="content"> <article class="article"><div id="content_box" ><div id="post-498" class="g post post-498 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-photoshop tag-typography cat-4-id cat-6-id has_thumb"><div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35+ Fresh Photoshop Text Effect Tutorials</div> <header><h1 class="title">35+ Fresh Photoshop Text Effect Tutorials</h1><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span> <span class="thecomment"><a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/#comments"> No comments</a></span></div> </header><!--.headline_area--><div class="post-content box mark-links"><div class="topad"> <!-- BuySellAds Zone Code --><center><div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></center> <!-- End BuySellAds Zone Code --></div><p>Have you ever designed a logo and thought how amazingly beautiful it would have looked in 3D or other fancy effects? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort.</p><p>You may Like: <a title="20 Most Useful 3D Text Effect Photoshop Tutorials" href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" target="_blank">20 Most Useful 3D Text Effect Photoshop Tutorials</a></p><p>I have tried rendering 3D effects on text earlier, however I failed miserably. I have to accept that even though Photoshop is an amazing tool to develop awesome designs, it’s rather difficult to use for the layman and extremely hard to master.</p><p>Working with text effects in Photoshop requires knowing the software like the back of your hand; hence to make the task easier we have made a collection Fresh Photoshop Text Effect Tutorials that can help you use the expertise of some well-known designers and masters.</p><p>We should thank the generosity of these graphic designers who have shared some of their best work with us. These Photoshop Text Effect Tutorials will help you make some amazing and cool looking fonts and typography effects with minimum effort and technical skill. All you need to do is follow their instructions to a T.</p><p>I tried my hands on some of these and was shocked to see the results. The things that looked unimaginable just became possible. Adding these text effects took my designs to a different realm. Try it and I promise you will never regret your decision. If you want to comment on our collection of Fresh Photoshop Text Effect Tutorials, please do share your feedback with us.</p><h3><strong><em><span style="text-decoration: underline;">35+ Fresh Photoshop Text Effect Tutorials:</span></em></strong></h3><p><strong><a href="http://www.companyfolders.com/blog/tutorial-create-a-realistic-emboss-deboss-effect-in-photoshop">Create a Realistic Emboss/Deboss Text Effect in Photoshop</a></strong></p><p><a href="http://www.companyfolders.com/blog/tutorial-create-a-realistic-emboss-deboss-effect-in-photoshop"></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-wooden-3d-text/" target="_blank"><b>How to Create Colorful Wooden 3D Text</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text.jpg"><img class="aligncenter size-full wp-image-499" title="How to Create Colorful Wooden 3D Text" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text.jpg" alt="How to Create Colorful Wooden 3D Text" width="600" height="481" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/guitar-string-typography/" target="_blank"><b>Use Photoshop and Illustrator to Create Guitar String Typography</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Use-Photoshop-and-Illustrator-to-Create-Guitar-String-Typography.jpg"><img class="aligncenter size-full wp-image-500" title="Use Photoshop and Illustrator to Create Guitar String Typography" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Use-Photoshop-and-Illustrator-to-Create-Guitar-String-Typography.jpg" alt="Use Photoshop and Illustrator to Create Guitar String Typography" width="600" height="468" /></a></p><p><a href="http://www.adobetutorialz.com/articles/30971156/1/create-unique-glowing-text-with-space-background-photoshop-cs5" target="_blank"><b>Create a Unique Glowing Text with Space Background</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Unique-Glowing-Text-with-Space-Background.jpg"><img class="aligncenter size-full wp-image-501" title="Create a Unique Glowing Text with Space Background" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Unique-Glowing-Text-with-Space-Background.jpg" alt="Create a Unique Glowing Text with Space Background" width="600" height="374" /></a></p><p><a href="http://www.psdvault.com/text-effects/design-unique-grass-wood-text-effect-in-photoshop/" target="_blank"><b>Design Unique Grass Wood Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Unique-Grass-Wood-Text-Effect.jpg"><img class="aligncenter size-full wp-image-502" title="Design Unique Grass Wood Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Unique-Grass-Wood-Text-Effect.jpg" alt="Design Unique Grass Wood Text Effect" width="600" height="346" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=vintage-wood-typography-photoshop-tutorial" target="_blank"><b>Vintage Wood Typography Tutorial</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-Wood-Typography-Tutorial.jpg"><img class="aligncenter size-full wp-image-503" title="Vintage Wood Typography Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-Wood-Typography-Tutorial.jpg" alt="Vintage Wood Typography Tutorial" width="600" height="404" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=flower-blossom-typography-photoshop-tutorial" target="_blank"><b>Flower Blossom Typography Tutorial</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flower-Blossom-Typography-Tutorial.jpg"><img class="aligncenter size-full wp-image-504" title="Flower Blossom Typography Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Flower-Blossom-Typography-Tutorial.jpg" alt="Flower Blossom Typography Tutorial" width="600" height="308" /></a></p><p><a href="http://www.psdvault.com/text-effects/design-abstract-hair-text-effect-with-grunge-brush-decoration-in-photoshop/" target="_blank"><b>Design Abstract Text Effect with Pen Tool and Grunge Brush</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Abstract-Text-Effect-with-Pen-Tool-and-Grunge-Brush.jpg"><img class="aligncenter size-full wp-image-505" title="Design Abstract Text Effect with Pen Tool and Grunge Brush" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Abstract-Text-Effect-with-Pen-Tool-and-Grunge-Brush.jpg" alt="Design Abstract Text Effect with Pen Tool and Grunge Brush" width="600" height="434" /></a></p><p><a href="http://www.psdvault.com/text-effects/design-fluid-typography-on-watercolour-background-in-photoshop/" target="_blank"><b>Design Fluid Typography on <span id="158daa8a-23fa-4a46-a0a7-ce238e40f3f6" class="GINGER_SOFATWARE_mark"><span id="0e1ae0b9-e9a5-46c0-b609-8b0dd7b83abd" class="GINGER_SOFATWARE_mark"><span id="38506143-e74e-4e69-a2cf-954e234eb2dc" class="GINGER_SOFATWARE_mark">Watercolour</span></span></span> Background</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Fluid-Typography-on-Watercolour-Background.jpg"><img class="aligncenter size-full wp-image-506" title="Design Fluid Typography on Watercolour Background" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-Fluid-Typography-on-Watercolour-Background.jpg" alt="Design Fluid Typography on Watercolour Background" width="600" height="410" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/metallic-text-effect/" target="_blank"><b>How to Create a Metallic Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Metallic-Text-Effect.jpg"><img class="aligncenter size-full wp-image-507" title="How to Create a Metallic Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Metallic-Text-Effect.jpg" alt="How to Create a Metallic Text Effect" width="600" height="372" /></a></p><p><a href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/create-inspirational-3d-gold-text-photoshop-extended/" target="_blank"><b>Create Inspirational 3D Gold Text with Photoshop</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Inspirational-3D-Gold-Text-with-Photoshop.jpg"><img class="aligncenter size-full wp-image-508" title="Create Inspirational 3D Gold Text with Photoshop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Inspirational-3D-Gold-Text-with-Photoshop.jpg" alt="Create Inspirational 3D Gold Text with Photoshop" width="600" height="374" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/magma-hot-text-effect/" target="_blank"><b>Create a Magma Hot Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Magma-Hot-Text-Effect.jpg"><img class="aligncenter size-full wp-image-509" title="Create a Magma Hot Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Magma-Hot-Text-Effect.jpg" alt="Create a Magma Hot Text Effect" width="600" height="378" /></a></p><p><a href="http://www.photoshopstar.com/text-effects/the-text-on-the-wet-sweaty-window/" target="_blank"><b>The Text on the Wet Sweaty Window</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Text-on-the-Wet-Sweaty-Window.jpg"><img class="aligncenter size-full wp-image-510" title="The Text on the Wet Sweaty Window" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-Text-on-the-Wet-Sweaty-Window.jpg" alt="The Text on the Wet Sweaty Window" width="600" height="450" /></a></p><p><a href="http://www.photoshopstar.com/text-effects/vintage-3d-text-effect/" target="_blank"><b>Vintage 3D Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-3D-Text-Effect.jpg"><img class="aligncenter size-full wp-image-511" title="Vintage 3D Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-3D-Text-Effect.jpg" alt="Vintage 3D Text Effect" width="600" height="350" /></a></p><p><a href="http://textuts.com/simple-bokeh-text-effect/" target="_blank"><b>Simple Bokeh Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Bokeh-Text-Effect.jpg"><img class="aligncenter size-full wp-image-512" title="Simple Bokeh Text Effect -Photoshop Text Effect Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-Bokeh-Text-Effect.jpg" alt="Simple Bokeh Text Effect -Photoshop Text Effect Tutorials" width="600" height="360" /></a></p><p><a href="http://textuts.com/vintage-tiles-text-effect/" target="_blank"><b>Vintage Tiles Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-Tiles-Text-Effect.jpg"><img class="aligncenter size-full wp-image-513" title="Vintage Tiles Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-Tiles-Text-Effect.jpg" alt="Vintage Tiles Text Effect" width="600" height="374" /></a></p><p><a href="http://planetphotoshop.com/3d-bold-text-effect.html" target="_blank"><b>3D Bold Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Bold-Text-Effect.jpg"><img class="aligncenter size-full wp-image-514" title="3D Bold Text Effect " src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Bold-Text-Effect.jpg" alt="3D Bold Text Effect " width="600" height="380" /></a></p><p><a href="http://textuts.com/colorful-textured-plastic-text-effect/" target="_blank"><b>Colorful Textured Plastic Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Textured-Plastic-Text-Effect.jpg"><img class="aligncenter size-full wp-image-515" title="Colorful Textured Plastic Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Textured-Plastic-Text-Effect.jpg" alt="Colorful Textured Plastic Text Effect" width="600" height="382" /></a></p><p><a href="http://www.psdvault.com/text-effects/design-a-hot-golden-text-with-disintegration-effect-in-photoshop/" target="_blank"><b>Design a Hot Golden Text with Disintegration Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Hot-Golden-Text-with-Disintegration-Effect.jpg"><img class="aligncenter size-full wp-image-516" title="Design a Hot Golden Text with Disintegration Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Hot-Golden-Text-with-Disintegration-Effect.jpg" alt="Design a Hot Golden Text with Disintegration Effect" width="600" height="343" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/3d/stone-concrete-3d-text/" target="_blank"><b>Create an “Out of the Box” Stone and Concrete 3D Text Effect</b></a></p><p style="text-align: center;"><a href="#"></a></p><p><a href="http://textuts.com/striped-road-inspired-text-effect/" target="_blank"><b>Striped Road-Inspired Text Effect</b></a></p><p style="text-align: center;"><a href="#"></a></p><p><a href="http://planetphotoshop.com/dot-cutout-paper-text-effect.html" target="_blank"><b>Dot-Cutout Paper Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dot-Cutout-Paper-Text-Effect.jpg"><img class="aligncenter size-full wp-image-519" title="Dot-Cutout Paper Text Effect- Photoshop Text Effect Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dot-Cutout-Paper-Text-Effect.jpg" alt="Dot-Cutout Paper Text Effect- Photoshop Text Effect Tutorials" width="600" height="249" /></a></p><p><a href="http://planetphotoshop.com/decorated-wood-text-effect.html" target="_blank"><b>Decorated Wood Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Decorated-Wood-Text-Effect.jpg"><img class="aligncenter size-full wp-image-520" title="Decorated Wood Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Decorated-Wood-Text-Effect.jpg" alt="Decorated Wood Text Effect" width="600" height="276" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/retro-neon-sign/" target="_blank"><b>Create a Retro Sign from Scratch Using Advanced Techniques</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Retro-Sign-from-Scratch-Using-Advanced-Techniques.jpg"><img class="aligncenter size-full wp-image-521" title="Create a Retro Sign from Scratch Using Advanced Techniques" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Retro-Sign-from-Scratch-Using-Advanced-Techniques.jpg" alt="Create a Retro Sign from Scratch Using Advanced Techniques" width="600" height="409" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=grunge-road-paint-photoshop-text-effect" target="_blank"><b><span id="35657d45-8567-4f2a-a8e8-7b0dec2e431b" class="GINGER_SOFATWARE_mark"><span id="dc2b2bc4-e760-4fab-a1e2-e66c43941318" class="GINGER_SOFATWARE_mark"><span id="6bac00e4-6ce2-4e03-a70a-f941d53e0f0f" class="GINGER_SOFATWARE_mark">Grunge</span></span></span> Road <span id="c593861d-2bf8-4854-8b26-766cedac3cea" class="GINGER_SOFATWARE_mark"><span id="e1d15d38-d029-4e1f-99ec-5b51053c55a1" class="GINGER_SOFATWARE_mark"><span id="4b9089d5-6b2f-4ba2-b5bc-74b170f909b2" class="GINGER_SOFATWARE_mark">Paint Photoshop</span></span></span> Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Grunge-Road-Paint-Photoshop-Text-Effect.jpg"><img class="aligncenter size-full wp-image-522" title="Grunge Road Paint Photoshop Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Grunge-Road-Paint-Photoshop-Text-Effect.jpg" alt="Grunge Road Paint Photoshop Text Effect" width="600" height="373" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/3d-text-effect-photoshop-maya/" target="_blank"><b>Create a 3D Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-3D-Text-Effect.jpg"><img class="aligncenter size-full wp-image-523" title="Create a 3D Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-3D-Text-Effect.jpg" alt="Create a 3D Text Effect" width="600" height="422" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=brick-text-typography-surreal-photoshop-tutorial" target="_blank"><b>Brick Text Typography Surreal Tutorial</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brick-Text-Typography-Surreal-Tutorial.jpg"><img class="aligncenter size-full wp-image-524" title="Brick Text Typography Surreal Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Brick-Text-Typography-Surreal-Tutorial.jpg" alt="Brick Text Typography Surreal Tutorial" width="600" height="283" /></a></p><p><a href="http://psd.fanextra.com/tutorials/text-effects/members-area-tutorial-create-an-advanced-stone-text-effect-in-photoshop/" target="_blank"><b>Create an Advanced Stone Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Advanced-Stone-Text-Effect.jpg"><img class="aligncenter size-full wp-image-525" title="Create an Advanced Stone Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Advanced-Stone-Text-Effect.jpg" alt="Create an Advanced Stone Text Effect" width="600" height="361" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=love-roses-text-in-photoshop-for-valentine-day" target="_blank"><b>Love Roses Text in Photoshop</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Love-Roses-Text-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-526" title="Love Roses Text in Photoshop Text Effect Tutorials" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Love-Roses-Text-in-Photoshop.jpg" alt="Love Roses Text in Photoshop Text Effect Tutorials" width="600" height="328" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=happy-new-year-text-effect-photoshop-tutorial" target="_blank"><b>Happy New Year Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Happy-New-Year-Text-Effect.jpg"><img class="aligncenter size-full wp-image-527" title="Happy New Year Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Happy-New-Year-Text-Effect.jpg" alt="Happy New Year Text Effect" width="600" height="376" /></a></p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/sparkling-diamond-and-gold-text-effect/" target="_blank"><b>Create a Sparkling Diamond and Gold Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Sparkling-Diamond-and-Gold-Text-Effect.jpg"><img class="aligncenter size-full wp-image-528" title="Create a Sparkling Diamond and Gold Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Sparkling-Diamond-and-Gold-Text-Effect.jpg" alt="Create a Sparkling Diamond and Gold Text Effect" width="600" height="350" /></a></p><p><a href="http://www.psdvault.com/text-effects/create-a-unique-rock-text-with-space-background-in-photoshop/" target="_blank"><b>Create a Unique Rock Text with Space Background</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Unique-Rock-Text-with-Space-Background.jpg"><img class="aligncenter size-full wp-image-529" title="Create a Unique Rock Text with Space Background" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Unique-Rock-Text-with-Space-Background.jpg" alt="Create a Unique Rock Text with Space Background" width="600" height="328" /></a></p><p><a href="http://www.psdvault.com/text-effects/design-an-awesome-electrified-metal-scrap-text-effect-in-photoshop/" target="_blank"><b>Design an Awesome Electrified Metal Scrap Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-Awesome-Electrified-Metal-Scrap-Text-Effect.jpg"><img class="aligncenter size-full wp-image-530" title="Design an Awesome Electrified Metal Scrap Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-Awesome-Electrified-Metal-Scrap-Text-Effect.jpg" alt="Design an Awesome Electrified Metal Scrap Text Effect" width="600" height="409" /></a></p><p><a href="http://textuts.com/gingerbread-cookies-text-effect/" target="_blank"><b>Gingerbread Cookies Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gingerbread-Cookies-Text-Effect.jpg"><img class="aligncenter size-full wp-image-531" title="Gingerbread Cookies Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gingerbread-Cookies-Text-Effect.jpg" alt="Gingerbread Cookies Text Effect" width="600" height="374" /></a></p><p><a href="http://textuts.com/simple-new-year-typographic-wallpaper/" target="_blank"><b>Simple New Year Typographic Wallpaper</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-New-Year-Typographic-Wallpaper.jpg"><img class="aligncenter size-full wp-image-532" title="Simple New Year Typographic Wallpaper" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simple-New-Year-Typographic-Wallpaper.jpg" alt="Simple New Year Typographic Wallpaper" width="600" height="374" /></a></p><p><a href="http://planetphotoshop.com/colorful-futuristic-text-effect.html" target="_blank"><b>Colorful Futuristic Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Futuristic-Text-Effect.jpg"><img class="aligncenter size-full wp-image-533" title="Colorful Futuristic Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Futuristic-Text-Effect.jpg" alt="Colorful Futuristic Text Effect" width="600" height="267" /></a></p><p><a href="http://www.psd-dude.com/tutorials/photoshop.aspx?t=create-a-cross-stitch-effect-in-photoshop" target="_blank"><b>Create a Cross Stitch Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cross-Stitch-Effect.jpg"><img class="aligncenter size-full wp-image-534" title="Create a Cross Stitch Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cross-Stitch-Effect.jpg" alt="Create a Cross Stitch Effect" width="600" height="429" /></a></p><p><a href="http://textuts.com/ghostly-text-effect/" target="_blank"><b><span id="6e964c38-2281-4159-851b-9168aae29e4e" class="GINGER_SOFATWARE_mark"><span id="7864ebd3-b312-400e-b3e7-1444389f29a7" class="GINGER_SOFATWARE_mark"><span id="90005e3b-9b71-4953-bd30-fe9d1281ba53" class="GINGER_SOFATWARE_mark">Ghostly</span></span></span> Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ghostly-Text-Effect.jpg"><img class="aligncenter size-full wp-image-535" title="Ghostly Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ghostly-Text-Effect.jpg" alt="Ghostly Text Effect" width="600" height="381" /></a></p><p><a href="http://www.psdvault.com/text-effects/create-electrified-metal-text-effect-in-photoshop/" target="_blank"><b>Create Electrified Metal Text Effect</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Electrified-Metal-Text-Effect.jpg"><img class="aligncenter size-full wp-image-536" title="Create Electrified Metal Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Electrified-Metal-Text-Effect.jpg" alt="Create Electrified Metal Text Effect" width="600" height="419" /></a></p><div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">You may also like</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-354" data-post-type="none" ><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="wp_rp_title">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li data-position="1" data-poid="in-3864" data-post-type="none" ><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" class="wp_rp_title">35+ Best Photoshop Print Design Tutorials</a></li><li data-position="2" data-poid="in-1143" data-post-type="none" ><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="wp_rp_title">50 Useful Photoshop Logo Design Tutorials</a></li><li data-position="3" data-poid="in-4370" data-post-type="none" ><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" class="wp_rp_thumbnail"></a><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" class="wp_rp_title">20 Fresh Photoshop Text Effects for Web Designers</a></li></ul></div></div></div><!--.post-content box mark-links--><div class="shareit"> <!-- Twitter --> <span class="share-item twitterbtn"> <a href="https://twitter.com/share" class="twitter-share-button" data-via="TheDesignPixel">Tweet</a> </span> <!-- GPlus --> <span class="share-item gplusbtn"> <g:plusone size="medium"></g:plusone> </span> <!-- Facebook --> <span class="share-item facebookbtn"><div id="fb-root"></div><div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div> </span> <!-- Stumble --> <span class="share-item stumblebtn"> <su:badge layout="1"></su:badge> </span> <!-- Pinterest --> <span class="share-item pinbtn"> <a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/fresh-photoshop-text-effect-tutorials.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text.jpg&amp;description=35+%20Fresh%20Photoshop%20Text%20Effect%20Tutorials" class="pin-it-button" count-layout="horizontal">Pin It</a> </span></div> <!--Shareit--><div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></div><div class="intercept"><div class="Intercept-1"><div class="IPLeft"></div><div class="IPRight"></div><div class="clear"></div></div></div></div><!--.g post--><div style="clear:both"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div style="clear:both"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wpdiscuz-subscribe-bar"><form action="/" method="post" id="wpdiscuz-subscribe-form"><div class="wpdiscuz-subscribe-form-intro">Notify of</div><div class="wpdiscuz-subscribe-form-option" style="width:40%;"> <select class="wpdiscuz_select" name="wpdiscuzSubscriptionType" ><option value="post">new follow-up comments</option><option value="all_comment" >new replies to my comments</option> </select></div><div class="wpdiscuz-item wpdiscuz-subscribe-form-email"> <input id="" class="email" type="email" name="wpdiscuzSubscriptionEmail" required="required" value="" placeholder="Email"/></div><div class="wpdiscuz-subscribe-form-button"> <input id="wpdiscuz_subscription_button" type="submit" value="&rsaquo;" name="wpdiscuz_subscription_button" /></div> <input type="hidden" id="wpdiscuz_subscribe_form_nonce" name="wpdiscuz_subscribe_form_nonce" value="81ffbbe929" /><input type="hidden" name="_wp_http_referer" value="/fresh-photoshop-text-effect-tutorials.html" /> <input type="hidden" value="498" name="wpdiscuzSubscriptionPostId" /></form><div style="clear:both;"></div></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action=""><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea  placeholder="Start the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea></div><div style="clear:both"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" placeholder="Name" value=""  required="required" name="wc_name" class="wc_name wc_field_input" ></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email"></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha"> <span class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow">  </a> <a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"> <img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png"> </a> <input type="hidden" id="TpqIO32b94e53dfc60d51e05d4f64ffa313ce4ae5105478199031391ea3a99e605b4a" class="wpdiscuz-cnonce" name="cnonce" value="TpqIO32b94e53dfc60d51e05d4f64ffa313ce4ae5105478199031391ea3a99e605b4a" /> </span> <span class="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div style="clear:both"></div></div></div> <input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="6d0154b008" /><input type="hidden" name="_wp_http_referer" value="/fresh-photoshop-text-effect-tutorials.html" /> <input type="hidden"  value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action=""><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt='''' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></div><div class="wpdiscuz-item wc-field-textarea" ><textarea  placeholder="Join the discussion" required="required" name="wc_comment" class="wc_comment wc_field_input"></textarea></div><div style="clear:both"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" placeholder="Name" value=""  required="required" name="wc_name" class="wc_name wc_field_input" ></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email"></div><div style="clear:both"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha"> <span class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow">  </a> <a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"> <img class="" alt="Error" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png"> </a> <input type="hidden" id="eFHH44e06026a42060aadd1a03b6beedb0ceabf47453a3d33e1e7224f0f3d699368e0" class="wpdiscuz-cnonce" name="cnonce" value="eFHH44e06026a42060aadd1a03b6beedb0ceabf47453a3d33e1e7224f0f3d699368e0" /> </span> <span class="captcha_msg">Please insert the code above to comment</span></div><div class="wc-field-submit"><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div style="clear:both"></div></div></div> <input type="hidden" id="wpdiscuz_comment_form_nonce" name="wpdiscuz_comment_form_nonce" value="6d0154b008" /><input type="hidden" name="_wp_http_referer" value="/fresh-photoshop-text-effect-tutorials.html" /> <input type="hidden"  value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div style="clear:both"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" /></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li > <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li > <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" alt="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/'' title=''45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques'' class=''popular-title''>45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li > <a href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/'' rel=''nofollow''></a> <a href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/'' title=''35+ Free Responsive WordPress Themes for 2015'' class=''popular-title''>35+ Free Responsive WordPress Themes for 2015</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_search" class="widget widget-sidebar"><h3>Search</h3><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'fresh photoshop text effect tutorials', '', 'publish', 'closed', 'closed', '', 'fresh-photoshop-text-effect-tutorials', '', '', '2017-04-11 13:17:29', '2017-04-11 13:17:29', '', 0, 'http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(149, 1, '2017-04-11 13:17:33', '2017-04-11 13:17:33', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content cblayout">\n<div id="content" class="content-area single-content-area">\n<div class="content content-single ">\n<div class="breadcrumbs">\n<a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques </div>\n<div class="single-content">\n<article class="post-1416 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development">\n<div id="post-1416" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding">Coding</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <header>\n<h1 class="title single-title">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</h1>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header> \n<div class="post-inner">\n<div class="post-content single-post-content">\n<div class="single-post-ad">\n \n<div class="beforepost"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-9519362928933155" data-ad-slot="8554605828"></ins></center></div>\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script> </div>\n<p>CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being used everywhere. The main benefits of CSS is the fact, that it saves so much time of the designers. It is basically used to separate the document content and the document presentation, and reuse that presentation file various times on different documents, with easy portability! This was all about CSS, and now, you know, what it is very important.</p>\n<p>The latest addition to the CSS version base has been launched recently, that is, the CSS3, and this has actually provided an end to the search that designers had to carry on while designing a particular module, in their CSS File. The CSS3 has been subdivided into modules, and some of the most important of these modules being selectors, Text models, 2d to 3d transformations, etc. Which decreases the job of a designer to a great extent! As of today, as a designer, it is very vital, for you to be acquainted with this new platform, and learning it is not at all easy, if you follow the proper steps, and practice it accordingly.</p>\n<p>The web is a place, where we can learn anything. The CSS3 is a platform, that has so many of Online tutorials and Ebooks written, which you may want to refer to, and crack into this amazing technology. Here is a collection of the 45+ fresh &amp; useful CSS3 tutorials &amp; techniques, which will help you to learn this, to the point, quickly, and in the best possible manner! Refer to these, and you won&rsquo;t be needing anything else.\n</p>\n<h3><span style="text-decoration: underline;"><strong><em>45+ Fresh &amp; Useful CSS3 Tutorials &amp; Techniques</em></strong></span>:</h3>\n<p><a href="http://tympanus.net/codrops/2012/07/02/swatch-book-with-css3-and-jquery/"><strong>Swatch Book with CSS3 and jQuery</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery.jpg"><img class="aligncenter size-full wp-image-1417" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery.jpg" alt="Swatch Book with CSS3 and jQuery" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery-300x206.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1417" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery.jpg" alt="Swatch Book with CSS3 and jQuery" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery-300x206.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swatch-Book-with-CSS3-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/SwatchBook/"><strong>Demo</strong></a></p>\n<p><strong>2.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/06/18/3d-thumbnail-hover-effects/"><strong>3D Thumbnail Hover Effects</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects.jpg"><img class="aligncenter size-full wp-image-1418" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects.jpg" alt="3D Thumbnail Hover Effects" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1418" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects.jpg" alt="3D Thumbnail Hover Effects" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Thumbnail-Hover-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/3DHoverEffects/"><strong>Demo</strong></a></p>\n<p><strong>3.&nbsp;</strong><a href="http://www.webdesignerdepot.com/2012/08/create-a-stunning-menu-in-css3/"><strong>Create a Stunning Menu in CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3.jpg"><img class="aligncenter size-full wp-image-1419" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3.jpg" alt="Create a Stunning Menu in CSS3" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3-300x171.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1419" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3.jpg" alt="Create a Stunning Menu in CSS3" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3-300x171.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Stunning-Menu-in-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://netdna.webdesignerdepot.com/uploads7/create-a-stunning-menu-in-css3/demo/"><strong>Demo</strong></a></p>\n<p><strong>4.&nbsp;</strong><a href="http://www.netmagazine.com/tutorials/more-efficient-css3-transitions"><strong>More Efficient CSS3 Transitions</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions.jpg"><img class="aligncenter size-full wp-image-1420" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions.jpg" alt="More Efficient CSS3 Transitions" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1420" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions.jpg" alt="More Efficient CSS3 Transitions" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/More-Efficient-CSS3-Transitions.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://mos.netmagazine.com/site/files/tutorials/assets/2012/06/netmag-more-efficient-css3-transitions.zip"><strong>Demo</strong></a></p>\n<p><strong>5.&nbsp;</strong><a href="http://www.netmagazine.com/tutorials/create-fluid-layouts-html5-and-css3"><strong>Create Fluid Layouts with CSS3 and HTML5</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5.jpg"><img class="aligncenter size-full wp-image-1421" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5.jpg" alt="Create Fluid Layouts with CSS3 and HTML5" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1421" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5.jpg" alt="Create Fluid Layouts with CSS3 and HTML5" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5-300x197.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-Fluid-Layouts-with-CSS3-and-HTML5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.netmagazine.com/files/tutorials/demos/2012/09/create-fluid-layouts-with-html5-and-css3/demo/demo.html"><strong>Demo</strong></a></p>\n<p><strong>6.&nbsp;</strong><a href="http://www.sitepoint.com/mastering-css3-multiple-backgrounds/"><strong>Mastering CSS3 Multiple Backgrounds</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds.jpg"><img class="aligncenter size-full wp-image-1422" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds.jpg" alt="Mastering CSS3 Multiple Backgrounds" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1422" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds.jpg" alt="Mastering CSS3 Multiple Backgrounds" width="600" height="381" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Mastering-CSS3-Multiple-Backgrounds.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong>7.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/"><strong>Custom Drop-Down List Styling</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling.jpg"><img class="aligncenter size-full wp-image-1423" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling.jpg" alt="Custom Drop-Down List Styling" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling-300x166.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1423" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling.jpg" alt="Custom Drop-Down List Styling" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling-300x166.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Custom-Drop-Down-List-Styling.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CustomDropDownListStyling/"><strong>Demo</strong></a></p>\n<p><strong>8.&nbsp;</strong><a href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quickly-build-a-swish-teaser-page-with-css3/"><strong>Quickly Build a Swish Teaser Page With CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3.jpg"><img class="aligncenter size-full wp-image-1424" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3.jpg" alt="Quickly Build a Swish Teaser Page With CSS3" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3-300x181.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1424" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3.jpg" alt="Quickly Build a Swish Teaser Page With CSS3" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3-300x181.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Quickly-Build-a-Swish-Teaser-Page-With-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://webdesigntutsplus.s3.amazonaws.com/tuts/317_coming_soon/demo/index.html"><strong>Demo</strong></a></p>\n<p><strong>9.&nbsp;</strong><a href="http://tutorialzine.com/2012/05/growing-thumbnails-portfolio-jquery-css3/"><strong>Growing Thumbnails Portfolio</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio.jpg"><img class="aligncenter size-full wp-image-1425" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio.jpg" alt="Growing Thumbnails Portfolio" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1425" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio.jpg" alt="Growing Thumbnails Portfolio" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio-300x169.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Growing-Thumbnails-Portfolio.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2012/05/growing-thumbnails-portfolio-jquery-css3/"><strong>Demo</strong></a></p>\n<p><strong>10.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/09/13/button-switches-with-checkboxes-and-css3-fanciness/"><strong>Button Switches with Checkboxes and CSS3 Fanciness</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness.jpg"><img class="aligncenter size-full wp-image-1426" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness.jpg" alt="Button Switches with Checkboxes and CSS3 Fanciness" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1426" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness.jpg" alt="Button Switches with Checkboxes and CSS3 Fanciness" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Button-Switches-with-Checkboxes-and-CSS3-Fanciness.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3ButtonSwitches/"><strong>Demo</strong></a></p>\n<p><strong>11.&nbsp;</strong><a href="http://www.inserthtml.com/2012/06/css-filters/"><strong>CSS3 Filters: Altering HTML and Images with just CSS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS.jpg"><img class="aligncenter size-full wp-image-1427" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS.jpg" alt="CSS3 Filters Altering HTML and Images with just CSS" width="600" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-300x207.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1427" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS.jpg" alt="CSS3 Filters Altering HTML and Images with just CSS" width="600" height="413" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-300x207.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><strong>12.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/07/20/3d-flipping-circle-with-css3-and-jquery/"><strong>3D Flipping Circle with CSS3 and jQuery</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery.jpg"><img class="aligncenter size-full wp-image-1428" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery.jpg" alt="3D Flipping Circle with CSS3 and jQuery" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1428" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery.jpg" alt="3D Flipping Circle with CSS3 and jQuery" width="600" height="453" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery-300x227.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/3D-Flipping-Circle-with-CSS3-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/3DFlippingCircle/"><strong>Demo</strong></a></p>\n<p><strong>13.&nbsp;</strong><a href="http://tutorialzine.com/2012/02/css3-product-showcase/"><strong>Making an Impressive Product Showcase with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1429" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3.jpg" alt="Making an Impressive Product Showcase with CSS3" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1429" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3.jpg" alt="Making an Impressive Product Showcase with CSS3" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-an-Impressive-Product-Showcase-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2012/02/css3-product-showcase/"><strong>Demo</strong></a></p>\n<p><strong>14.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/06/12/css-only-responsive-layout-with-smooth-transitions/"><strong>CSS-Only Responsive Layout with Smooth Transitions</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions.jpg"><img class="aligncenter size-full wp-image-1430" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions.jpg" alt="CSS-Only Responsive Layout with Smooth Transitions" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1430" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions.jpg" alt="CSS-Only Responsive Layout with Smooth Transitions" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS-Only-Responsive-Layout-with-Smooth-Transitions.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/SmoothTransitionsResponsiveLayout/"><strong>Demo</strong></a></p>\n<p><strong>15.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/05/22/creating-an-animated-3d-bouncing-ball-with-css3/"><strong>Creating an Animated 3D Bouncing Ball with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1431" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3.jpg" alt="Creating an Animated 3D Bouncing Ball with CSS3" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1431" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3.jpg" alt="Creating an Animated 3D Bouncing Ball with CSS3" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3-300x187.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-an-Animated-3D-Bouncing-Ball-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3BouncingBall/"><strong>Demo</strong></a></p>\n<p><strong>16.&nbsp;</strong><a href="http://tutorialzine.com/2012/03/instagram-magazine-php-jquery/"><strong>Making a Page Flip Magazine with turn<span id="8b7101d2-5771-49f9-b825-6903622ba7bb" class="GINGER_SOFATWARE_mark">.</span><span id="a31fe262-75ab-4e3e-924e-2cb970680735" class="GINGER_SOFATWARE_mark">js</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn.jpg"><img class="aligncenter size-full wp-image-1432" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn.jpg" alt="Making a Page Flip Magazine with turn" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1432" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn.jpg" alt="Making a Page Flip Magazine with turn" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Making-a-Page-Flip-Magazine-with-turn.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2012/03/instagram-magazine-php-jquery/"><strong>Demo</strong></a></p>\n<p><strong>17.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/05/21/animated-3d-bar-chart-with-css3/"><strong>Animated 3D Bar Chart with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1433" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3.jpg" alt="Animated 3D Bar Chart with CSS3" width="600" height="395" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1433" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3.jpg" alt="Animated 3D Bar Chart with CSS3" width="600" height="395" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3-300x198.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-3D-Bar-Chart-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/Animated3DBarChart/"><strong>Demo</strong></a></p>\n<p><strong>18.&nbsp;</strong><a href="http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/"><strong>A Pure CSS3 Cycling Slideshow</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow.jpg"><img class="aligncenter size-full wp-image-1434" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow.jpg" alt="A Pure CSS3 Cycling Slideshow" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1434" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow.jpg" alt="A Pure CSS3 Cycling Slideshow" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/A-Pure-CSS3-Cycling-Slideshow.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.alessioatzeni.com/CSS3-Cycle-Image-Slider/"><strong>Demo</strong></a></p>\n<p><strong>19.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/05/14/annotation-overlay-effect-with-css3/"><strong>Annotation Overlay Effect with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1435" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3.jpg" alt="Annotation Overlay Effect with CSS3" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3-300x209.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1435" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3.jpg" alt="Annotation Overlay Effect with CSS3" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3-300x209.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Annotation-Overlay-Effect-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3AnnotationOverlayEffect/"><strong>Demo</strong></a></p>\n<p><strong>20.&nbsp;</strong><a href="http://designmodo.com/create-interactive-graph-css3-jquery/"><strong>How to Create an Interactive Graph using CSS3 &amp; <span id="2f2dfea0-d8c1-4172-8cee-8a286cd1bba9" class="GINGER_SOFATWARE_mark">jQuery</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery.jpg"><img class="aligncenter size-full wp-image-1436" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery.jpg" alt="How to Create an Interactive Graph using CSS3 &amp; jQuery" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery-300x181.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1436" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery.jpg" alt="How to Create an Interactive Graph using CSS3 &amp; jQuery" width="600" height="361" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery-300x181.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-an-Interactive-Graph-using-CSS3-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://designmodo.com/demo/interactivegraph"><strong>Demo</strong></a></p>\n<p><strong>21.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/04/30/fluid-css3-slideshow-with-parallax-effect/"><strong>Fluid CSS3 Slideshow with Parallax Effect</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect.jpg"><img class="aligncenter size-full wp-image-1437" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect.jpg" alt="Fluid CSS3 Slideshow with Paralax Effect" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1437" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect.jpg" alt="Fluid CSS3 Slideshow with Paralax Effect" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fluid-CSS3-Slideshow-with-Paralax-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3FluidParallaxSlideshow/"><strong>Demo</strong></a></p>\n<p><strong>22.&nbsp;</strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/create-a-sticky-note-effect-in-5-easy-steps-with-css3-and-html5/"><strong>Create a Sticky Note Effect with CSS3 and HTML5</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5.jpg"><img class="aligncenter size-full wp-image-1438" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5.jpg" alt="Create a Sticky Note Effect with CSS3 and HTML5" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5-300x203.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1438" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5.jpg" alt="Create a Sticky Note Effect with CSS3 and HTML5" width="600" height="405" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5-300x203.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Sticky-Note-Effect-with-CSS3-and-HTML5.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://nettuts.s3.amazonaws.com/771_sticky/step5.html"><strong>Demo</strong></a></p>\n<p><strong>23.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/04/12/animated-content-tabs-with-css3/"><strong>Animated Content Tabs with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1439" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3.jpg" alt="Animated Content Tabs with CSS3" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1439" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3.jpg" alt="Animated Content Tabs with CSS3" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Animated-Content-Tabs-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3ContentTabs/"><strong>Demo</strong></a></p>\n<p><strong>24.&nbsp;</strong><a href="http://www.netmagazine.com/tutorials/swishy-css3-navigation"><strong><span id="587ef099-d1e1-4750-b669-de56373421ad" class="GINGER_SOFATWARE_mark">Swishy</span> CSS3 Navigation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Swishy-CSS3-Navigation.jpg"><img class="aligncenter size-full wp-image-1440" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Swishy-CSS3-Navigation.jpg" alt="Swishy CSS3 Navigation" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swishy-CSS3-Navigation-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swishy-CSS3-Navigation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1440" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Swishy-CSS3-Navigation.jpg" alt="Swishy CSS3 Navigation" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swishy-CSS3-Navigation-300x164.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Swishy-CSS3-Navigation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://mos.netmagazine.com/site/files/tutorials/assets/2012/09/netmag-swishy-css3-navigation.zip"><strong>Demo</strong></a></p>\n<p><strong>25.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/04/17/rotating-words-with-css-animations/"><strong>Rotating Words with CSS Animations</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations.jpg"><img class="aligncenter size-full wp-image-1441" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations.jpg" alt="Rotating Words with CSS Animations" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1441" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations.jpg" alt="Rotating Words with CSS Animations" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations-300x191.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Rotating-Words-with-CSS-Animations.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3RotatingWords/"><strong>Demo</strong></a></p>\n<p><strong>26.&nbsp;</strong><a href="http://designmodo.com/css3-accordion-menu/"><strong>How to Create Accordion Menu in Pure CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3.jpg"><img class="aligncenter size-full wp-image-1442" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3.jpg" alt="How to Create Accordion Menu in Pure CSS3" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1442" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3.jpg" alt="How to Create Accordion Menu in Pure CSS3" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-Accordion-Menu-in-Pure-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://designmodo.com/demo/css3accordionmenu"><strong>Demo</strong></a></p>\n<p><strong>27.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/03/27/login-and-registration-form-with-html5-and-css3/"><strong>Login and Registration Form with Html5 and CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3.jpg"><img class="aligncenter size-full wp-image-1443" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3.jpg" alt="Login and Registration Form with Html5 and CSS3" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1443" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3.jpg" alt="Login and Registration Form with Html5 and CSS3" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Login-and-Registration-Form-with-Html5-and-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/LoginRegistrationForm/"><strong>Demo</strong></a></p>\n<p><strong>28.&nbsp;</strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/an-introduction-to-css-flexbox/"><strong>An Introduction to the CSS Flexbox Module</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module.jpg"><img class="aligncenter size-full wp-image-1444" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module.jpg" alt="An Introduction to the CSS Flexbox Module" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module-300x172.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1444" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module.jpg" alt="An Introduction to the CSS Flexbox Module" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module-300x172.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/An-Introduction-to-the-CSS-Flexbox-Module.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://umaar.github.com/css-flexbox-demo/"><strong>Demo</strong></a></p>\n<p><strong>29.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/03/23/responsive-content-navigator-with-css3/"><strong>Responsive Content Navigator with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1445" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3.jpg" alt="Responsive Content Navigator with CSS3" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1445" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3.jpg" alt="Responsive Content Navigator with CSS3" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3-300x196.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Responsive-Content-Navigator-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3ContentNavigator/CSS3ContentNavigator.zip"><strong>Demo</strong></a></p>\n<p><strong>30.&nbsp;</strong><a href="http://www.marcofolio.net/css/recreating_the_ibm_lotusphere_logo_in_css3.html"><strong>Recreating the IBM Lotusphere Logo in CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3.jpg"><img class="aligncenter size-full wp-image-1446" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3.jpg" alt="Recreating the IBM Lotusphere Logo in CSS3" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3-300x137.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1446" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3.jpg" alt="Recreating the IBM Lotusphere Logo in CSS3" width="600" height="274" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3-300x137.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Recreating-the-IBM-Lotusphere-Logo-in-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.marcofolio.net/ibm_lotusphere/"><strong>Demo</strong></a></p>\n<p><strong>31.&nbsp;</strong><a href="http://tutorialzine.com/2012/02/apple-like-login-form/"><strong>Apple-like Login Form with CSS 3D Transforms</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms.jpg"><img class="aligncenter size-full wp-image-1447" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms.jpg" alt="Apple-like Login Form with CSS 3D Transforms" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1447" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms.jpg" alt="Apple-like Login Form with CSS 3D Transforms" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Apple-like-Login-Form-with-CSS-3D-Transforms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2012/02/apple-like-login-form/"><strong>Demo</strong></a></p>\n<p><strong>32.&nbsp;</strong><a href="http://www.alessioatzeni.com/blog/css3-dropdown-menu/"><strong>CSS3 <span id="e7eb0d59-6b89-4a8b-9f19-1e12d59945e2" class="GINGER_SOFATWARE_mark">Dropdown</span> Menu</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-1448" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Dropdown-Menu.jpg" alt="CSS3 Dropdown Menu" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Dropdown-Menu-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Dropdown-Menu.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1448" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Dropdown-Menu.jpg" alt="CSS3 Dropdown Menu" width="600" height="307" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Dropdown-Menu-300x154.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Dropdown-Menu.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-DropdownMenu/index.html"><strong>Demo</strong></a></p>\n<p><strong>33.&nbsp;</strong><a href="http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/"><strong>Original Hover Effects with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1449" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3.jpg" alt="Original Hover Effects with CSS3" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1449" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3.jpg" alt="Original Hover Effects with CSS3" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Original-Hover-Effects-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/OriginalHoverEffects/"><strong>Demo</strong></a></p>\n<p><strong>34.&nbsp;</strong><a href="http://www.alessioatzeni.com/blog/css3-menu-navigation-effect/"><strong>CSS3 Menu Navigation Effect</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect.jpg"><img class="aligncenter size-full wp-image-1450" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect.jpg" alt="CSS3 Menu Navigation Effect" width="600" height="385" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect-300x193.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1450" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect.jpg" alt="CSS3 Menu Navigation Effect" width="600" height="385" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect-300x193.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Menu-Navigation-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-Menu-Navigation-Effect/index.html"><strong>Demo</strong></a></p>\n<p><strong>35.&nbsp;</strong><a href="http://www.alessioatzeni.com/blog/css3-with-jquery-reverse-animation/"><strong>CSS3 with <span id="809cadc3-0355-4d28-bc51-834b50eba9ba" class="GINGER_SOFATWARE_mark">jQuery</span> / Reverse Animation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation.jpg"><img class="aligncenter size-full wp-image-1451" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation.jpg" alt="CSS3 with jQuery  Reverse Animation" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1451" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation.jpg" alt="CSS3 with jQuery  Reverse Animation" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation-300x219.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-with-jQuery-Reverse-Animation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-Reverse-Animation/index.html"><strong>Demo</strong></a></p>\n<p><strong>36.&nbsp;</strong><a href="http://css-tricks.com/css3-progress-bars/"><strong>CSS3 Progress Bars</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Progress-Bars.jpg"><img class="aligncenter size-full wp-image-1452" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Progress-Bars.jpg" alt="CSS3 Progress Bars" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Progress-Bars-300x173.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Progress-Bars.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1452" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Progress-Bars.jpg" alt="CSS3 Progress Bars" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Progress-Bars-300x173.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Progress-Bars.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://css-tricks.com/examples/ProgressBars/"><strong>Demo</strong></a></p>\n<p><strong>37.&nbsp;</strong><a href="http://tutorialzine.com/2011/07/about-page-vcard-php-css/"><strong>Creating a PHP and CSS3 Powered About Page</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page.jpg"><img class="aligncenter size-full wp-image-1453" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page.jpg" alt="Creating a PHP and CSS3 Powered About Page" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page-300x173.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1453" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page.jpg" alt="Creating a PHP and CSS3 Powered About Page" width="600" height="345" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page-300x173.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Creating-a-PHP-and-CSS3-Powered-About-Page.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2011/07/about-page-vcard-php-css/"><strong>Demo</strong></a></p>\n<p><strong>38.&nbsp;</strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/create-a-document-icon-with-css3/"><strong>How to Create a Beautiful Icon with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1454" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3.jpg" alt="How to Create a Beautiful Icon with CSS3" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3-300x147.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1454" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3.jpg" alt="How to Create a Beautiful Icon with CSS3" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3-300x147.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/How-to-Create-a-Beautiful-Icon-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://nettuts.s3.amazonaws.com/1050_icon/demo.html"><strong>Demo</strong></a></p>\n<p><strong>39.&nbsp;</strong><a href="http://www.pvmgarage.com/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/"><strong>Create 3D Ribbons Only Using CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3.jpg"><img class="aligncenter size-full wp-image-1455" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3.jpg" alt="Create 3D Ribbons Only Using CSS3" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1455" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3.jpg" alt="Create 3D Ribbons Only Using CSS3" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3-300x194.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-3D-Ribbons-Only-Using-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.pvmgarage.com/downloads/ribbon"><strong>Demo</strong></a></p>\n<p><strong>40.&nbsp;</strong><a href="http://designmodo.com/create-upload-form/"><strong>Create an Upload Form <span id="3927fefc-c458-4206-89cd-bd15b2e4da00" class="GINGER_SOFATWARE_mark">using</span> CSS3, HTML5 and <span id="797995a6-8834-4f08-bd22-67cb477568b2" class="GINGER_SOFATWARE_mark">jQuery</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery.jpg"><img class="aligncenter size-full wp-image-1456" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery.jpg" alt="Create an Upload Form using CSS3, HTML5 and jQuery" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery-300x184.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1456" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery.jpg" alt="Create an Upload Form using CSS3, HTML5 and jQuery" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery-300x184.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Upload-Form-using-CSS3-HTML5-and-jQuery.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://designmodo.com/demo/uploadform/"><strong>Demo</strong></a></p>\n<p><strong>41.&nbsp;</strong><a href="http://designmodo.com/video-player/"><strong>Create <span id="4ff8b23c-68f6-4d53-9f3e-666a1612a668" class="GINGER_SOFATWARE_mark">an</span> Video Player with <span id="f162aa63-8135-4e4b-9d8a-5782181b46b3" class="GINGER_SOFATWARE_mark">jQuery</span>, HTML5 &amp; CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3.jpg"><img class="aligncenter size-full wp-image-1457" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3.jpg" alt="Create an Video Player with jQuery, HTML5 &amp; CSS3" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3-300x128.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1457" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3.jpg" alt="Create an Video Player with jQuery, HTML5 &amp; CSS3" width="600" height="256" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3-300x128.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-an-Video-Player-with-jQuery-HTML5-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://designmodo.com/video-player/#ixzz28DAGu5RR"><strong>Demo</strong></a></p>\n<p><strong>42.&nbsp;</strong><a href="http://www.netmagazine.com/tutorials/master-new-css-layout-properties"><strong>Master the new CSS layout properties</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties.jpg"><img class="aligncenter size-full wp-image-1458" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties.jpg" alt="Master the new CSS layout properties" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties-300x172.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1458" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties.jpg" alt="Master the new CSS layout properties" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties-300x172.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Master-the-new-CSS-layout-properties.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://www.netmagazine.com/tutorials/master-new-css-layout-properties"><strong>Demo</strong></a></p>\n<p><strong>43.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/06/06/image-accordion-with-css3/"><strong>Image Accordion with CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Image-Accordion-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1459" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Image-Accordion-with-CSS3.jpg" alt="Image Accordion with CSS3" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Image-Accordion-with-CSS3-300x216.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Image-Accordion-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1459" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Image-Accordion-with-CSS3.jpg" alt="Image Accordion with CSS3" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Image-Accordion-with-CSS3-300x216.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Image-Accordion-with-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/CSS3ImageAccordion/"><strong>Demo</strong></a></p>\n<p><strong>44.&nbsp;</strong><a href="http://webdesignerwall.com/tutorials/creating-a-modern-lightbox-with-css3-and-javascript"><strong>Modern Lightbox with CSS3 and JavaScript</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript.jpg"><img class="aligncenter size-full wp-image-1460" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript.jpg" alt="Modern Lightbox with CSS3 and JavaScript" width="600" height="511" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript-300x256.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1460" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript.jpg" alt="Modern Lightbox with CSS3 and JavaScript" width="600" height="511" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript-300x256.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Modern-Lightbox-with-CSS3-and-JavaScript.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="https://developer.mozilla.org/en-US/demos/detail/lightbox-ultra"><strong>Demo</strong></a></p>\n<p><strong>45.&nbsp;</strong><a href="http://tutorialzine.com/2012/06/beautiful-password-strength-indicator/"><strong>Create a Beautiful Password Strength Meter</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter.jpg"><img class="aligncenter size-full wp-image-1461" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter.jpg" alt="Create a Beautiful Password Strength Meter" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter-300x236.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1461" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter.jpg" alt="Create a Beautiful Password Strength Meter" width="600" height="472" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter-300x236.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Create-a-Beautiful-Password-Strength-Meter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.tutorialzine.com/2012/06/beautiful-password-strength-indicator/"><strong>Demo</strong></a></p>\n<p><strong>46.&nbsp;</strong><a href="http://tympanus.net/codrops/2012/06/05/fullscreen-slit-slider-with-jquery-and-css3/"><strong><span id="979be6ac-4023-43a5-8049-6a2a68b345c9" class="GINGER_SOFATWARE_mark">Fullscreen</span> Slit Slider with jQuery and CSS3</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3.jpg"><img class="aligncenter size-full wp-image-1462" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3.jpg" alt="Fullscreen Slit Slider with jQuery and CSS3" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1462" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3.jpg" alt="Fullscreen Slit Slider with jQuery and CSS3" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3-300x163.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Fullscreen-Slit-Slider-with-jQuery-and-CSS3.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://tympanus.net/Tutorials/FullscreenSlitSlider/"><strong>Demo</strong></a></p>\n<p><strong>47.&nbsp;</strong><a href="http://www.marcofolio.net/css/css3_quickie_the_facebook_loading_animation.html"><strong>The Facebook Loading Animation</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Facebook-Loading-Animation.jpg"><img class="aligncenter size-full wp-image-1463" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/05/The-Facebook-Loading-Animation.jpg" alt="The Facebook Loading Animation" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Facebook-Loading-Animation-300x182.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Facebook-Loading-Animation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/><noscript><img class="aligncenter size-full wp-image-1463" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/The-Facebook-Loading-Animation.jpg" alt="The Facebook Loading Animation" width="600" height="363" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Facebook-Loading-Animation-300x182.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/The-Facebook-Loading-Animation.jpg 600w" sizes="(max-width: 600px) 100vw, 600px"/></noscript></a></p>\n<p><a href="http://demo.marcofolio.net/facebook_loader/"><strong>Demo</strong></a></p>\n<div class="single-post-ad">\n<div id="contentad116044"></div>\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script> </div>\n</div> \n</div> \n</div> \n</article> </div> \n<div class="wpdiscuz_top_clearing"></div>\n<div id="comments" class="comments-area">\n<div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\n<h3 id="wc-comment-header">Leave a Reply</h3>\n<div id="wpcomm" class="wpdiscuz_unauth">\n<div class="wc-comment-bar">\n<p class="wc-comment-title">\n<span class="wc_header_text_count">1</span> Comment on "45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" </p>\n<div class="wpdiscuz_clear"></div>\n</div>\n<div class="wc_social_plugin_wrapper">\n</div>\n<div class="wc-form-wrapper wc-main-form-wrapper" id=''wc-main-form-wrapper-0_0''>\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="4eWuhbe887f2013d173d1ee824e6626da05cd08c696b043fa5b8fdf6c012f0085c790" class="wpdiscuz-cnonce" name="cnonce" value="4eWuhbe887f2013d173d1ee824e6626da05cd08c696b043fa5b8fdf6c012f0085c790"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\n</form>\n</div>\n<div id="wpdiscuz_hidden_secondary_form" style="display: none;">\n<div class="wc-form-wrapper wc-secondary-form-wrapper" id=''wc-secondary-form-wrapper-wpdiscuzuniqueid'' style="display: none;">\n<div class="wpdiscuz-comment-message" style="display: block;"></div>\n<div class="wc-secondary-forms-social-content"></div>\n<form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\n<div class="wc-field-comment">\n<div class="wc-field-avatararea">\n<img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48''/></noscript> </div>\n<div class="wpdiscuz-item wc-field-textarea">\n<textarea placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-footer" style="display: none;">\n<div class="wc-author-data">\n<div class="wc-field-name wpdiscuz-item">\n<input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input"/>\n</div>\n<div class="wc-field-email wpdiscuz-item">\n<input type="email" placeholder="Email" value="" name="wc_email" class="wc_email wc_field_input email"/>\n</div>\n<div class="wc-field-website wpdiscuz-item">\n<input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-form-submit">\n<div class="wc-field-captcha wpdiscuz-item">\n<div class="wc-captcha-input">\n<input type="text" maxlength="5" value="" required="required" name="wc_captcha" class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\n</div>\n<div class="wc-label wc-captcha-label">\n<a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\n<input type="hidden" id="BpeXB9d95e479be83095c0d7081a682dbc5c4ca1999f4fa4bda8b0b1198c6bf23da0d" class="wpdiscuz-cnonce" name="cnonce" value="BpeXB9d95e479be83095c0d7081a682dbc5c4ca1999f4fa4bda8b0b1198c6bf23da0d"/>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="wc-field-submit">\n<div class="wc_notification_checkboxes" style="display:block">\n<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment" type="checkbox" name="wpdiscuz_notification_type"/> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br/>\n</div>\n<input type="button" class="wc_comm_submit button alt" value="Post Comment" name="submit">\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n</div>\n<div class="clearfix"></div>\n<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\n</form>\n</div>\n</div>\n<hr>\n<div class="wpdiscuz-front-actions">\n<div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp;\n<span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> |\n<span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> |\n<span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span>\n</div>\n</div>\n<div id="wcThreadWrapper" class="wc-thread-wrapper">\n<div id="wc-comm-10096_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img alt='''' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=96&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=192&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-96 photo avatar-default'' height=''96'' width=''96''/><noscript><img alt='''' src="http://thedesignpixel.com/files/avatar/_s_96_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=192&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-96 photo avatar-default'' height=''96'' width=''96''/></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10096" class="wc-comment-right "><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://wordpressexamples.com/45-of-the-best-css-tips-tricks-and-tutorials-pages-on-the-web/''>45 Of The Best CSS Tips, Tricks And Tutorials Pages On The Web · Wordpress Examples</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/fresh-useful-css3-tutorials-techniques.html#comment-10096&quot; /&gt;"/></div><div class="wc-comment-date">October 15, 2015 7:03 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] 45+ Fresh &amp; Useful CSS3 Tutorials &amp; Techniques &#8211; Fresh &amp; Useful CSS3 Tutorials &amp; Techniques, CSS, or the Cascading Style Sheet, is the most common style sheeting language. [&#8230;]</p>\n</div><div class="wc-comment-footer"><div class="wc-vote-result">0</div> <span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/thumbs-up.png" align="absmiddle" class="wc-vote-img-up"/></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/thumbs-down.png" align="absmiddle" class="wc-vote-img-down"/></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%2045+%20Fresh%20&amp;%20Useful%20CSS3%20Tutorials%20&amp;%20Techniques%20%E2%80%93%20Fresh%20&amp;%20Useful%20CSS3%20Tutorials%20&amp;%20Techniques,%20CSS,%20or%20the%20Cascading%20Style%20Sheet,%20is%20the%20most%20common%20style%20sheeting%20language.%20[%E2%80%A6]%20http://www.thedesignpixel.com/fresh-useful-css3-tutorials-techniques.html#comment-10096" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/fresh-useful-css3-tutorials-techniques.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10096_0" style="clear:both"></div></div>\n<div class="wpdiscuz-comment-pagination">\n</div>\n</div>\n<div class="wpdiscuz_clear"></div>\n</div>\n</div>\n<div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25"/></div>\n</div>\n</div>\n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Weathertron" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n', 'fresh useful css3 tutorials techniques', '', 'publish', 'closed', 'closed', '', 'fresh-useful-css3-tutorials-techniques', '', '', '2017-04-11 13:17:33', '2017-04-11 13:17:33', '', 0, 'http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(150, 1, '2017-04-11 13:17:33', '2017-04-11 13:17:33', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1380" class="g post post-1380 type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins cat-2-id cat-1-id cat-6-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35 Fresh &#038; Useful jQuery and CSS Menus</div>\n												<header>\n							<h1 class="title">35 Fresh &#038; Useful jQuery and CSS Menus</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number of web pages on the Internet. It becomes a pain to be looking for a particular web page, or a particular collection of web pages on the web, even when using search engines. A better categorized, an easy to view, an easy to bifurcate website is what the visitors love to see, as they can spend more of their time on the actual content, rather than searching for what they are looking for, wasting much of their time. To solve this purpose, the web developers integrate menus and category bars to navigate directly to the particular point they want to, and find their information quickly and effectively.</p>\n<p>Most of these menus are designed using the 2 most interactive and cool platforms, the CSS, and the jquery. CSS is the styling platform, and the jQuery does the responsive work, using its amazing Java capabilities. As a beginner it becomes difficult to get innovative as well as technical, and develop the menu, you want to! Coming to your rescue, are cool pre-existing menus developed in CSS and jquery, which you can use as a reference to what looks good, what does not, and what things are the most necessary ones, and what things can be bifurcated while developing your menu. Here is a list of 35 most fresh and useful jQuery and CSS menus, that you can refer to, or directly use them on your website, and solve your purpose of putting up an interactive and cool menu on your site.</p>\n<h3><strong><span style="text-decoration: underline;"><em>35 Fresh &amp; Useful jQuery and CSS Menus</em></span>:</strong></h3>\n<p><strong><a href="http://www.myjqueryplugins.com/jMenu"><span id="ec6e0190-2303-4030-ac48-4a1807a0ef40" class="GINGER_SOFATWARE_mark">jMenu</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jMenu.jpg"><img class="aligncenter size-full wp-image-1381" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jMenu.jpg" alt="jMenu" width="600" height="349" /></a></p>\n<p><strong><a href="http://kirkas.ch/ascensor/"><span id="28a48645-3bdf-4389-b153-c82cf8c92d50" class="GINGER_SOFATWARE_mark">Ascensor</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/ascensor-jquery-css-navigation.jpg"><img class="aligncenter size-full wp-image-1382" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/ascensor-jquery-css-navigation.jpg" alt="ascensor-jquery-css-navigation" width="600" height="349" /></a></p>\n<p><strong><a href="http://thefinishedbox.com/freebies/scripts/jquery-dropdown-login/">jQuery <span id="b4a83634-d037-414d-b29a-23595840bd2b" class="GINGER_SOFATWARE_mark">dropdown</span> login form</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Dropdown-Login-Form.jpg"><img class="aligncenter size-full wp-image-1383" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Dropdown-Login-Form.jpg" alt="jQuery Dropdown Login Form" width="600" height="349" /></a></p>\n<p><strong><a href="http://sebnitu.github.com/HorizontalNav/"><span id="18e25f00-b997-400c-a572-afcacc5b7221" class="GINGER_SOFATWARE_mark">HorizontalNav</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/HorizontalNav.jpg"><img class="aligncenter size-full wp-image-1384" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/HorizontalNav.jpg" alt="HorizontalNav" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/dansdom/plugins-navigation">jQuery navigation plugin</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Navigation-Plugin.jpg"><img class="aligncenter size-full wp-image-1385" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Navigation-Plugin.jpg" alt="jQuery Navigation Plugin" width="600" height="349" /></a></p>\n<p><strong>Automatic <a href="https://github.com/binarymind/jquery-navigate">Ajax-Navigation</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Automatic-Ajax-jQuery-Navigation.jpg"><img class="aligncenter size-full wp-image-1386" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Automatic-Ajax-jQuery-Navigation.jpg" alt="Automatic Ajax jQuery Navigation" width="600" height="349" /></a></p>\n<p><strong><a href="http://www.jeremymartin.name/projects.php?project=kwicks"><span id="c1ec8911-dd24-484e-8432-67cde63f6e11" class="GINGER_SOFATWARE_mark">Kwicks</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Kwicks-Extended-Navigation.jpg"><img class="aligncenter size-full wp-image-1387" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Kwicks-Extended-Navigation.jpg" alt="Kwicks Extended Navigation" width="600" height="349" /></a></p>\n<p><strong><a href="http://casperjs.org/"><span id="b3eeaff1-e454-4224-a377-d41e119bc930" class="GINGER_SOFATWARE_mark">CasperJS</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CasperJS.jpg"><img class="aligncenter size-full wp-image-1388" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CasperJS.jpg" alt="CasperJS" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/blueimp/Bootstrap-Image-Gallery">Bootstrap Image Gallery</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Bootstrap-Image-Gallery.jpg"><img class="aligncenter size-full wp-image-1389" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Bootstrap-Image-Gallery.jpg" alt="Bootstrap Image Gallery" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/botelho/flipboard-layout"><span id="31099cc7-57ae-4305-845f-af7975707793" class="GINGER_SOFATWARE_mark">Flipboard</span> Layout</a><span id="58f657cd-8a46-4cad-a430-2650d299ea30" class="GINGER_SOFATWARE_mark"></span></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flipboard-Layout.jpg"><img class="aligncenter size-full wp-image-1390" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Flipboard-Layout.jpg" alt="Flipboard Layout" width="600" height="349" /></a></p>\n<p><strong><a href="http://tinynav.viljamis.com/"><span id="e547d3be-986c-4a47-8fe2-a848d7e4962c" class="GINGER_SOFATWARE_mark">TinyNav</span><span id="8305ab6d-a4c9-4ec3-bf3a-31df3c827030" class="GINGER_SOFATWARE_mark">.</span><span id="39e981f3-1eea-48e8-bb54-5cf0993f557f" class="GINGER_SOFATWARE_mark">js</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/tinynav-jquery-css-navigation.jpg"><img class="aligncenter size-full wp-image-1391" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/tinynav-jquery-css-navigation.jpg" alt="tinynav-jquery-css-navigation" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/mbostock/stack"><span id="cbc972be-a5ae-4559-93f8-5ffbc9995c45" class="GINGER_SOFATWARE_mark">stack</span><span id="43f4f210-78cd-4787-8bf8-aa8c332475d1" class="GINGER_SOFATWARE_mark">.</span><span id="da9a1e5a-7877-4c86-bacc-f0ce4d4b235d" class="GINGER_SOFATWARE_mark">js</span></a></strong></p>\n<p>&nbsp;</p>\n<p><strong><a href="https://github.com/indyplanets/flexnav"><span id="3741cd6b-c013-47c9-b63c-be213f03946a" class="GINGER_SOFATWARE_mark">flexnav</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flexnav.jpg"><img class="aligncenter size-full wp-image-1392" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/flexnav.jpg" alt="flexnav" width="600" height="349" /></a></p>\n<p><strong><a href="http://mike-hostetler.com/jquery-keyboard-navigation-plugin">jQuery Keyboard Navigation Plugin</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Keyboard-Navigation-Plugin.jpg"><img class="aligncenter size-full wp-image-1393" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-Keyboard-Navigation-Plugin.jpg" alt="jQuery Keyboard Navigation Plugin" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/micjamking/Menutron"><span id="e6b0b08c-5dd5-4f06-b2d0-79fe3dd126fa" class="GINGER_SOFATWARE_mark">Menutron</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Menutron.jpg"><img class="aligncenter size-full wp-image-1394" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Menutron.jpg" alt="Menutron" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/jasonlau/jlnav"><span id="1c92c50f-e41e-4946-aa8b-dbc27158db1e" class="GINGER_SOFATWARE_mark">jlNav</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jlnav.jpg"><img class="aligncenter size-full wp-image-1395" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jlnav.jpg" alt="jlnav" width="600" height="349" /></a></p>\n<p><strong><a href="http://www.fluidbyte.net/simple-responsive-jquery-navigation-plugin">jQuery plugin for responsive (and multi-level) navigation</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-Responsive-jQuery-Navigation.jpg"><img class="aligncenter size-full wp-image-1396" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Simple-Responsive-jQuery-Navigation.jpg" alt="Simple Responsive jQuery Navigation" width="600" height="349" /></a></p>\n<p>&nbsp;</p>\n<p><strong><a href="http://joelb.me/scrollpath/"><span id="97f036d3-a3c3-4f42-927e-5ff8d25d2788" class="GINGER_SOFATWARE_mark">Scrollpath</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Scrollpath.jpg"><img class="aligncenter size-full wp-image-1397" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Scrollpath.jpg" alt="Scrollpath" width="600" height="349" /></a></p>\n<p><strong><a href="http://luis-almeida.github.com/filtrify/"><span id="ff20dbb8-3b79-4a95-ac22-aeae05141a0c" class="GINGER_SOFATWARE_mark">Filtrify</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/filtrify.jpg"><img class="aligncenter size-full wp-image-1398" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/filtrify.jpg" alt="filtrify" width="600" height="349" /></a></p>\n<p><strong><a href="http://curtain.victorcoulon.fr/">Curtain<span id="afcbc8c8-bd90-4711-9faa-2a669d579cd4" class="GINGER_SOFATWARE_mark">.</span><span id="16e0e112-afe8-42c1-9bd3-81568e62fa6b" class="GINGER_SOFATWARE_mark">js</span></a></strong></p>\n<p>&nbsp;</p>\n<p><strong><a href="https://github.com/srobbin/jquery-pageslide"><span id="38777d11-1dc2-48dd-8cdd-384ac156f91e" class="GINGER_SOFATWARE_mark">PageSlide</span></a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PageSlide.jpg"><img class="aligncenter size-full wp-image-1399" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/PageSlide.jpg" alt="PageSlide" width="600" height="349" /></a></p>\n<p><strong><a href="https://github.com/tkahn/Smooth-Div-Scroll">Smooth Div Scroll</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll.jpg"><img class="aligncenter size-full wp-image-1400" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll.jpg" alt="Smooth Div Scroll" width="600" height="267" /></a></p>\n<p><strong><a href="http://www.ixtendo.com/html5css3-gray-navigation-menu/">HTML5 and CSS3 navigation menu</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/HTML5-CSS3-Gray-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-1401" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/HTML5-CSS3-Gray-Navigation-Menu.jpg" alt="HTML5 CSS3 Gray Navigation Menu" width="600" height="238" /></a></p>\n<p><strong><a href="http://pixelsdaily.com/resources/html-css/responsive-css-navigation-menu/">Responsive CSS navigation menu</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-CSS-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-1402" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Responsive-CSS-Navigation-Menu.jpg" alt="Responsive CSS Navigation Menu" width="600" height="349" /></a></p>\n<p><strong><a href="http://pixelsdaily.com/resources/html-css/pro-css-menu/">Pro CSS Menu</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pro-CSS-Menu.jpg"><img class="aligncenter size-full wp-image-1403" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Pro-CSS-Menu.jpg" alt="Pro CSS Menu" width="600" height="320" /></a></p>\n<p><strong><a href="http://codecanyon.net/item/bold-css3-navigation/2418066?ref=1stwebdesigner">Bold CSS3 Navigation</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Bold-CSS3-Navigation-premium-_E2_80_93-4.jpg"><img class="aligncenter size-full wp-image-1404" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Bold-CSS3-Navigation-premium-_E2_80_93-4.jpg" alt="Bold CSS3 Navigation (premium – $4)" width="600" height="327" /></a></p>\n<p><strong><a href="http://codecanyon.net/item/modern-vertical-menu/2168420?ref=1stwebdesigner">Modern Vertical Menu</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Vertical-Menu-premium-_E2_80_93-2.jpg"><img class="aligncenter size-full wp-image-1405" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Vertical-Menu-premium-_E2_80_93-2.jpg" alt="Modern Vertical Menu (premium – $2)" width="600" height="327" /></a></p>\n<p><strong><a href="http://codecanyon.net/item/modern-menu/1747557?ref=1stwebdesigner">Modern Menu</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Menu-premium-_E2_80_93-2.jpg"><img class="aligncenter size-full wp-image-1406" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Modern-Menu-premium-_E2_80_93-2.jpg" alt="Modern Menu (premium – $2)" width="600" height="327" /></a></p>\n<p><strong><a href="http://codecanyon.net/item/metro-css3-mega-menu/1402313?ref=1stwebdesigner">Metro</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-premium-_E2_80_93-3.jpg"><img class="aligncenter size-full wp-image-1407" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Metro-premium-_E2_80_93-3.jpg" alt="Metro (premium – $3)" width="600" height="327" /></a></p>\n<p><strong>jQuery <a href="http://codecanyon.net/item/jquery-jplist-plugin/1860318?ref=1stwebdesigner"><span id="6fbfab29-9edc-4b10-90f3-d7c3e1597ee9" class="GINGER_SOFATWARE_mark">jPList</span></a> Plugin</strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-jPList-Plugin-premium-_E2_80_93-5.jpg"><img class="aligncenter size-full wp-image-1408" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/jQuery-jPList-Plugin-premium-_E2_80_93-5.jpg" alt="jQuery jPList Plugin (premium – $5)" width="600" height="349" /></a></p>\n<p><strong><a href="http://codecanyon.net/item/mega-menu-reloaded/1593152?ref=1stwebdesigner">Mega Menu Reloaded</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mega-Menu-Reloaded-premium-_E2_80_93-5.jpg"><img class="aligncenter size-full wp-image-1409" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Mega-Menu-Reloaded-premium-_E2_80_93-5.jpg" alt="Mega Menu Reloaded (premium – $5)" width="600" height="327" /></a></p>\n<p><strong>Useful jQuery and CSS Menus Tutorials:</strong></p>\n<p><strong><a href="http://tympanus.net/codrops/2011/07/12/animated-text-and-icon-menu/">Animated Text and Icon Menu with jQuery</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Text-and-Icon-Menu-with-jQuery.jpg"><img class="aligncenter size-full wp-image-1410" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Text-and-Icon-Menu-with-jQuery.jpg" alt="Animated Text and Icon Menu with jQuery" width="600" height="349" /></a></p>\n<p><strong><a href="http://tympanus.net/codrops/2011/03/09/animated-content-menu/">Animated Content Menu with jQuery</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Content-Menu-with-jQuery.jpg"><img class="aligncenter size-full wp-image-1411" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Animated-Content-Menu-with-jQuery.jpg" alt="Animated Content Menu with jQuery" width="600" height="349" /></a></p>\n<p><strong><a href="http://tympanus.net/codrops/2012/01/22/how-to-spice-up-your-menu-with-css3/">How to spice up your menu with CSS3</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-spice-up-your-menu-with-CSS3.jpg"><img class="aligncenter size-full wp-image-1412" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/How-to-spice-up-your-menu-with-CSS3.jpg" alt="How to spice up your menu with CSS3" width="600" height="349" /></a></p>\n<p><strong><a href="http://www.purtypixels.com/darky-navigation-psd/">Create a Dark Web Menu Navigation with Pseudo-element</a></strong></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Dark-Web-Menu-Navigation-with-Pseudo-elements.jpg"><img class="aligncenter size-full wp-image-1413" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Create-a-Dark-Web-Menu-Navigation-with-Pseudo-elements.jpg" alt="Create a Dark Web Menu Navigation with Pseudo-elements" width="600" height="349" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/fresh-useful-jquery-and-css-menus.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/fresh-useful-jquery-and-css-menus.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll.jpg&amp;description=35%20Fresh%20&amp;%20Useful%20jQuery%20and%20CSS%20Menus" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" rel="bookmark" title="30 Useful Tutorials for Developing HTML5 Web Browser Games">\n													30 Useful Tutorials for Developing HTML5 Web Browser...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" rel="bookmark" title="13 Best Free Server &#038; Network Monitoring Tools">\n													13 Best Free Server &#038; Network Monitoring Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-project-management-tools/" rel="bookmark" title="40 Useful Project Management Tools">\n													40 Useful Project Management Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1380'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="43d5b9d99d" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="82"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'fresh useful jquery and css menus', '', 'publish', 'closed', 'closed', '', 'fresh-useful-jquery-and-css-menus', '', '', '2017-04-11 13:17:33', '2017-04-11 13:17:33', '', 0, 'http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(151, 1, '2017-04-11 13:17:36', '2017-04-11 13:17:36', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 High Quality &#038; Beautiful Restaurant Website Templates</div><div class="single-content"><article class="post-847 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-847" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 High Quality &#038; Beautiful Restaurant Website Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>The world is online now! May it be a cleaning service, a hotel, a laundry service, or whatever, everyone has shifted their promotion and business policies online, for the obvious reason of millions of potential customers over the web. Online shopping, Online pizza delivery, and even Online counselling, we can find any type of consumer service, or product online. If you are a restaurant owner, or a manager, and still don&rsquo;t have your website, or online promotions going on, you are already pretty much <span class="GINGER_SOFATWARE_mark" id="e5281141-dd0d-47c9-99c5-56b518d72c78">late</span>. But, it&rsquo;s the time to act now!</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There are a lot of benefits of getting your restaurant&rsquo;s website registered online. You can provide a location map to your restaurant, a menu of all the food items, and a few pictures of the venue too. These things make the visitor sure about a lot of things, and also gathers a lot of potential customers. If you feel like you can also start online ordering service, you can integrate that too, taking help from an experienced computer programmer and developer.</p><p>You can design the website yourself, or get it developed from a developer. If you want to save you time and money, you can easily develop a website using restaurant website templates. A website template is a collection of webpages, with sample text and images, that you can replace with the particular information about your restaurant, and in a mere few hours, or days, end up with a proper website. There is a lot of restaurant website templates available online. Some of them being very cheap, and some costing loads of money. Here, we will talk about 20 high quality &amp; beautiful restaurant website templates. These templates have everything mentioned, to the point, are easy to edit, manage, update, etc.</p><h3><strong><span style="text-decoration: underline;"><em>20 High Quality &amp; Beautiful Restaurant Website Templates</em></span>:</strong></h3><p><strong>Forked &ndash; Responsive Restaurant &amp; Events</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Forked.jpg"><img class="aligncenter size-full wp-image-853" title="Forked Restaurant Website Templates" alt="Forked Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Forked.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Forked.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Forked-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-853" title="Forked Restaurant Website Templates" alt="Forked Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Forked.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Forked.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Forked-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="fd6f7f12-2a92-4b2f-8545-c25d50c3624d"><span class="GINGER_SOFATWARE_mark" id="9164aae0-b612-42ad-8c68-034de86fdeb9">(&nbsp;</span></span><a href="http://themeforest.net/item/forked-responsive-restaurant-events/full_screen_preview/5157819" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/forked-responsive-restaurant-events/5157819" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="2fb4704b-4b6d-42e3-a742-5c2c813be89f"><span class="GINGER_SOFATWARE_mark" id="4da4b0d4-82ed-40be-8fbe-189f6f91448a"> )</span></span></strong></p><p><strong><span class="GINGER_SOFATWARE_mark" id="b0888b12-7ede-433b-916a-f7eea76dcba4"><span class="GINGER_SOFATWARE_mark" id="4eb77b46-f477-40fc-88f9-3676c65097ba">LemonChili</span></span> &ndash; a Premium Restaurant WordPress Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LemonChili.jpg"><img class="aligncenter size-full wp-image-854" title="LemonChili Restaurant Website Templates" alt="LemonChili Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/LemonChili.jpg" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LemonChili.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LemonChili-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-854" title="LemonChili Restaurant Website Templates" alt="LemonChili Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/LemonChili.jpg" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/LemonChili.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/LemonChili-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="58d0f896-ca19-470e-bd93-33b9769d07ef"><span class="GINGER_SOFATWARE_mark" id="0301ede2-4325-4cc6-b124-83d1d75821b9">(&nbsp;</span></span><a href="http://themeforest.net/item/lemonchili-a-premium-restaurant-wordpress-theme-/full_screen_preview/4565068" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/lemonchili-a-premium-restaurant-wordpress-theme-/4565068" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="35d4dadf-c540-4f06-906c-60e02449eb53"><span class="GINGER_SOFATWARE_mark" id="0208d3a1-e8e7-418d-bd4a-004fcddde3f4"> )</span></span></strong></p><p><strong>Dine &amp; Drink &ndash; Restaurant WordPress Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dine-Drink.jpg"><img class="aligncenter size-full wp-image-855" title="Dine-Drink Restaurant Website Templates" alt="Dine-Drink Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Dine-Drink.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dine-Drink.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dine-Drink-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-855" title="Dine-Drink Restaurant Website Templates" alt="Dine-Drink Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dine-Drink.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dine-Drink.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dine-Drink-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="d53ff06a-8511-4415-899a-3957902d53e0"><span class="GINGER_SOFATWARE_mark" id="244792c8-0973-4dc9-9ad1-6ec2ab9bb720">(&nbsp;</span></span><a href="http://themeforest.net/item/dine-drink-restaurant-wordpress-theme/full_screen_preview/4924480" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/dine-drink-restaurant-wordpress-theme/4924480/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="cea34557-1794-4605-9b5d-57f444ab588b"><span class="GINGER_SOFATWARE_mark" id="8e42af37-8f65-461d-941b-a53ca5af7ca0"> )</span></span></strong></p><p><strong>Coffee Shop &ndash; Responsive WP Theme For Restaurant</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coffee-Shop.jpg"><img class="aligncenter size-full wp-image-856" title="Coffee-Shop" alt="Coffee-Shop" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Coffee-Shop.jpg" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coffee-Shop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coffee-Shop-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-856" title="Coffee-Shop" alt="Coffee-Shop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Coffee-Shop.jpg" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coffee-Shop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Coffee-Shop-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="27012cbf-336f-45c3-8667-4c2b33455831"><span class="GINGER_SOFATWARE_mark" id="a766068f-f3cb-42fb-b24f-d64ad1fd78e3">(&nbsp;</span></span><a href="http://themeforest.net/item/coffee-shop-responsive-wp-theme-for-restaurant/full_screen_preview/4038168" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/coffee-shop-responsive-wp-theme-for-restaurant/4038168" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="9b46cc24-7c89-4d3e-b2b1-d0a8a03b9913"><span class="GINGER_SOFATWARE_mark" id="97807bd4-1beb-4455-8800-b0a10d3281dd"> )</span></span></strong></p><p><strong><span class="GINGER_SOFATWARE_mark" id="b9614136-fce6-4648-b6a9-fd4fb54d7f96"><span class="GINGER_SOFATWARE_mark" id="47fc91fe-84ee-4c3a-9a36-9e92277fc3d3">Delimondo</span></span> Responsive WordPress Theme | 5 Styles</strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delimondo.jpg"><img class="aligncenter  wp-image-852" title="Delimondo Responsive WordPress Theme" alt="Delimondo Responsive WordPress Theme" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Delimondo.jpg" width="600" height="509" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delimondo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delimondo-300x255.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-852" title="Delimondo Responsive WordPress Theme" alt="Delimondo Responsive WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delimondo.jpg" width="600" height="509" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delimondo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delimondo-300x255.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="ee39dce5-3c34-44f6-ba99-36b71bb2f789"><span class="GINGER_SOFATWARE_mark" id="7690158b-d68c-4a59-918f-9505157a1625">(&nbsp;</span></span><a href="http://themeforest.net/item/delimondo-responsive-wordpress-theme-5-styles/full_screen_preview/3992840" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="4180f8c0-851f-40ed-b7b9-687c524b7126"><span class="GINGER_SOFATWARE_mark" id="8cb9fc7d-db69-4d32-af28-c49670b9374a"> )</span></span></strong></p><p><strong>Eatery &ndash; Responsive Restaurant WordPress Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eatery.jpg"><img class="aligncenter size-full wp-image-857" title="Eatery &ndash; Responsive Restaurant WordPress Theme" alt="Eatery &ndash; Responsive Restaurant WordPress Theme" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Eatery.jpg" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Eatery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Eatery-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-857" title="Eatery &ndash; Responsive Restaurant WordPress Theme" alt="Eatery &ndash; Responsive Restaurant WordPress Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eatery.jpg" width="600" height="313" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Eatery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Eatery-300x157.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="0f2a33f0-f408-44a2-847f-770ff1bf20f1"><span class="GINGER_SOFATWARE_mark" id="2aefb280-2884-49ed-9246-5a031516226e">(&nbsp;</span></span><a href="http://themeforest.net/item/eatery-responsive-restaurant-wordpress-theme/full_screen_preview/3469316" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/eatery-responsive-restaurant-wordpress-theme/3469316/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="5f0bff27-cec3-4ece-b0b5-d116b7f5ed3c"><span class="GINGER_SOFATWARE_mark" id="f290c46d-c299-4afa-a0ed-6bfc0eced4be"> )</span></span></strong></p><p><strong><span class="GINGER_SOFATWARE_mark" id="ef87de73-e542-43e8-be23-33df1c36e1ef"><span class="GINGER_SOFATWARE_mark" id="b54c40d1-d177-4b1c-af04-b2cae7c6b439">Elegantia</span></span> &ndash; Restaurant and Cafe WordPress Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegantia.jpg"><img class="aligncenter size-full wp-image-858" title="Elegantia" alt="Elegantia" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elegantia.jpg" width="600" height="505" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegantia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegantia-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-858" title="Elegantia" alt="Elegantia" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegantia.jpg" width="600" height="505" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegantia.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegantia-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="eda135a1-3bf9-442a-bb89-1088ccf914cf"><span class="GINGER_SOFATWARE_mark" id="77c192bb-457e-4582-b86f-e25ab7bdfd00">(&nbsp;</span></span><a href="http://themeforest.net/item/elegantia-restaurant-and-cafe-wordpress-theme/full_screen_preview/3678945" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/elegantia-restaurant-and-cafe-wordpress-theme/3678945" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="71ec3822-bf7d-471e-aa11-8da979337f3b"><span class="GINGER_SOFATWARE_mark" id="6fe8bd50-c1e0-40bf-8d4e-d87c7389eea4"> )</span></span></strong></p><p><strong>White Rock &ndash; Restaurant &amp; Winery Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Rock.jpg"><img class="aligncenter size-full wp-image-859" title="White-Rock" alt="White-Rock" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/White-Rock.jpg" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/White-Rock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/White-Rock-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-859" title="White-Rock" alt="White-Rock" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Rock.jpg" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/White-Rock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/White-Rock-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="07ada583-db1e-4a10-8955-6f53b618a9d8"><span class="GINGER_SOFATWARE_mark" id="32819274-aa9e-4f45-af00-605e1ddcde3e">(&nbsp;</span></span><a href="http://themeforest.net/item/white-rock-restaurant-winery-theme/full_screen_preview/3317744" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/white-rock-restaurant-winery-theme/3317744/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="6485626a-7375-4cbc-a59a-dcbf5d429c76"><span class="GINGER_SOFATWARE_mark" id="1066ad98-d6e1-4563-9ad4-0ccfd2e25457"> )</span></span></strong></p><p><strong>Espresso &ndash; A WordPress Theme for Restaurants</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Espresso.jpg"><img class="aligncenter size-full wp-image-860" title="Espresso &ndash; A WordPress Theme for Restaurants" alt="Espresso &ndash; A WordPress Theme for Restaurants" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Espresso.jpg" width="600" height="483" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Espresso.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Espresso-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-860" title="Espresso &ndash; A WordPress Theme for Restaurants" alt="Espresso &ndash; A WordPress Theme for Restaurants" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Espresso.jpg" width="600" height="483" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Espresso.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Espresso-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="ff695a58-e671-4a34-9629-76bb246d5e1f"><span class="GINGER_SOFATWARE_mark" id="c14de48e-1f68-42fb-8556-00e161adce7f">(&nbsp;</span></span><a href="http://themeforest.net/item/espresso-a-wordpress-theme-for-restaurants/full_screen_preview/6333987" target="_blank">Demo</a> | <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/espresso-a-wordpress-theme-for-restaurants/6333987/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="c2dd0246-dbff-4bd3-9582-34587c247cff"><span class="GINGER_SOFATWARE_mark" id="f1b4f046-e4f2-4003-bccd-251c5b1b361f"> )</span></span></strong></p><h3><strong>HTML/CSS Restaurant Website Templates:</strong></h3><p><strong><span class="GINGER_SOFATWARE_mark" id="858a85e7-a3b8-4aee-ad3b-8f309f3180db"><span class="GINGER_SOFATWARE_mark" id="78b48497-8d96-4d2d-8f79-e93968b3d811">Barnelli</span></span> &ndash; Restaurant HTML5 Responsive Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BARNELLI.jpg"><img class="aligncenter  wp-image-861" title="Barnelli &ndash; Restaurant HTML5 Responsive Template" alt="Barnelli &ndash; Restaurant HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/BARNELLI.jpg" width="600" height="423" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BARNELLI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BARNELLI-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter  wp-image-861" title="Barnelli &ndash; Restaurant HTML5 Responsive Template" alt="Barnelli &ndash; Restaurant HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BARNELLI.jpg" width="600" height="423" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BARNELLI.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BARNELLI-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><strong><span class="GINGER_SOFATWARE_mark" id="9ac057e4-49de-466e-ab63-e5b4e53743c8"><span class="GINGER_SOFATWARE_mark" id="33e87597-3eab-472f-8006-14f6c40b0742">(&nbsp;</span></span><a href="http://themeforest.net/item/barnelli-restaurant-responsive-wordpress-theme/full_screen_preview/6744314" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/barnelli-restaurant-responsive-wordpress-theme/6744314/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="524713e9-a36e-447e-aeec-42559f2014d7"><span class="GINGER_SOFATWARE_mark" id="3363fa80-0a3f-483a-ae37-d97f96db7264"> )</span></span></strong></p><p><strong>Food Truck &amp; Restaurant 10 Styles &ndash; HTML5 Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/FoodTruck.jpg"><img class="aligncenter size-full wp-image-862" title="FoodTruck Responsive Restaurant Template" alt="FoodTruck Responsive Restaurant Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/FoodTruck.jpg" width="600" height="646" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/FoodTruck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/FoodTruck-279x300.jpg 279w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-862" title="FoodTruck Responsive Restaurant Template" alt="FoodTruck Responsive Restaurant Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/FoodTruck.jpg" width="600" height="646" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/FoodTruck.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/FoodTruck-279x300.jpg 279w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="5755d1b5-2135-4206-be56-1f6acdd1a1e7"><span class="GINGER_SOFATWARE_mark" id="a5adedd3-53a5-4b3f-aa09-32a6ed36914c">(&nbsp;</span></span><a href="http://themeforest.net/item/food-truck-restaurant-10-styles-wp-theme/full_screen_preview/6932121" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/food-truck-restaurant-10-styles-wp-theme/6932121/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="ce39e84f-42ea-43cd-9fc3-1f1681f7c8aa"><span class="GINGER_SOFATWARE_mark" id="63ccb15f-489d-400f-bcfe-e41e51fa76d0"> )</span></span></strong></p><p><strong>Dish Multipurpose Site Restaurant Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dish.jpg"><img class="aligncenter size-full wp-image-863" title="Dish Multipurpose Site Restaurant Template" alt="Dish Multipurpose Site Restaurant Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Dish.jpg" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dish.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dish-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-863" title="Dish Multipurpose Site Restaurant Template" alt="Dish Multipurpose Site Restaurant Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dish.jpg" width="600" height="488" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dish.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dish-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="7ebacc8d-4e87-4aeb-b5f6-43de16fab00b"><span class="GINGER_SOFATWARE_mark" id="ccba6cfe-45ef-4c59-8665-51cc45b6c1e7">(&nbsp;</span></span><a href="http://themeforest.net/item/dish-restaurant-multipurpose-wordpress-theme/full_screen_preview/5109358" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="bdbd6914-4b8e-40f7-bc92-ac613330c62a"><span class="GINGER_SOFATWARE_mark" id="63c20532-b672-4746-b60a-69ece26f34a3"> )</span></span></strong></p><p><strong>Linguini&nbsp;&ndash; Modern Restaurant HTML Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Linguini.png"><img class="aligncenter size-full wp-image-864" title="Linguini &ndash; Modern Restaurant HTML Template" alt="Linguini &ndash; Modern Restaurant HTML Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Linguini.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Linguini.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Linguini-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-864" title="Linguini &ndash; Modern Restaurant HTML Template" alt="Linguini &ndash; Modern Restaurant HTML Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Linguini.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Linguini.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Linguini-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="9482fa76-6072-457f-8f1f-80c1daedafad"><span class="GINGER_SOFATWARE_mark" id="6d8e3487-27a9-43cc-8a72-4eb305cec8a8">(&nbsp;</span></span><a href="http://themeforest.net/item/linguini-restaurant-responsive-wordpress-theme/full_screen_preview/1945015" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/linguini-restaurant-responsive-wordpress-theme/1945015" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="e6c183c3-b557-4bcd-a863-838389f1dbc7"><span class="GINGER_SOFATWARE_mark" id="24afe4fa-57d0-4d18-91d9-a958df4d5343"> )</span></span></strong></p><p><strong>Fine Food &ndash; Restaurant Responsive HTML5 Theme</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fine-Food.jpg"><img class="aligncenter size-full wp-image-865" title="Fine-Food" alt="Fine-Food" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fine-Food.jpg" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fine-Food.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fine-Food-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-865" title="Fine-Food" alt="Fine-Food" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fine-Food.jpg" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fine-Food.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fine-Food-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="2f10308e-c976-44c1-9a35-614151a381ab"><span class="GINGER_SOFATWARE_mark" id="6e9dce42-2e12-4ebc-9aac-5dfb674a3aef">(&nbsp;</span></span><a href="http://themeforest.net/item/fine-food-restaurant-responsive-wordpress-theme/full_screen_preview/4443941" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/fine-food-restaurant-responsive-wordpress-theme/4443941/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="00b038e0-506b-41ff-b79a-35ed1a667094"><span class="GINGER_SOFATWARE_mark" id="e853bc58-f555-4fb3-86c3-404f5fb30316"> )</span></span></strong></p><p><strong>Pluto&nbsp;Responsive Restaurant Template</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pluto.png"><img class="aligncenter size-full wp-image-866" title="Pluto Responsive Restaurant Template" alt="Pluto Responsive Restaurant Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Pluto.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pluto.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pluto-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-866" title="Pluto Responsive Restaurant Template" alt="Pluto Responsive Restaurant Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pluto.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pluto.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pluto-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="15a03a01-db30-4eee-af97-a2a5a1b67baa"><span class="GINGER_SOFATWARE_mark" id="114303f2-196f-499c-a513-6e60c74339e1">(&nbsp;</span></span><a href="http://themeforest.net/item/pluto-fullscreen-cafe-and-restaurant/full_screen_preview/534738" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/pluto-fullscreen-cafe-and-restaurant/534738/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="0f92b00f-86df-4e44-b37b-fe9088e03b53"><span class="GINGER_SOFATWARE_mark" id="6c14fcdc-221c-4b2d-b9c7-6bf0b22b83c0"> )</span></span></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong>Feast</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Feast.jpg"><img class="aligncenter size-full wp-image-867" title="Feast" alt="Feast" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Feast.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Feast.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Feast-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-867" title="Feast" alt="Feast" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Feast.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Feast.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Feast-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="c2a05d1e-7e46-41c1-aab7-749aa97c8176"><span class="GINGER_SOFATWARE_mark" id="910ac08e-1849-43cb-83d5-ac6292ee156b">(&nbsp;</span></span><a href="http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/full_screen_preview/461906" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="b5bafcc4-df2f-43f8-8cb0-257e081ef875"><span class="GINGER_SOFATWARE_mark" id="f9788917-5763-4b25-a85a-1e930ab29030"> )</span></span></strong></p><p><strong>Bordeaux</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Bordeaux.png"><img class="aligncenter size-full wp-image-868" alt="Bordeaux" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Bordeaux.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bordeaux.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bordeaux-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-868" alt="Bordeaux" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Bordeaux.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bordeaux.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Bordeaux-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="bff35a06-934d-4582-b507-aa9cfe4cf32b"><span class="GINGER_SOFATWARE_mark" id="635e9388-76b7-4743-ae68-29f0980c6756">(&nbsp;</span></span><a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/full_screen_preview/339458" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/bordeaux-premium-restaurant-theme/339458" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="6610354e-1a4a-441a-9694-7fabe0e7488f"><span class="GINGER_SOFATWARE_mark" id="0116bcf0-08b2-4b02-9e90-3f58f4a1a743"> )</span></span></strong></p><p><strong>Delicious</strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delicious.jpg"><img class="aligncenter size-full wp-image-870" title="Delicious" alt="Delicious" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Delicious.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delicious.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delicious-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-870" title="Delicious" alt="Delicious" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delicious.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delicious.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delicious-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="f5c37d88-b48c-4f44-8f78-c56bbc0350e2"><span class="GINGER_SOFATWARE_mark" id="31cd26fe-7244-4539-bfb3-ceb00dcf29c3">(&nbsp;</span></span><a href="http://themeforest.net/item/delicious-restaurant-wordpress/full_screen_preview/235794" target="_blank">Demo</a>&nbsp;| <a href="http://themeforest.net/item/delicious-restaurant-wordpress/235794" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="a19acbf7-60d8-48e6-b75c-db12221cb036"><span class="GINGER_SOFATWARE_mark" id="1f1a93c1-7a56-432a-a799-d5e0cbf50734"> )</span></span></strong></p><p><strong><span class="GINGER_SOFATWARE_mark" id="75103695-8936-48e9-83db-d0f6efcbae24"><span class="GINGER_SOFATWARE_mark" id="bf94bfaf-82f2-4dd0-a81c-444377a0e071">Redminton</span></span></strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Redminton.jpg"><img class="aligncenter size-full wp-image-871" title="Redminton" alt="Redminton" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Redminton.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Redminton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Redminton-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-871" title="Redminton" alt="Redminton" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Redminton.jpg" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Redminton.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Redminton-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="7fc82f60-51f9-42f8-92a9-06e934d3c5b6"><span class="GINGER_SOFATWARE_mark" id="0850124f-0226-4ac0-b801-0203719ca7c7">(&nbsp;</span></span><a href="http://themeforest.net/item/redminton-restaurant-wordpress-theme/full_screen_preview/163140" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/redminton-restaurant-wordpress-theme/163140/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="9ae86c89-c469-4c67-90f2-262e9f5e81ee"><span class="GINGER_SOFATWARE_mark" id="e92857c7-a32a-4595-b8e2-e5a98ff14caf"> )</span></span></strong></p><p><strong><span class="GINGER_SOFATWARE_mark" id="b51a1f0a-6748-471b-a687-ff6c496fd3cb"><span class="GINGER_SOFATWARE_mark" id="6bb35771-4f36-405d-bc06-7f5e864eabe8">Ermark</span></span> Adora Restaurant Website Templates<br /> </strong></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ermark-Adora.png"><img class="aligncenter size-full wp-image-872" title="Ermark Adora Restaurant Website Templates" alt="Ermark Adora Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Ermark-Adora.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ermark-Adora.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ermark-Adora-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-872" title="Ermark Adora Restaurant Website Templates" alt="Ermark Adora Restaurant Website Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ermark-Adora.png" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ermark-Adora.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Ermark-Adora-300x153.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong><span class="GINGER_SOFATWARE_mark" id="4ce53684-1d20-4409-a0cc-a5ed68441a21"><span class="GINGER_SOFATWARE_mark" id="3ee28111-9755-40f9-8eb9-8762e1d93431">(&nbsp;</span></span><a href="http://themeforest.net/item/ermark-adora-wordpress/full_screen_preview/152713" target="_blank">Demo</a>&nbsp;| <a href="http://thedesignpixel.com/wp-admin/themeforest.net/item/ermark-adora-wordpress/152713/" target="_blank">More Info</a><span class="GINGER_SOFATWARE_mark" id="1d20ee10-a592-4dd0-91a5-24bfbb044b92"><span class="GINGER_SOFATWARE_mark" id="aad5f9bb-aab2-466f-a74e-56a86bca40db"> )</span></span></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="4wR4cdeb4ba9f1f578e467253de43dfc82c2688dd4e523f32e0f50b25374273f8aa85" class="wpdiscuz-cnonce" name="cnonce" value="4wR4cdeb4ba9f1f578e467253de43dfc82c2688dd4e523f32e0f50b25374273f8aa85" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="1SFC84f3f037751acc8a7f5fd751c5e15819f3b9bf09d2dfe34fd64562caf4f839289" class="wpdiscuz-cnonce" name="cnonce" value="1SFC84f3f037751acc8a7f5fd751c5e15819f3b9bf09d2dfe34fd64562caf4f839289" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'high quality beautiful restaurant website templates', '', 'publish', 'closed', 'closed', '', 'high-quality-beautiful-restaurant-website-templates', '', '', '2017-04-11 13:17:36', '2017-04-11 13:17:36', '', 0, 'http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(152, 1, '2017-04-11 13:17:44', '2017-04-11 13:17:44', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;50 High Quality Free HTML5 And CSS3 Web Templates</div><div class="single-content"><article class="post-99 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-css tag-freebies tag-html tag-templates"><div id="post-99" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">50 High Quality Free HTML5 And CSS3 Web Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to poorly designed sites. Its only the website design which helps your real customers or visitors to understand about your products and if you are failing to make them understand what are you trying to sell them they will instantly leave your website without wasting a single second. All you need to have a proper design and layout to convince your customers that they are at the right place.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>To get out of this situation the only solution is to hire someone who is having excellent skill in designing responsive websites. Many web designers use different computer languages to build websites but the most commonly used language is HTML and CSS. <a href="http://en.wikipedia.org/wiki/Html5" target="_blank">HTML5</a> and <a href="http://en.wikipedia.org/wiki/Css3#CSS_3" target="_blank">CSS3</a> is the latest version which is commonly used by many web designers to create some stunning designs. Sometimes hiring a professional web designer is not possible for small business owners due to low-budget, and to deal out with this situation there are web templates available on the web. These HTML5 and CSS3 web templates are the perfect solutions of those small business owners to build responsive web sites at no cost.</p><p><strong>Highly Recommended:</strong><br /> <strong> <a title="145+ Free Responsive HTML5 CSS3 Website Templates" href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="bookmark">145+ Free Responsive <span id="3f79c592-caf2-465e-b754-b04691a0dad4" class="GINGER_SOFATWARE_mark"><span id="0cfcc55d-5172-4970-b318-f2612e16be4f" class="GINGER_SOFATWARE_mark">HTML5 CSS3</span></span> Website Templates</a></strong><br /> <strong> <a title="35+ Free Coming Soon and Under Construction Templates" href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a></strong><br /> <strong> <a title="20 High Quality &amp; Beautiful Restaurant Website Templates" href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" rel="bookmark">20 High Quality &amp; Beautiful Restaurant Website Templates</a></strong><br /> <strong> <a title="14 High Quality Yet Free Responsive HTML5 Templates" href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a></strong></p><p>HTML5 and CSS3 web templates can be found easily anywhere on the web but we have carefully selected the best web templates to enhance your website look. So, Let&#8217;s check out these 50 high quality free HTML5 and CSS3 web templates and mind sharing it with your friends also.</p><p><span style="text-decoration: underline;"><em><strong>50 High Quality Free HTML5 And CSS3 Web Templates:</strong></em></span></p><p>(To download these Web Templates simply click on the download link below or you may check out the demo before downloading)</p><p><a href="http://blog.templatemonster.com/2013/05/13/free-website-template-restaurant-site/?aff=designpixel" target="_blank"><b>Restaurant Website Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Restaurant-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Restaurant-Website-Template.jpg" class="aligncenter size-full wp-image-100" title="Restaurant Website Template" alt="Restaurant Website Template" width="600" height="529" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Restaurant-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Restaurant-Website-Template-300x265.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-100" title="Restaurant Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Restaurant-Website-Template.jpg" alt="Restaurant Website Template" width="600" height="529" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Restaurant-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Restaurant-Website-Template-300x265.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="d136a00c-fe3b-412c-a8dd-949799641d30" class="GINGER_SOFATWARE_mark"><span id="93870881-bbdf-4369-b08d-6fa92a3632d2" class="GINGER_SOFATWARE_mark"><span id="526c34f5-d2c6-43d0-9335-395ab542074d" class="GINGER_SOFATWARE_mark"><span id="fb55f734-add1-4de6-ab37-6b1d6599304a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.websitetemplatesonline.com/free-template/free-restaurant-theme.html?aff=designpixel">Demo</a>&nbsp;|&nbsp;<a href="http://www.templatemonster.com/free-templates/free-website-template-restaurant.php?aff=designpixel">Download</a><span id="fc02dbfd-8cf1-453f-90e1-cdf1889a6ca5" class="GINGER_SOFATWARE_mark"><span id="febb4394-7b5f-4eaf-bdbe-5929a36cfd62" class="GINGER_SOFATWARE_mark"><span id="01a0b7a9-ee46-40d6-92c0-b3790108fb17" class="GINGER_SOFATWARE_mark"><span id="0c0d8ca8-8197-4c5a-a042-3d5d11a68da3" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://blog.templatemonster.com/2013/04/15/free-website-template-design-studio/?aff=designpixel" target="_blank"><b>Website Template for Design Studio</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Template-for-Design-Studio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Website-Template-for-Design-Studio.jpg" class="aligncenter size-full wp-image-101" title="Website Template for Design Studio" alt="Website Template for Design Studio" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Template-for-Design-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Template-for-Design-Studio-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-101" title="Website Template for Design Studio" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Website-Template-for-Design-Studio.jpg" alt="Website Template for Design Studio" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Template-for-Design-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Website-Template-for-Design-Studio-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="37432cb3-75f3-4951-91e7-b5a9561497a1" class="GINGER_SOFATWARE_mark"><span id="101aebcd-5752-4e51-a12f-5644168a21f1" class="GINGER_SOFATWARE_mark"><span id="559a5157-3865-401d-b944-141538ed87f9" class="GINGER_SOFATWARE_mark"><span id="e1cd3cc3-ad54-4f8c-bf8c-9a587cc9eb4c" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.websitetemplatesonline.com/free-template/free-design-maniacs-theme.html?aff=designpixel">Demo</a>&nbsp;|&nbsp;<a href="http://www.templatemonster.com/free-templates/free-website-template-design-studio.php?aff=designpixel">Download</a><span id="f8b6b7ab-d208-41f3-814f-0776fffb54b4" class="GINGER_SOFATWARE_mark"><span id="92e1aa11-1754-4b21-9a8b-404cee410f96" class="GINGER_SOFATWARE_mark"><span id="8a295442-3b15-49be-8dd4-eacb3808c9b1" class="GINGER_SOFATWARE_mark"><span id="bad5d710-c69d-4ffb-88bc-0f2af81ff189" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://blog.templatemonster.com/2012/12/03/free-website-template-cooking-site/?aff=designpixel" target="_blank"><b>Tasty-Looking Skin for Culinary Site</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site.jpg" class="aligncenter size-full wp-image-102" title="Tasty-Looking Skin for Culinary Site" alt="Tasty-Looking Skin for Culinary Site" width="600" height="582" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site-300x291.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-102" title="Tasty-Looking Skin for Culinary Site" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site.jpg" alt="Tasty-Looking Skin for Culinary Site" width="600" height="582" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Tasty-Looking-Skin-for-Culinary-Site-300x291.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="829da14b-819a-4150-b408-6f02d01ff3d5" class="GINGER_SOFATWARE_mark"><span id="49c3a50b-883d-4db5-bc47-0ca052aac64e" class="GINGER_SOFATWARE_mark"><span id="0a906b31-6fe3-4ea5-98aa-a62ce51793c4" class="GINGER_SOFATWARE_mark"><span id="9756be6b-124d-4c5a-ba54-a8cb54fc4f7d" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.websitetemplatesonline.com/free-template/Free-Cooking-School-Theme.html?aff=designpixel">Demo</a>&nbsp;|&nbsp;<a href="http://www.templatemonster.com/free-templates/free-website-template-cooking-site.php?aff=designpixel">Download</a><span id="96c1c735-91e6-49d7-833e-988b1f7d5c6c" class="GINGER_SOFATWARE_mark"><span id="55e22e9b-199d-46df-82a8-fe6f39da6100" class="GINGER_SOFATWARE_mark"><span id="7240b492-cdce-48e2-81ca-d5b238bc97e5" class="GINGER_SOFATWARE_mark"><span id="b6fa3007-fee3-4201-8d4e-5bd30a1c3992" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/05/bislite-html5-theme.html" target="_blank"><b><span id="eb41662c-ac99-4a9c-b6a6-99e542f0f3bf" class="GINGER_SOFATWARE_mark"><span id="084bffb8-2a95-4319-b84b-ef42b3495399" class="GINGER_SOFATWARE_mark"><span id="95235dcc-8017-4633-87b9-3e46782613bd" class="GINGER_SOFATWARE_mark"><span id="c4778012-c533-4d08-b91c-24c52a69b06c" class="GINGER_SOFATWARE_mark">BisLite</span></span></span></span> Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme.jpg" class="aligncenter size-full wp-image-103" title="BisLite Html5 Theme: Free HTML5 And CSS3 Web Templates" alt="BisLite Html5 Theme: Free HTML5 And CSS3 Web Templates" width="600" height="469" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-103" title="BisLite Html5 Theme: Free HTML5 And CSS3 Web Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme.jpg" alt="BisLite Html5 Theme: Free HTML5 And CSS3 Web Templates" width="600" height="469" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="61930559-7f39-4701-9390-cf46d688dd38" class="GINGER_SOFATWARE_mark"><span id="90015ab8-580f-4c50-989a-101335862148" class="GINGER_SOFATWARE_mark"><span id="14be9173-45b5-4063-89c8-d02ace75e3e0" class="GINGER_SOFATWARE_mark"><span id="bf274b31-af6f-4a1a-ad5c-5c1c83453c8e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=graphicsfuel&amp;temp=bislite">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=graphicsfuel&amp;temp=bislite">Download</a><span id="3aebb507-3348-49d6-9d03-7d0c758cecf4" class="GINGER_SOFATWARE_mark"><span id="69f19a95-6d77-4786-9d8f-6b263b708aa7" class="GINGER_SOFATWARE_mark"><span id="b0dcadec-1e3a-4b33-b042-5a7fd3aaad70" class="GINGER_SOFATWARE_mark"><span id="f77619a1-9dd5-493e-a883-6de4b5c9f025" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/CSS3_gallery_garden/index.html" target="_blank"><b>CSS3 Gallery Garden</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Gallery-Garden.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Gallery-Garden.jpg" class="aligncenter size-full wp-image-104" title="CSS3 Gallery Garden" alt="CSS3 Gallery Garden" width="600" height="506" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Gallery-Garden.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Gallery-Garden-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-104" title="CSS3 Gallery Garden" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Gallery-Garden.jpg" alt="CSS3 Gallery Garden" width="600" height="506" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Gallery-Garden.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Gallery-Garden-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="66904642-98e4-46c0-805a-79f1f923c7f1" class="GINGER_SOFATWARE_mark"><span id="89f8ba6d-2efc-47dc-91d0-43f08d98bd90" class="GINGER_SOFATWARE_mark"><span id="48e81e20-815e-4bc0-909f-c846fac33055" class="GINGER_SOFATWARE_mark"><span id="3b11ca0d-6774-42b7-922b-e23ee1871a97" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/CSS3_gallery_garden/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/CSS3_gallery_garden.zip">Download</a><span id="f0079dc6-6de5-45ef-b4c7-adf04a5208d7" class="GINGER_SOFATWARE_mark"><span id="e7dad5af-e67d-4a8b-9b89-167d52ef1403" class="GINGER_SOFATWARE_mark"><span id="3b6b64a2-e928-4f0c-be62-db152e2622b9" class="GINGER_SOFATWARE_mark"><span id="83e1bb1d-ef3b-48ba-8880-66075b342163" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/my_hotel/index.html" target="_blank"><b>My Hotel</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/My-Hotel.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/My-Hotel.jpg" class="aligncenter size-full wp-image-105" title="My Hotel- Free HTML5 And CSS3 Web Templates" alt="My Hotel- Free HTML5 And CSS3 Web Templates" width="600" height="422" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/My-Hotel.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/My-Hotel-300x211.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-105" title="My Hotel- Free HTML5 And CSS3 Web Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/My-Hotel.jpg" alt="My Hotel- Free HTML5 And CSS3 Web Templates" width="600" height="422" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/My-Hotel.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/My-Hotel-300x211.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="c0bb798f-8d18-476e-9d1b-ddc3d845a9b7" class="GINGER_SOFATWARE_mark"><span id="0ae06c90-ad9f-4603-92e9-5f6f075a1ef6" class="GINGER_SOFATWARE_mark"><span id="5eca0027-69a4-48b0-81cd-c2e47e985438" class="GINGER_SOFATWARE_mark"><span id="b2c5f68f-86e7-4218-a164-4ac6ceb336c7" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/my_hotel/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/my_hotel.zip">Download</a><span id="a3b334fe-7e06-46dc-9802-c48180c8f0a1" class="GINGER_SOFATWARE_mark"><span id="d3a71bbe-42b3-40d1-aa5a-e8462f78e164" class="GINGER_SOFATWARE_mark"><span id="3652a567-e961-473d-a946-5a41d0ac3834" class="GINGER_SOFATWARE_mark"><span id="10609cad-b1c8-4260-aaa6-41c80584eefa" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/05/nina-html5-theme.html" target="_blank"><b>Nina Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nina-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Nina-Html5-Theme.jpg" class="aligncenter  wp-image-106" title="Nina Html5 Theme" alt="Nina Html5 Theme" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nina-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nina-Html5-Theme-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter  wp-image-106" title="Nina Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Nina-Html5-Theme.jpg" alt="Nina Html5 Theme" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nina-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Nina-Html5-Theme-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="dc50ce18-ee66-48c1-8077-f783bf2414ee" class="GINGER_SOFATWARE_mark"><span id="b99ce776-1427-4413-b052-986b9fafd83a" class="GINGER_SOFATWARE_mark"><span id="c6833dfd-952d-46d0-b0a1-cda60b57c2d4" class="GINGER_SOFATWARE_mark"><span id="5181dccc-699b-4112-a161-ed8e01d74e7a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=ries&amp;temp=nina">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=ries&amp;temp=nina">Download</a><span id="26a31901-6dc8-4666-94c1-0e9bf5366089" class="GINGER_SOFATWARE_mark"><span id="db2eeebf-cb77-4e0f-bfce-9c5bb1ee3f59" class="GINGER_SOFATWARE_mark"><span id="60344388-07e0-470a-a0ac-973f3c33e681" class="GINGER_SOFATWARE_mark"><span id="0ced8e5e-bb44-490b-9f6f-d5b0b462d16e" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/photoartwork_bokeh/index.html" target="_blank"><b><span id="2e9d237a-d34b-40be-96b3-4f93219ad445" class="GINGER_SOFATWARE_mark"><span id="cf7ae02c-ecfa-406d-9933-20432cde9ab8" class="GINGER_SOFATWARE_mark"><span id="9765aadf-9f37-42cb-a0d6-68480082e696" class="GINGER_SOFATWARE_mark"><span id="ca50327a-82ce-4ebb-90da-3486b16f758c" class="GINGER_SOFATWARE_mark">Photoartwork</span></span></span></span> Bokeh</b></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Photoartwork-Bokeh.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Photoartwork-Bokeh.jpg" class="aligncenter size-full wp-image-107" alt="Photoartwork Bokeh" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Photoartwork-Bokeh.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Photoartwork-Bokeh-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-107" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Photoartwork-Bokeh.jpg" alt="Photoartwork Bokeh" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Photoartwork-Bokeh.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Photoartwork-Bokeh-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="ebfe3155-5b16-4fcd-9ef9-cc02aa8957b7" class="GINGER_SOFATWARE_mark"><span id="395c394c-4ee1-47bc-b945-ea4e1c5316c3" class="GINGER_SOFATWARE_mark"><span id="9efe29a0-d4c2-4d93-8a16-e3b12c9afc49" class="GINGER_SOFATWARE_mark"><span id="0e5e4082-b966-48fc-a036-2aaae0bbaf42" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/photoartwork_bokeh/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/photoartwork_bokeh.zip">Download</a><span id="afbd1f45-2893-4801-8ad0-77bd8bc87246" class="GINGER_SOFATWARE_mark"><span id="8d0d826f-f522-41d0-b081-7dcfaf8ec3bb" class="GINGER_SOFATWARE_mark"><span id="b4531be0-5b92-4b64-b274-3a2d80a9bcbd" class="GINGER_SOFATWARE_mark"><span id="bbcb5f4f-2fe0-4e9f-b1a6-722d5bce722c" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://luiszuno.com/themes/shinra/" target="_blank"><b>Shinra</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Shinra.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Shinra.jpg" class="aligncenter size-full wp-image-108" title="Shinra -Free HTML5 And CSS3 Web Templates" alt="Shinra -Free HTML5 And CSS3 Web Templates" width="600" height="468" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Shinra.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Shinra-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-108" title="Shinra -Free HTML5 And CSS3 Web Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Shinra.jpg" alt="Shinra -Free HTML5 And CSS3 Web Templates" width="600" height="468" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Shinra.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Shinra-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="8910a798-3a35-4c7c-8528-692cb176b808" class="GINGER_SOFATWARE_mark"><span id="4d7daffd-9f28-4682-8bc9-69e699e94298" class="GINGER_SOFATWARE_mark"><span id="553d0c9c-bed0-4d23-bda7-6b761ae07fc9" class="GINGER_SOFATWARE_mark"><span id="9aacb552-31e4-4de8-b0e2-9bb0dae73c16" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://luiszuno.com/themes/shinra/">Demo</a>&nbsp;|&nbsp;Download<span id="3e45967a-c15d-4b58-acd6-a6dabc5f5c16" class="GINGER_SOFATWARE_mark"><span id="62c231b5-93b7-4262-9ff2-959c1ff889ab" class="GINGER_SOFATWARE_mark"><span id="4ae02ab9-1e6b-4761-8fa2-8b03bfe474b3" class="GINGER_SOFATWARE_mark"><span id="3320d19c-ac30-4475-a6f9-13d5cf699fd7" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/CSS3_colour4/index.html" target="_blank"><b>CSS3 Colour4</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Colour4.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4.jpg" class="aligncenter size-full wp-image-109" title="CSS3 Colour4" alt="CSS3 Colour4" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-109" title="CSS3 Colour4" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Colour4.jpg" alt="CSS3 Colour4" width="600" height="449" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Colour4-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="74b7c156-dd45-4c38-8e7a-88e6d7164ad5" class="GINGER_SOFATWARE_mark"><span id="6b1a95a9-8d01-429b-887b-424236ec20f1" class="GINGER_SOFATWARE_mark"><span id="e68061bb-5bba-4e03-97e8-69355bee8bc5" class="GINGER_SOFATWARE_mark"><span id="5a59f086-1e44-4be8-8eb8-ce9830fa98e3" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/CSS3_colour4/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/CSS3_colour4.zip">Download</a><span id="7dfae84a-3118-48a8-bc89-9b89218088c8" class="GINGER_SOFATWARE_mark"><span id="b8145c04-1f15-495e-8878-992ed31da157" class="GINGER_SOFATWARE_mark"><span id="b439f475-5409-4549-813f-db88717ff43d" class="GINGER_SOFATWARE_mark"><span id="72b37c4a-f4fb-462e-a3ce-a3be4d88a8ec" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://stylishwebdesigner.com/real-estate-responsive-website-template/" target="_blank"><b>Real Estate Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Real-Estate-Responsive-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Real-Estate-Responsive-Template.jpg" class="aligncenter size-full wp-image-110" title="Real Estate Responsive Template" alt="Real Estate Responsive Template" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Real-Estate-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Real-Estate-Responsive-Template-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-110" title="Real Estate Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Real-Estate-Responsive-Template.jpg" alt="Real Estate Responsive Template" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Real-Estate-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Real-Estate-Responsive-Template-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="a72e986c-729a-4879-bb74-13b326290c10" class="GINGER_SOFATWARE_mark"><span id="56ed897a-7025-4f41-964f-fa5412b0ba3e" class="GINGER_SOFATWARE_mark"><span id="9b8f0622-2705-4120-8944-e46309cbca4f" class="GINGER_SOFATWARE_mark"><span id="4f846693-70dd-48e6-b01b-bafb3d6d2d95" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="#">Demo</a>&nbsp;|&nbsp;<a href="http://stylishwebdesigner.com/wp-content/uploads/2012/10/real-estate.zip">Download</a><span id="8840b6bf-e982-4ee1-a025-25a74502983c" class="GINGER_SOFATWARE_mark"><span id="d85dda4d-d7f4-4425-9c84-6f456c1ed87c" class="GINGER_SOFATWARE_mark"><span id="14924ef9-2af5-4ed7-8176-21f5be0cc1fc" class="GINGER_SOFATWARE_mark"><span id="674b90d6-278f-43b2-86b9-fcff98476fca" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/CSS3_design_two/index.html" target="_blank"><b>CSS3 Design Two</b></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Design-Two.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Design-Two.jpg" class="aligncenter size-full wp-image-111" title="CSS3 Design Two" alt="CSS3 Design Two" width="600" height="457" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Design-Two.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Design-Two-300x229.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-111" title="CSS3 Design Two" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Design-Two.jpg" alt="CSS3 Design Two" width="600" height="457" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Design-Two.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Design-Two-300x229.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="4b49b42c-f41e-4495-a668-fa259994b59b" class="GINGER_SOFATWARE_mark"><span id="deed4a4c-621e-40bd-b4e4-9b2517361039" class="GINGER_SOFATWARE_mark"><span id="03ca164d-e62c-486c-905c-4ca1c7a2d850" class="GINGER_SOFATWARE_mark"><span id="47427830-feb2-492e-a7ec-1e85161b01ff" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/CSS3_design_two/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/CSS3_design_two.zip">Download</a><span id="4923bebd-1e9f-4266-8bf0-ff1b68d0874a" class="GINGER_SOFATWARE_mark"><span id="13870a0c-aa3d-4cc3-9bac-4744db2054af" class="GINGER_SOFATWARE_mark"><span id="154f6c0b-0e1f-49b1-aa55-0df98ab1453c" class="GINGER_SOFATWARE_mark"><span id="de34583f-adac-4a04-a9ac-f72678516215" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/CSS3_seascape_two/index.html" target="_blank"><b>CSS3 Seascape Two</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Seascape-Two.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Seascape-Two.jpg" class="aligncenter size-full wp-image-112" title="CSS3 Seascape Two" alt="CSS3 Seascape Two" width="600" height="491" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Seascape-Two.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Seascape-Two-300x246.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-112" title="CSS3 Seascape Two" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Seascape-Two.jpg" alt="CSS3 Seascape Two" width="600" height="491" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Seascape-Two.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Seascape-Two-300x246.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="eb098cdf-d8d3-41ad-8af2-7204579076d7" class="GINGER_SOFATWARE_mark"><span id="9a861c53-ddde-4926-95d3-f15638358581" class="GINGER_SOFATWARE_mark"><span id="dbf67e6d-319f-400c-8e93-343ed7b067f3" class="GINGER_SOFATWARE_mark"><span id="177e1b1a-b067-4c19-b79a-1a23a08c2e09" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/CSS3_seascape_two/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/CSS3_seascape_two.zip">Download</a><span id="9bc0cc59-26e6-4776-a78a-287a1a608679" class="GINGER_SOFATWARE_mark"><span id="7a8d3de4-657f-4732-8a0b-65caaef0c4ba" class="GINGER_SOFATWARE_mark"><span id="ed24d251-0d6d-44de-9670-b2509088776d" class="GINGER_SOFATWARE_mark"><span id="a95e4328-6ffb-461c-9672-b870fe2c1a42" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/workit-v2" target="_blank"><b><span id="c16fbe42-b05e-47f7-b07b-51fa2e05c868" class="GINGER_SOFATWARE_mark"><span id="5f3f88c6-022a-47a6-b813-0febcc67f558" class="GINGER_SOFATWARE_mark"><span id="deba19f8-08b2-4204-bc91-99ef490189d7" class="GINGER_SOFATWARE_mark"><span id="4c5d6f4a-5b07-4ea5-905e-250e54abe65f" class="GINGER_SOFATWARE_mark">Workit</span></span></span></span> V.2 Free <span id="f5d98463-46d8-403d-8ba0-0e7050511afb" class="GINGER_SOFATWARE_mark"><span id="e8d37533-7953-4ce7-a011-105701ab158c" class="GINGER_SOFATWARE_mark"><span id="3358e72b-b06b-4649-ba65-9d8a5e716ba5" class="GINGER_SOFATWARE_mark"><span id="5826b41f-0a58-4d0c-a32d-8cfc882852e2" class="GINGER_SOFATWARE_mark">Website</span></span></span></span> Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template.jpg" class="aligncenter size-full wp-image-113" title="Workit V.2 Free Website Template" alt="Workit V.2 Free Website Template" width="600" height="529" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template-300x265.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-113" title="Workit V.2 Free Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template.jpg" alt="Workit V.2 Free Website Template" width="600" height="529" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Workit-V.2-Free-Website-Template-300x265.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="c86ab5a7-b32d-460c-b532-6dee0bdf4e7d" class="GINGER_SOFATWARE_mark"><span id="f0c23e7b-1ebd-4258-935a-064fbe86a399" class="GINGER_SOFATWARE_mark"><span id="0e9596d9-4ac7-43ea-bfcd-f5549ccd8b7a" class="GINGER_SOFATWARE_mark"><span id="82cbe73b-5bf7-4b97-938a-d11fa0a471b8" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/workit-v2/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/workit-v2.zip">Download</a><span id="a5614e9c-100f-4e95-b55f-72bab11bf3da" class="GINGER_SOFATWARE_mark"><span id="efb13232-4b6a-47a4-9a8f-d1e4e38f4184" class="GINGER_SOFATWARE_mark"><span id="4a9fc557-5bb2-4332-8587-3b438286fe65" class="GINGER_SOFATWARE_mark"><span id="8faa8af3-008c-4955-ab45-2526a03d8560" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/techbusiness" target="_blank"><b><span id="bbcdbb26-896f-4f20-bd06-6fb5211ba05e" class="GINGER_SOFATWARE_mark"><span id="1e929bdf-06a8-4e6b-99a8-d7af5b7788d7" class="GINGER_SOFATWARE_mark"><span id="e5054c44-7d1a-4892-9386-5bbdf0148358" class="GINGER_SOFATWARE_mark"><span id="888e5e1c-ef35-40ca-8eea-f973c265c302" class="GINGER_SOFATWARE_mark">TechBusiness</span></span></span></span> Free Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TechBusiness-Free-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/TechBusiness-Free-Template.jpg" class="aligncenter size-full wp-image-114" title="TechBusiness Free Template" alt="TechBusiness Free Template" width="600" height="470" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/TechBusiness-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/TechBusiness-Free-Template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-114" title="TechBusiness Free Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TechBusiness-Free-Template.jpg" alt="TechBusiness Free Template" width="600" height="470" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/TechBusiness-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/TechBusiness-Free-Template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="4a49b4ba-af01-43d6-bbfc-2bdd049cb6b0" class="GINGER_SOFATWARE_mark"><span id="f5b63863-80e5-4f2f-aadc-bcc4cf96bf8c" class="GINGER_SOFATWARE_mark"><span id="99147120-6a0b-470c-ad66-e334129088e5" class="GINGER_SOFATWARE_mark"><span id="04d3b9f4-b347-4fda-844c-d1fb6b4578da" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/techbusiness/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/techbusiness.zip">Download</a><span id="4ad3374b-5175-4285-b652-eadc415bb919" class="GINGER_SOFATWARE_mark"><span id="7936f568-3b1f-45a5-9f28-966a2f0e43ef" class="GINGER_SOFATWARE_mark"><span id="59086a2a-7b2a-49b9-942b-db4aee4bf6e5" class="GINGER_SOFATWARE_mark"><span id="3d838432-c7fd-419a-b285-e403768fb060" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/CSS3_three/index.html" target="_blank"><b>CSS3 Three</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Three.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Three.jpg" class="aligncenter size-full wp-image-115" title="CSS3 Three" alt="CSS3 Three" width="600" height="456" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Three.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Three-300x228.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-115" title="CSS3 Three" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Three.jpg" alt="CSS3 Three" width="600" height="456" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Three.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Three-300x228.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="5b2b0b1e-4a20-490c-91c5-397f6f07096e" class="GINGER_SOFATWARE_mark"><span id="8bf916ed-9a5a-4d2e-9a4f-448017cacc26" class="GINGER_SOFATWARE_mark"><span id="bfd6cede-dcbd-4f74-8f54-769e4cae64bf" class="GINGER_SOFATWARE_mark"><span id="83f8708a-45bf-4f24-98a1-e8bb92c849df" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/CSS3_three/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/CSS3_three.zip">Download</a><span id="7e7d7c83-8678-41da-bcc6-b160dcc449d1" class="GINGER_SOFATWARE_mark"><span id="46438219-980b-490d-9625-eb92c4d36832" class="GINGER_SOFATWARE_mark"><span id="3655c8b2-a901-410a-8547-5c2593ce0544" class="GINGER_SOFATWARE_mark"><span id="4ba23efb-0672-411a-82c0-05a61fbd1c38" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/cleanlines" target="_blank"><b><span id="13b2c0d8-8d77-4891-a37e-ab899a9c72e0" class="GINGER_SOFATWARE_mark"><span id="3c86c38a-a345-4e76-bbfc-4b785ca53436" class="GINGER_SOFATWARE_mark"><span id="978c3816-c08c-4acd-8ff7-f450b17a8dc1" class="GINGER_SOFATWARE_mark"><span id="acfe1346-37f1-478f-a35f-6405fedfe704" class="GINGER_SOFATWARE_mark">CleanLines</span></span></span></span> Website Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CleanLines-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CleanLines-Website-Template.jpg" class="aligncenter size-full wp-image-116" title="CleanLines Website Template" alt="CleanLines Website Template" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CleanLines-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CleanLines-Website-Template-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-116" title="CleanLines Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CleanLines-Website-Template.jpg" alt="CleanLines Website Template" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CleanLines-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CleanLines-Website-Template-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="894de310-b929-482d-b33f-9dbd32ea0d96" class="GINGER_SOFATWARE_mark"><span id="7ea2fe27-7e17-4766-8d56-81ea956e77f6" class="GINGER_SOFATWARE_mark"><span id="b7ff074f-7c31-47dd-8cb5-8008a48e2344" class="GINGER_SOFATWARE_mark"><span id="d5595a53-7f5f-439f-853b-0c9002558bee" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/cleanlines/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/cleanlines.zip">Download</a><span id="2bdb99f3-2787-4e23-8594-74bfa9441f38" class="GINGER_SOFATWARE_mark"><span id="da2e1b22-e17a-453e-b21c-2b76989404ef" class="GINGER_SOFATWARE_mark"><span id="32d698a7-c1a8-4978-a8c1-9921e01f9482" class="GINGER_SOFATWARE_mark"><span id="33ff3248-a70e-4a28-ae22-f4fc5c496c1e" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/workaholic" target="_blank"><b><span id="a95830ad-b08c-4d80-a2eb-3ed9c2ef817c" class="GINGER_SOFATWARE_mark"><span id="2ac3eff0-e86c-4307-a77e-e5f198ae61e7" class="GINGER_SOFATWARE_mark"><span id="63482c32-f880-4974-a393-92460290334b" class="GINGER_SOFATWARE_mark"><span id="0936a440-bec2-4951-a17d-2fa84ac9caf5" class="GINGER_SOFATWARE_mark">WorkAholic</span></span></span></span> Website</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WorkAholic-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/WorkAholic-Website.jpg" class="aligncenter size-full wp-image-117" title="WorkAholic Website" alt="WorkAholic Website" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/WorkAholic-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/WorkAholic-Website-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-117" title="WorkAholic Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WorkAholic-Website.jpg" alt="WorkAholic Website" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/WorkAholic-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/WorkAholic-Website-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="20e056bb-9157-41a4-9eb8-95f812ad3aa5" class="GINGER_SOFATWARE_mark"><span id="860dc8c2-f4bc-4a73-9d63-11cb18a78726" class="GINGER_SOFATWARE_mark"><span id="2c9f74dc-7ff7-49f8-bbb5-42d0ad2c8f0e" class="GINGER_SOFATWARE_mark"><span id="2a32f9d0-6d10-4b4f-b13e-87751d53229f" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/workaholic/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/workaholic.zip">Download</a><span id="34a1d01a-23d3-4201-a546-ae6c0dd96555" class="GINGER_SOFATWARE_mark"><span id="30dc474a-2dec-48a7-b14c-41af5e7dec61" class="GINGER_SOFATWARE_mark"><span id="b76b97e9-4425-44a5-8d63-88552a5e798e" class="GINGER_SOFATWARE_mark"><span id="940c0297-8fa3-4279-aa03-c749c953fc69" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/04/html5-template-imcreative.html" target="_blank"><b><span id="cd58983a-6bfa-4ba4-b156-08bf7f70f3e2" class="GINGER_SOFATWARE_mark"><span id="2d276293-caa4-47ce-8069-599f76a965e8" class="GINGER_SOFATWARE_mark"><span id="83fb360b-ce10-4aed-9fbe-f2d9764cd90d" class="GINGER_SOFATWARE_mark"><span id="3e7f5488-676f-4bc4-b312-6855729a1d50" class="GINGER_SOFATWARE_mark">ImCreative</span></span></span></span> Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-118" title="ImCreative Responsive Html5 Theme" alt="ImCreative Responsive Html5 Theme" width="600" height="489" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme-300x245.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-118" title="ImCreative Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme.jpg" alt="ImCreative Responsive Html5 Theme" width="600" height="489" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/ImCreative-Responsive-Html5-Theme-300x245.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="751c746c-94fa-43e0-99e8-534d8cd534c9" class="GINGER_SOFATWARE_mark"><span id="1e33bb1a-679f-4e80-92a1-e070730f2715" class="GINGER_SOFATWARE_mark"><span id="c08c4fa4-ccb8-409e-a572-7629aad4236f" class="GINGER_SOFATWARE_mark"><span id="60494c23-3da2-4c58-8252-941af63da6d0" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=egrappler&amp;temp=imcreative">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=egrappler&amp;temp=imcreative">Download</a><span id="08cba59d-eba2-49bb-9555-11f4e37c567e" class="GINGER_SOFATWARE_mark"><span id="9ac71cd6-0825-4542-b0b0-6061bb8a00ae" class="GINGER_SOFATWARE_mark"><span id="d411fb1d-1737-46a2-bd52-996da01b830b" class="GINGER_SOFATWARE_mark"><span id="eb0e999b-2a99-4e5d-8e86-f0869c6cd4da" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/competitive" target="_blank"><b>Competitive Website Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Competitive-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Competitive-Website-Template.jpg" class="aligncenter size-full wp-image-119" title="Competitive Website Template" alt="Competitive Website Template" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Competitive-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Competitive-Website-Template-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-119" title="Competitive Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Competitive-Website-Template.jpg" alt="Competitive Website Template" width="600" height="479" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Competitive-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Competitive-Website-Template-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="d37d7300-1d7f-4310-b53d-cb4d187bd7b1" class="GINGER_SOFATWARE_mark"><span id="c8d7a087-96ea-4979-832a-5833d564cbc8" class="GINGER_SOFATWARE_mark"><span id="c81e2d3e-629b-4f0b-b848-67ea5e188af8" class="GINGER_SOFATWARE_mark"><span id="65ac4d23-9b8c-4d73-a442-dbd10703aac9" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/competitive/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/competitive.zip">Download</a><span id="aa169146-02d8-4df1-a4ae-53dad1a743c3" class="GINGER_SOFATWARE_mark"><span id="2c675b0c-a4cb-4639-9afc-347fd5d38f96" class="GINGER_SOFATWARE_mark"><span id="6b555600-0995-4df1-8baf-c2bf17edcb78" class="GINGER_SOFATWARE_mark"><span id="4592f066-147a-480d-98dc-3a31c5c4530f" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/03/html5-template-burn-studio.html" target="_blank"><b><span id="d6f06a32-ab83-4160-816a-968f26c83b58" class="GINGER_SOFATWARE_mark"><span id="1a401d68-9d0d-47a7-91b1-11dbef0bff8a" class="GINGER_SOFATWARE_mark"><span id="74cdc1ba-9820-4e25-9981-dd0fe1337a6c" class="GINGER_SOFATWARE_mark"><span id="1c822675-cd90-4e82-ba08-9494c6a16d18" class="GINGER_SOFATWARE_mark">BurnStudio</span></span></span></span> Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-120" title="BurnStudio Responsive Html5 Theme" alt="BurnStudio Responsive Html5 Theme" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-120" title="BurnStudio Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme.jpg" alt="BurnStudio Responsive Html5 Theme" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BurnStudio-Responsive-Html5-Theme-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="0f1d51a5-0810-4eb8-a0db-01c9ef73d85f" class="GINGER_SOFATWARE_mark"><span id="e66ffb4a-e8ff-4b75-8c95-8d3b1896f554" class="GINGER_SOFATWARE_mark"><span id="07adabfa-c8ee-4c84-9d4e-e184d747efb7" class="GINGER_SOFATWARE_mark"><span id="84d2b281-d3cf-416f-8298-22c6248ac78a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=1stwebdesigner&amp;temp=burnstudio">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=1stwebdesigner&amp;temp=burnstudio">Download</a><span id="e64f0a01-2336-4441-837d-eaf13bb386ab" class="GINGER_SOFATWARE_mark"><span id="8d4ba134-ebaa-49df-8150-dd8e75cbbf47" class="GINGER_SOFATWARE_mark"><span id="7c602b82-bba1-46d5-bd25-058afc4bf503" class="GINGER_SOFATWARE_mark"><span id="4e23ef47-9430-4d8f-8224-f415d154f555" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/simplistic" target="_blank"><b>Simplistic Website Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simplistic-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Simplistic-Website-Template.jpg" class="aligncenter size-full wp-image-121" title="Simplistic Website Template" alt="Simplistic Website Template" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simplistic-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simplistic-Website-Template-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-121" title="Simplistic Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Simplistic-Website-Template.jpg" alt="Simplistic Website Template" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simplistic-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Simplistic-Website-Template-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="2d6a0277-2882-4928-98f0-92a8e750dbf1" class="GINGER_SOFATWARE_mark"><span id="c4ec3cb5-7bd5-4f20-a01c-f6cc656e0cf5" class="GINGER_SOFATWARE_mark"><span id="ec38214b-7bd1-4417-9ddc-5389276e2cba" class="GINGER_SOFATWARE_mark"><span id="9105148f-f4fa-41a0-b287-a2078cab74c2" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/simplistic/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/simplistic.zip">Download</a><span id="b7c1edeb-dd2d-46e5-be6e-4c8f27349849" class="GINGER_SOFATWARE_mark"><span id="e858e218-38cb-4835-9d67-53c2720ba0b1" class="GINGER_SOFATWARE_mark"><span id="f019238e-3664-43c6-a9ec-ea7ccbfac6f1" class="GINGER_SOFATWARE_mark"><span id="c943483c-cf6e-43ba-a9c6-d602883a59ae" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/03/html5-template-striped.html" target="_blank"><b>Striped Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-122" title="Striped Responsive Html5 Theme" alt="Striped Responsive Html5 Theme" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-122" title="Striped Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme.jpg" alt="Striped Responsive Html5 Theme" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Striped-Responsive-Html5-Theme-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="404df4d4-0b86-44e4-a208-e6111c2225e1" class="GINGER_SOFATWARE_mark"><span id="17a74d9f-07dc-4dc2-bb43-c8b686cc57a0" class="GINGER_SOFATWARE_mark"><span id="6a4371a5-c3cb-4545-ad4d-27669366c055" class="GINGER_SOFATWARE_mark"><span id="4e6571c2-4d13-4d1d-87ba-34673823f905" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5up&amp;temp=striped">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5up&amp;temp=striped">Download</a><span id="11f7e6a6-3fb3-4e1a-a7e5-529bcae78ce2" class="GINGER_SOFATWARE_mark"><span id="88f90235-1c04-4066-bde7-273ecb31d0d7" class="GINGER_SOFATWARE_mark"><span id="4058b6a0-261e-4472-926c-1c255d34f1a3" class="GINGER_SOFATWARE_mark"><span id="bbf11cc4-0797-4abd-9427-39b60c0d4d1f" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/elementary" target="_blank"><b>Elementary Website Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elementary-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elementary-Website-Template.jpg" class="aligncenter size-full wp-image-123" title="Elementary Website Template" alt="Elementary Website Template" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elementary-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elementary-Website-Template-300x219.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-123" title="Elementary Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elementary-Website-Template.jpg" alt="Elementary Website Template" width="600" height="437" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elementary-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elementary-Website-Template-300x219.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="b5892179-1c2a-4c20-b2bd-00c79d74251f" class="GINGER_SOFATWARE_mark"><span id="4405fce8-da26-4350-9b0d-c47b9803cf45" class="GINGER_SOFATWARE_mark"><span id="918c89bd-a8d4-4995-88ca-bcf640a22d72" class="GINGER_SOFATWARE_mark"><span id="612bcd34-2d0b-4c4f-9a0e-2436121b6cfd" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/elementary/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/elementary.zip">Download</a><span id="51beccc7-0422-4ee1-82d9-39fa371f7ef8" class="GINGER_SOFATWARE_mark"><span id="0f9660fe-4bd8-4c19-86bd-15b7ed71de2c" class="GINGER_SOFATWARE_mark"><span id="9c17edeb-b82e-4e13-a322-f82a80f3129d" class="GINGER_SOFATWARE_mark"><span id="3e7c1ada-01b5-446e-9bd3-51c2ab9746aa" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/02/html5-template-obscura.html" target="_blank"><b>Obscura Responsive Html5 Theme</b></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-124" title="Obscura Responsive Html5 Theme" alt="Obscura Responsive Html5 Theme" width="600" height="448" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme-300x224.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-124" title="Obscura Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme.jpg" alt="Obscura Responsive Html5 Theme" width="600" height="448" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Obscura-Responsive-Html5-Theme-300x224.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="75e0a353-13a9-425b-b8dc-cf550c20cc6d" class="GINGER_SOFATWARE_mark"><span id="a52a3cfb-9090-43ed-a3c5-e94bac877edb" class="GINGER_SOFATWARE_mark"><span id="87203eb4-2ace-4e77-9250-78df2d824b4f" class="GINGER_SOFATWARE_mark"><span id="32808a8d-8ee7-409a-8976-c1d5adfe492e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=elemisdesign&amp;temp=obscura">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=elemisdesign&amp;temp=obscura">Download</a><span id="211fe892-a8a1-4a6a-beb7-a952a8918b60" class="GINGER_SOFATWARE_mark"><span id="d904daa6-c66e-4183-b8f4-8e2a3b13fa3e" class="GINGER_SOFATWARE_mark"><span id="b8d4a5cc-f11c-44a1-b387-8e36c73d5d68" class="GINGER_SOFATWARE_mark"><span id="7926fda2-b24e-40b6-93d4-594af468ec37" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/gallerised" target="_blank"><b><span id="baf8a5af-7254-46b3-bce8-36c59dc43ae3" class="GINGER_SOFATWARE_mark"><span id="5d920004-960a-44e1-bdde-680e58e5a330" class="GINGER_SOFATWARE_mark"><span id="b6bbf141-c8b0-4e2f-8bbe-5fef4aa33bf3" class="GINGER_SOFATWARE_mark"><span id="7a2295d8-6160-4739-b14a-f03743f9ba8c" class="GINGER_SOFATWARE_mark">Gallerised</span></span></span></span> Website</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gallerised-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Gallerised-Website.jpg" class="aligncenter size-full wp-image-125" title="Gallerised Website" alt="Gallerised Website" width="600" height="466" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gallerised-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gallerised-Website-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-125" title="Gallerised Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Gallerised-Website.jpg" alt="Gallerised Website" width="600" height="466" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gallerised-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Gallerised-Website-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="ed9776ea-dbb3-4c0c-a106-a55864366d31" class="GINGER_SOFATWARE_mark"><span id="e09d64a1-11be-4e59-86b3-26c39889d2f5" class="GINGER_SOFATWARE_mark"><span id="9701adf4-b2be-431e-9ad4-ad736ad6d1d2" class="GINGER_SOFATWARE_mark"><span id="2dfe75ce-59cb-4320-a8f4-10912bbbc41f" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/gallerised/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/gallerised/">Download</a><span id="9f8f4339-6aae-43a4-84cb-4270d95c6da9" class="GINGER_SOFATWARE_mark"><span id="c5b1a344-037f-450d-8725-0dd64deacd70" class="GINGER_SOFATWARE_mark"><span id="279a93ab-e1d0-4bc2-977f-e68f9601a226" class="GINGER_SOFATWARE_mark"><span id="3eac1639-ec09-4242-8a85-95041cbc0c42" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/01/html5-template-txt.html" target="_blank"><b><span id="24b67384-d1f5-4504-a88e-bd5f4cdcd156" class="GINGER_SOFATWARE_mark"><span id="93eddc33-9184-4c7e-84a3-c716a647efc2" class="GINGER_SOFATWARE_mark"><span id="f3ee5857-14a6-4028-8dbb-dab8d6abf72f" class="GINGER_SOFATWARE_mark"><span id="5b0f1b63-147d-43d4-a5c0-c36d125f6b51" class="GINGER_SOFATWARE_mark">Txt</span></span></span></span> Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-126" title="Txt Responsive Html5 Theme" alt="Txt Responsive Html5 Theme" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-126" title="Txt Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme.jpg" alt="Txt Responsive Html5 Theme" width="600" height="494" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Txt-Responsive-Html5-Theme-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="609d63b2-ac2b-409c-ab95-4cdd2c5699cc" class="GINGER_SOFATWARE_mark"><span id="16abfd27-4ab5-4272-a48f-a000323c1bef" class="GINGER_SOFATWARE_mark"><span id="dd438284-0aba-4514-b5fb-f86aca6043f8" class="GINGER_SOFATWARE_mark"><span id="54194996-7a11-41d1-b25a-9daf2495fc73" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=html5up&amp;temp=txt">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=html5up&amp;temp=txt">Download</a><span id="a1771477-f061-40bd-b756-2a0b0c9241c0" class="GINGER_SOFATWARE_mark"><span id="2af3281d-a890-43ea-bb10-3b841c8b95fd" class="GINGER_SOFATWARE_mark"><span id="d97a1c93-1fae-40fd-b372-a7041258b727" class="GINGER_SOFATWARE_mark"><span id="4597a143-72bf-4575-b5b8-cb16444a1154" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/modern-business" target="_blank"><b>Modern Business Free Website</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modern-Business-Free-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Modern-Business-Free-Website.jpg" class="aligncenter size-full wp-image-127" title="Modern Business Free Website" alt="Modern Business Free Website" width="600" height="566" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Business-Free-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Business-Free-Website-300x283.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-127" title="Modern Business Free Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modern-Business-Free-Website.jpg" alt="Modern Business Free Website" width="600" height="566" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Business-Free-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modern-Business-Free-Website-300x283.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="f82eb0be-4060-4a4c-b71f-396bd7f45752" class="GINGER_SOFATWARE_mark"><span id="2334f219-40d4-406c-b14b-fe2abfad5190" class="GINGER_SOFATWARE_mark"><span id="3e4ad6c6-b09e-4fd3-b4a1-b01dbfa32351" class="GINGER_SOFATWARE_mark"><span id="9bf1baee-6a9e-44c4-a70a-5581d1f69594" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/modern-business/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/modern-business.zip">Download</a><span id="a77ff16a-26d0-4774-86db-a6b934ff4e2b" class="GINGER_SOFATWARE_mark"><span id="7de8f804-67df-4a2c-9458-af8ee0aa05a6" class="GINGER_SOFATWARE_mark"><span id="2906dc25-f36d-4dc4-a87f-d4c3a0459dd2" class="GINGER_SOFATWARE_mark"><span id="dd5c7a10-127a-419b-b737-c3e8ffa60cc7" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2013/01/html5-template-halftone.html" target="_blank"><b><span id="bbd23e5b-b57a-4cd9-8a23-129127f4c9c0" class="GINGER_SOFATWARE_mark"><span id="ede530c5-fd0a-4e75-9821-e7f57d7c9469" class="GINGER_SOFATWARE_mark"><span id="fcff0680-c5fe-43cc-88c7-db8823d383a0" class="GINGER_SOFATWARE_mark"><span id="df2573c6-c585-44ce-9c1d-319f2fefd5a8" class="GINGER_SOFATWARE_mark">HalfTone</span></span></span></span> Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-128" title="HalfTone Responsive Html5 Theme" alt="HalfTone Responsive Html5 Theme" width="600" height="544" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme-300x272.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-128" title="HalfTone Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme.jpg" alt="HalfTone Responsive Html5 Theme" width="600" height="544" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HalfTone-Responsive-Html5-Theme-300x272.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="9735844f-61f5-48aa-890b-38861a7db30b" class="GINGER_SOFATWARE_mark"><span id="1db44ba9-cf30-4d19-942e-42806306f77d" class="GINGER_SOFATWARE_mark"><span id="57a2bae2-4160-4dd4-9cdc-09dde4102f9d" class="GINGER_SOFATWARE_mark"><span id="5336e772-0000-4e12-9243-4859e9b07fc7" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=luiszuno&amp;temp=halftone">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=luiszuno&amp;temp=halftone">Download</a><span id="dbeb0758-594a-48db-942b-1e929bfbe468" class="GINGER_SOFATWARE_mark"><span id="8e5980d5-4e4e-42d3-a2ed-958cb32da955" class="GINGER_SOFATWARE_mark"><span id="010f8b01-bbad-476e-9dd4-d1e5a597092e" class="GINGER_SOFATWARE_mark"><span id="b9aa582d-85ac-4e6e-9502-da25f2ff3fce" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/modular-business" target="_blank"><b>Modular Business Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modular-Business-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Modular-Business-Template.jpg" class="aligncenter size-full wp-image-129" title="Modular Business Template" alt="Modular Business Template" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modular-Business-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modular-Business-Template-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-129" title="Modular Business Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Modular-Business-Template.jpg" alt="Modular Business Template" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modular-Business-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Modular-Business-Template-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="f75f48e1-8106-44b0-9570-c39530f9d2c8" class="GINGER_SOFATWARE_mark"><span id="cf26e944-1dbe-4ced-8e7b-cb22ea6ed00c" class="GINGER_SOFATWARE_mark"><span id="9626b53c-1ac2-4ac6-a808-fc100be83e88" class="GINGER_SOFATWARE_mark"><span id="c5672f26-7bfd-4011-a79e-f05fc9c99f59" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/modular-business/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/modular-business.zip">Download</a><span id="3b17db8a-f9ba-4d2a-b3ef-7f257a377f25" class="GINGER_SOFATWARE_mark"><span id="5a30413a-7fa1-4689-b607-68d4cc39ee2e" class="GINGER_SOFATWARE_mark"><span id="476fc372-6364-4bb7-b400-17411f813cf4" class="GINGER_SOFATWARE_mark"><span id="e3ac3ccb-a8ea-4de8-87bf-0b5bef72b21f" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/plusbusiness" target="_blank"><b><span id="58431b4f-44c5-47e8-aeb5-e33a0d76bccf" class="GINGER_SOFATWARE_mark"><span id="d17a3c51-644c-48f1-acd9-5d6ddcbb6656" class="GINGER_SOFATWARE_mark"><span id="59ba1d73-d7f9-4ef8-b01a-9c8d42c6625e" class="GINGER_SOFATWARE_mark"><span id="061dca61-49cc-4d41-8332-08a936d39bf8" class="GINGER_SOFATWARE_mark">PlusBusiness</span></span></span></span> Free Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PlusBusiness-Free-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/PlusBusiness-Free-Template.jpg" class="aligncenter size-full wp-image-130" title="PlusBusiness Free Template" alt="PlusBusiness Free Template" width="600" height="469" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PlusBusiness-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PlusBusiness-Free-Template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-130" title="PlusBusiness Free Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PlusBusiness-Free-Template.jpg" alt="PlusBusiness Free Template" width="600" height="469" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PlusBusiness-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PlusBusiness-Free-Template-300x235.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="db59d62b-54da-42e3-94b8-519877a634bb" class="GINGER_SOFATWARE_mark"><span id="ded9048c-4e7f-4e36-9987-430c1572de26" class="GINGER_SOFATWARE_mark"><span id="e228e4d7-570e-4ce5-b2d1-58cdcb9b0c87" class="GINGER_SOFATWARE_mark"><span id="c403bb54-fb9e-4287-944c-eccb7836d43c" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/plusbusiness/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/plusbusiness.zip">Download</a><span id="fb804cbd-4cfb-46f6-b9a5-92c9d20476cf" class="GINGER_SOFATWARE_mark"><span id="a7faddb3-2ed3-4fdf-8bac-54ecc4442ce5" class="GINGER_SOFATWARE_mark"><span id="3ff1f34c-a6de-4981-bb0c-13ee84928d71" class="GINGER_SOFATWARE_mark"><span id="bfa23193-d11b-4ba2-a4e0-1cf444fb83e4" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/presentable" target="_blank"><b>Presentable Free Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Presentable-Free-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Presentable-Free-Template.jpg" class="aligncenter size-full wp-image-131" title="Presentable Free Template" alt="Presentable Free Template" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Presentable-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Presentable-Free-Template-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-131" title="Presentable Free Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Presentable-Free-Template.jpg" alt="Presentable Free Template" width="600" height="493" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Presentable-Free-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Presentable-Free-Template-300x247.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="8ac140d3-4915-4ffa-a9af-88037c786b47" class="GINGER_SOFATWARE_mark"><span id="80149280-a3d5-4abf-9119-c78e09eb046e" class="GINGER_SOFATWARE_mark"><span id="6c65bd52-7d4a-40d3-9fbc-ec9682003498" class="GINGER_SOFATWARE_mark"><span id="e6769b2e-939a-452a-af9c-1f2d4ee00672" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/presentable/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/presentable.zip">Download</a><span id="083ba3fa-831c-4dec-bcf3-b45016d5498b" class="GINGER_SOFATWARE_mark"><span id="e7565805-f426-4903-8f14-975751447203" class="GINGER_SOFATWARE_mark"><span id="a8049a4c-4d23-4d5e-afca-0c9171a014cd" class="GINGER_SOFATWARE_mark"><span id="c14b3633-f9e3-4ac8-830b-4ac6ff0858b5" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.os-templates.com/free-website-templates/prestigious" target="_blank"><b>Prestigious Free <span id="626acdb5-5e32-4086-a4c4-baa668455120" class="GINGER_SOFATWARE_mark"><span id="d8b568a7-97e7-4c6b-aa52-16a3589a65cc" class="GINGER_SOFATWARE_mark"><span id="4761ed1c-542f-4bdf-83d6-46a0c23e04db" class="GINGER_SOFATWARE_mark"><span id="454fff47-c2b9-4fc4-9ee2-5bb460a81165" class="GINGER_SOFATWARE_mark">Website</span></span></span></span> Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Prestigious-Free-Website-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Prestigious-Free-Website-Template.jpg" class="aligncenter size-full wp-image-132" title="Prestigious Free Website Template" alt="Prestigious Free Website Template" width="600" height="486" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Prestigious-Free-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Prestigious-Free-Website-Template-300x243.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-132" title="Prestigious Free Website Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Prestigious-Free-Website-Template.jpg" alt="Prestigious Free Website Template" width="600" height="486" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Prestigious-Free-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Prestigious-Free-Website-Template-300x243.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="b8181373-fa03-47c1-b5d4-819cbed6d7ee" class="GINGER_SOFATWARE_mark"><span id="84c6eb4b-4334-4041-bd1d-1407c6f86009" class="GINGER_SOFATWARE_mark"><span id="a3e3a17e-cf41-4123-8922-5efa2e004e54" class="GINGER_SOFATWARE_mark"><span id="78ae5c0b-55cb-4ec7-879a-201cf52ac28b" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.os-templates.com/website-templates/template-demos/free-website-templates/prestigious/">Demo</a>&nbsp;|&nbsp;<a href="http://www.os-templates.com/website-templates/template-downloads/free-website-templates/prestigious.zip">Download</a><span id="e1b33659-0f50-407b-b858-df85298dfe3f" class="GINGER_SOFATWARE_mark"><span id="87f777e7-a8a1-4fe3-9539-3675b8de09a6" class="GINGER_SOFATWARE_mark"><span id="b8d9c390-cc9f-4f0f-aa3d-8abb6b02873f" class="GINGER_SOFATWARE_mark"><span id="9ca6e481-19c0-422c-9e06-7470094c3109" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2012/11/html5-template-retina-responsive.html" target="_blank"><b>Retina Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-133" title="Retina Responsive Html5 Theme" alt="Retina Responsive Html5 Theme" width="600" height="484" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-133" title="Retina Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme.jpg" alt="Retina Responsive Html5 Theme" width="600" height="484" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retina-Responsive-Html5-Theme-300x242.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="dae94ec0-27bc-411a-9463-24a6a5fe6a4e" class="GINGER_SOFATWARE_mark"><span id="de666da0-cb07-4933-89a8-423c768e4fca" class="GINGER_SOFATWARE_mark"><span id="d117f564-0968-4676-8207-5498c062018a" class="GINGER_SOFATWARE_mark"><span id="bbdb2aba-fb1d-428c-8158-44dcb8e7c38e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=chocotemplates&amp;temp=retina">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=chocotemplates&amp;temp=retina">Download</a><span id="7a4b5bec-c121-42d3-92c5-223216da25c9" class="GINGER_SOFATWARE_mark"><span id="d02a4449-d05e-49ad-8675-8a9785dc266a" class="GINGER_SOFATWARE_mark"><span id="59b279d1-da09-45fb-afb0-a1815dc45b85" class="GINGER_SOFATWARE_mark"><span id="acffba88-d7a4-4f98-a01a-f9756b3ea166" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.wix.com/website-template/view/html/girl-scouting?originUrl=http://www.wix.com/website/templates/html/new/1&amp;galleryDocIndex=4" target="_blank"><b>Girl Scouting</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Girl-Scouting.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Girl-Scouting.jpg" class="aligncenter  wp-image-134" title="Girl Scouting" alt="Girl Scouting" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Girl-Scouting.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Girl-Scouting-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter  wp-image-134" title="Girl Scouting" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Girl-Scouting.jpg" alt="Girl Scouting" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Girl-Scouting.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Girl-Scouting-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="611d3456-3557-49c0-bb14-403f2f8008a7" class="GINGER_SOFATWARE_mark"><span id="b77127a4-f1f4-46c1-b121-02324c0be4ba" class="GINGER_SOFATWARE_mark"><span id="68a58ea3-cdb7-4bca-81ff-a97005c3adde" class="GINGER_SOFATWARE_mark"><span id="70fb240c-4029-46c5-a0f8-4fffbb21b46b" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.wix.com/website-template/view/html/girl-scouting?originUrl=http://www.wix.com/website/templates/html/new/1&amp;galleryDocIndex=4">Demo</a>&nbsp;|&nbsp;Download<span id="e3ce72f3-08ed-40ec-8467-33b4ec1931d5" class="GINGER_SOFATWARE_mark"><span id="5e9c3b11-bfb6-4d62-a023-400a4b5d49ca" class="GINGER_SOFATWARE_mark"><span id="65e9c426-acfb-4d98-8f5a-f4f6cf0acf8a" class="GINGER_SOFATWARE_mark"><span id="ff5f44b8-63fd-4199-911c-fa2d41f1432e" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2012/11/html5-template-curve-responsive.html" target="_blank"><b>Curve Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-135" title="Curve Responsive Html5 Theme" alt="Curve Responsive Html5 Theme" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-135" title="Curve Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme.jpg" alt="Curve Responsive Html5 Theme" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Curve-Responsive-Html5-Theme-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="fc29cbfa-3ee9-43ae-8466-88b8abecfe7d" class="GINGER_SOFATWARE_mark"><span id="249cd8d0-e2f8-4f90-abc6-d304e72e4c45" class="GINGER_SOFATWARE_mark"><span id="f191b87c-4deb-4cf3-abdb-2b9859a615e4" class="GINGER_SOFATWARE_mark"><span id="2be540c4-1b93-4332-b7af-1e5a287854e9" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=chocotemplates&amp;temp=curve">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=chocotemplates&amp;temp=curve">Download</a><span id="9f476f2f-b5d0-4071-b191-cf6fd68cffa9" class="GINGER_SOFATWARE_mark"><span id="c453c89d-ebe9-4d7b-9f5b-6c4c185565ab" class="GINGER_SOFATWARE_mark"><span id="5f1b8bb5-dfca-4c66-8776-800d1ada9f39" class="GINGER_SOFATWARE_mark"><span id="d0ed5ae4-bd3b-46ab-bc44-55015614a7cc" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.html5xcss3.com/2012/11/html5-template-digy-responsive.html" target="_blank"><b><span id="0911f1c1-fbbc-4565-8f56-2813d038d9b2" class="GINGER_SOFATWARE_mark"><span id="d610e2e0-f93a-47a3-946e-4c6297316b91" class="GINGER_SOFATWARE_mark"><span id="4e6c986c-04c5-48db-bf95-1b96d804e1a7" class="GINGER_SOFATWARE_mark"><span id="bfb7d26d-9e5e-4b66-909a-b02e8fc61cba" class="GINGER_SOFATWARE_mark">Digy</span></span></span></span> Responsive Html5 Theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme.jpg" class="aligncenter size-full wp-image-136" title="Digy Responsive Html5 Theme" alt="Digy Responsive Html5 Theme" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-136" title="Digy Responsive Html5 Theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme.jpg" alt="Digy Responsive Html5 Theme" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Responsive-Html5-Theme-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="3e48c87b-31e3-4722-b627-f93ba53eac06" class="GINGER_SOFATWARE_mark"><span id="840ef6d6-b563-4b46-ba5f-15b6035d9323" class="GINGER_SOFATWARE_mark"><span id="60b55467-3208-4c16-bb72-c869291f4cb8" class="GINGER_SOFATWARE_mark"><span id="83e9de9b-594c-4fa4-bddd-bd91edde6edb" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://demo.html5xcss3.com/demo.php?cat=html5themes&amp;host=chocotemplates&amp;temp=digy">Demo</a>&nbsp;|&nbsp;<a href="http://download.html5xcss3.com/down.php?cat=html5themes&amp;host=chocotemplates&amp;temp=digy">Download</a><span id="182b70a8-355a-41d2-94b3-78f49ef39ce5" class="GINGER_SOFATWARE_mark"><span id="552d4aed-dc0a-4a5c-823a-12c7df7afd7b" class="GINGER_SOFATWARE_mark"><span id="6fd398ca-7d24-4752-a0e8-b4672d2f95fc" class="GINGER_SOFATWARE_mark"><span id="a8b13102-d0ad-4fea-9886-6b16004d12f8" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.wix.com/website/templates/html/new/2" target="_blank"><b>Food Photographer</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Food-Photographer.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Food-Photographer.jpg" class="aligncenter size-full wp-image-137" title="Food Photographer" alt="Food Photographer" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Food-Photographer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Food-Photographer-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-137" title="Food Photographer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Food-Photographer.jpg" alt="Food Photographer" width="600" height="379" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Food-Photographer.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Food-Photographer-300x190.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><span id="343d7ecc-eb22-4b7a-acbe-eaf63ba0ee8f" class="GINGER_SOFATWARE_mark"><span id="3080ab25-43cd-4ae5-b800-ff530054eeb4" class="GINGER_SOFATWARE_mark"><span id="9d46ed66-20e8-4254-867e-bbddb8a6f49a" class="GINGER_SOFATWARE_mark"><span id="1dafc0e5-9c0a-42f0-b325-146b06e07a3a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.wix.com/website/templates/html/new/2">Demo</a>&nbsp;|&nbsp;Download<span id="d343809d-60e0-4e6d-9013-8b56b1207478" class="GINGER_SOFATWARE_mark"><span id="1062c269-8b80-4f98-9b1c-87bdb60ede37" class="GINGER_SOFATWARE_mark"><span id="f1d7a5a3-4ef5-43a1-be58-eb6ecf03706e" class="GINGER_SOFATWARE_mark"><span id="3d0b0ff7-8ed8-439e-a303-dafbe229b5cb" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.anarieldesign.com/?gallery=proximet" target="_blank"><b><span id="908aa6ab-097d-440b-93ad-f5c154d9a615" class="GINGER_SOFATWARE_mark"><span id="9b8465c4-98ad-43a4-ae6f-37a2afe76745" class="GINGER_SOFATWARE_mark"><span id="e113c10b-8f79-4091-a3c1-89c0952154bd" class="GINGER_SOFATWARE_mark"><span id="ec743d84-7399-461e-9e92-d81943f03202" class="GINGER_SOFATWARE_mark">Proximet</span></span></span></span> Free Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template.jpg" class="aligncenter size-full wp-image-138" title="Proximet Free Responsive Template" alt="Proximet Free Responsive Template" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-138" title="Proximet Free Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template.jpg" alt="Proximet Free Responsive Template" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Proximet-Free-Responsive-Template-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="a2d0b98a-4fdc-4eb2-8ec1-491e18e1a156" class="GINGER_SOFATWARE_mark"><span id="22df0fe5-69c9-4ad8-be77-c79b65be8d90" class="GINGER_SOFATWARE_mark"><span id="6770e521-c950-4444-9017-bb1f49bdadba" class="GINGER_SOFATWARE_mark"><span id="e8eea280-0949-4ad0-bf54-bd0d4ca82093" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.anariel.com/previewanarieldesign/Proximet/">Demo</a>&nbsp;|&nbsp;<a href="http://www.anarieldesign.com/free-member-page/">Download</a><span id="5c5367ee-f66e-4fbb-b5e9-9ebcfa537884" class="GINGER_SOFATWARE_mark"><span id="d7d71d3e-9a0a-4d5f-ab19-bfb43208540a" class="GINGER_SOFATWARE_mark"><span id="a6ad573f-d4a6-4980-acf8-9c8af924d5d7" class="GINGER_SOFATWARE_mark"><span id="cb52781f-76d9-4326-b79b-999e7d32f476" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://stylishwebdesigner.com/online-media-responsive-website-template/" target="_blank"><b>Online Media Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Online-Media-Responsive-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Online-Media-Responsive-Template.jpg" class="aligncenter size-full wp-image-139" title="Online Media Responsive Template" alt="Online Media Responsive Template" width="600" height="466" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Online-Media-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Online-Media-Responsive-Template-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-139" title="Online Media Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Online-Media-Responsive-Template.jpg" alt="Online Media Responsive Template" width="600" height="466" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Online-Media-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Online-Media-Responsive-Template-300x233.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="13be2f2b-ac1c-4169-b520-cdc290abaca0" class="GINGER_SOFATWARE_mark"><span id="ea9343fa-d809-42e7-b0e0-a04b81d8bcaf" class="GINGER_SOFATWARE_mark"><span id="9fcc31bd-3db4-4b60-adb9-dab5274964ea" class="GINGER_SOFATWARE_mark"><span id="61934294-4ca6-48bf-8ad8-332aebe7e2bc" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="#">Demo</a>&nbsp;|&nbsp;<a href="http://stylishwebdesigner.com/wp-content/uploads/2012/10/online-media.zip">Download</a><span id="b16d5b40-6b81-41d7-84b0-bc7d29fad979" class="GINGER_SOFATWARE_mark"><span id="0368dd44-aec8-41d8-a818-000d8fd9153b" class="GINGER_SOFATWARE_mark"><span id="72c1b9ab-6398-4c6a-acdf-4b002c72813f" class="GINGER_SOFATWARE_mark"><span id="1305d67c-4b5c-44c4-95dc-a47738df92dd" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://stylishwebdesigner.com/dark-folio-single-page-responsive-portfolio-website-template/" target="_blank"><b>Dark Folio<span id="8bc3fa4d-69ce-4934-8da7-2ddb74015714" class="GINGER_SOFATWARE_mark"><span id="3b1fb716-e33f-42dd-9c27-638015484b68" class="GINGER_SOFATWARE_mark"><span id="715f7057-c5b0-4196-b6ca-adbad2d16b72" class="GINGER_SOFATWARE_mark"><span id="0fd2a294-2559-4b88-96a4-66a48b6d47bf" class="GINGER_SOFATWARE_mark"> :</span></span></span></span> Single Page Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template.jpg" class="aligncenter size-full wp-image-140" title="Dark Folio Single Page Responsive Template" alt="Dark Folio Single Page Responsive Template" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-140" title="Dark Folio Single Page Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template.jpg" alt="Dark Folio Single Page Responsive Template" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Folio-Single-Page-Responsive-Template-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="855d2cee-389a-4cfb-a208-e080ce97dc37" class="GINGER_SOFATWARE_mark"><span id="55f83ce4-d968-471a-8410-4e5514ef0142" class="GINGER_SOFATWARE_mark"><span id="ba1c7320-eaa7-4acb-b63c-c61afdaf000a" class="GINGER_SOFATWARE_mark"><span id="3b8dea36-556b-4ea7-89c8-46cee1d33855" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="#">Demo</a>&nbsp;|&nbsp;<a href="http://stylishwebdesigner.com/wp-content/uploads/2012/10/dark-folio.zip">Download</a><span id="df47bcee-2484-460f-abfd-00978829d184" class="GINGER_SOFATWARE_mark"><span id="a3c1a791-09c1-4ba2-9f7b-07850a046863" class="GINGER_SOFATWARE_mark"><span id="4be3b098-11e4-4a1c-b6c3-3c1ab500fee4" class="GINGER_SOFATWARE_mark"><span id="2d2b38c3-adff-4a55-bf48-92f1c79f1467" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://ibrandstudio.com/freebies/elegant-green-one-page-vcard-html-css-template" target="_blank"><b>Elegant Green One Page Vcard Html CssTemplate</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate.jpg" class="aligncenter size-full wp-image-141" title="Elegant Green One Page Vcard Html CssTemplate" alt="Elegant Green One Page Vcard Html CssTemplate" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-141" title="Elegant Green One Page Vcard Html CssTemplate" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate.jpg" alt="Elegant Green One Page Vcard Html CssTemplate" width="600" height="476" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Green-One-Page-Vcard-Html-CssTemplate-300x238.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="57e9c1e2-4141-4c7a-ae63-8b8e26e9eebe" class="GINGER_SOFATWARE_mark"><span id="2b6d8d6a-8c0b-4b81-b956-cce0e8ad9614" class="GINGER_SOFATWARE_mark"><span id="c29d7852-4b76-420f-9d7f-ccd96847b821" class="GINGER_SOFATWARE_mark"><span id="2a7b889e-27d3-404d-b94f-722eb08a4d5a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://ibrandstudio.com/demo/elegant-green-vcard/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://ibrandstudio.com/freebies/elegant-green-one-page-vcard-html-css-template">Download</a><span id="54026ecb-b7d1-4837-acd4-e58ac7eea693" class="GINGER_SOFATWARE_mark"><span id="fb411b8f-6b02-4b38-a7bc-9491e0fc5ddb" class="GINGER_SOFATWARE_mark"><span id="f1e59983-d927-4830-9e90-5cdc45b2b833" class="GINGER_SOFATWARE_mark"><span id="2b1ff454-6e7f-438f-bb2b-c73e8316cb7b" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.wix.com/website-template/view/html/youth-center?originUrl=http://www.wix.com/website/templates/html/new/3&amp;galleryDocIndex=4" target="_blank"><b>Youth Cente</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Youth-Cente.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Youth-Cente.jpg" class="aligncenter size-full wp-image-142" title="Youth Cente" alt="Youth Cente" width="600" height="487" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Youth-Cente.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Youth-Cente-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-142" title="Youth Cente" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Youth-Cente.jpg" alt="Youth Cente" width="600" height="487" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Youth-Cente.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Youth-Cente-300x244.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="1e518752-1df0-4ef8-a153-3a9a5c6cc506" class="GINGER_SOFATWARE_mark"><span id="98bea7d6-cfbd-44d0-a81b-716872688a96" class="GINGER_SOFATWARE_mark"><span id="6e6498f1-c05c-47a7-a671-f7af0a1d3fb1" class="GINGER_SOFATWARE_mark"><span id="85fdff7f-6342-49e4-9447-66597579035e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.wix.com/website-template/view/html/youth-center?originUrl=http://www.wix.com/website/templates/html/new/3&amp;galleryDocIndex=4">Demo</a>&nbsp;|&nbsp;<a href="http://www.wix.com/website-template/view/html/youth-center?originUrl=http://www.wix.com/website/templates/html/new/3&amp;galleryDocIndex=4">Download</a><span id="84a53364-38c4-495d-98df-7702ff0edfd9" class="GINGER_SOFATWARE_mark"><span id="301121b3-7cda-4b4b-a01f-d94dfeee427d" class="GINGER_SOFATWARE_mark"><span id="fa842f7e-4baa-40ba-960b-22f704aa5231" class="GINGER_SOFATWARE_mark"><span id="1a4b8a3c-768c-47a3-9302-8b2d16be1029" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.wix.com/website/templates/html/new/4" target="_blank"><b>HTML5 and CSS3 Web Templates</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates.jpg" class="aligncenter size-full wp-image-143" title="HTML5 and CSS3 Web Templates" alt="HTML5 and CSS3 Web Templates" width="600" height="512" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates-300x256.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-143" title="HTML5 and CSS3 Web Templates" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates.jpg" alt="HTML5 and CSS3 Web Templates" width="600" height="512" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-and-CSS3-Web-Templates-300x256.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="73066726-88e9-45e8-9bce-cb6de7c94182" class="GINGER_SOFATWARE_mark"><span id="b20d7355-f117-4cc1-bfea-337b68a993af" class="GINGER_SOFATWARE_mark"><span id="7e999ccf-ea03-457d-ad71-4a66bc2ba3f4" class="GINGER_SOFATWARE_mark"><span id="fa7ee4df-b94f-437e-914a-aaa7629276ad" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.wix.com/website/templates/html/new/4">Demo</a>&nbsp;|&nbsp;Download<span id="270799eb-a0a8-4644-9522-6e887efdb37b" class="GINGER_SOFATWARE_mark"><span id="8b78b158-914a-4c97-ba6e-99b4972cc3b0" class="GINGER_SOFATWARE_mark"><span id="cd718f0d-aa1b-4193-afc4-f871b68eb741" class="GINGER_SOFATWARE_mark"><span id="889eb720-c302-4c99-a7fe-a7e87e0e7ed9" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://azmind.com/2012/01/22/free-html-template-iphone-app-website-template/" target="_blank"><b><span id="eea0b46c-ada9-46a4-ac14-8546a2d65c51" class="GINGER_SOFATWARE_mark"><span id="afd90c02-cfe1-41f4-a644-421714f014f8" class="GINGER_SOFATWARE_mark"><span id="7bb3ba27-62e7-4a2b-ac85-fed485463fb1" class="GINGER_SOFATWARE_mark"><span id="8ea06c9b-43a2-4049-816d-3409ff4772b1" class="GINGER_SOFATWARE_mark">iPhone</span></span></span></span> App Website</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-App-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/iPhone-App-Website.jpg" class="aligncenter size-full wp-image-144" title="iPhone App Website" alt="iPhone App Website" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/iPhone-App-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/iPhone-App-Website-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-144" title="iPhone App Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iPhone-App-Website.jpg" alt="iPhone App Website" width="600" height="460" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/iPhone-App-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/iPhone-App-Website-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="a739ea43-60cd-4630-b0e3-80beb1955b95" class="GINGER_SOFATWARE_mark"><span id="41e55b32-7738-4778-af6c-3969cc086cb5" class="GINGER_SOFATWARE_mark"><span id="8c6b367e-a540-49f4-80b9-2bad6712a925" class="GINGER_SOFATWARE_mark"><span id="ec3223c4-d25a-4825-8fa3-7a178b65ded1" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://azmind.com/demo/iphone-app-html-template/">Demo</a>&nbsp;|&nbsp;Download<span id="39af4218-e749-400d-86e6-db6e631cc3d9" class="GINGER_SOFATWARE_mark"><span id="0a6fdaab-3eb3-45ce-bcc3-471d008a8b62" class="GINGER_SOFATWARE_mark"><span id="d6eb09c2-c8dd-45bc-873a-f15755a672fd" class="GINGER_SOFATWARE_mark"><span id="ff106874-5b7a-4910-b49d-eff5dec49cc2" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.designzzz.com/how-create-stylish-hotel-website-psd-html/" target="_blank"><b>Stylish Hotel Website</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Stylish-Hotel-Website.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Stylish-Hotel-Website.jpg" class="aligncenter size-full wp-image-145" title="Stylish Hotel Website" alt="Stylish Hotel Website" width="600" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Stylish-Hotel-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Stylish-Hotel-Website-300x241.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-145" title="Stylish Hotel Website" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Stylish-Hotel-Website.jpg" alt="Stylish Hotel Website" width="600" height="481" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Stylish-Hotel-Website.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Stylish-Hotel-Website-300x241.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="8e813a7c-c385-45a0-b795-cd124af75a6e" class="GINGER_SOFATWARE_mark"><span id="b7614e65-5b01-46a7-ad75-b00f2dc97806" class="GINGER_SOFATWARE_mark"><span id="a872699e-03d0-42c5-bdf6-9ef90f722f90" class="GINGER_SOFATWARE_mark"><span id="d6226699-ee08-4163-9dbb-dd3a7c5f027a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.designzzz.com/demos/hotel_layout/">Demo</a>&nbsp;|&nbsp;Download<span id="f4c55a47-cd7a-4ca8-bddd-b48ed96a82e4" class="GINGER_SOFATWARE_mark"><span id="ab9cb551-b644-403e-8334-cc07810b6a05" class="GINGER_SOFATWARE_mark"><span id="d9df47c5-22ef-4583-9cd1-306b502d5630" class="GINGER_SOFATWARE_mark"><span id="e0eec94d-bcc0-4a4c-a158-5465792a2d9f" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://blog.templatemonster.com/2012/05/07/free-full-javascript-animated-template-web-design-studio/?aff=designpixel" target="_blank"><b>Animated Template for Web Design Studio</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio.jpg" class="aligncenter size-full wp-image-146" title="Animated Template for Web Design Studio" alt="Animated Template for Web Design Studio" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-146" title="Animated Template for Web Design Studio" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio.jpg" alt="Animated Template for Web Design Studio" width="600" height="424" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Animated-Template-for-Web-Design-Studio-300x212.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="c35bcd7e-2bb4-4a98-8fe8-b2041e5a6980" class="GINGER_SOFATWARE_mark"><span id="12337756-da15-4f17-ae60-6ed38f4d1d75" class="GINGER_SOFATWARE_mark"><span id="f28681eb-5a71-4e20-a40d-248490760137" class="GINGER_SOFATWARE_mark"><span id="6102980c-2001-487d-b72c-17d04277543a" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.websitetemplatesonline.com/free-template/free-cream-studio-theme.html?aff=designpixel">Demo</a>&nbsp;|&nbsp;<a href="http://www.templatemonster.com/free-templates/free-website-template-full-javascript-web-design-studio.php?aff=designpixel">Download</a><span id="0567a37f-21cb-479f-a3a9-bd3daa222f85" class="GINGER_SOFATWARE_mark"><span id="3f8ca327-4519-42a5-bd91-02df52a4771c" class="GINGER_SOFATWARE_mark"><span id="88b00695-92a6-45e3-9f16-c03f23c3ab8e" class="GINGER_SOFATWARE_mark"><span id="49773559-3686-4304-8782-f7f3f246ec0e" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://elemisfreebies.com/04/10/delphic-dark-free-html-template/" target="_blank"><b>Delphic Dark</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delphic-Dark.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Delphic-Dark.jpg" class="aligncenter size-full wp-image-147" title="Delphic Dark" alt="Delphic Dark" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delphic-Dark.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delphic-Dark-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-147" title="Delphic Dark" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Delphic-Dark.jpg" alt="Delphic Dark" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delphic-Dark.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Delphic-Dark-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="ab7a8071-e12d-4179-b785-579252543e3d" class="GINGER_SOFATWARE_mark"><span id="f2b0c292-70e1-4977-af73-84bd9e503640" class="GINGER_SOFATWARE_mark"><span id="34a093c5-fd29-4fb1-a5e0-23d073a53658" class="GINGER_SOFATWARE_mark"><span id="87a588cd-1db9-4a2c-a6bc-5c1a461b178e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://elemisdesign.com/demos/delphic-dark/">Demo</a>&nbsp;|&nbsp;<a href="http://elemisfreebies.com/downloads/#157">Download</a><span id="bc3dc534-9a5c-4c54-9516-b0fb63b0aa33" class="GINGER_SOFATWARE_mark"><span id="b08023e6-807a-40ff-b57e-1a773e24de5e" class="GINGER_SOFATWARE_mark"><span id="965794c9-4772-4ac9-926e-82abd6419212" class="GINGER_SOFATWARE_mark"><span id="aa7ce28e-34f9-407f-b00d-e0b470868267" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.wix.com/website-template/view/html/kids-corner?originUrl=http://www.wix.com/website/templates/html/new/1&amp;galleryDocIndex=5" target="_blank"><b>Kids Corner</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Kids-Corner.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Kids-Corner.jpg" class="aligncenter size-full wp-image-148" title="Kids Corner" alt="Kids Corner" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Kids-Corner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Kids-Corner-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-148" title="Kids Corner" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Kids-Corner.jpg" alt="Kids Corner" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Kids-Corner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Kids-Corner-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="4404ab7b-e5e3-4520-b6fa-c9f46e72e251" class="GINGER_SOFATWARE_mark"><span id="70949ad3-cc6b-4248-8079-af6cb4aaa561" class="GINGER_SOFATWARE_mark"><span id="9929cc68-6f6c-4857-9601-4d51b33030ec" class="GINGER_SOFATWARE_mark"><span id="571e7748-c756-404a-a835-c65b3521b4ff" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.wix.com/website-template/view/html/kids-corner?originUrl=http://www.wix.com/website/templates/html/new/1&amp;galleryDocIndex=5">Demo</a>&nbsp;|&nbsp;Download<span id="967a0ff0-f3ba-4395-b43b-8b1ae6a0cfa6" class="GINGER_SOFATWARE_mark"><span id="a5c94b6f-137b-467d-b52b-c90f23a1609c" class="GINGER_SOFATWARE_mark"><span id="197df81b-c893-4e8b-9696-ae9081636648" class="GINGER_SOFATWARE_mark"><span id="55533ccc-cc0b-4532-8ca1-b262f59c68e1" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p><a href="http://www.css3templates.co.uk/templates/photoartwork_light/index.html" target="_blank"><b><span id="0cf6a821-124c-488e-b877-6b7dafe3e687" class="GINGER_SOFATWARE_mark"><span id="a9865234-9fcf-4016-8f51-a71d840d4b0d" class="GINGER_SOFATWARE_mark"><span id="0170976b-02b4-4aec-afac-a1a164c55a8c" class="GINGER_SOFATWARE_mark"><span id="62b757cd-ccb4-429d-bf9a-24a3714e8059" class="GINGER_SOFATWARE_mark">PhotoArtWork</span></span></span></span> Light</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PhotoArtWork-Light.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/PhotoArtWork-Light.jpg" class="aligncenter size-full wp-image-149" title="PhotoArtWork Light" alt="PhotoArtWork Light" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PhotoArtWork-Light.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PhotoArtWork-Light-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-149" title="PhotoArtWork Light" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PhotoArtWork-Light.jpg" alt="PhotoArtWork Light" width="600" height="430" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/PhotoArtWork-Light.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/PhotoArtWork-Light-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span id="83a77ecb-26ba-4c7f-97f8-96e225a3a0d5" class="GINGER_SOFATWARE_mark"><span id="f7d2925c-9260-45e9-a54e-ec649eed0b50" class="GINGER_SOFATWARE_mark"><span id="8ebb2902-69fb-498b-a8ed-4b17e705fd00" class="GINGER_SOFATWARE_mark"><span id="7b1dcdd8-b398-473c-b908-4b0f422a3a3e" class="GINGER_SOFATWARE_mark">(&nbsp;</span></span></span></span><a href="http://www.css3templates.co.uk/templates/photoartwork_light/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.css3templates.co.uk/downloads/photoartwork_light.zip">Download</a><span id="a359fed0-d350-4232-ac8c-b9a25d5031c9" class="GINGER_SOFATWARE_mark"><span id="48ddb761-e9c8-493f-be7b-f3cb0eabdf9c" class="GINGER_SOFATWARE_mark"><span id="1f247ea9-b893-43b6-8824-9c39487d6fbd" class="GINGER_SOFATWARE_mark"><span id="3eacb640-990f-46ea-92b7-e5a3ec034465" class="GINGER_SOFATWARE_mark">&nbsp;)</span></span></span></span></p><p>&nbsp;</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="415Cf5f453946f57906ff6b246ae933c1edd493bf21521dec19a4a0765138c465a684" class="wpdiscuz-cnonce" name="cnonce" value="415Cf5f453946f57906ff6b246ae933c1edd493bf21521dec19a4a0765138c465a684" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="lW2jy6dd9ee6b2e51882ca31540d508ab7d6b61483f366746f43c2ff3e0ece7d33727" class="wpdiscuz-cnonce" name="cnonce" value="lW2jy6dd9ee6b2e51882ca31540d508ab7d6b61483f366746f43c2ff3e0ece7d33727" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'high quality free html5 and css3 web templates', '', 'publish', 'closed', 'closed', '', 'high-quality-free-html5-and-css3-web-templates', '', '', '2017-04-11 13:17:44', '2017-04-11 13:17:44', '', 0, 'http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(153, 1, '2017-04-11 13:17:47', '2017-04-11 13:17:47', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;14 High Quality Yet Free Responsive HTML5 Templates</div><div class="single-content"><article class="post-336 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates"><div id="post-336" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">14 High Quality Yet Free Responsive HTML5 Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web&nbsp;and a core technology of the&nbsp;Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well Audio. Hence it makes sites look very Generation X.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>These multimedia features of HTML5 ready websites make them the first choice for web developers. HTML 5 is the most advanced of the Coding languages for the internet, hence also making it the most difficult to use as a coder.</p><p>The Internet comes to the rescue for these Coders and developers with loads of ready-made resources. We want to introduce the coders with 14 High Quality Yet Free Responsive HTML5 Templates.&nbsp; These templates are highly customizable and allow developers to learn and play around with the best in the class coding technology if they are ready to use open source CMS application and edit them.</p><p>We have burnt midnight oil searching the entire internet to arrange the best of the best HTML5 templates. These templates are the most popular, highly responsive and extremely high quality. While making a selection we have made sure that these templates offer trendy designs and are fully responsive to latest Mobile as well as tablet display technologies.</p><p>Using these templates the way they are saving tons of coding hours and are like Fast Food that can help you make a site within a few hours and can also be of great help if you plan to make cosmetic changes to the design however plan to keep the core working for the website. So, without wasting any more time lets take a look at the best <span style="text-decoration: underline;"><strong><em>14</em></strong></span><span style="text-decoration: underline;"><strong><em> High Quality Yet Free Responsive HTML5 Templates</em></strong></span>.</p><p><a href="http://n33.co/2013/05/25/new-freebie-strongly-typed"><b>Strongly Typed</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Strongly-Typed.jpg"><img class="aligncenter size-full wp-image-337" title="Strongly Typed" alt="Strongly Typed" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Strongly-Typed.jpg" width="600" height="181" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Strongly-Typed.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Strongly-Typed-300x91.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-337" title="Strongly Typed" alt="Strongly Typed" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Strongly-Typed.jpg" width="600" height="181" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Strongly-Typed.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Strongly-Typed-300x91.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://github.com/ilyador/Mori-Dark"><b>Mori-Dark</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mori-Dark.jpg"><img class="aligncenter size-full wp-image-338" title="Mori-Dark" alt="Mori-Dark" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Mori-Dark.jpg" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mori-Dark.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mori-Dark-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-338" title="Mori-Dark" alt="Mori-Dark" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mori-Dark.jpg" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mori-Dark.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mori-Dark-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://www.dzyngiri.com/legend-free-responsive-one-page-template/"><b>Free Responsive One Page Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template.jpg"><img class="aligncenter size-full wp-image-339" title="Free Responsive One Page Template" alt="Free Responsive One Page Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template.jpg" width="600" height="439" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-339" title="Free Responsive One Page Template" alt="Free Responsive One Page Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template.jpg" width="600" height="439" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.dzyngiri.com/codester-free-responsive-bootstrap-template/"><b>Free Responsive Bootstrap Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template.jpg"><img class="aligncenter size-full wp-image-340" title="Free Responsive Bootstrap Template" alt="Free Responsive Bootstrap Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-340" title="Free Responsive Bootstrap Template" alt="Free Responsive Bootstrap Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-Bootstrap-Template-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5mania.com/royale-free-html5-template/"><b>Royale Free html5 Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Royale-Free-html5-Template.jpg"><img class="aligncenter size-full wp-image-341" title="Royale Free html5 Template" alt="Royale Free html5 Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Royale-Free-html5-Template.jpg" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royale-Free-html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royale-Free-html5-Template-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-341" title="Royale Free html5 Template" alt="Royale Free html5 Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Royale-Free-html5-Template.jpg" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royale-Free-html5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royale-Free-html5-Template-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5mania.com/particular-free-html5-template/"><b>Particular Free HTML5 Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Particular-Free-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-342" title="Particular Free HTML5 Template" alt="Particular Free HTML5 Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Particular-Free-HTML5-Template.jpg" width="545" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Particular-Free-HTML5-Template.jpg 545w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Particular-Free-HTML5-Template-273x300.jpg 273w" sizes="(max-width: 545px) 100vw, 545px" /><noscript><img class="aligncenter size-full wp-image-342" title="Particular Free HTML5 Template" alt="Particular Free HTML5 Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Particular-Free-HTML5-Template.jpg" width="545" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Particular-Free-HTML5-Template.jpg 545w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Particular-Free-HTML5-Template-273x300.jpg 273w" sizes="(max-width: 545px) 100vw, 545px" /></noscript></a></p><p><a href="http://www.html5mania.com/cafe-free-html5-template/"><b>Cafe Free HTML5 Template</b></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template.jpg"><img class="aligncenter size-full wp-image-343" title="Cafe Free HTML5 Template" alt="Cafe Free HTML5 Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template.jpg" width="600" height="573" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template-300x287.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-343" title="Cafe Free HTML5 Template" alt="Cafe Free HTML5 Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template.jpg" width="600" height="573" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cafe-Free-HTML5-Template-300x287.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.egrappler.com/responsive-business-portfolio-template-built-using-twitter-bootstrap-agency/"><b>Agency</b></a></p><p style="text-align: center;">&nbsp;<a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Agency.png"><img class="aligncenter size-full wp-image-346" title="Agency" alt="Agency" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Agency.png" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Agency.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Agency-300x209.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-346" title="Agency" alt="Agency" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Agency.png" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Agency.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Agency-300x209.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://liquidgem.birondesign.com/"><b>Liquid gem</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Liquid-gem.jpg"><img class="aligncenter size-full wp-image-347" title="Liquid gem" alt="Liquid gem" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Liquid-gem.jpg" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Liquid-gem.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Liquid-gem-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-347" title="Liquid gem" alt="Liquid gem" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Liquid-gem.jpg" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Liquid-gem.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Liquid-gem-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://html5free.com/free-html5-templates/digy-template/"><b><span class="GINGER_SOFATWARE_mark" id="3c591dde-f7da-42be-b946-bc5345a12b23"><span class="GINGER_SOFATWARE_mark" id="dc1c7396-f235-46db-be9b-e67dbdd106f0">Digy</span></span> Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Digy-Template.jpg"><img class="aligncenter size-full wp-image-348" title="Digy Template" alt="Digy Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Digy-Template.jpg" width="600" height="519" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Template-300x260.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-348" title="Digy Template" alt="Digy Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Digy-Template.jpg" width="600" height="519" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Digy-Template-300x260.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.templatemonster.com/2010/08/09/free-html5-website-template-portfolio?aff=designpixel"><b>Free HTML5 Website Template Highlight Your Portfolio</b></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio.jpg"><img class="aligncenter size-full wp-image-349" title="Free HTML5 Website Template Highlight Your Portfolio" alt="Free HTML5 Website Template Highlight Your Portfolio" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio.jpg" width="565" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio.jpg 565w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio-283x300.jpg 283w" sizes="(max-width: 565px) 100vw, 565px" /><noscript><img class="aligncenter size-full wp-image-349" title="Free HTML5 Website Template Highlight Your Portfolio" alt="Free HTML5 Website Template Highlight Your Portfolio" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio.jpg" width="565" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio.jpg 565w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-HTML5-Website-Template-Highlight-Your-Portfolio-283x300.jpg 283w" sizes="(max-width: 565px) 100vw, 565px" /></noscript></a></p><p><a href="http://www.html5mania.com/fizz-free-html5-responsive-wordpress-theme/"><b>Fizz Free HTML5 responsive WordPress theme</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme.jpg"><img class="aligncenter size-full wp-image-350" title="Fizz Free HTML5 responsive WordPress theme" alt="Fizz Free HTML5 responsive WordPress theme" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme.jpg" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-350" title="Fizz Free HTML5 responsive WordPress theme" alt="Fizz Free HTML5 responsive WordPress theme" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme.jpg" width="600" height="347" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fizz-Free-HTML5-responsive-WordPress-theme-300x174.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5mania.com/free-html5-responsive-template-colorized/"><b>Colorized Free HTML5 Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-351" title="Colorized Free HTML5 Responsive Template" alt="Colorized Free HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template.jpg" width="600" height="442" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template-300x221.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-351" title="Colorized Free HTML5 Responsive Template" alt="Colorized Free HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template.jpg" width="600" height="442" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorized-Free-HTML5-Responsive-Template-300x221.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html5mania.com/burn-studio-free-html5-responsive-template/"><b>Burn Studio Free HTML5 Responsive Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template.jpg"><img class="aligncenter size-full wp-image-352" title="Burn Studio Free HTML5 Responsive Template" alt="Burn Studio Free HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template.jpg" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-352" title="Burn Studio Free HTML5 Responsive Template" alt="Burn Studio Free HTML5 Responsive Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template.jpg" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Burn-Studio-Free-HTML5-Responsive-Template-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>&nbsp;These are the best high quality yet free responsive HTML5 templates, don&#8217;t forget to share <span class="GINGER_SOFATWARE_mark" id="4b2e454f-68ec-410f-9e94-b83910943265">these</span> with your friends or share your thoughts with us with the help of comments section.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="ssLbX8b7246c474090637397237df5c512ca4be6fd8b3af9efa9d3040c500561bb5e3" class="wpdiscuz-cnonce" name="cnonce" value="ssLbX8b7246c474090637397237df5c512ca4be6fd8b3af9efa9d3040c500561bb5e3" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Ua2Rb1bc67d6fbe981db885395384b8fca0ebfa607314410a94f217c899b8075d26d9" class="wpdiscuz-cnonce" name="cnonce" value="Ua2Rb1bc67d6fbe981db885395384b8fca0ebfa607314410a94f217c899b8075d26d9" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'high quality yet free responsive html5 templates', '', 'publish', 'closed', 'closed', '', 'high-quality-yet-free-responsive-html5-templates', '', '', '2017-04-11 13:17:47', '2017-04-11 13:17:47', '', 0, 'http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(154, 1, '2017-04-11 13:17:47', '2017-04-11 13:17:47', '\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-915" class="g post post-915 type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-illustrator tag-photoshop tag-textures cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 20 High Resolution Abstract Textures</div>\n												<header>\n							<h1 class="title">20 High Resolution Abstract Textures</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/high-resolution-abstract-textures/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Texture art came into use in the mid 2000’s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your pre existing graphics, or new graphics. Talking about abstract art, the definition comes out to be something, that has no existence as such, and does not signify anything, but is a great piece of art is pleased by the human eye and brain! Many contemporary artists came up with the combination of these two, the abstract art and the Textural art, terming it as the Abstract textures. These abstract textures are also used very widely over the internet to design banners, website background images, etc. Just because they look extremely good, anywhere.</p>\n<p>You may want to use these abstract textures anywhere, like planning to get a new wallpaper for your room, or just your desktop wallpaper, or for designing that new banner for your website. And, due to the availability of millions of abstract textures available online to choose from, there are a few that work extremely well for all purposes, and have been mentioned in this article below. These are the best ones that the experts found out, to solve your urgent purpose!</p>\n<p>These turned out to be the best ones, for the fact, that they are eye catching, simple, impressive to the eye, and look extremely good, anywhere! Defining the best purpose, for what a particular design would suit the most is also mentioned. Download links have also been provided, for you to download these high resolution abstract textures and use them according to your need. The 20 best high resolution abstract texture designs have been mentioned below, and choose accordingly:</p>\n<h3><strong><span style="text-decoration: underline;">20 High Resolution Abstract Textures</span>:</strong></h3>\n<p><a href="http://mercurycode.deviantart.com/art/Digital-Art-Texture-59-420435666" target="_blank"><b>Digital Art Texture 59 by <span class="GINGER_SOFATWARE_mark" id="c4cd0536-f04c-40a7-9986-0e3cdcbac3ba"><span class="GINGER_SOFATWARE_mark" id="f77b6154-ccf1-467c-b91c-771545ad09fd"><span class="GINGER_SOFATWARE_mark" id="7743feca-78cf-4fc3-bf98-5b2d93e1f4ba">Mercurycode</span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode.jpg"><img class="aligncenter size-full wp-image-916" title="Digital Art Texture 59 by Mercurycode Abstract Textures" alt="Digital Art Texture 59 by Mercurycode Abstract Textures" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode.jpg" width="600" height="600" /></a></p>\n<p><a href="http://flordeneu.deviantart.com/art/Acrylic-painted-texture-Green-Circles-420375969" target="_blank"><b>Acrylic Painted Texture – Green <span class="GINGER_SOFATWARE_mark" id="dfe2c8a4-8822-4f1d-bd97-5248379f5b19"><span class="GINGER_SOFATWARE_mark" id="ebfac148-29f2-43a1-831a-a9690a4d4b9d"><span class="GINGER_SOFATWARE_mark" id="05cf0c8d-9c31-4896-a2e7-8a9e514dc502">Circlesby</span></span></span> <span class="GINGER_SOFATWARE_mark" id="d357633d-a53f-43eb-b03e-515ebcd4fa37"><span class="GINGER_SOFATWARE_mark" id="f8f15158-6bbb-43c8-b93c-81244ca3db60"><span class="GINGER_SOFATWARE_mark" id="80590b48-0d07-433f-a658-65b36d28afc8">flordeneu</span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Acrylic-Painted-Texture-_E2_80_93-Green-Circlesby-flordeneu.jpg"><img class="aligncenter size-full wp-image-917" title="Acrylic Painted Texture – Green Circlesby flordeneu" alt="Acrylic Painted Texture – Green Circlesby flordeneu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Acrylic-Painted-Texture-_E2_80_93-Green-Circlesby-flordeneu.jpg" width="600" height="434" /></a></p>\n<p><a href="http://sirius-sdz.deviantart.com/art/Premium-Texture-1-418966683" target="_blank"><b>Premium Texture 1 by Sirius-sdz</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Premium-Texture-1-by-Sirius-sdz.jpg"><img class="aligncenter size-full wp-image-918" title="Premium Texture 1 by Sirius-sdz" alt="Premium Texture 1 by Sirius-sdz" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Premium-Texture-1-by-Sirius-sdz.jpg" width="600" height="900" /></a></p>\n<p><a href="http://ifispiritstock.deviantart.com/art/Ifi-s-Texture-66-419261018" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="e0c208fc-d930-4345-b258-353cdfdc0761"><span class="GINGER_SOFATWARE_mark" id="e0fdfbc1-180c-4c2a-8661-2b9991cbfb06"><span class="GINGER_SOFATWARE_mark" id="c905d462-99cb-4abe-9dea-2ab52baaefd4">Ifi’s</span></span></span> Texture 66 by IfispiritStock</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ifi_E2_80_99s-Texture-66-by-IfispiritStock.jpg"><img class="aligncenter size-full wp-image-919" title="Ifi’s Texture 66 by IfispiritStock" alt="Ifi’s Texture 66 by IfispiritStock" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Ifi_E2_80_99s-Texture-66-by-IfispiritStock.jpg" width="600" height="451" /></a></p>\n<p><a href="http://sirius-sdz.deviantart.com/art/Texture-445-420177536" target="_blank"><b>Texture45 by Sirius-sdz</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture45-by-Sirius-sdz.jpg"><img class="aligncenter size-full wp-image-920" title="Texture45 by Sirius-sdz" alt="Texture45 by Sirius-sdz" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture45-by-Sirius-sdz.jpg" width="600" height="400" /></a></p>\n<p><a href="http://sirius-sdz.deviantart.com/art/Premium-Texture-2-420543147" target="_blank"><b>Premium Texture 2 by Sirius-sdz</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Premium-Texture-2-by-Sirius-sdz.jpg"><img class="aligncenter size-full wp-image-921" title="Premium Texture 2 by Sirius-sdz" alt="Premium Texture 2 by Sirius-sdz" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Premium-Texture-2-by-Sirius-sdz.jpg" width="600" height="900" /></a></p>\n<p><a href="http://sirius-sdz.deviantart.com/art/Texture-444-420178341" target="_blank"><b>Texture 444 by Sirius-sdz</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture-444-by-Sirius-sdz.jpg"><img class="aligncenter size-full wp-image-922" title="Texture 444 by Sirius-sdz Abstract Textures" alt="Texture 444 by Sirius-sdz Abstract Textures" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture-444-by-Sirius-sdz.jpg" width="600" height="900" /></a></p>\n<p><a href="http://alienfxarts.deviantart.com/art/Abstract-Texture-419374689" target="_blank"><b>Abstract <span class="GINGER_SOFATWARE_mark" id="a321077a-c62b-4f8d-8283-1e5006c6b6a9"><span class="GINGER_SOFATWARE_mark" id="ac05ff88-9ba2-47fd-b33b-34c5e6cc630c"><span class="GINGER_SOFATWARE_mark" id="f2f02131-c4db-4ced-8063-08a3455aea51">Textureby</span></span></span> Alienfxarts</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Abstract-Textureby-Alienfxarts.jpg"><img class="aligncenter size-full wp-image-923" title="Abstract Textureby Alienfxarts" alt="Abstract Textureby Alienfxarts" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Abstract-Textureby-Alienfxarts.jpg" width="600" height="337" /></a></p>\n<p><a href="http://shaina4.deviantart.com/art/Beautiful-418908945" target="_blank"><b>Beautiful by Shaina4</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Beautiful-by-Shaina4.jpg"><img class="aligncenter size-full wp-image-924" title="Beautiful by Shaina4" alt="Beautiful by Shaina4" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Beautiful-by-Shaina4.jpg" width="600" height="450" /></a></p>\n<p><a href="http://tackon.deviantart.com/art/Colour-Creation-199-418771095" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="1fbb297a-450e-485a-b178-fb1ef6dbeb62"><span class="GINGER_SOFATWARE_mark" id="61f17d66-786d-43e9-a2c0-fdc444ba828f"><span class="GINGER_SOFATWARE_mark" id="1f65971e-7f97-4586-8396-ffa852179be8">Colour</span></span></span> Creation 199 by <span class="GINGER_SOFATWARE_mark" id="e2ebaeb4-6ef3-425d-a92c-1fe2d42baa6c"><span class="GINGER_SOFATWARE_mark" id="03aee450-b82a-416d-abfb-455afa16f8b1"><span class="GINGER_SOFATWARE_mark" id="1ddba062-47fa-4004-a5ac-f3b93d68cd38">Tackon</span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Colour-Creation-199-by-Tackon.jpg"><img class="aligncenter size-full wp-image-925" title="Colour Creation 199 by Tackon" alt="Colour Creation 199 by Tackon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Colour-Creation-199-by-Tackon.jpg" width="600" height="337" /></a></p>\n<p><a href="http://ferangi.deviantart.com/art/Organic-Vine-Space-Lightning-418620747" target="_blank"><b>Organic Vine/Space Lightning by Ferangi</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Organic-Vine-Space-Lightning-by-Ferangi.jpg"><img class="aligncenter size-full wp-image-926" title="Organic Vine Space Lightning by Ferangi" alt="Organic Vine Space Lightning by Ferangi" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Organic-Vine-Space-Lightning-by-Ferangi.jpg" width="600" height="337" /></a></p>\n<p><a href="http://black-b-o-x.deviantart.com/art/Red-Onion-texture-418293331" target="_blank"><b>Red Onion – texture by Black-B-o-x</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Red-Onion-_E2_80_93-texture-by-Black-B-o-x.jpg"><img class="aligncenter size-full wp-image-927" title="Red Onion – texture by Black-B-o-x" alt="Red Onion – texture by Black-B-o-x" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Red-Onion-_E2_80_93-texture-by-Black-B-o-x.jpg" width="600" height="450" /></a></p>\n<p><a href="http://mercurycode.deviantart.com/art/Digital-Art-Texture-57-419967040" target="_blank"><b>Digital Art Texture 57 by <span class="GINGER_SOFATWARE_mark" id="c670668f-6517-4e70-89c7-a8e5c4766e43"><span class="GINGER_SOFATWARE_mark" id="2ae89294-e545-4181-b7b1-f79743c0d12d"><span class="GINGER_SOFATWARE_mark" id="7fe32088-e939-4db8-9fd5-7dc922abdc9a">Mercurycode</span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-57-by-Mercurycode.jpg"><img class="aligncenter size-full wp-image-928" title="Digital Art Texture 57 by Mercurycode" alt="Digital Art Texture 57 by Mercurycode" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-57-by-Mercurycode.jpg" width="600" height="900" /></a></p>\n<p><a href="http://ninjarabbit-stock.deviantart.com/art/Texture-23-418075952" target="_blank"><b>Texture 23 by <span class="GINGER_SOFATWARE_mark" id="e436fa0c-5896-4e40-a2e6-975be6726777"><span class="GINGER_SOFATWARE_mark" id="dde54b20-8e33-418c-b81f-14d72f7684ce"><span class="GINGER_SOFATWARE_mark" id="c60df18e-e6ac-427e-b6b2-d53500cfdc0f">NinjaRabbit</span></span></span>-Stock</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture-23-by-NinjaRabbit-Stock.jpg"><img class="aligncenter size-full wp-image-929" title="Texture 23 by NinjaRabbit-Stock" alt="Texture 23 by NinjaRabbit-Stock" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Texture-23-by-NinjaRabbit-Stock.jpg" width="600" height="400" /></a></p>\n<p><a href="http://shaostyle.deviantart.com/art/Big-Purple-Portal-Cloud-418043931" target="_blank"><b>Big Purple Portal Cloud by Shaostyle</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Big-Purple-Portal-Cloud-by-Shaostyle.jpg"><img class="aligncenter size-full wp-image-930" title="Big Purple Portal Cloud by Shaostyle" alt="Big Purple Portal Cloud by Shaostyle" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Big-Purple-Portal-Cloud-by-Shaostyle.jpg" width="600" height="337" /></a></p>\n<p><a href="http://haystackengineering.deviantart.com/art/Pulled-417938284" target="_blank"><b>Pulled by Haystackengineering</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pulled-by-Haystackengineering.jpg"><img class="aligncenter size-full wp-image-931" title="Pulled by Haystackengineering" alt="Pulled by Haystackengineering" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Pulled-by-Haystackengineering.jpg" width="600" height="449" /></a></p>\n<p><a href="http://paulinemoss.deviantart.com/art/Electric-Wilderness-417092827" target="_blank"><b>Electric Wilderness by PaulineMoss</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Electric-Wilderness-by-PaulineMoss.jpg"><img class="aligncenter size-full wp-image-932" title="Electric Wilderness by PaulineMoss" alt="Electric Wilderness by PaulineMoss" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Electric-Wilderness-by-PaulineMoss.jpg" width="600" height="425" /></a></p>\n<p><a href="http://monstercatworks.deviantart.com/art/The-Wall-416546707" target="_blank"><b>The Wall by MonsterCatWorks</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Wall-by-MonsterCatWorks.jpg"><img class="aligncenter size-full wp-image-933" title="The Wall by MonsterCatWorks" alt="The Wall by MonsterCatWorks" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Wall-by-MonsterCatWorks.jpg" width="600" height="450" /></a></p>\n<p><a href="http://selenapurpleewdirect.deviantart.com/art/King-Of-The-Sky-TEXTURE-415655697" target="_blank"><b>King Of The Sky [TEXTURE] by SelenaPurpleewDirect</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/King-Of-The-Sky-TEXTURE-by-SelenaPurpleewDirect.jpg"><img class="aligncenter  wp-image-934" title="King Of The Sky [TEXTURE] by SelenaPurpleewDirect" alt="King Of The Sky [TEXTURE] by SelenaPurpleewDirect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/King-Of-The-Sky-TEXTURE-by-SelenaPurpleewDirect.jpg" width="600" height="600" /></a></p>\n<p><a href="http://paulinemoss.deviantart.com/art/Fiddle-de-dee-415329614" target="_blank"><b>Fiddle-de-dee by PaulineMoss</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fiddle-de-dee-by-PaulineMoss.jpg"><img class="aligncenter size-full wp-image-935" title="Fiddle-de-dee by PaulineMoss" alt="Fiddle-de-dee by PaulineMoss" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fiddle-de-dee-by-PaulineMoss.jpg" width="600" height="425" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/high-resolution-abstract-textures.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/high-resolution-abstract-textures.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode.jpg&amp;description=20%20High%20Resolution%20Abstract%20Textures" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/textures/" rel="tag">Textures</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" rel="bookmark" title="30 Useful Tutorials for Developing HTML5 Web Browser Games">\n													30 Useful Tutorials for Developing HTML5 Web Browser...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="bookmark" title="20+ Free and Premium WordPress Coming Soon Themes">\n													20+ Free and Premium WordPress Coming Soon Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-most-addictive-html5-games/" rel="bookmark" title="35+ Best Most Addictive HTML5 Games">\n													35+ Best Most Addictive HTML5 Games												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/high-resolution-abstract-textures/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''915'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="982c678c92" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="92"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-premium-business-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" alt="30 Free &#038; Premium Business Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-premium-business-website-templates/'' title=''30 Free &#038; Premium Business Website Templates'' class=''popular-title''>30 Free &#038; Premium Business Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'high resolution abstract textures', '', 'publish', 'closed', 'closed', '', 'high-resolution-abstract-textures', '', '', '2017-04-11 13:17:47', '2017-04-11 13:17:47', '', 0, 'http://thedesignpixel.com/high-resolution-abstract-textures/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(155, 1, '2017-04-11 13:17:50', '2017-04-11 13:17:50', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Stunning &#038; Beautiful HTML5 Templates                            </div>\r\n				        <div class="single-content">\n    <article class="post-4245 post type-post status-publish format-standard has-post-thumbnail hentry category-resources">\r\n	<div id="post-4245" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">30 Stunning &#038; Beautiful HTML5 Templates</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n																		<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <h2>30 Stunning &amp; Beautiful HTML5 Templates</h2>\n<div>\n<p>In the world where content management systems have taken control over the web, and you can rarely find a website that isn’t powered by WordPress, sometimes there comes a natural desire to make things simpler. To break things down to their essentials. At such moments we remember about our good old HTML markup language &#8211; the most simple and reliable solution for your website. Yes, I already hear you saying that it is extremely uncomfortable to use it, and you have to update all the content of your website manually. Sure, everything comes at its own price, but what HTML has to offer may be much better than any difficulties with tweaking the code that might occur (and might not). Let’s look more closely at what HTML5 templates have to offer.</p>\n<p>First of all you need to decide what type of website you need. If you’re a blogger and would like to update your content a few times per week, than HTML might not be the best solution for you. But let’s take another situation. What if you have a business website, or personal portfolio page, and its role is mostly presentational. That means you’d like people to visit your site and learn about your services, but you don’t have a necessity to constantly update your content. In this scenario an HTML template may be exactly what you need. First of all, HTML files take less space on your server, which results in a better bandwidth. Although it may not be the best advantage in the world, but it is pleasant to know that your site is a little bit faster than one of your competitors. But probably the best advantage comes with security issues. No one will ever be able to hack your site via wp-admin. Why? Because there’s NO wp-admin on HTML websites, and there’s no databases, and in order to break your site you’ll need someone as good as Jonathan James himself. But let’s get back to our HTML templates.</p>\n<p>All of the templates in this compilation are responsive. They will look awesome on any modern devices, including smartphones, tablets, and even that fancy iPod Touch you bought last month. The same applies to the browsers. The templates are cross-browser compatible and will be looking equally great both in modern browsers such as Chrome and Firefox, as well as in the most favorite browser of web developers – Internet Explorer. The design of the templates is sleek and looks quite impressive. If you’d like to try out an HTML5 template, but at the same time want to spare your money, be sure to <a href="http://blog.templatemonster.com/free-website-templates/" target="_blank">check out some great, and most importantly free website templates</a>. Otherwise, be ready to dive into this compilation of the most popular and awesome looking HTML5 templates. Good luck!</p>\n<div style="text-align: center;">\n<h2>Website Template for Hotel Booking Companies</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52815.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52815-b-responsive.jpg" alt=" Hotel Booking Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52815-b-responsive.jpg" alt=" Hotel Booking Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52815.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52815.html??aff=designpixel">Demo</a></strong></p>\n<h2>Metalwork Factory Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52807.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52807-b-responsive.jpg" alt=" Steelworks Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52807-b-responsive.jpg" alt=" Steelworks Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52807.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52807.html??aff=designpixel">Demo</a></strong></p>\n<h2>Primary Education Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52747.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52747-b-responsive.jpg" alt=" Elementary School Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52747-b-responsive.jpg" alt=" Elementary School Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52747.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52747.html??aff=designpixel">Demo</a></strong></p>\n<h2>Pregnancy Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52736.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52736-b-responsive.jpg" alt=" Women''s Consulting Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52736-b-responsive.jpg" alt=" Women''s Consulting Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52736.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52736.html??aff=designpixel">Demo</a></strong></p>\n<h2>Sphynx Cats Breeder Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52715.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52715-b-responsive.jpg" alt=" Cat Breeders Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive.jpg" alt=" Cat Breeders Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52715.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52715.html??aff=designpixel">Demo</a></strong></p>\n<h2>Car Fan Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52711.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52711-b-responsive.jpg" alt=" Automobile Fan Site Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52711-b-responsive.jpg" alt=" Automobile Fan Site Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52711.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52711.html??aff=designpixel">Demo</a></strong></p>\n<h2>Financial Consulting Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52655.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52655-b-responsive.jpg" alt=" Global Business Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52655-b-responsive.jpg" alt=" Global Business Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52655.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52655.html??aff=designpixel">Demo</a></strong></p>\n<h2>Website Template for a Moving Company</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52496.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52496-b-responsive.jpg" alt=" Moving Company Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52496-b-responsive.jpg" alt=" Moving Company Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52496.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52496.html??aff=designpixel">Demo</a></strong></p>\n<h2>Car Cleaning Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52391.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52391-b-responsive.jpg" alt=" Car Wash Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52391-b-responsive.jpg" alt=" Car Wash Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52391.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52391.html??aff=designpixel">Demo</a></strong></p>\n<h2>Counselling Center Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52662.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52662-b-responsive.jpg" alt=" Counseling Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52662-b-responsive.jpg" alt=" Counseling Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52662.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52662.html??aff=designpixel">Demo</a></strong></p>\n<h2>Creative Garden Ponds Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52638.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52638-b-responsive.jpg" alt=" Garden Design Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52638-b-responsive.jpg" alt=" Garden Design Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52638.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52638.html??aff=designpixel">Demo</a></strong></p>\n<h2>Health Care Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52362.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52362-b-responsive.jpg" alt=" Medical Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52362-b-responsive.jpg" alt=" Medical Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52362.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52362.html??aff=designpixel">Demo</a></strong></p>\n<h2>Website Template for an Oil Company</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52502.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52502-b-responsive.jpg" alt=" Oil Gas Company Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52502-b-responsive.jpg" alt=" Oil Gas Company Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52502.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52502.html??aff=designpixel">Demo</a></strong></p>\n<h2>Cancer Cure Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52569.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52569-b-responsive.jpg" alt=" Cancer Center Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52569-b-responsive.jpg" alt=" Cancer Center Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52569.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52569.html??aff=designpixel">Demo</a></strong></p>\n<h2>Teeth Care Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52394.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52394-b-responsive.jpg" alt=" Dentistry Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52394-b-responsive.jpg" alt=" Dentistry Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52394.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52394.html??aff=designpixel">Demo</a></strong></p>\n<h2>Camper Trailer Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52583.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52583-b-responsive.jpg" alt=" Camping Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52583-b-responsive.jpg" alt=" Camping Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52583.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52583.html??aff=designpixel">Demo</a></strong></p>\n<h2>Bread Bakery Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52572.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52572-b-responsive.jpg" alt=" Bakery Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52572-b-responsive.jpg" alt=" Bakery Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52572.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52572.html??aff=designpixel">Demo</a></strong></p>\n<h2>Precious Accessories Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52289.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52289-b-responsive.jpg" alt=" Jewelry Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52289-b-responsive.jpg" alt=" Jewelry Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52289.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52289.html??aff=designpixel">Demo</a></strong></p>\n<h2>Land Sellers Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52546.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52546-b-responsive.jpg" alt=" Land Brokers Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52546-b-responsive.jpg" alt=" Land Brokers Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52546.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52546.html??aff=designpixel">Demo</a></strong></p>\n<h2>Website Template for Business Boost Agency</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52501.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52501-b-responsive.jpg" alt=" Business Consulting Agency Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52501-b-responsive.jpg" alt=" Business Consulting Agency Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52501.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52501.html??aff=designpixel">Demo</a></strong></p>\n<h2>Design and Development Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52537.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52537-b-responsive.jpg" alt=" Web Development and Advertising Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52537-b-responsive.jpg" alt=" Web Development and Advertising Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52537.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52537.html??aff=designpixel">Demo</a></strong></p>\n<h2>Website Template for Masseurs</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52523.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52523-b-responsive.jpg" alt=" Massage Therapy Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52523-b-responsive.jpg" alt=" Massage Therapy Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52523.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52523.html??aff=designpixel">Demo</a></strong></p>\n<h2>House Redesigning Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52522.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52522-b-responsive.jpg" alt=" Residential Remodeling Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52522-b-responsive.jpg" alt=" Residential Remodeling Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52522.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52522.html??aff=designpixel">Demo</a></strong></p>\n<h2>Rock Band Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52511.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52511-b-responsive.jpg" alt=" Music Band Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52511-b-responsive.jpg" alt=" Music Band Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52511.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52511.html??aff=designpixel">Demo</a></strong></p>\n<h2>Transportation Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52390.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52390-b-responsive.jpg" alt=" Taxi Responsive Website Template" /><noscript></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52390.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52390.html??aff=designpixel">Demo</a></strong></p>\n<h2>Fitness Jogging Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52225.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52225-b-responsive.jpg" alt=" Running Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52225-b-responsive.jpg" alt=" Running Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52225.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52225.html??aff=designpixel">Demo</a></strong></p>\n<h2>Metal Welding Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52396.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52396-b-responsive.jpg" alt=" Welding Corp Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52396-b-responsive.jpg" alt=" Welding Corp Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52396.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52396.html??aff=designpixel">Demo</a></strong></p>\n<h2>Business Pro Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52380.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52380-b-responsive.jpg" alt=" Business Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52380-b-responsive.jpg" alt=" Business Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52380.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52380.html??aff=designpixel">Demo</a></strong></p>\n<h2>Best Motel Services Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52449.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52449-b-responsive.jpg" alt=" Motel Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52449-b-responsive.jpg" alt=" Motel Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52449.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52449.html??aff=designpixel">Demo</a></strong></p>\n<h2>Spa Salon Responsive Website Template</h2>\n<p><a href="http://store.templatemonster.com/website-templates/52444.html??aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03//52444-b-responsive.jpg" alt=" Beauty Salon Responsive Website Template" /><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52444-b-responsive.jpg" alt=" Beauty Salon Responsive Website Template" /></noscript></a></p>\n<p><strong><a href="http://store.templatemonster.com/website-templates/52444.html??aff=designpixel">Details</a></strong> |</p>\n<p><strong><a href="http://store.templatemonster.com/demo/52444.html??aff=designpixel">Demo</a></strong></p>\n</div>\n</div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="LDG9T8372e113ab822bc7a7fdf1d241c1b82895a688a59b3827cfb9675fc8b0520c83" class="wpdiscuz-cnonce" name="cnonce" value="LDG9T8372e113ab822bc7a7fdf1d241c1b82895a688a59b3827cfb9675fc8b0520c83" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="lzrJk50863d9f19e6dfa56f97861fb0fad44e70ffb603c4b5329203ac0a6e6f0dd0d1" class="wpdiscuz-cnonce" name="cnonce" value="lzrJk50863d9f19e6dfa56f97861fb0fad44e70ffb603c4b5329203ac0a6e6f0dd0d1" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'html5templates', '', 'publish', 'closed', 'closed', '', 'html5templates', '', '', '2017-04-11 13:17:50', '2017-04-11 13:17:50', '', 0, 'http://thedesignpixel.com/html5templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(156, 1, '2017-04-11 13:17:53', '2017-04-11 13:17:53', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;30 Joomla Templates for Your Current Web Project</div><div class="single-content"><article class="post-4717 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-joomla tag-templates"><div id="post-4717" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">30 Joomla Templates for Your Current Web Project</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Here at The Design Pixel we&#8217;ve always been a bit biased towards giving you WordPress resources and templates, since it is easily the most used CMS in the world. Of course, WordPress might not satisfy many web developers, or maybe it just doesn&#8217;t meet the needs of the site they are trying to build. That&#8217;s when the many valid alternatives to WordPress come into play, and in this post we wanted to focus on Joomla, which is probably the second most popular CMS.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Just like WordPress, Joomla is written in PHP and supports MySQL databases, which allows for easy migration of content between these two platforms. It also features a highly extensible structure, which allows you to customize your installation to suit your needs. <span style="line-height: 1.5;">While not as intuitive as WordPress, Joomla is still easy to use and allows for more flexibility. This makes it ideal if you want to design a somewhat more complex site and you can invest some time into learning Joomla&#8217;s terminology and structure. In any case, most hosting companies offer single-click installations of Joomla, which helps a lot when starting out with this platform.</span></p><p>Thanks to Joomla&#8217;s flexibility, it&#8217;s the ideal CMS if you are planning sites that require a certain level of customization, such as e-commerce or social networking sites, while still being a great option for simpler sites like blogs or static company landing pages.</p><p>In this post, we have selected 30 Joomla templates that can serve as inspiration to help you set the look and feel of your new or existing Joomla site. Don&#8217;t forget to tell us your thoughts in the comments section!</p><h2>30 Joomla Templates for your Web Project</h2><div style="text-align: center;"><h3>Joomla Template to Build a Computer Repair Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/55271.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/55271-joom-b.jpg" alt=" Computer Repair Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/55271-joom-b.jpg" alt=" Computer Repair Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/55271.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/55271.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template for a Consulting Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/55181.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/55181-joom-b.jpg" alt=" Consulting Responsive Joomla Template" width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/55181.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/55181.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template for an Employment Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/55097.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/55097-joom-b.jpg" alt=" Employment Joomla Template " width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/55097.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/55097.html?aff=designpixel">Demo</a></strong></p><h3>Classy Joomla Template for a Car Dealer Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/54872.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54872-joom-b.jpg" alt=" Car Dealer Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54872-joom-b.jpg" alt=" Car Dealer Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54872.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54872.html?aff=designpixel">Demo</a></strong></p><h3>Trendy Joomla Template for an Exterior Design Studio</h3><p><a href="http://store.templatemonster.com/joomla-templates/54825.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54825-joom-b.jpg" alt=" Exterior Design Joomla Template " width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54825.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54825.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template for a Sports Club</h3><p><a href="http://store.templatemonster.com/joomla-templates/54796.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54796-joom-b.jpg" alt=" Sport Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54796-joom-b.jpg" alt=" Sport Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54796.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54796.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3>Clean Joomla Template for a Construction Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/54744.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54744-joom-b.jpg" alt=" Construction Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54744-joom-b.jpg" alt=" Construction Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54744.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54744.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template to Build a Business Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/54741.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54741-joom-b.jpg" alt=" Business Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54741-joom-b.jpg" alt=" Business Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54741.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54741.html?aff=designpixel">Demo</a></strong></p><h3>Attractive Joomla Template for a Travel Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/54559.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54559-joom-b.jpg" alt=" Travel Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54559-joom-b.jpg" alt=" Travel Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54559.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54559.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template to Build Event Planner</h3><p><a href="http://store.templatemonster.com/joomla-templates/54552.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b.jpg" alt=" Event Planner Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b.jpg" alt=" Event Planner Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54552.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54552.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template for a Wedding Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/54027.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54027-joom-b.jpg" alt=" Wedding Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54027-joom-b.jpg" alt=" Wedding Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54027.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54027.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template for a Graphic Design Studio</h3><p><a href="http://store.templatemonster.com/joomla-templates/54025.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54025-joom-b.jpg" alt=" Graphic Design Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54025-joom-b.jpg" alt=" Graphic Design Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/54025.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/54025.html?aff=designpixel">Demo</a></strong></p><h3>Trendy Joomla Template for a Cafe &amp; Restaurant</h3><p><a href="http://store.templatemonster.com/joomla-templates/53964.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53964-joom-b.jpg" alt=" Cafe And Restaurant Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53964-joom-b.jpg" alt=" Cafe And Restaurant Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53964.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53964.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template to Build a Web Design Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/53797.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53797-joom-b.jpg" alt=" Web Design Joomla Template " width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53797.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53797.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h3>Flat Joomla Template for a Consulting Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/53717.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53717-joom-b.jpg" alt=" Consulting Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53717-joom-b.jpg" alt=" Consulting Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53717.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53717.html?aff=designpixel">Demo</a></strong></p><h3>Flat Joomla Theme for a Delivery Service Company</h3><p><a href="http://store.templatemonster.com/joomla-templates/53693.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53693-joom-b.jpg" alt=" Delivery Services Joomla Theme " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53693-joom-b.jpg" alt=" Delivery Services Joomla Theme " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53693.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53693.html?aff=designpixel">Demo</a></strong></p><h3>Trendy Catering Joomla Template</h3><p><a href="http://store.templatemonster.com/joomla-templates/53654.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53654-joom-b.jpg" alt=" Catering Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53654-joom-b.jpg" alt=" Catering Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53654.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53654.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template for a Car Rental Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/53548.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53548-joom-b.jpg" alt=" Car Rental Joomla Template " width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53548.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53548.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template for a Sport News Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/53529.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53529-joom-b.jpg" alt=" Sports News Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53529-joom-b.jpg" alt=" Sports News Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53529.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53529.html?aff=designpixel">Demo</a></strong></p><h3>Clean Joomla Template to Present Business Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/53528.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53528-joom-b.jpg" alt=" Your Business Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53528-joom-b.jpg" alt=" Your Business Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53528.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53528.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template to Build a Charity Site</h3><p><a href="http://store.templatemonster.com/joomla-templates/53503.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53503-joom-b.jpg" alt=" Charity Joomla Template " width="430"><noscript></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53503.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53503.html?aff=designpixel">Demo</a></strong></p><h3>Trendy Business Joomla Theme</h3><p><a href="http://store.templatemonster.com/joomla-templates/53454.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53454-joom-b.jpg" alt=" Business Joomla Theme" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53454-joom-b.jpg" alt=" Business Joomla Theme" width="430" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://store.templatemonster.com/joomla-templates/53454.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53454.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template to Present a Business Bureau</h3><p><a href="http://store.templatemonster.com/joomla-templates/53426.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53426-joom-b.jpg" alt=" Business Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53426-joom-b.jpg" alt=" Business Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53426.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53426.html?aff=designpixel">Demo</a></strong></p><h3>Responsive Joomla Template to Present a Travel Agency</h3><p><a href="http://store.templatemonster.com/joomla-templates/53362.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53362-joom-b.jpg" alt=" Travel Agency Responsive Joomla Template" width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53362-joom-b.jpg" alt=" Travel Agency Responsive Joomla Template" width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53362.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53362.html?aff=designpixel">Demo</a></strong></p><h3>Clean Architecture Joomla Theme</h3><p><a href="http://store.templatemonster.com/joomla-templates/53361.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53361-joom-b.jpg" alt=" Architecture Joomla Theme " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53361-joom-b.jpg" alt=" Architecture Joomla Theme " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53361.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53361.html?aff=designpixel">Demo</a></strong></p><h3>Trendy Fashion Joomla Template</h3><p><a href="http://store.templatemonster.com/joomla-templates/53316.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53316-joom-b.jpg" alt=" Fashion Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53316-joom-b.jpg" alt=" Fashion Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53316.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53316.html?aff=designpixel">Demo</a></strong></p><h3>Attractive Architecture Joomla Template</h3><p><a href="http://store.templatemonster.com/joomla-templates/53317.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53317-joom-b.jpg" alt=" Architecture Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53317-joom-b.jpg" alt=" Architecture Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53317.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53317.html?aff=designpixel">Demo</a></strong></p><h3>Joomla Template to Present a Cycling Portal</h3><p><a href="http://store.templatemonster.com/joomla-templates/53315.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53315-joom-b.jpg" alt=" Cycling Joomla Template " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53315-joom-b.jpg" alt=" Cycling Joomla Template " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53315.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53315.html?aff=designpixel">Demo</a></strong></p><h3>Classy Joomla Theme for a Surfing Portal</h3><p><a href="http://store.templatemonster.com/joomla-templates/53250.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/53250-joom-b.jpg" alt=" Surfing Blog Joomla Theme " width="430"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/53250-joom-b.jpg" alt=" Surfing Blog Joomla Theme " width="430" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/joomla-templates/53250.html?aff=designpixel">Details</a></strong> | <strong><a href="http://store.templatemonster.com/demo/53250.html?aff=designpixel">Demo</a></strong></p></div> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="iyRTu713672cbdd3d62537cb7cdacf09984bc6cec12a4495bca7018bd998f257e7e08" class="wpdiscuz-cnonce" name="cnonce" value="iyRTu713672cbdd3d62537cb7cdacf09984bc6cec12a4495bca7018bd998f257e7e08" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="TXvrHbc9d0447bcc5de7fd953a0fd7bb51f9499e20ad4231190a603e0beda27d81c47" class="wpdiscuz-cnonce" name="cnonce" value="TXvrHbc9d0447bcc5de7fd953a0fd7bb51f9499e20ad4231190a603e0beda27d81c47" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'joomla templates for your current web project', '', 'publish', 'closed', 'closed', '', 'joomla-templates-for-your-current-web-project', '', '', '2017-04-11 13:17:53', '2017-04-11 13:17:53', '', 0, 'http://thedesignpixel.com/joomla-templates-for-your-current-web-project/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(157, 1, '2017-04-11 13:17:54', '2017-04-11 13:17:54', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3938" class="g post post-3938 type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes cat-3-id cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</div>\n												<header>\n							<h1 class="title">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in what way to impress and persuade people. It may sound rather awkward, but less is more nowadays. That is why minimalism is very popular and its proper representation looks stylish. Having a style plays a starring role in our everyday life. Because of that we can&#8217;t diminish the importance of visual reproducing of the company. The assemblage of interior design WordPress themes provides us with the opportunity like that. It demonstrates all the possible variants of the future website&#8217;s appearance, arranging specifically made interior templates that anyone can be satisfied with. It is really important for any business that deals with law, marketing and design to be involved in and bothered about the way their work is represented. A website is a real helping hand, because the clients can easily find you, moreover it always makes an impression. No one will ever choose a company with a feeble visual design. Here are several WordPress themes that can help you make a right choice.</p>\n<p>If you take a look at these interior templates, you&#8217;ll see some really valuable features that will make your website a successful one. The interior templates are flexible, so they will be stunning no matter what device is in use. When it comes to the size of the screen you can be sure that the layout of the pages will automatically change its size. All the elements will be in a proper order, so there won&#8217;t be any problems with the unfitted blocks of texts or the size of the menu headings. Everything has got its proper place and size. A great advantage is that all the components on the page can be placed and customized up for you. There is a great chance to experiment with sizes, background images, headings, color-schemes and so on. You can easily create a unique interior template that will be extraordinary. There is a great additional feature for those who want to enhance the searching results of the website. The interior design templates are coded accordingly to SEO principles, so the potential clients can easily find you on the Internet.</p>\n<p>Anyway, the most important thing is that all the WordPress themes have an impressive, stylish appearance and are made up to all modern web technologies. These aspects make the site&#8217;s upkeep and spreading much easier. They are a perfect variant for the interior design of companies that really care about the quality and attraction of their website. So, the compilation of the interior design WordPress themes will be a real helping hand in the search of the most suitable decision and a light touch for your business.</p>\n<h3><span style="text-decoration: underline;"><em><strong>30 Minimalist Interior Design WordPress Themes That Will Lead You to Success:</strong></em></span></h3>\n<div>\n<p><strong>Minimalist Design WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39275.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39275-wp-b.jpg" alt="Interior Design WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39275.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39275.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Exterior Design WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39144.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39144-wp-b.jpg" alt="Exterior Design Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39144.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39144.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Commerce WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39076.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39076-wp-b.jpg" alt="Business WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39076.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39076.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Law Company WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39827.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39827-wp-b.jpg" alt="Law Firm WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39827.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39827.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Interior Design WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39852.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39852-wp-b.jpg" alt="Interior Design WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39852.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39852.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Clientèle WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39912.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/39912-wp-b.jpg" alt="Business WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/39912.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/39912.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Advocate WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40254.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40254-wp-b.jpg" alt="Lawyer Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40254.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40254.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>SEO Partnership WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40351.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40351-wp-b.jpg" alt="SEO Website WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40351.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40351.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Law Company WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40432.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40432-wp-b.jpg" alt="Law Firm WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40432.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40432.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>SEO Association WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40434.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40434-wp-b.jpg" alt="SEO Website WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40434.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40434.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Building Company WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40743.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40743-wp-b.jpg" alt="Construction Company WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40743.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40743.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Administration Company WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40794.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40794-wp-b.jpg" alt="Management Company Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40794.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40794.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>SEO Website Support WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40954.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/40954-wp-b.jpg" alt="SEO Website Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/40954.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/40954.html?aff=designpixel">Demo</a></strong></p>\n<p><strong><span id="bcef32d6-bef3-47a1-b60b-86e256e2c91b" class="GINGER_SOFATWARE_mark"><span id="09d63a33-29c2-457d-bcf9-638f781badc9" class="GINGER_SOFATWARE_mark">Advisory</span></span> Website WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/41208.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/41208-wp-b.jpg" alt="Consulting WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/41208.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/41208.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Up-to-date Architecture WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/41986.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/41986-wp-b.jpg" alt="Modern Architecture WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/41986.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/41986.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Stylish Minimalist Interior WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42803.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/42803-wp-b.jpg" alt="Elegant Interior WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42803.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/42803.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Medical WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42856.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/42856-wp-b.jpg" alt="Sterile Medical WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42856.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/42856.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Commercial Company WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42857.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/42857-wp-b.jpg" alt="Light Investment Company WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/42857.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/42857.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Martial Arts WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/43186.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/43186-wp-b.jpg" alt="Martial Arts WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/43186.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/43186.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Building Bureau WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/43883.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/43883-wp-b.jpg" alt="Architectural Bureau WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/43883.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/43883.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Trading Company WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44337.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/44337-wp-b.jpg" alt="Marketing Campaigns WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44337.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/44337.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Stylish Film WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44742.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/44742-wp-b.jpg" alt="Movie Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44742.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/44742.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Eatery WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44946.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/44946-wp-b.jpg" alt="Light Space CafÃ© and Restaurant WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/44946.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/44946.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Design and Furniture WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45062.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45062-wp-b.jpg" alt="Minimalist Interior and Furniture WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45062.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45062.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Caring Animal Shelter WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45086.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45086-wp-b.jpg" alt="Clear Animal Shelter WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45086.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45086.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Lose Weight Properly WordPress Theme</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45144.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45144-wp-b.jpg" alt="Weight Loss Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45144.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45144.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Minimalist Video Variety WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45264.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45264-wp-b.jpg" alt="Minimalist Video Lab WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45264.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45264.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Internet Support WordPress Template</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45577.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45577-wp-b.jpg" alt="Internet Responsive WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45577.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45577.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Cat-World WordPress Layout</strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45582.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/45582-wp-b.jpg" alt="About Cats WordPress Theme" /></a></strong></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/45582.html?aff=designpixel">Details</a> | </strong><strong><a href="http://store.templatemonster.com/demo/45582.html?aff=designpixel">Demo</a></strong></p>\n<p><strong>Rental Bureau WordPress Theme</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/46790.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/images/46790-wp-b.jpg" alt="Renting Agency WordPress Theme" /></a></p>\n<p><strong><a href="http://store.templatemonster.com/wordpress-themes/46790.html?aff=designpixel">Details</a></strong> |<strong><a href="http://store.templatemonster.com/demo/46790.html?aff=designpixel">Demo</a></strong></p>\n</div>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/minimalist-interior-design-wordpress-themes.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/minimalist-interior-design-wordpress-themes.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes.jpg&amp;description=30%20Minimalist%20Interior%20Design%20WordPress%20Themes%20That%20Will%20Lead%20You%20to%20Success" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="bookmark" title="20 Adobe Photoshop Plugins To Help You Make Better Designer">\n													20 Adobe Photoshop Plugins To Help You Make Better D...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" rel="bookmark" title="30 Useful Tutorials for Developing HTML5 Web Browser Games">\n													30 Useful Tutorials for Developing HTML5 Web Browser...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" rel="bookmark" title="20 Creative Examples of Icon Sketches for Inspiration">\n													20 Creative Examples of Icon Sketches for Inspiratio...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3938'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="9a52a5afc4" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="160"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'minimalist interior design wordpress themes', '', 'publish', 'closed', 'closed', '', 'minimalist-interior-design-wordpress-themes', '', '', '2017-04-11 13:17:54', '2017-04-11 13:17:54', '', 0, 'http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(158, 1, '2017-04-11 13:17:57', '2017-04-11 13:17:57', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;20 Most Useful 3D Text Effect Photoshop Tutorials</div><div class="single-content"><article class="post-354 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-photoshop tag-typography"><div id="post-354" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">20 Most Useful 3D Text Effect Photoshop Tutorials</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/typography/" rel="tag">Typography</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and large steps.&nbsp; We have by now seen some amazing work with 3D rendered text, and every time I saw them, I was amazed by the work of art and wanted to know how this was accomplished.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>I started working on Photoshop and realized it was extremely difficult to add 3D text effects as the Photoshop was originally made to edit and enhance Photos and was not easy enough to work with Vectors like texts.&nbsp; All people who have worked on Photoshop would be nodding their heads in agreement. So, When I kept seeing the Amazing 3D text effects used on the web I decided to make a few myself and failed drastically.</p><p>A little bit of research on the Internet helped me hone my skills and made me make some stunning Photoshop text effects that will give my designs great look and feel. The beauty of the internet is the generosity of this designer who is ready to share their techniques that helped them learn and succeed in making the amazing typography illustrations.</p><p>Today, I would like to share the 20 Most Useful 3D Text Effect Photoshop Tutorials that I use on a regular basis to make my designs and work stand out from the crowd. I could have used some ready-made fonts to substitute the hard work, however, I decided to play around with the Powerful 3D rendering capability of Photoshop. It gives me designs a personal feel. These tips have helped me and I wish it is helpful to you as well.</p><h3><span style="text-decoration: underline;"><em><strong>20 Most Useful 3D Text Effect Photoshop Tutorials</strong></em></span>:</h3><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/autumn-themed-3d-text-effect/" target="_blank">Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended.jpg" class="aligncenter size-full wp-image-355" title="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-355" title="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended.jpg" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>If you are using Adobe Photoshop CS6 extended then this tutorial helps you to create an Autumn-Themed 3D Text Effect. This very easy to learn 3D text effect Photoshop tutorial for creating autumn themed effect.</p><p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/glossy-plastic-3d-text/" target="_blank">Create Glossy Plastic 3D Text in Photoshop CS5 Extended</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended.jpg" class="aligncenter size-full wp-image-356" title="Create Glossy Plastic 3D Text in Photoshop CS5 Extended" alt="Create Glossy Plastic 3D Text in Photoshop CS5 Extended" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-356" title="Create Glossy Plastic 3D Text in Photoshop CS5 Extended" alt="Create Glossy Plastic 3D Text in Photoshop CS5 Extended" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended.jpg" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Glossy-Plastic-3D-Text-in-Photoshop-CS5-Extended-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>This tutorial will help to understand how to use Repousse inside Photoshop CS5 to create an amazing glossy plastic 3D text effect, without using any other software with it.</p><p><a href="http://www.denisdesigns.com/blog/2012/04/create-a-realistic-wooden-3d-text-image/" target="_blank">Create a realistic wooden 3D text image</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image.jpg" class="aligncenter size-full wp-image-357" title="Create a realistic wooden 3D text image" alt="Create a realistic wooden 3D text image" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-357" title="Create a realistic wooden 3D text image" alt="Create a realistic wooden 3D text image" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image.jpg" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-realistic-wooden-3D-text-image-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Creating a wooden effect with the use Photoshop is really a difficult task and need some sort of creativity. But this tutorial briefly explains how to create a realistic wooden 3D text effect by using some 2D textures as well.</p><p><a href="http://psd.tutsplus.com/tutorials/3d/valentines-day-inspired-3d-text-effect/" target="_blank">Create a Valentine&rsquo;s Day-Inspired 3D Text Effect Using Filter Forge and Photoshop</a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p style="text-align: left;"><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Inspired-3D-Text-Effect-Using-Filter-Forge-and-Photoshop.jpg" class="aligncenter size-full wp-image-358" title="Create a Valentine&rsquo;s Day-Inspired 3D Text Effect Using Filter Forge and Photoshop" alt="Create a Valentine&rsquo;s Day-Inspired 3D Text Effect Using Filter Forge and Photoshop" width="600" height="350"><noscript></noscript></a>With the use of Filter Forge and Photoshop this tutorial helps you to create a valentine&#8217;s day inspired 3D text effect with a simple red glass heart.</p><p><a href="http://psd.fanextra.com/tutorials/text-effects/create-a-polished-3d-gold-bars-text-effect/" target="_blank">Create a Polished 3D Gold Bars Text Effect</a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect.jpg" class="aligncenter size-full wp-image-359" title="Create a Polished 3D Gold Bars Text Effect" alt="Create a Polished 3D Gold Bars Text Effect" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-359" title="Create a Polished 3D Gold Bars Text Effect" alt="Create a Polished 3D Gold Bars Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect.jpg" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Polished-3D-Gold-Bars-Text-Effect-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Easily learn how to create a polished 3D gold bars text effect by using <span class="GINGER_SOFATWARE_mark" id="0004ceea-4cee-4521-90fe-66b9818e384d">adobe</span> Photoshop.</p><p><a href="http://psd.fanextra.com/tutorials/text-effects/members-area-tutorial-create-awesome-glossy-3d-typography/" target="_blank">Create Awesome Glossy 3D Typography</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography.jpg" class="aligncenter size-full wp-image-360" title="Create Awesome Glossy 3D Typography" alt="Create Awesome Glossy 3D Typography" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-360" title="Create Awesome Glossy 3D Typography" alt="Create Awesome Glossy 3D Typography" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography.jpg" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Awesome-Glossy-3D-Typography-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>This is a very detailed tutorial which helps you to understand how to trace custom typography using Illustrator and how to transfer a smooth workflow between Illustrator and Photoshop. With various blending options and effects you can easily learn how to create awesome glossy 3D typography.</p><p><a href="http://mediamilitia.com/how-to-create-amazing-3d-type/" target="_blank">How To Create Amazing 3D Type</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type.jpg" class="aligncenter size-full wp-image-361" title="How To Create Amazing 3D Type" alt="How To Create Amazing 3D Type" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-361" title="How To Create Amazing 3D Type" alt="How To Create Amazing 3D Type" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type.jpg" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-Amazing-3D-Type-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>If you are a typography lover then this tutorial helps you to enhance your skills with creating some amazing 3D type.</p><p><a href="http://mediamilitia.com/3d-text-shatter-effect-with-cinema-4d-and-photoshop/" target="_blank">3D Text Shatter Effect &ndash; Tutorial</a></p><p style="text-align: left;"><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-Shatter-Effect-Tutorial.jpg" class="aligncenter size-full wp-image-362" title="3D Text Shatter Effect &ndash; Tutorial" alt="3D Text Shatter Effect &ndash; Tutorial" width="600" height="300"><noscript></noscript></a>With complete in-depth details about Cinema 4D &amp; Photoshop you will learn you can easily learn how to create 3D text shatter effect.</p><p><a href="http://textuts.com/royal-3d-text-effect-in-photoshop-cs6/" target="_blank">Royal 3D Text Effect in Photoshop CS6</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6.jpg" class="aligncenter size-full wp-image-363" title="Royal 3D Text Effect in Photoshop CS6" alt="Royal 3D Text Effect in Photoshop CS6" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-363" title="Royal 3D Text Effect in Photoshop CS6" alt="Royal 3D Text Effect in Photoshop CS6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6.jpg" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Royal-3D-Text-Effect-in-Photoshop-CS6-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>This tutorial is to help those people who want to learn new 3D tools in Photoshop CS6 and provides detailed steps for creating royal 3D text effects.</p><p><a href="http://planetphotoshop.com/3d-balloons-text-effect.html" target="_blank">3D <span class="GINGER_SOFATWARE_mark" id="4da28358-7366-45e7-8bbd-b10dd763b5bd"><span class="GINGER_SOFATWARE_mark" id="5d5ab197-58ca-4a1e-94ce-16ff73d5664f"><span class="GINGER_SOFATWARE_mark" id="b9e078f4-1a4a-4ecc-ab8d-b7c2638a58c8"><span class="GINGER_SOFATWARE_mark" id="15fa106a-7d42-4e79-8aed-c18a068699d3">Balloons Text</span></span></span></span> Effect</a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Balloons-Text-Effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/3D-Balloons-Text-Effect.jpg" class="aligncenter size-full wp-image-364" title="3D Balloons Text Effect" alt="3D Balloons Text Effect" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Balloons-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Balloons-Text-Effect-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-364" title="3D Balloons Text Effect" alt="3D Balloons Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Balloons-Text-Effect.jpg" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Balloons-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Balloons-Text-Effect-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Without the use of any 3D software this tutorial helps you to understand that how to create 3D balloon text effects on Photoshop CS5.</p><p><a href="http://www.psdbox.com/tutorials/photo-mosaic-text-effect-in-photoshop/" target="_blank">Colorful Mosaic text effect in Photoshop</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop.jpg" class="aligncenter size-full wp-image-365" title="Colorful Mosaic text effect in Photoshop" alt="Colorful Mosaic text effect in Photoshop" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-365" title="Colorful Mosaic text effect in Photoshop" alt="Colorful Mosaic text effect in Photoshop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop.jpg" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Colorful-Mosaic-text-effect-in-Photoshop-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Learn how to create a Colorful Mosaic text effect in Photoshop using random photographs and bold fonts.</p><p><a href="http://tutbase.com/tutorials/photoshop/text-effect/explosive-3d-text.html" target="_blank">Explosive 3D Text</a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Explosive-3D-Text.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text.jpg" class="aligncenter size-full wp-image-366" title="Explosive 3D Text" alt="Explosive 3D Text" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-366" title="Explosive 3D Text" alt="Explosive 3D Text" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Explosive-3D-Text.jpg" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Explosive-3D-Text-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>With various types of usage of 3D text effects this tutorial helps you to understand that how to create explosive 3D text effects for posters, desktops or computer backgrounds.</p><p><a href="http://www.photoshopstar.com/text-effects/cool-dots-text-effect/" target="_blank">Cool Dots Text Effect</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-Dots-Text-Effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Cool-Dots-Text-Effect.jpg" class="aligncenter size-full wp-image-367" title="Cool Dots Text Effect" alt="Cool Dots Text Effect" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Dots-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Dots-Text-Effect-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-367" title="Cool Dots Text Effect" alt="Cool Dots Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-Dots-Text-Effect.jpg" width="600" height="376" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Dots-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Dots-Text-Effect-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Easily learn how to create cool dots text effects in 3D which consists of dots and a blurred extension.</p><p><a href="http://www.photoshopstar.com/text-effects/vintage-3d-text-effect/" target="_blank">Vintage 3D Text Effect in Photoshop CS6</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6.jpg" class="aligncenter size-full wp-image-368" title="Vintage 3D Text Effect in Photoshop CS6" alt="Vintage 3D Text Effect in Photoshop CS6" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-368" title="Vintage 3D Text Effect in Photoshop CS6" alt="Vintage 3D Text Effect in Photoshop CS6" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6.jpg" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vintage-3D-Text-Effect-in-Photoshop-CS6-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>Without the need of any external software the 3D environment in Photoshop CS6 helps to create amazing 3D text effects. Learn how to use advanced options as well as Vintage 3D Text Effect in Photoshop CS6.</p><p><a href="http://www.photoshopstar.com/text-effects/cool-unusual-text-effect/" target="_blank">Cool Unusual Text Effect</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect.jpg" class="aligncenter size-full wp-image-369" title="Cool Unusual Text Effect" alt="Cool Unusual Text Effect" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-369" title="Cool Unusual Text Effect" alt="Cool Unusual Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect.jpg" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cool-Unusual-Text-Effect-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>With the help of this tutorial you can easily create unusual text effects with the help of <span class="GINGER_SOFATWARE_mark" id="1b80d945-dc91-42b6-8288-9ba25c7db7a7">adobe</span> Photoshop.</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://www.psdeluxe.com/tutorials/special-effects-tutorials/create-take-break-3d-text-composition/" target="_blank">Create &ldquo;Take a Break&rdquo; 3D Text Composition</a></p><p style="text-align: left;"><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-Take-a-Break-3D-Text-Composition.jpg" class="aligncenter size-full wp-image-371" title="Create &ldquo;Take a Break&rdquo; 3D Text Composition" alt="Create &ldquo;Take a Break&rdquo; 3D Text Composition" width="600" height="800"><noscript></noscript></a>In this Photoshop tutorial, you will learn to create a 3D text effect in simple steps and then use it in photo manipulation with some splatter and grunge textures.</p><p><a href="http://www.tutorialwiz.com/3D_text/" target="_blank">3D Text effect</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Text-effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-effect.jpg" class="aligncenter size-full wp-image-372" title="3D Text effect" alt="3D Text effect" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-effect-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-372" title="3D Text effect" alt="3D Text effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/3D-Text-effect.jpg" width="600" height="311" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/3D-Text-effect-300x156.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>This 3D text effect Photoshop tutorial helps you to create stunning 3D text effect with the use of Photoshop in easy steps.</p><p><a href="http://www.digitalartsonline.co.uk/tutorials/photoshop/create-3d-type-art-using-photoshop-cs5/" target="_blank">Create 3D type art using Photoshop CS5</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5.jpg" class="aligncenter size-full wp-image-373" title="Create 3D type art using Photoshop CS5" alt="Create 3D type art using Photoshop CS5" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5-212x300.jpg 212w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-373" title="Create 3D type art using Photoshop CS5" alt="Create 3D type art using Photoshop CS5" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5.jpg" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-3D-type-art-using-Photoshop-CS5-212x300.jpg 212w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>To bring out you the best results for adobe Photoshop this tutorial helps you to understand that how you can create 3D type art using Photoshop CS5.</p><p><a href="http://www.digitalartsonline.co.uk/tutorials/cinema-4d/create-realistic-gold-3d-type/" target="_blank">Create realistic gold 3D type</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-realistic-gold-3D-type.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-realistic-gold-3D-type.jpg" class="aligncenter size-full wp-image-374" title="Create realistic gold 3D type" alt="Create realistic gold 3D type" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-realistic-gold-3D-type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-realistic-gold-3D-type-212x300.jpg 212w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-374" title="Create realistic gold 3D type" alt="Create realistic gold 3D type" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-realistic-gold-3D-type.jpg" width="600" height="849" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-realistic-gold-3D-type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-realistic-gold-3D-type-212x300.jpg 212w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>In this tutorial you will learn how to create realistic gold 3D type text effect in Photoshop.</p><p><a href="http://www.digitalartsonline.co.uk/tutorials/adobe-illustrator/create-jewel-encrusted-gold-3d-type/" target="_blank">Create jewel-encrusted gold 3D type</a></p><p style="text-align: left;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type.jpg" class="aligncenter size-full wp-image-375" title="Create jewel-encrusted gold 3D type" alt="Create jewel-encrusted gold 3D type" width="600" height="838" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type-215x300.jpg 215w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-375" title="Create jewel-encrusted gold 3D type" alt="Create jewel-encrusted gold 3D type" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type.jpg" width="600" height="838" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-jewel-encrusted-gold-3D-type-215x300.jpg 215w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a>With this tutorial you can easily learn to Create jewel-encrusted gold 3D type text effect.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "20 Most Useful 3D Text Effect Photoshop Tutorials"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="jrMQGbbda45027b18a29ca1244ca1c265543592948d9b89675c21f140230ac8db52bf" class="wpdiscuz-cnonce" name="cnonce" value="jrMQGbbda45027b18a29ca1244ca1c265543592948d9b89675c21f140230ac8db52bf" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="6N53m8fc823300528118c90b4d6bc4b03e89b86a7de47bffe490b85797fa6fc51e6c5" class="wpdiscuz-cnonce" name="cnonce" value="6N53m8fc823300528118c90b4d6bc4b03e89b86a7de47bffe490b85797fa6fc51e6c5" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-596_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/6fd97b1ac6f0b34ddea664d43b6dc19f?s=48&#038;d=mm&#038;r=g" alt="mikael" srcset="http://0.gravatar.com/avatar/6fd97b1ac6f0b34ddea664d43b6dc19f?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-596" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">mikael</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials.html#comment-596&quot; /&gt;" /></div><div class="wc-comment-date">June 6, 2014 6:48 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>very good Collection!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=very%20good%20Collection!http://www.thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials.html#comment-596" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-596_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'most useful 3d text effect photoshop tutorials', '', 'publish', 'closed', 'closed', '', 'most-useful-3d-text-effect-photoshop-tutorials', '', '', '2017-04-11 13:17:57', '2017-04-11 13:17:57', '', 0, 'http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(159, 1, '2017-04-11 13:17:58', '2017-04-11 13:17:58', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-151" class="g post post-151 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-chrome tag-development tag-google cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</div>\n												<header>\n							<h1 class="title">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website. But there is a lot of factors like website design, speed, layout, loading time which is considered by designers or developers. Sometimes slow Internet connection also becomes a problem for them to work with their best efforts.</p>\n<p>The browser compatibility is the most important factor for designers or developers to produce excellent websites. Because they need to perform a lot of different tasks or tests at the time of working on a website, the more functionality it has more better it will be. Although, there are lots of browsers available in the market, but <a href="https://www.google.com/intl/en/chrome/browser/" target="_blank">Google Chrome</a> is the best browser which provides a lot of functionality for designer &amp; developers. Google Chrome is designed to be fast in every way like fast to search and navigate, fast to load webpages as well as run web applications. It also provides simplicity with advanced security features.</p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions.jpg"><img class="aligncenter size-full wp-image-210" title="must have google chrome extensions" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions.jpg" alt="must have google chrome extensions" width="600" height="400" /></a></p>\n<p>When we talk about customizing Google Chrome it&#8217;s a perfect browser for designer &amp; developers because of its extensions, themes &amp; apps. Google Chrome extensions are the custom tools that lets you extend its functionality and do lots of important tasks easily. Google Chrome extensions are easy to downloadable through <a href="https://chrome.google.com/webstore/category/extensions" target="_blank">Chrome web store</a> and are written in HTML, JavaScript and CSS. Any user with having a Google account can create their own Google Chrome extensions.</p>\n<p>There are a lot of useful Google Chrome extensions available in the Chrome web store which helps web designers &amp; developers to do their task efficiently without wasting their precious time on the most common applications like taking screenshots, editing, cropping, selecting different color combinations, auto detect errors from the code and so on. If we consider these different tasks with the help of external applications or softwares then they take a lot of time to copy paste the things from browser to applications and paste back the results. This is the situation where Google Chrome extensions come handy and give flexibility to the web designers to work with full concentration. Although, every web designer &amp; developer prefer their own ways to work, but to help out our fellow web designers, we have carefully selected some of the best must have Google Chrome extensions for web designers &amp; developers. If you find this list useful then don&#8217;t forget to share this it with your friends.</p>\n<h3><span style="text-decoration: underline;"><em><strong>45+ Must Have Google Chrome Extensions For Web Designers &amp; Developers:</strong></em></span></h3>\n<p><a href="https://chrome.google.com/webstore/detail/palette-for-chrome/oolpphfmdmjbojolagcbgdemojhcnlod" target="_blank"><b>Palette for Chrome</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Palette-for-Chrome.jpg"><img class="aligncenter size-full wp-image-152" title="Palette for Chrome" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Palette-for-Chrome.jpg" alt="Palette for Chrome" width="600" height="421" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/colorpicker-09/jegimleidpfmpepbfajjlielaheedkdo" target="_blank"><b><span id="3d0d1493-e0ea-4058-be13-831366b21857" class="GINGER_SOFATWARE_mark"><span id="56f3a284-5b3b-4c32-a297-eb1b7d8aed5f" class="GINGER_SOFATWARE_mark"><span id="72f1fd50-fc1d-45a9-b7a9-f037a2f325a5" class="GINGER_SOFATWARE_mark"><span id="191bd5be-a7fb-4218-80f5-a3b14726c0cb" class="GINGER_SOFATWARE_mark"><span id="035da0f7-652f-4658-8e18-8e31782aa2fe" class="GINGER_SOFATWARE_mark"><span id="9120c14d-7703-4737-b06e-f39615db9450" class="GINGER_SOFATWARE_mark">ColorPicker</span></span></span></span></span></span> 0.9</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ColorPicker-0.9.jpg"><img class="aligncenter size-full wp-image-153" title="ColorPicker 0.9" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/ColorPicker-0.9.jpg" alt="ColorPicker 0.9" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/diigo-web-collector-captu/oojbgadfejifecebmdnhhkbhdjaphole" target="_blank"><b>Diigo</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Diigo.jpg"><img class="aligncenter size-full wp-image-154" title="Diigo" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Diigo.jpg" alt="Diigo" width="600" height="376" /></a></p>\n<p style="text-align: left;"> <a href="https://chrome.google.com/webstore/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn" target="_blank"><b><span id="eebb9234-7982-41d0-b14e-e889e64dbc3c" class="GINGER_SOFATWARE_mark"><span id="a1de27f8-d1af-41c4-a077-ee777f145210" class="GINGER_SOFATWARE_mark"><span id="8c82db92-cc11-4da7-827d-0e8c3c2d547f" class="GINGER_SOFATWARE_mark"><span id="965878d2-6a99-4927-84bc-5807ec411c3a" class="GINGER_SOFATWARE_mark"><span id="645d1746-6a10-438f-9bb6-8c7bfa85fd7a" class="GINGER_SOFATWARE_mark">BuiltWith</span></span></span></span></span> Technology Profiler</b></a> <a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BuiltWith-Technology-Profiler.png"><img class="aligncenter size-full wp-image-202" title="BuiltWith Technology Profiler" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BuiltWith-Technology-Profiler.png" alt="BuiltWith Technology Profiler" width="600" height="375" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/the-microstock-photo-powe/ehipnpjjaejnoajfkkgonkhpkpiocekl" target="_blank"><b><span id="e5a34fb3-cbef-4ba1-a056-1d0d1fb9c6b1" class="GINGER_SOFATWARE_mark"><span id="6899cdbd-a0dd-49e4-841d-6fdc73ea8f11" class="GINGER_SOFATWARE_mark"><span id="f1654a34-dfc3-4390-abdb-403fd985e20c" class="GINGER_SOFATWARE_mark"><span id="2c96a8b6-9c84-4ceb-a8b7-94512513f8c8" class="GINGER_SOFATWARE_mark"><span id="ea6edb3c-0808-4346-a308-ff7ebc87eb65" class="GINGER_SOFATWARE_mark"><span id="5568d1f5-3dba-4ad1-bfd0-a6ba4facb415" class="GINGER_SOFATWARE_mark">Microstock</span></span></span></span></span></span> Photo Power Search</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Microstock-Photo-Power-Search.jpg"><img class="aligncenter size-full wp-image-155" title="Microstock Photo Power Search" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Microstock-Photo-Power-Search.jpg" alt="Microstock Photo Power Search" width="600" height="416" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/mynotes/goemnbanfdipmhnnhlpckemnnpggldog" target="_blank"><b><span id="f55085a4-6e53-40cf-98a8-84df7107a8b5" class="GINGER_SOFATWARE_mark"><span id="29ce4940-e6fe-41fc-9c32-d9b924d82e9f" class="GINGER_SOFATWARE_mark"><span id="5a35d5b5-8e73-41df-bcfd-ebb86ec9c508" class="GINGER_SOFATWARE_mark"><span id="46088048-926d-43ca-9a15-c20a20f56a8c" class="GINGER_SOFATWARE_mark"><span id="d540c2a9-c7b4-462b-b6d9-8a09cef0cba9" class="GINGER_SOFATWARE_mark"><span id="0789e95f-3d9b-4083-92e5-3152725bc367" class="GINGER_SOFATWARE_mark">MyNotes</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MyNotes.jpg"><img class="aligncenter size-full wp-image-156" title="MyNotes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MyNotes.jpg" alt="MyNotes" width="600" height="347" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/pendule/gbkffbkamcejhkcaocmkdeiiccpmjfdi" target="_blank"><b><span id="5126d486-16e5-4fbf-89f3-4408b8632d56" class="GINGER_SOFATWARE_mark"><span id="4c0ba483-0df4-421c-a483-551696d6466e" class="GINGER_SOFATWARE_mark"><span id="0f7caf87-6d00-4a75-9fad-e21b4a05b851" class="GINGER_SOFATWARE_mark"><span id="873b707f-bd05-4a7c-b897-c029e47d93eb" class="GINGER_SOFATWARE_mark"><span id="d32d6a82-635b-4e53-a9fb-a48ce30569be" class="GINGER_SOFATWARE_mark"><span id="9778c5c0-fa96-4127-962c-a82d7f0b592b" class="GINGER_SOFATWARE_mark">Pendule</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pendule.jpg"><img class="aligncenter size-full wp-image-157" title="Pendule" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pendule.jpg" alt="Pendule" width="600" height="387" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/firebug-lite-for-google-c/bmagokdooijbeehmkpknfglimnifench" target="_blank"><b>Firebug Lite for Google Chrome™</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Firebug-Lite-for-Google-Chrome_E2_84_A2.jpg"><img class="aligncenter size-full wp-image-159" title="Firebug Lite for Google Chrome™" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Firebug-Lite-for-Google-Chrome_E2_84_A2.jpg" alt="Firebug Lite for Google Chrome™" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/cssviewer/ggfgijbpiheegefliciemofobhmofgce" target="_blank"><b><span id="7c891fe8-a712-4888-ae3b-389eb679ea08" class="GINGER_SOFATWARE_mark"><span id="af65081a-2475-49d1-93d0-cb031991ef11" class="GINGER_SOFATWARE_mark"><span id="7d59228d-cee9-42f1-a480-b3c47fa0b214" class="GINGER_SOFATWARE_mark"><span id="7763baaa-2012-422a-b1d8-0d8507440441" class="GINGER_SOFATWARE_mark"><span id="3e05a2b8-d504-4467-bf34-9f83eb6f9873" class="GINGER_SOFATWARE_mark"><span id="05a0cdf4-1987-4699-a40c-32902bc04b4e" class="GINGER_SOFATWARE_mark">CSSViewer</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSSViewer.jpg"><img class="aligncenter size-full wp-image-160" title="CSSViewer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSSViewer.jpg" alt="CSSViewer" width="600" height="380" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/evernote-web-clipper/pioclpoplcdbaefihamjohnefbikjilc" target="_blank"><b>Clip To Evernote</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clip-To-Evernote.jpg"><img class="aligncenter size-full wp-image-161" title="Clip To Evernote" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Clip-To-Evernote.jpg" alt="Clip To Evernote" width="600" height="375" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/google-similar-pages-beta/pjnfggphgdjblhfjaphkjhfpiiekbbej" target="_blank"><b>Similar Pages</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Similar-Pages.jpg"><img class="aligncenter size-full wp-image-162" title="Similar Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Similar-Pages.jpg" alt="Similar Pages" width="600" height="409" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/resolution-test/idhfcdbheobinplaamokffboaccidbal" target="_blank"><b>Resolution Test</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Resolution-Test.jpg"><img class="aligncenter size-full wp-image-163" title="Resolution Test" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Resolution-Test.jpg" alt="Resolution Test" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/speed-tracer-by-google/ognampngfcbddbfemdapefohjiobgbdl" target="_blank"><b>Speed Tracer (by Google)</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Speed-Tracer-by-Google.jpg"><img class="aligncenter size-full wp-image-164" title="Speed Tracer (by Google)" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Speed-Tracer-by-Google.jpg" alt="Speed Tracer (by Google)" width="600" height="397" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/seo-site-tools/diahigjngdnkdgajdbpjdeomopbpkjjc" target="_blank"><b>SEO Site Tools</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SEO-Site-Tools.jpg"><img class="aligncenter size-full wp-image-165" title="SEO Site Tools" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SEO-Site-Tools.jpg" alt="SEO Site Tools" width="600" height="359" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/seo-for-chrome/oangcciaeihlfmhppegpdceadpfaoclj" target="_blank"><b>SEO for Chrome</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SEO-for-Chrome.jpg"><img class="aligncenter size-full wp-image-166" title="SEO for Chrome" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/SEO-for-Chrome.jpg" alt="SEO for Chrome" width="600" height="398" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/eye-dropper/hmdcmlfkchdmnmnmheododdhjedfccka" target="_blank"><b>Eye Dropper</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eye-Dropper.jpg"><img class="aligncenter size-full wp-image-167" title="Eye Dropper" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Eye-Dropper.jpg" alt="Eye Dropper" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/image-cropper/akeeaafmkigeapaejnlbknplbbpfbcfp" target="_blank"><b>Image Cropper</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Image-Cropper.jpg"><img class="aligncenter size-full wp-image-168" title="Image Cropper" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Image-Cropper.jpg" alt="Image Cropper" width="600" height="402" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/webpage-screenshot-captur/ckibcdccnfeookdmbahgiakhnjcddpki" target="_blank"><b>Webpage Screenshot Capture</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Webpage-Screenshot-Capture.jpg"><img class="aligncenter size-full wp-image-169" title="Webpage Screenshot Capture" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Webpage-Screenshot-Capture.jpg" alt="Webpage Screenshot Capture" width="600" height="387" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/imacros-for-chrome/cplklnmnlbnpmjogncfgfijoopmnlemp" target="_blank"><b><span id="7f2060a7-5466-4416-bef6-5ebed3572f05" class="GINGER_SOFATWARE_mark"><span id="9fb935b0-c742-4a64-8c72-85f12413a7ba" class="GINGER_SOFATWARE_mark"><span id="f0b09d39-52d7-4cea-941b-1daddefa75a8" class="GINGER_SOFATWARE_mark"><span id="24c5cf76-cdf5-4fca-a2bd-97f9dff9708f" class="GINGER_SOFATWARE_mark"><span id="8d7732fe-043c-455c-a552-9570f543981c" class="GINGER_SOFATWARE_mark"><span id="884264c8-5312-45d8-ad86-62738738ca38" class="GINGER_SOFATWARE_mark">iMacros</span></span></span></span></span></span> for Chrome</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iMacros-for-Chrome.jpg"><img class="aligncenter size-full wp-image-170" title="iMacros for Chrome" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iMacros-for-Chrome.jpg" alt="iMacros for Chrome" width="600" height="413" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/frame-two-pages/eldgpcphflnopbjadiaonofideekgdgm" target="_blank"><b>Frame two pages</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Frame-two-pages.jpg"><img class="aligncenter size-full wp-image-171" title="Frame two pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Frame-two-pages.jpg" alt="Frame two pages" width="600" height="444" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/appjump-app-launcher-and/hccbinpobnjcpckmcfngmdpnbnjpmcbd" target="_blank"><b><span id="b85a097c-349b-4092-b129-4584ce673272" class="GINGER_SOFATWARE_mark"><span id="dc8cc2fa-6337-427a-88d2-6550fe169170" class="GINGER_SOFATWARE_mark"><span id="35a0a1b3-b784-41b8-aa69-33bbb5b68b37" class="GINGER_SOFATWARE_mark"><span id="310ccb2f-9ac7-4e8d-a9c6-b634279b7d7c" class="GINGER_SOFATWARE_mark"><span id="c7c152d3-2e47-4c4e-bcd7-8a5f33fa6858" class="GINGER_SOFATWARE_mark"><span id="174a0c34-980f-4d1d-93a4-4c74b0cc192a" class="GINGER_SOFATWARE_mark">AppJump</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/AppJump.jpg"><img class="aligncenter size-full wp-image-172" title="AppJump" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/AppJump.jpg" alt="AppJump" width="600" height="375" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/ananke-timer/bpimghfenfnifdpmfjoeblmhjnfdbmal" target="_blank"><b><span id="ada12315-8c22-42a7-8a31-933615f950d9" class="GINGER_SOFATWARE_mark"><span id="e3b1ad50-3b3d-42de-b0e5-2c23c95b36bb" class="GINGER_SOFATWARE_mark"><span id="c041082c-3a7a-46c5-8b73-648f06be6541" class="GINGER_SOFATWARE_mark"><span id="eb39b442-5eac-474f-ac7a-6187a331355c" class="GINGER_SOFATWARE_mark"><span id="7141f47e-db2a-40ce-8986-50128b605469" class="GINGER_SOFATWARE_mark"><span id="2a27acd0-349f-45cd-8587-9d138a86e361" class="GINGER_SOFATWARE_mark">Ananke</span></span></span></span></span></span> Timer</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ananke-Timer.jpg"><img class="aligncenter size-full wp-image-173" title="Ananke Timer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ananke-Timer.jpg" alt="Ananke Timer" width="600" height="306" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/todoist-to-do-list-and-ta/jldhpllghnbhlbpcmnajkpdmadaolakh" target="_blank"><b><span id="50032725-e993-4f6e-a2d0-a551960b3ce1" class="GINGER_SOFATWARE_mark"><span id="2db52cae-6d88-416e-9417-427b04f48724" class="GINGER_SOFATWARE_mark"><span id="db8e4745-37a4-498b-999b-aa635dfcd3d6" class="GINGER_SOFATWARE_mark"><span id="56aa90af-8ace-4f41-be87-c7250cb05dab" class="GINGER_SOFATWARE_mark"><span id="42198faa-fedc-4c83-acff-f1a90f835d35" class="GINGER_SOFATWARE_mark"><span id="d9943aba-6b42-49b5-861e-234857b25a6e" class="GINGER_SOFATWARE_mark">Todoist</span></span></span></span></span></span>: To-Do list and Task Manager</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Todoist-To-Do-list-and-Task-Manager.jpg"><img class="aligncenter size-full wp-image-174" title="Todoist To-Do list and Task Manager" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Todoist-To-Do-list-and-Task-Manager.jpg" alt="Todoist To-Do list and Task Manager" width="600" height="393" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/popchrom/iinhokidgfoomcighckbjmlcndbjmomp" target="_blank"><b><span id="1d54e39b-d73f-4b25-8528-732cc255ca5d" class="GINGER_SOFATWARE_mark"><span id="107ea6cd-1354-456d-8a9c-0be3cfb6789c" class="GINGER_SOFATWARE_mark"><span id="29af6ae6-5f13-4667-a1c6-a261220b56f2" class="GINGER_SOFATWARE_mark"><span id="6704f999-6c67-4591-a2a6-61d56c9051ba" class="GINGER_SOFATWARE_mark"><span id="fa84d86b-9eb0-435d-ba21-0e0f9c2a6810" class="GINGER_SOFATWARE_mark"><span id="d4ea6e3a-f352-4d91-8651-ec47a95855db" class="GINGER_SOFATWARE_mark">PopChrom</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PopChrom.jpg"><img class="aligncenter size-full wp-image-175" title="PopChrom" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/PopChrom.jpg" alt="PopChrom" width="600" height="411" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/speed-dial/dgpdioedihjhncjafcpgbbjdpbbkikmi" target="_blank"><b>Speed Dial</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Speed-Dial.jpg"><img class="aligncenter size-full wp-image-176" title="Speed Dial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Speed-Dial.jpg" alt="Speed Dial" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko" target="_blank"><b>Session Buddy</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Session-Buddy.jpg"><img class="aligncenter size-full wp-image-177" title="Session Buddy" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Session-Buddy.jpg" alt="Session Buddy" width="600" height="386" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh" target="_blank"><b>Window Resizer</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Window-Resizer.jpg"><img class="aligncenter size-full wp-image-178" title="Window Resizer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Window-Resizer.jpg" alt="Window Resizer" width="600" height="450" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/ruul-screen-ruler/mlbnpnlmfngmlcmkhjpbfokdphfehhjj" target="_blank"><b><span id="5d4200ba-6cd0-4365-8e6b-648d1158945a" class="GINGER_SOFATWARE_mark"><span id="d7e81046-3c2f-4810-bc79-5d8e0b7a85e6" class="GINGER_SOFATWARE_mark"><span id="6fe4317c-b10d-4b61-b24b-51b5b3e3ccb9" class="GINGER_SOFATWARE_mark"><span id="1e230961-378a-41b4-b10f-93e64a206518" class="GINGER_SOFATWARE_mark"><span id="05ba8a96-8846-4ed5-84e2-7be46c59a0e8" class="GINGER_SOFATWARE_mark"><span id="e2c357eb-6cc4-48d0-b58b-9e2e4380601c" class="GINGER_SOFATWARE_mark">Ruul</span></span></span></span></span></span>. Screen ruler</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ruul.-Screen-ruler.jpg"><img class="aligncenter size-full wp-image-179" title="Ruul. Screen ruler" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ruul.-Screen-ruler.jpg" alt="Ruul. Screen ruler" width="600" height="382" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/tape/jmfleijdbicilompnnombcbkcgidbefb" target="_blank"><b>Tape</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tape.jpg"><img class="aligncenter size-full wp-image-180" title="Tape" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tape.jpg" alt="Tape" width="600" height="406" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/domain-availability-check/pokekecininnhejfkgcbnekjddnepope" target="_blank"><b>Domain Availability Checker and Whois</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Domain-Availability-Checker-and-Whois.jpg"><img class="aligncenter size-full wp-image-181" title="Domain Availability Checker and Whois" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Domain-Availability-Checker-and-Whois.jpg" alt="Domain Availability Checker and Whois" width="600" height="373" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/forget-me-clean-history-c/gekpdemielcmiiiackmeoppdgaggjgda" target="_blank"><b>Forget Me – Clean History, Cookies &amp; m</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Forget-Me-_E2_80_93-Clean-History-Cookies-m.jpg"><img class="aligncenter size-full wp-image-182" title="Forget Me – Clean History, Cookies &amp; m" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Forget-Me-_E2_80_93-Clean-History-Cookies-m.jpg" alt="Forget Me – Clean History, Cookies &amp; m" width="600" height="375" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce" target="_blank"><b>Awesome Screenshot: Capture &amp; Anno</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Awesome-Screenshot-Capture-Anno.jpg"><img class="aligncenter size-full wp-image-183" title="Awesome Screenshot Capture &amp; Anno" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Awesome-Screenshot-Capture-Anno.jpg" alt="Awesome Screenshot Capture &amp; Anno" width="600" height="393" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/drag2up/bjgjolhpdlgebodaapdafhdnikagbfll" target="_blank"><b>Drag2up</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Drag2up.jpg"><img class="aligncenter size-full wp-image-184" title="Drag2up" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Drag2up.jpg" alt="Drag2up" width="600" height="306" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/html-instant/hfgifphlikdnjfcegkkmhohddfjhnpjd" target="_blank"><b>HTML Instant</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML-Instant.jpg"><img class="aligncenter size-full wp-image-185" title="HTML Instant" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML-Instant.jpg" alt="HTML Instant" width="600" height="406" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/image-properties-context/khagclindddokccfbmfmckaflngbmpon" target="_blank"><b>Image Properties Context Menu</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Image-Properties-Context-Menu.jpg"><img class="aligncenter size-full wp-image-186" title="Image Properties Context Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Image-Properties-Context-Menu.jpg" alt="Image Properties Context Menu" width="600" height="416" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/measureit/aonjhmdcgbgikgjapjckfkefpphjpgma" target="_blank"><b><span id="4b9a3dbe-917a-4388-940a-785c9d7b8aa4" class="GINGER_SOFATWARE_mark"><span id="0e1dc6c0-e206-414c-b299-0867ab941fb7" class="GINGER_SOFATWARE_mark"><span id="c9d0a096-6ab3-4cb3-8aef-ee82fc2fb049" class="GINGER_SOFATWARE_mark"><span id="e97917f9-ecfd-4d43-90c7-782598d4daad" class="GINGER_SOFATWARE_mark"><span id="f4a82511-447f-4120-8ca3-3867cf03fe7d" class="GINGER_SOFATWARE_mark"><span id="3cc49749-d713-4602-a50f-0508bb7d8532" class="GINGER_SOFATWARE_mark">MeasureIt</span></span></span></span></span></span>!</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MeasureIt.jpg"><img class="aligncenter size-full wp-image-187" title="MeasureIt!" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/MeasureIt.jpg" alt="MeasureIt!" width="600" height="390" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/tabjump-intelligent-tab-n/hokofmgcicpnjchllaccgedmmmbbnbmf" target="_blank"><b><span id="3b6c6515-2273-4670-b7f4-b8b28961d3f7" class="GINGER_SOFATWARE_mark"><span id="747d8141-fe3a-4364-a981-069721779827" class="GINGER_SOFATWARE_mark"><span id="3e69b9c5-7d8d-46d0-95fc-2e26034f9fa7" class="GINGER_SOFATWARE_mark"><span id="63b142b9-448a-4d1d-a487-4435281459fc" class="GINGER_SOFATWARE_mark"><span id="f8b6935c-d80f-4553-9b7f-298f9058b8e2" class="GINGER_SOFATWARE_mark"><span id="ae3e4fd2-870e-4d32-8793-79f9eefb9495" class="GINGER_SOFATWARE_mark">TabJump</span></span></span></span></span></span> – Intelligent Tab Navigator</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TabJump-_E2_80_93-Intelligent-Tab-Navigator.jpg"><img class="aligncenter size-full wp-image-188" title="TabJump – Intelligent Tab Navigator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TabJump-_E2_80_93-Intelligent-Tab-Navigator.jpg" alt="TabJump – Intelligent Tab Navigator" width="600" height="431" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/toomanytabs-for-chrome/amigcgbheognjmfkaieeeadojiibgbdp" target="_blank"><b><span id="bd2ee395-c868-4f69-8629-175a1816de08" class="GINGER_SOFATWARE_mark"><span id="e8d7dfea-a76f-41e6-a16a-0c201bdf273b" class="GINGER_SOFATWARE_mark"><span id="584b9430-54b2-4dd8-b29a-b294ea8766f5" class="GINGER_SOFATWARE_mark"><span id="44214a99-8a16-4616-9c07-5e772d318292" class="GINGER_SOFATWARE_mark"><span id="5247d35a-f8bc-4846-9f20-14b1a6f89e30" class="GINGER_SOFATWARE_mark"><span id="15275a71-3a25-442c-b069-7e0dafa72958" class="GINGER_SOFATWARE_mark">TooManyTabs</span></span></span></span></span></span> for Chrome</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TooManyTabs-for-Chrome.jpg"><img class="aligncenter size-full wp-image-189" title="TooManyTabs for Chrome" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/TooManyTabs-for-Chrome.jpg" alt="TooManyTabs for Chrome" width="600" height="398" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/session-manager/bbcnbpafconjjigibnhbfmmgdbbkcjfi" target="_blank"><b>Session Manager</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Session-Manager.jpg"><img class="aligncenter size-full wp-image-190" title="Session Manager" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Session-Manager.jpg" alt="Session Manager" width="600" height="408" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm" target="_blank"><b><span id="2d357e1e-8414-461f-8438-da4a0f4b1875" class="GINGER_SOFATWARE_mark"><span id="f6ef36d7-29a9-4b88-919b-be6373387cbd" class="GINGER_SOFATWARE_mark"><span id="03f1731f-58cc-4b30-9dce-d3485144fc6a" class="GINGER_SOFATWARE_mark"><span id="f12e4a5f-383a-42c9-9b43-e7f557640d0e" class="GINGER_SOFATWARE_mark"><span id="55c2d8a0-f6f9-4948-b073-374564297024" class="GINGER_SOFATWARE_mark"><span id="b558ab22-0c7b-4703-9279-d2b694ff4ab6" class="GINGER_SOFATWARE_mark">WhatFont</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WhatFont.jpg"><img class="aligncenter size-full wp-image-191" title="WhatFont" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WhatFont.jpg" alt="WhatFont" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank"><b>Web Developer</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Web-Developer.jpg"><img class="aligncenter size-full wp-image-192" title="Web Developer" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Web-Developer.jpg" alt="Web Developer" width="600" height="386" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi" target="_blank"><b><span id="3c7a70e7-845d-4f7d-beb1-ab0b8cabd69e" class="GINGER_SOFATWARE_mark"><span id="16b92a13-a223-4d77-b2a7-62355828ad28" class="GINGER_SOFATWARE_mark"><span id="1c3a4d0f-9060-4986-9dc5-c4532cd9c04f" class="GINGER_SOFATWARE_mark"><span id="7aa26fbe-99eb-4e4d-a134-d7d2fbb7ff73" class="GINGER_SOFATWARE_mark"><span id="048b7643-3958-405d-81f2-7185924dbbd1" class="GINGER_SOFATWARE_mark"><span id="f86228d3-2912-40a0-9513-21de337f14d2" class="GINGER_SOFATWARE_mark">QrURL</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/QrURL.jpg"><img class="aligncenter size-full wp-image-193" title="QrURL" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/QrURL.jpg" alt="QrURL" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap" target="_blank"><b>Save my Tabs</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Save-my-Tabs.jpg"><img class="aligncenter size-full wp-image-194" title="Save my Tabs" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Save-my-Tabs.jpg" alt="Save my Tabs" width="600" height="420" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/alexa-traffic-rank/cknebhggccemgcnbidipinkifmmegdel" target="_blank"><b>Alexa Traffic Rank</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alexa-Traffic-Rank.jpg"><img class="aligncenter size-full wp-image-195" title="Alexa Traffic Rank" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Alexa-Traffic-Rank.jpg" alt="Alexa Traffic Rank" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/wordpress-stats/kfkplpbeijhlpnlccijpjpggabgmbopg" target="_blank"><b>WordPress Stats</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WordPress-Stats.jpg"><img class="aligncenter size-full wp-image-196" title="WordPress Stats" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/WordPress-Stats.jpg" alt="WordPress Stats" width="600" height="403" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc" target="_blank"><b>Google Font Previewer for Chrome</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Google-Font-Previewer-for-Chrome.jpg"><img class="aligncenter size-full wp-image-197" title="Google Font Previewer for Chrome" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Google-Font-Previewer-for-Chrome.jpg" alt="Google Font Previewer for Chrome" width="600" height="306" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha" target="_blank"><b><span id="411fc239-dd8a-4086-ab36-34a198cc4c7b" class="GINGER_SOFATWARE_mark"><span id="f8debfac-6bf1-473e-8485-0583ee6764f0" class="GINGER_SOFATWARE_mark"><span id="423b3835-4209-4ade-9856-0d5d0f04ff36" class="GINGER_SOFATWARE_mark"><span id="22b37785-2d46-451e-bb3c-63d46e6cfc49" class="GINGER_SOFATWARE_mark"><span id="ba7caf11-02b9-485b-935c-ad89f18c2339" class="GINGER_SOFATWARE_mark"><span id="bdb4a4ab-f8ff-4ee7-8103-fb54ed2ffbdd" class="GINGER_SOFATWARE_mark">Stylebot</span></span></span></span></span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Stylebot.jpg"><img class="aligncenter size-full wp-image-198" title="Stylebot" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Stylebot.jpg" alt="Stylebot" width="600" height="376" /></a></p>\n<p><a href="https://chrome.google.com/webstore/detail/ie-tab-multi-enhance/fnfnbeppfinmnjnjhedifcfllpcfgeea" target="_blank"><b>IE Tab Multi (Enhance)</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/IE-Tab-Multi-Enhance.jpg"><img class="aligncenter size-full wp-image-199" title="IE Tab Multi (Enhance)" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/IE-Tab-Multi-Enhance.jpg" alt="IE Tab Multi (Enhance)" width="600" height="376" /></a></p>\n<p><strong> <a href="https://chrome.google.com/webstore/detail/seoquake/akdgnmcogleenhbclghghlkkdndkjdjc?utm_source=chrome-ntp-icon" target="_blank">SEO Quake</a></strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/seo-quake.jpg"><img class="aligncenter size-full wp-image-205" title="seo quake" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/seo-quake.jpg" alt="seo quake" width="600" height="375" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/03/google-chrome-extensions.jpg&amp;description=45+%20Must%20Have%20Google%20Chrome%20Extensions%20For%20Web%20Designers%20&amp;%20Developers" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/chrome/" rel="tag">Chrome</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/google/" rel="tag">Google</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" rel="bookmark" title="30 Best jQuery Image Gallery Plugins">\n													30 Best jQuery Image Gallery Plugins												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="bookmark" title="45+ Best PSD Business Card Templates">\n													45+ Best PSD Business Card Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" rel="bookmark" title="20 Best PHP Frameworks for Web Developers">\n													20 Best PHP Frameworks for Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''151'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="d6e09bc695" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="179"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'must have google chrome extensions for web designers developers', '', 'publish', 'closed', 'closed', '', 'must-have-google-chrome-extensions-for-web-designers-developers', '', '', '2017-04-11 13:17:58', '2017-04-11 13:17:58', '', 0, 'http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(160, 1, '2017-04-11 13:17:58', '2017-04-11 13:17:58', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n													<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Rock-600x200.jpg" class="attachment-featured wp-post-image" alt="White-Rock" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="bookmark">20 High Quality &#038; Beautiful Restaurant Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The world is online now! May it be a cleaning service, a hotel, a laundry service, or whatever, everyone has shifted their promotion and business policies online, for the obvious reason of millions of potential customers over the web. Online shopping, Online pizza delivery, and even Online							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n										<div class="intercept">\n					  <div class="Intercept-1">\n						<div class="IPLeft">\n							<span>Advertisement</span>\n																<div class="homead">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n													</div>\n						<div class="IPRight">\n						  <h5>Hot Now!</h5>\n							<ul>\n							  								<li>\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/">\n										 \n											<img width="60" height="32" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1.jpg" class="attachment-popular wp-post-image" alt="Guide Guide" title="" />																				<span class="IP-title">20 Adobe Photoshop Plugins To Help You Make Better Designer</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/">\n										 \n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-60x60.jpg" class="attachment-popular wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" title="" />																				<span class="IP-title">65+ Best Free &#038; Premium ECommerce WordPress Themes</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/">\n										 \n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-60x60.jpg" class="attachment-popular wp-post-image" alt="EllaTheme" title="" />																				<span class="IP-title">20 Premium Responsive and Mobile Website  Templates</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   							</ul>\n						</div>\n						<div class="clear"></div>\n					  </div>\n					</div>\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/" title="10 Creative Loading Effects For Your Website" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sinister-Loadscreen-599x200.jpg" class="attachment-featured wp-post-image" alt="Sinister Loadscreen" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/" title="10 Creative Loading Effects For Your Website" rel="bookmark">10 Creative Loading Effects For Your Website</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is said that time is money, and nobody wants to waste time or money my friends. Have you ever come across a website that takes a little longer than usual to load and that waiting for a few seconds looks like an eternity. According to a							<div class="more">\n							<a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic-600x200.jpg" class="attachment-featured wp-post-image" alt="Design an isometric infographic" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Illustrator is one of the best leading software in the industry for creating vectorized graphics. Adobe Illustrator is considered as best vector graphics editor developed and marketed by Adobe Systems. Before going further, let us explore vector graphics first. Vector graphics is that the use of							<div class="more">\n							<a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-600x200.jpg" class="attachment-featured wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make brilliant looking designs and concepts, however, replicating							<div class="more">\n							<a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1-600x200.jpg" class="attachment-featured wp-post-image" alt="Guide Guide" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="bookmark">20 Adobe Photoshop Plugins To Help You Make Better Designer</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out. The fact is that							<div class="more">\n							<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iCal-Icon-600x200.jpg" class="attachment-featured wp-post-image" alt="iCal Icon" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="bookmark">45 Excellent Calender Icon Sets for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Designing a website is a complex thing; it involves doing many small and large tasks.  One of these tasks involves adding icons to the design template. It might sound like a small thing, however, it makes a big impact on how the website looks and feels when							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design-600x200.jpg" class="attachment-featured wp-post-image" alt="Creative Card Design" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="bookmark">40+ Clean and White Business Card Designs for Your Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Business cards are not just a medium of exchange of information, it’s a style statement. Business cards are shared during formal introductions hence it’s like the 1st Impression of you as well as your business. Business cards can make or break your business, I mean, who wants							<div class="more">\n							<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-600x200.jpg" class="attachment-featured wp-post-image" alt="Android UI Elements Set" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.  At times one needs inspiration to create a smart working website. With advancements in the internet technologies it							<div class="more">\n							<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project-600x200.jpg" class="attachment-featured wp-post-image" alt="The White House Project" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="bookmark">20 Beautiful Examples of Brochure Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Every business owner knows the importance of advertisement. It can be done to introduce a company or while launching a new product in the market. There are many mediums of advertising these days, however my favorite would be making Brochure and distributing it physically or digitally via							<div class="more">\n							<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-600x200.jpg" class="attachment-featured wp-post-image" alt="How to Create Colorful Wooden 3D Text" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Have you ever designed a Logo and thought how amazingly beautiful it would have looked in 3D? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort. You may Like: 20 Most Useful 3D							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>9</a></li><li class=''current''><span class=''currenttext''>10</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/11/'' class=''inactive''>11</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/11/'' class=''inactive''>Next &rsaquo;</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '10', '', 'publish', 'closed', 'closed', '', '10-2', '', '', '2017-04-11 13:17:58', '2017-04-11 13:17:58', '', 0, 'http://thedesignpixel.com/10-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(161, 1, '2017-04-11 13:17:59', '2017-04-11 13:17:59', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n													<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Revera-600x200.jpg" class="attachment-featured wp-post-image" alt="Revera" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="bookmark">45 Fresh and Free WordPress Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most widely used platforms to build Blogs, business as well as e-commerce websites these days. It’s the most versatile platform that gives developers the option to show their creativity and be user friendly as well. WordPress Websites are based on the easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n										<div class="intercept">\n					  <div class="Intercept-1">\n						<div class="IPLeft">\n							<span>Advertisement</span>\n																<div class="homead">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n													</div>\n						<div class="IPRight">\n						  <h5>Hot Now!</h5>\n							<ul>\n							  								<li>\n									<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/">\n										 \n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-60x60.jpg" class="attachment-popular wp-post-image" alt="?????????" title="" />																				<span class="IP-title">Important Things to Know Before Choosing the Web Host for Your Website</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/">\n										 \n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-60x60.jpg" class="attachment-popular wp-post-image" alt="WhereTO App by Regy Perlera" title="" />																				<span class="IP-title">35+ Creative Examples of UI and Wireframe Sketches</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/">\n										 \n											<img width="60" height="39" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg" class="attachment-popular wp-post-image" alt="Firefish-Photoshop-Tutorial" title="" />																				<span class="IP-title">50 Useful Photoshop Logo Design Tutorials</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   							</ul>\n						</div>\n						<div class="clear"></div>\n					  </div>\n					</div>\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the Menu system is Logical, easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" class="attachment-featured wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and							<div class="more">\n							<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" class="attachment-featured wp-post-image" alt="jquery-plugins" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance of the links with maintaining usability. Creating							<div class="more">\n							<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect-600x200.jpg" class="attachment-featured wp-post-image" alt="Parallax Effect" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">20 Best jQuery Parallax Scrolling Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always provides a better opportunity for the newbies.							<div class="more">\n							<a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" class="attachment-featured wp-post-image" alt="Great" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the most popular blogging system on the web							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>9</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>10</a></li><li class=''current''><span class=''currenttext''>11</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '11', '', 'publish', 'closed', 'closed', '', '11-3', '', '', '2017-04-11 13:17:59', '2017-04-11 13:17:59', '', 0, 'http://thedesignpixel.com/11-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(162, 1, '2017-04-11 13:18:02', '2017-04-11 13:18:02', '<div class="main-wrapper clearfix"><div id="page"><div class="main-content trlayout"><div class="content-area home-content-area"><div class="content-home"><div id="content" class="content "><article class="post-4439 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">The Importance of Proactive Server Management</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Server management and web hosting are crucial areas for online businesses. Make sure you know what to look for when shopping for a web hosting provider.</p><div class="read-more"> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop"><div id="post-4370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p><div class="read-more"> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4280 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4280" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">30 Stylish WordPress Themes With Pretty Backgrounds</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Here&#8217;s a collection of stylish Wordpress themes with beautiful backgrounds to help you grab the attention of your visitors.</p><div class="read-more"> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4278 post type-post status-publish format-standard has-post-thumbnail hentry category-design"><div id="post-4278" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Top 20 Facebook Layouts On The Web</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to</p><div class="read-more"> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4245 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">30 Stunning &#038; Beautiful HTML5 Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you don&#8217;t need all the features of a content management system (CMS), these responsive, fast HTML5 templates will help you build the site you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4203 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4203" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">30 Top Rated CMS &#038; Blog Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>30 Top Rated CMS &amp; Blog Templates for Your &nbsp;Success Looking for qualitative CMS and Blog templates? This collection is made for you. In this stunning collection of 30 top rated CMS &amp; blog templates you will find a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress"><div id="post-4121" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Having a professional, responsive website for a business is essential. These Wordpress business themes will make your company stand out against competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4081 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources"><div id="post-4081" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">20 Premium Responsive and Mobile Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Responsive Website Templates When you are creating a website you may be worried how your users will experience your site on mobile devices and smartphones. Here we have collected 20 Premium Responsive and mobile website templates that will give your</p><div class="read-more"> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4075 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress"><div id="post-4075" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="rockittheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">20 WordPress Themes for Entertainment Websites</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together for you here some of the best themes for entertainment based websites. These are some of the most professional yet fun themes out there. You can click to view a demo or download the theme. Whether</p><div class="read-more"> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites" rel="bookmark">Read More</a></div></div></div></div></article></div></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/page/3/''>3</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>13</a> <a class="next page-numbers" href="http://thedesignpixel.com/page/3/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-10', '', '', '2017-04-11 13:18:02', '2017-04-11 13:18:02', '', 0, 'http://thedesignpixel.com/2-10/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2017-04-11 13:18:05', '2017-04-11 13:18:05', '<div class="main-wrapper clearfix"><div id="page"><div class="main-content trlayout"><div class="content-area home-content-area"><div class="content-home"><div id="content" class="content "><article class="post-4063 post type-post status-publish format-standard hentry category-design category-resources"><div id="post-4063" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">40 Unique Cartoon and Comic Fonts</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have put together a collection of some of the best cartoon and comic fonts. Look at these and if you find one that you would like to use you can click on the link for the download file. Have</p><div class="read-more"> <a href="http://thedesignpixel.com/40-unique-cartoon-comic-fonts/" title="40 Unique Cartoon and Comic Fonts" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3980 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-3980" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed,</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop"><div id="post-3964" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3950 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3950" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">10 Bootstrap UI Editors For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Bootstrap is the best front end framework which is basically a browser based IDE. It supports almost all the browsers like Firefox, Chrome, Internet Explorer etc. Based on the availability of number of tool kits and supporting functionality it comes</p><div class="read-more"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-mobile tag-templates"><div id="post-3915" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">20 Fresh &#038; Free Mobile App PSD Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop"><div id="post-3864" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p><div class="read-more"> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3836 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-freebies tag-templates tag-themes"><div id="post-3836" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other</p><div class="read-more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3775 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration"><div id="post-3775" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Audiko" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">45+ Fresh and Creative Error 404 Pages</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">Read More</a></div></div></div></div></article></div></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/page/2/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com''>1</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/page/2/''>2</a> <span class=''page-numbers current''>3</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/page/4/''>4</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>13</a> <a class="next page-numbers" href="http://thedesignpixel.com/page/4/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', '3', '', 'publish', 'closed', 'closed', '', '3-6', '', '', '2017-04-11 13:18:05', '2017-04-11 13:18:05', '', 0, 'http://thedesignpixel.com/3-6/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(164, 1, '2017-04-11 13:18:06', '2017-04-11 13:18:06', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n													<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills,							<div class="more">\n							<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n										<div class="intercept">\n					  <div class="Intercept-1">\n						<div class="IPLeft">\n							<span>Advertisement</span>\n																<div class="homead">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n													</div>\n						<div class="IPRight">\n						  <h5>Hot Now!</h5>\n							<ul>\n							  								<li>\n									<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/">\n										 \n											<img width="60" height="40" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu.jpg" class="attachment-popular wp-post-image" alt="Dropdown Menu" title="" />																				<span class="IP-title">40 Free Drop Down List &#038; Combo Box Designs in PSD</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/">\n										 \n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sensi-Soft-60x60.jpg" class="attachment-popular wp-post-image" alt="Sensi Soft" title="" />																				<span class="IP-title">40+ Creative Examples of Retro Style Web Designs</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/">\n										 \n											<img width="60" height="45" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit.jpg" class="attachment-popular wp-post-image" alt="City Break UI Kit" title="" />																				<span class="IP-title">105+ Free Flat UI Kits To Enhance Your Web Designs</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   							</ul>\n						</div>\n						<div class="clear"></div>\n					  </div>\n					</div>\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" class="attachment-featured wp-post-image" alt="Requests" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website. There was a time when only HTML							<div class="more">\n							<a href="http://thedesignpixel.com/best-php-libraries-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative-Flat-HTML-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90’s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time period possible, and no one actually visits							<div class="more">\n							<a href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" class="attachment-featured wp-post-image" alt="Pandora FMS" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="bookmark">13 Best Free Server &#038; Network Monitoring Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We used to have a huge room, having hundreds of ledgers having tons of information, a few years back. After the introduction of the Information technology into everything, we now have a server which contains a lot of information, and responds to the client requests and does							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" class="attachment-featured wp-post-image" alt="Planzone" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="bookmark">40 Useful Project Management Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is a huge difference between doing the work, and getting the work done. When you are doing the work for yourself, you just do it, because you will be the one to blame, while getting the work done is something very difficult. You will have to							<div class="more">\n							<a href="http://thedesignpixel.com/useful-project-management-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" class="attachment-featured wp-post-image" alt="Dribble" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">50+ Creative 404 Error Page Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters too. A good website with a good							<div class="more">\n							<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" class="attachment-featured wp-post-image" alt="Polymaps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">35+ Best Data Visualization Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in the form of figures, charts, graphs, etc.,							<div class="more">\n							<a href="http://thedesignpixel.com/best-data-visualization-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer							<div class="more">\n							<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/3/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/3/'' class=''inactive''>3</a></li><li class=''current''><span class=''currenttext''>4</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/page/11/''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '4', '', 'publish', 'closed', 'closed', '', '4-6', '', '', '2017-04-11 13:18:06', '2017-04-11 13:18:06', '', 0, 'http://thedesignpixel.com/4-6/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(165, 1, '2017-04-11 13:18:07', '2017-04-11 13:18:07', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n													<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer							<div class="more">\n							<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n										<div class="intercept">\n					  <div class="Intercept-1">\n						<div class="IPLeft">\n							<span>Advertisement</span>\n																<div class="homead">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n													</div>\n						<div class="IPRight">\n						  <h5>Hot Now!</h5>\n							<ul>\n							  								<li>\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/">\n										 \n											<img width="60" height="32" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1.jpg" class="attachment-popular wp-post-image" alt="Guide Guide" title="" />																				<span class="IP-title">20 Adobe Photoshop Plugins To Help You Make Better Designer</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/">\n										 \n																															<span class="IP-title">65 Creative Examples of Mobile Web Designs for Inspiration</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   								<li>\n									<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/">\n										 \n											<img width="60" height="37" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron.jpg" class="attachment-popular wp-post-image" alt="The Weathertron" title="" />																				<span class="IP-title">25+ Responsive Mobile App Landing Pages for Inspiration</span>\n									</a><br />\n									<div class="clear"></div>\n								</li>\n							   							</ul>\n						</div>\n						<div class="clear"></div>\n					  </div>\n					</div>\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" class="attachment-featured wp-post-image" alt="Logmein" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">8 Best Remote Desktop Tools</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this great case, that you are already feeling							<div class="more">\n							<a href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" class="attachment-featured wp-post-image" alt="Luxahoy" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of tequila or gin smoked down, but to							<div class="more">\n							<a href="http://thedesignpixel.com/best-most-addictive-html5-games/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vista-best-WordPress-theme-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="bookmark">45+ Best Free Responsive Blogger Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Having a web blog is a must these days, if you wish to share your opinion and views to a lot of people. You can not call thousands of people to gather around somewhere, and speak out loud, what you feel, but yes, you can spread your							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="bookmark">50+ Best Premium Responsive WordPress Themes of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress was initially released in 2003, and since its release, it has been very common amongst all the Internet Marketers, and the most commonly used content management systems. With the availability of so many themes, plugins, applets, and other stuff, it is very obvious for everyone to							<div class="more">\n							<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/One-Drive-180x180.png" class="attachment-featured wp-post-image" alt="One Drive" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">10 Best Dropbox Alternatives for Small Business Owners</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using computer systems for storing everything. This feature							<div class="more">\n							<a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" class="attachment-featured wp-post-image" alt="32 Wrinkled Paper Textures" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/paper-textures-backgrounds/" title="35+ Paper Textures and Backgrounds You’ll Love" rel="bookmark">35+ Paper Textures and Backgrounds You’ll Love</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Customization is a needful deed today. We spend so many dollars of our hard earned money to buy our favorite hardware like laptops, tablets, softwares, etc., and how much cooler it becomes to be changing its default theme and style and modifying it into something that you							<div class="more">\n							<a href="http://thedesignpixel.com/paper-textures-backgrounds/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-180x180.jpg" class="attachment-featured wp-post-image" alt="IceCream" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role within the performance of the web site.							<div class="more">\n							<a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-180x180.png" class="attachment-featured wp-post-image" alt="extjs" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a large set of lines of code. There							<div class="more">\n							<a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n														<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Why_E2_80_99s-Poignant-Guide-to-Ruby-180x180.jpg" class="attachment-featured wp-post-image" alt="Why’s (Poignant) Guide to Ruby" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important factor is to have a website. A							<div class="more">\n							<a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div><!--.post excerpt-->\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/4/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/4/'' class=''inactive''>4</a></li><li class=''current''><span class=''currenttext''>5</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/page/11/''>Last &raquo;</a></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '5', '', 'publish', 'closed', 'closed', '', '5-5', '', '', '2017-04-11 13:18:07', '2017-04-11 13:18:07', '', 0, 'http://thedesignpixel.com/5-5/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(166, 1, '2017-04-11 13:18:08', '2017-04-11 13:18:08', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n\r\n		<article class="article">\r\n			<div id="content_box">\r\n													<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Responsive-Bootstrap-Template" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							HTML5 Is the latest additional update to the most commonly used website development languages, the Hypertext Mark Up language. HTML5 was launched in 2013, and its use became viral amongst the web developers, because of the availability of so many flexible features, compatibilities, and easier to understand							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n										<div class="intercept">\r\n					  <div class="Intercept-1">\r\n						<div class="IPLeft">\r\n							<span>Advertisement</span>\r\n																<div class="homead">\r\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\r\n													</div>\r\n						<div class="IPRight">\r\n						  <h5>Hot Now!</h5>\r\n							<ul>\r\n							  								<li>\r\n									<a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/">\r\n										 \r\n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-60x60.jpg" class="attachment-popular wp-post-image" alt="EllaTheme" title="" />																				<span class="IP-title">20 Premium Responsive and Mobile Website  Templates</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/">\r\n										 \r\n											<img width="60" height="39" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg" class="attachment-popular wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" title="" />																				<span class="IP-title">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/">\r\n										 \r\n											<img width="60" height="45" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit.jpg" class="attachment-popular wp-post-image" alt="City Break UI Kit" title="" />																				<span class="IP-title">105+ Free Flat UI Kits To Enhance Your Web Designs</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   							</ul>\r\n						</div>\r\n						<div class="clear"></div>\r\n					  </div>\r\n					</div>\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Economy-Infographics-design-elements-vector-graphic-05-180x180.jpg" class="attachment-featured wp-post-image" alt="Economy Infographics design elements vector graphic 05" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" title="40 Best Infographic Vector Kits and Resources" rel="bookmark">40 Best Infographic Vector Kits and Resources</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							As a graphic designer, or someone into imaging, you must understand, that your design will be highly acceptable by your client, or, by you, yourself, If you are following the current trends going through the field. Today, in 2014, vector images are on a hype. People are							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-infographic-vector-kits-and-resources/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative Corporate Business Card 20" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it becomes difficult to be explaining each and							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="bookmark">Top 20 Best Premium Web Hosting Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							This is a very common phrase we come across, “That guy makes millions over the internet”. Nevertheless, the fact is true. The internet has so many money making opportunities, if you have the potential, and the ideas to make it through, and create something effective and wonderful,							<div class="more">\r\n							<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" class="attachment-featured wp-post-image" alt="Speed up your InDesign layouts" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">25+ Excellent Adobe InDesign Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc., or basically graphic designers using it in							<div class="more">\r\n							<a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-180x180.jpg" class="attachment-featured wp-post-image" alt="Vector Portrait Illustrations26" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">25+ Creative Examples of Vector Portrait Illustrations</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Portrait photography is one of the common platforms, most of the imaging people work on. Portraits can contain anything. A scenery, an object, a person, anything. Portraits are so wide and extensive. Today, when our eyes and brain demand something new every day, because we already have							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Coyote Night Flyer Template" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="bookmark">30 Best Print Ready PSD Flyer Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							You have an event coming up, or you just lost your dog, or you found someone’s cute kitten. There are a lot of situations, when we do need a flyer. Gone is the time, when the flyers used to be made by hand, neither does anyone has							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Rainbow Island Wallpaper" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and need of choice. Considering the customization in							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" class="attachment-featured wp-post-image" alt="Axure RP" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the further processes, and create a lot out							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" class="attachment-featured wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">65+ Useful Cheat Sheets for Designers and Developers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of providing the best results in less time,							<div class="more">\r\n							<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>5</a></li><li class=''current''><span class=''currenttext''>6</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>9</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/page/11/''>Last &raquo;</a></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '6', '', 'publish', 'closed', 'closed', '', '6-4', '', '', '2017-04-11 13:18:08', '2017-04-11 13:18:08', '', 0, 'http://thedesignpixel.com/6-4/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(167, 1, '2017-04-11 13:18:08', '2017-04-11 13:18:08', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n\r\n		<article class="article">\r\n			<div id="content_box">\r\n													<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-180x180.jpg" class="attachment-featured wp-post-image" alt="Bootstrap Magic" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content management systems, considering WordPress, Joomla, etc., as							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n										<div class="intercept">\r\n					  <div class="Intercept-1">\r\n						<div class="IPLeft">\r\n							<span>Advertisement</span>\r\n																<div class="homead">\r\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\r\n													</div>\r\n						<div class="IPRight">\r\n						  <h5>Hot Now!</h5>\r\n							<ul>\r\n							  								<li>\r\n									<a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/">\r\n										 \r\n																															<span class="IP-title">12 Free Text To Speech Voice Conversion Tools</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/">\r\n										 \r\n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-60x60.jpg" class="attachment-popular wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" title="" />																				<span class="IP-title">65+ Useful Cheat Sheets for Designers and Developers</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/">\r\n										 \r\n																															<span class="IP-title">20+ Free and Premium WordPress Coming Soon Themes</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   							</ul>\r\n						</div>\r\n						<div class="clear"></div>\r\n					  </div>\r\n					</div>\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Great-Calorie-Drive-180x180.jpg" class="attachment-featured wp-post-image" alt="The Great Calorie Drive" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">65 Creative Examples of Mobile Web Designs for Inspiration</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to the laptop computers, and slowly to the							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Sensi-Soft-180x180.jpg" class="attachment-featured wp-post-image" alt="Sensi Soft" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">40+ Creative Examples of Retro Style Web Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Owning a website is a vital part of your brand name to survive in this competitive time of 2014. A website not only provides convenience to your customers, but also provides a lot of support to you too. You can use your website for many purposes. And,							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" class="attachment-featured wp-post-image" alt="The ONE" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">55+ Creative Examples of Parallax Scrolling Web Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							New innovations and creativity are on the hype, with the amazing use of computer graphics, and other rendering technologies, providing wonderful end results to the clients and the web developers getting more and more options to be designing new stuff. Parallax scrolling was first seen in the							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Munter Bootstrap Template" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">10 Best Free Bootstrap Themes</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work full time on designing websites, providing them							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-180x180.jpg" class="attachment-featured wp-post-image" alt="WhereTO App by Regy Perlera" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by hand on a paper, clears the concepts							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" title="25 Best Free WordPress Portfolio Themes" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Framed-180x180.jpg" class="attachment-featured wp-post-image" alt="Framed" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" title="25 Best Free WordPress Portfolio Themes" rel="bookmark">25 Best Free WordPress Portfolio Themes</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The web industry is rising day by day. There are a lot of entrepreneurs trying their hands into it, to mint some easy money, and many of them are finding cream success, while some of them are still struggling with achieving what they want to. A lot							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n																								</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="bookmark">30 Creative Examples of Beautiful Celebrity Web Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Courage, struggle, smartness, beauty, that is what the people see in celebrities, and it takes a life of hard work to be able to become popular with the general public, and to be called as a celebrity. As a web designer, there is no better milestone, then							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa1-600x200.jpg" class="attachment-featured wp-post-image" alt="Lensa" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="bookmark">25 Best Free WordPress Photography Themes</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Creating something extraordinary of an ordinary object, this is the main motive of photographers. The view from their eye, and lens, is way different from what we view, from what we perceive. A photographer is a great creative person, and needs his shots to be really extraordinary							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-600x200.jpg" class="attachment-featured wp-post-image" alt="Barrel Recap 2013 by Barrel" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="bookmark">25+ Creative Examples of Animated Web Designs for Inspiration</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Gone is the time, when everything used to be static, and the user had to read each and everything to understand the content, or any concept. Today, we have the amazing technology of animations, with the help of which, everything can be demonstrated in the best possible							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/4/'' class=''inactive''>4</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>6</a></li><li class=''current''><span class=''currenttext''>7</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>9</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>10</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/page/11/''>Last &raquo;</a></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '7', '', 'publish', 'closed', 'closed', '', '7-3', '', '', '2017-04-11 13:18:08', '2017-04-11 13:18:08', '', 0, 'http://thedesignpixel.com/7-3/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(168, 1, '2017-04-11 13:18:09', '2017-04-11 13:18:09', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n\r\n		<article class="article">\r\n			<div id="content_box">\r\n													<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" title="20+ Best Free Minimal WordPress Themes" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vantage-600x200.jpg" class="attachment-featured wp-post-image" alt="Vantage" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" title="20+ Best Free Minimal WordPress Themes" rel="bookmark">20+ Best Free Minimal WordPress Themes</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Gone is the time when there were heavy websites, with a lot of animations, sounds, color combinations, gradient effects, etc., which even took ages to load up on a slow internet connection, and had more stress on all this, rather than the main content, that is the							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n										<div class="intercept">\r\n					  <div class="Intercept-1">\r\n						<div class="IPLeft">\r\n							<span>Advertisement</span>\r\n																<div class="homead">\r\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\r\n													</div>\r\n						<div class="IPRight">\r\n						  <h5>Hot Now!</h5>\r\n							<ul>\r\n							  								<li>\r\n									<a href="http://thedesignpixel.com/creative-loading-effects-for-your-website/">\r\n										 \r\n											<img width="60" height="34" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Sinister-Loadscreen.jpg" class="attachment-popular wp-post-image" alt="Sinister Loadscreen" title="" />																				<span class="IP-title">10 Creative Loading Effects For Your Website</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/free-premium-business-website-templates/">\r\n										 \r\n											<img width="60" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-60x60.jpg" class="attachment-popular wp-post-image" alt="MindUp" title="" />																				<span class="IP-title">30 Free &#038; Premium Business Website Templates</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/">\r\n										 \r\n																															<span class="IP-title">13 Best Ruby On Rails CMS (Content Management Systems)</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   							</ul>\r\n						</div>\r\n						<div class="clear"></div>\r\n					  </div>\r\n					</div>\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-600x200.jpg" class="attachment-featured wp-post-image" alt="City Break UI Kit" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the latest updations in the trend. And, if							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-600x200.jpg" class="attachment-featured wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being used everywhere. The main benefits of CSS							<div class="more">\r\n							<a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-600x200.jpg" class="attachment-featured wp-post-image" alt="Smooth Div Scroll" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number of web pages on the Internet. It							<div class="more">\r\n							<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Mexican-600x200.jpg" class="attachment-featured wp-post-image" alt="A Mexican" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="bookmark">25 Excellent Award Winning Food Art Examples</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The way to a man’s heart is through his mouth. Rightly said. Food is something, we all crave for, we all live in, and we all cannot deny for. We all love to eat, and when the dish is presented in an honorable and decent manner, the							<div class="more">\r\n							<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-600x200.jpg" class="attachment-featured wp-post-image" alt="Lorenzo Verzini" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI designs contain no heavy 3D textures, gradients,							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Living-Things-600x200.jpg" class="attachment-featured wp-post-image" alt="Living Things!" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="bookmark">15 Creative Art &#038; Design Short Videos for Inspiration</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Time is money, and today, no one has excess time. Everyone wants to gather the most knowledge and information in the most least time possible, and when talking about marketing, or other videos over the web, no one prefers watching long videos, until and unless, he is							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-600x200.jpg" class="attachment-featured wp-post-image" alt="Talents" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good, effective, and beautiful Art Work. Sketching is							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-600x200.jpg" class="attachment-featured wp-post-image" alt="Apple Devices Flat Icons PSD" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user friendly, eye- catching, and works on any							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Dropdown Menu" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">40 Free Drop Down List &#038; Combo Box Designs in PSD</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers to make the website more user interaction,							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/5/'' class=''inactive''>5</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li class=''current''><span class=''currenttext''>8</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>9</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>10</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/11/'' class=''inactive''>11</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/9/'' class=''inactive''>Next &rsaquo;</a></li><a rel=''nofollow'' class=''inactive'' href=''http://thedesignpixel.com/page/11/''>Last &raquo;</a></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '8', '', 'publish', 'closed', 'closed', '', '8-2', '', '', '2017-04-11 13:18:09', '2017-04-11 13:18:09', '', 0, 'http://thedesignpixel.com/8-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(169, 1, '2017-04-11 13:18:10', '2017-04-11 13:18:10', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n\r\n		<article class="article">\r\n			<div id="content_box">\r\n													<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc-600x200.jpg" class="attachment-featured wp-post-image" alt="Beyond Media Inc" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">45 Excellent Single Letter Logo Designs for Inspiration</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the industrial standards, and is suitable according to							<div class="more">\r\n							<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n										<div class="intercept">\r\n					  <div class="Intercept-1">\r\n						<div class="IPLeft">\r\n							<span>Advertisement</span>\r\n																<div class="homead">\r\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\r\n													</div>\r\n						<div class="IPRight">\r\n						  <h5>Hot Now!</h5>\r\n							<ul>\r\n							  								<li>\r\n									<a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/">\r\n										 \r\n																															<span class="IP-title">20+ Free and Premium WordPress Coming Soon Themes</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/">\r\n										 \r\n											<img width="60" height="38" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features.png" class="attachment-popular wp-post-image" alt="Guide to New Dreamweaver CS6 Features" title="" />																				<span class="IP-title">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   								<li>\r\n									<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/">\r\n										 \r\n											<img width="60" height="33" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel.jpg" class="attachment-popular wp-post-image" alt="Barrel Recap 2013 by Barrel" title="" />																				<span class="IP-title">25+ Creative Examples of Animated Web Designs for Inspiration</span>\r\n									</a><br />\r\n									<div class="clear"></div>\r\n								</li>\r\n							   							</ul>\r\n						</div>\r\n						<div class="clear"></div>\r\n					  </div>\r\n					</div>\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" class="attachment-featured wp-post-image" alt="Firefish-Photoshop-Tutorial" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">50 Useful Photoshop Logo Design Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn’t end here. Most of the computer graphic design in photoshop today. May it be advertisement banners, logos, or							<div class="more">\r\n							<a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game-600x200.jpg" class="attachment-featured wp-post-image" alt="Build a Racing Game" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">30 Useful Tutorials for Developing HTML5 Web Browser Games</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest version of this development language, the developers							<div class="more">\r\n							<a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-600x200.jpg" class="attachment-featured wp-post-image" alt="Monochromatic Logo Animation" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,  Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything possible. A basic definition being, Motion graphics							<div class="more">\r\n							<a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-600x200.png" class="attachment-featured wp-post-image" alt="Guide to New Dreamweaver CS6 Features" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website’s web pages in Notepad, that is the traditional method, and consuming so							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways-600x200.jpg" class="attachment-featured wp-post-image" alt="Sideways" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="bookmark">30 Best jQuery Image Gallery Plugins</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Gone is the time, when the websites used to be just static, with a bunch of information, and no really creative concepts and aspects! Today, we need a lot of stuff on our website integrated, to make it attractive to the visitors, and make them stick to							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" class="attachment-featured wp-post-image" alt="Blue Coming Soon Page" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Owning a website is the need of the hour for any business, freelancing, or any organization. The things have become very much easier today, when we talk about getting a website with your name. You just need to spend a small amount of money on the domain							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-600x200.jpg" class="attachment-featured wp-post-image" alt="Digital Art Texture 59 by Mercurycode" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">20 High Resolution Abstract Textures</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Texture art came into use in the mid 2000’s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your pre existing graphics, or new graphics. Talking							<div class="more">\r\n							<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-600x200.jpg" class="attachment-featured wp-post-image" alt="Blues Spirit And Soul Flyer Template by NoryAch" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="bookmark">20 Creatively Designed Retro Art Poster Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Retro is a Latin word, defining “Backwards” or “from the past”. The 1980’s and the 1990’s had a different class in them. Ranging from the music from that time, to the actors produced during that time. Graffiti styles, videos, everything about that time was impressive. While some							<div class="more">\r\n							<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n														<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-600x200.jpg" class="attachment-featured wp-post-image" alt="Icon Set For VideoGenie" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">20 Free Minimalistic Icon Sets for Web Designers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into Smartphones. The same ideology is being followed							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div><!--.post excerpt-->\r\n																		<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com''>&laquo; First</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>&lsaquo; Previous</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/6/'' class=''inactive''>6</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/7/'' class=''inactive''>7</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/8/'' class=''inactive''>8</a></li><li class=''current''><span class=''currenttext''>9</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>10</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/11/'' class=''inactive''>11</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/page/10/'' class=''inactive''>Next &rsaquo;</a></li></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '9', '', 'publish', 'closed', 'closed', '', '9-2', '', '', '2017-04-11 13:18:10', '2017-04-11 13:18:10', '', 0, 'http://thedesignpixel.com/9-2/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(170, 1, '2017-04-11 13:18:10', '2017-04-11 13:18:10', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2375" class="post-2375 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-textures g cat-4-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 35+ Paper Textures and Backgrounds You’ll Love</div>\n												<header>\n							<h1 class="title">35+ Paper Textures and Backgrounds You’ll Love</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/paper-textures-backgrounds/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Customization is a needful deed today. We spend so many dollars of our hard earned money to buy our favorite hardware like laptops, tablets, softwares, etc., and how much cooler it becomes to be changing its default theme and style and modifying it into something that you like, and that you feel to be using it comfortably. Customization is a very wide prospect, and involves the changing of wallpapers, sounds, themes, etc.</p>\n<p>Wallpapers, being one of the most vital and common modifications. Whenever we turn on our PC, or view the home screen to our Smartphone, we get bored of viewing that default set of wallpapers from the telephone manufacturer. People love to be installing cool wallpapers of that of their favorite supercar, super model, etc., and the most common ones are plain textures. Paper textures and plain figures, add a lovely impact on the overall look and feel, giving a vintage look, and very light, not harming the performance at all.</p>\n<p>Paper textures and patterns are of unlimited types. May it be just a combo of colors, or a symmetrical texture has been followed throughout, it is all the result of how creative the designer is, and his capability to be thinking “out of the box”. There must be a million of texture wallpapers like these available in HD, or SD, for your smartphone, tab, etc., which you can choose according to your taste, phone hardware color, etc. It is so good to be chosen from the cream itself. Not spending time in finding the best ones, and just choosing the best one out of the best ones. Some of the very best paper textures and background wallpapers, that you would love are listed here.</p>\n<p><strong>35+ Paper Textures and Backgrounds You’ll Love</strong></p>\n<p><strong><a href="http://browse.deviantart.com/?qh=&amp;section=&amp;global=1&amp;q=paper+texture#/d146iw9"><span id="740d5b55-8516-4539-beb4-6495200e72bb" class="GINGER_SOFATWARE_mark"><span id="46e78c97-ee8f-4d3a-8e43-c7ecafba1589" class="GINGER_SOFATWARE_mark">Grunge</span></span> Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://ftourini.deviantart.com/art/old-paper-stock-02-256716612">Recycled Paper Image</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/chefranden/3182589327/">Old Paper Background</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://stressedjenny.deviantart.com/art/Paper-for-you-177880005">Paper For You</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://ftourini.deviantart.com/art/old-paper-stock-01-256700150">Old Fabric Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Wall-Paper-Watercolor-Texture-67088671">Wall Paper Watercolor Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://icaramello.deviantart.com/art/Victorian-or-Steampunk-Paper-107385909">Victorian or Steampunk Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://valerianastock.deviantart.com/art/Old-Paper-Stock-113461197">Old Paper Stock</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://ftourini.deviantart.com/art/old-paper-stock-03-257252495">Old Paper Stock</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://magpiemagic.deviantart.com/art/Paper-Background-for-Poems-156050219">Paper Background for Poems</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Glitter-Sparkle-Paper-Texture-64010533">Glitter Sparkle Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://francy84.deviantart.com/art/paper-98665593">Great <span id="4dcbd349-8ab0-47c2-8eb3-43c9b807b00b" class="GINGER_SOFATWARE_mark">background</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wojtar-stock.deviantart.com/art/Paper-texture-4-79471503">Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Pearl-Canvas-Paper-Texture-62946218">Pearl <span id="a6e00b19-5232-4fd7-aebd-568d72087a4e" class="GINGER_SOFATWARE_mark">Canvas, Paper</span> Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Drawing-Surface-Paper-Texture-49817351">Drawing Surface Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://gnometheif3000.deviantart.com/art/Old-Paper-195548518">Old Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Olive-Green-Paper-Background-49513200">Olive Green Paper Background</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://myfualt-stock.deviantart.com/art/paper-01-6361069">Good Background</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/7869768@N05/2449271440/">Distressed Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://xcompyx.deviantart.com/art/Old-paper-texture-146316014">Old Paper Sheet</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/quasimondo/194714641/">Paper With Stains And Rough Edges</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.flickr.com/photos/30886604@N04/4498733907/http:/www.flickr.com/photos/30886604@N04/4498733907/">Aged Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://pathgalen.deviantart.com/art/Paper-Background-162682886">Paper Background</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://somadjinn.deviantart.com/art/Aged-Paper-Stock-I-270814009">Aged Paper Stock</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://doncarter25.deviantart.com/art/Folded-Paper-Background-278627250">Folded Paper Background</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://enchantedgal-stock.deviantart.com/art/Canvas-Texture-White-Paper-49362478">Canvas Texture White Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://wojtar-stock.deviantart.com/art/Paper-texture-1-79335204">Brown Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://alytre.deviantart.com/art/Paper-282659239">Crumpled Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://alytre.deviantart.com/art/Paper-282659316">Lined Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://ayelie-stock.deviantart.com/art/Old-Paper-HUGE-03-77408827">Old Paper Huge</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://firesign24-7.deviantart.com/art/Aged-paper-texture-159950888">Aged Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="#">Old Paper Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-6-37649221?q=boost%3Apopular%20paper%20texture&amp;qo=9">Free Grungy Texture</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://rawen713.deviantart.com/art/Graph-Paper-150326645">Graph Paper</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://knald.deviantart.com/art/Vintage-paper-TEXTURE-PACK-152400787?q=boost%3Apopular%20paper%20texture&amp;qo=46">4 Vintage Paper Texture Pack</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://cloaks.deviantart.com/art/Raw-Paper-Texture-Pack-78735583?q=boost%3Apopular%20paper%20texture%20pack&amp;qo=25">5 Raw Texture Papers</a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a href="http://www.fuzzimo.com/free-wrinkled-paper-textures/">32 Wrinkled Paper Textures</a></strong></p>\n<p><a href="#"></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://thedesignpixel.com/paper-textures-backgrounds.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://thedesignpixel.com/paper-textures-backgrounds.html&amp;media=http://thedesignpixel.com/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures.jpg&amp;description=35+%20Paper%20Textures%20and%20Backgrounds%20You%E2%80%99ll%20Love" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/textures/" rel="tag">Textures</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" rel="bookmark" title="25+ Easy-to-Follow Motion Graphics Tutorials">\n													25+ Easy-to-Follow Motion Graphics Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="bookmark" title="15+ Best WordPress Landing Page Themes">\n													15+ Best WordPress Landing Page Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="bookmark" title="45+ Best PSD Business Card Templates">\n													45+ Best PSD Business Card Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/paper-textures-backgrounds/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2375'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="7b8783b773" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="157"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'paper textures backgrounds', '', 'publish', 'closed', 'closed', '', 'paper-textures-backgrounds', '', '', '2017-04-11 13:18:10', '2017-04-11 13:18:10', '', 0, 'http://thedesignpixel.com/paper-textures-backgrounds/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(171, 1, '2017-04-11 13:18:12', '2017-04-11 13:18:12', '<div class="cover-box"><div data-type="background" data-speed="3" class="cover-image" style="background-image: url( http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash.png);"><div class="cover-heading"><div class="cover-text"><header><h2 class="title f-title"> 10 Premium Bootstrap WordPress Themes</h2></header><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></div></div></div><div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;10 Premium Bootstrap WordPress Themes</div><div class="single-content"><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Bootstrap Wordpress Themes are becoming an integral part of many WordPress websites and it’s not by coincidence. Bootstrap technology makes any site completely mobile-friendly, which means it will adjust to the screen of any handheld device.If you want to create a website with a responsive template, a Bootstrap template is a very appropiate for the job; just fill it in with your content and launch it.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There is a huge number of WordPress themes on the web, so we would like to help you choose among top-quality ones, suitable for your project. We’ve selected a handful of the most multipurpose Bootstrap WordPress themes with modern design and high-end functionality.</p><h3><strong>Globera Scientific Magazine WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/globera.jpg" class="aligncenter wp-image-4986 size-full" alt="globera bootstrap wordpress themes" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/globera.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/globera-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/globera-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/science-lab-responsive-wordpress-theme-58459.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/58459.html?aff=designpixel">Demo</a></strong></p><p>Globera theme was created for blog-type websites which focus mainly on the content. The design of this WordPress template looks very simple but still trendy due to the white background and lots of up-to-date visual effects. The Bootstrap feature ensures its perfect look on any mobile gadget of choice.</p><h3><strong>Fishing Club WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-club.jpg" class="aligncenter size-full wp-image-4987" alt="fishing club" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-club.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-club-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/fishing-club-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/57738.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/wordpress-themes/57738.html?aff=designpixel">Demo</a></strong></p><p>Take a look at this WordPress Bootstrap theme that can help any business or service company demonstrate itself in the best possible manner. The layout is based on quality retina-ready pics and consists of a full-width hero area and content blocks. This fully responsive template will be a perfect fit for any online project and will boost it online presence easily.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3><strong>Pasta and Ravioli Company WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/pasta-and-ravioli.jpg" class="aligncenter size-full wp-image-4988" alt="pasta and ravioli" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/pasta-and-ravioli.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/pasta-and-ravioli-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/pasta-and-ravioli-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55187.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55187.html?aff=designpixel">Demo</a></strong></p><p>If you are keen on culinary art or even have a business connected with it, then this premium WordPress theme is right for you. It has a very pastel and pleasant to the eye color scheme and an elegant curvy font. Because of the well-structured layout, your famous recipes and dishes will be presented greatly and will get the opportunity to win the hearts of more people.</p><h3><strong>7 Level WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/7-level.jpg" class="aligncenter size-full wp-image-4989" alt="7 level" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/7-level.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/7-level-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/7-level-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/58461.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/58461.html?aff=designpixel">Demo</a></strong></p><p>Meet another cool WordPress Bootstrap template suitable for any business, blog, and portfolio. Your visitors will enjoy its intuitive navigation and advanced design created taking into consideration the latest user experience trends. Anybody, even a totally non-tech savvy person will get through the customization process with flying colors.</p><h3><strong>Gourmet Cuisine WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gourmet-cuisine.jpg" class="aligncenter size-full wp-image-4990" alt="gourmet cuisine" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/gourmet-cuisine.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gourmet-cuisine-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/gourmet-cuisine-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55376.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55376.html?aff=designpixel">Demo</a></strong></p><p>Need a really delicious theme for your restaurant? Look through this quality WordPress Bootstrap theme and realize that you don’t have to search any further. Besides an eye-catching design, this template has a lot of plugins to improve the customization process. It will help you build a unique website and make all the modifications in a few clicks.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h3><strong>Dental Clinic WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/dental-clinic.jpg" class="aligncenter size-full wp-image-4991" alt="dental clinic" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/dental-clinic.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/dental-clinic-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/dental-clinic-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/54990.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54990.html?aff=designpixel">Demo</a></strong></p><p>Opt for this professional WordPress theme for your medical services. It is developed on the basis of top-notch technology and stuffed with the most popular features. The lazy load effect, customers testimonials, contact form, Google map and many other options will let your website stand out and get more clients.</p><h3><strong>Marsy&#8217;s Cleaning WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/marsys-cleaning.jpg" class="aligncenter size-full wp-image-4992" alt="marsy&#039;s cleaning" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/marsys-cleaning.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/marsys-cleaning-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/marsys-cleaning-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55045.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55045.html?aff=designpixel">Demo</a></strong></p><p>Any cleaning and maintenance-related service will shine brighter through this WordPress theme powered by Cherry Framework and Bootstrap feature. Call-to-action buttons are put to the front to draw more attention and promote your business faster. Its layout is 100% responsive, SEO-friendly and cross-browser compatible.</p><h3><strong>Phoenix WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/phoenix.jpg" class="aligncenter size-full wp-image-4993" alt="phoenix" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/phoenix.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/phoenix-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/phoenix-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/54934.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54934.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>Phoenix is the best fit for educational projects and programmes. A hero image is made full-sized and featured with vivid banners to concentrate the visitors’ attention in the right way immediately. This WordPress theme has several custom page templates to facilitate the customization process.</p><h3><strong>Car Wash WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-wash.jpg" class="aligncenter size-full wp-image-4994" alt="car wash" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-wash.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-wash-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/car-wash-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55750.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/55750.html?aff=designpixel">Demo</a></strong></p><p>This WordPress Bootstrap theme is primarily made for car-related services, but it is quite multipurpose and will help any business launch online successfully. It is easy-to-manage and can be modified in minimum time and with little effort. The responsive design with lots of white color makes any site look wonderful on any screen.</p><h3><strong>World of Charity WordPress Theme</strong></h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/world-of-charity.jpg" class="aligncenter size-full wp-image-4995" alt="world of charity" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/world-of-charity.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/world-of-charity-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/world-of-charity-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/54940.html?aff=designpixel">Download</a> | </strong><strong><a href="http://www.templatemonster.com/demo/54940.html?aff=designpixel">Demo</a></strong></p><p>If you aim to help people, you should have a very neat and clean website that will not distract your visitors from the main goal. This classy WordPress theme is exactly what you are looking for. Thanks to the minimalist layout and eye-catching call-to-action buttons your good cause will succeed for sure.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="cTqmEf0ff6330fb63143c14d414dd8dd23469eec38e391c7223bbc4020e5545b346ab" class="wpdiscuz-cnonce" name="cnonce" value="cTqmEf0ff6330fb63143c14d414dd8dd23469eec38e391c7223bbc4020e5545b346ab" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="rM3X1574c08803a6d86791e3a2b809e59e2a9d82cd68d83c9156f3b4b7865183fb76c" class="wpdiscuz-cnonce" name="cnonce" value="rM3X1574c08803a6d86791e3a2b809e59e2a9d82cd68d83c9156f3b4b7865183fb76c" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'premium bootstrap wordpress themes', '', 'publish', 'closed', 'closed', '', 'premium-bootstrap-wordpress-themes', '', '', '2017-04-11 13:18:12', '2017-04-11 13:18:12', '', 0, 'http://thedesignpixel.com/premium-bootstrap-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(172, 1, '2017-04-11 13:18:14', '2017-04-11 13:18:14', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div class="content-area single-content-area"><div class="content content-page "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;Recommended Hosting Companies</div><div class="page-content"><article class="post-4791 page type-page status-publish hentry" id="post-4791"><div class="post-box"><header><h1 class="title page-title">Recommended Hosting Companies</h1></header><div class="post-content single-page-content"> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Previously on The Design Pixel we have discussed the importance of <strong><a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/">choosing the right hosting service</a></strong> for your web project. Back then we described the types of hosting available to developers, as well as the different factors you need to take into account to make the right choice. Because of this, the choice of web hosting mainly depends on your particular needs, since not all companies offer the same services.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Despite this, there are several popular web hosting companies that are a safe bet for the majority of developers thanks to their <strong>quality service and excellent track record</strong>, and here at The Design Pixel we can vouch for a couple of them, so we want to share them with you in case you are looking for hosting services.</p><h3><strong>bluehost</strong></h3><p><a href="http://www.bluehost.com/track/thedesignpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1.png" class="size-full wp-image-4795 alignleft" alt="200x200-bh_0004_03b-1" width="200" height="200" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img class="size-full wp-image-4795 alignleft" src="http://thedesignpixel.com/files/wp-content/uploads/2015/11/200x200-bh_0004_03b-1.png" alt="200x200-bh_0004_03b-1" width="200" height="200" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/11/200x200-bh_0004_03b-1-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>If WordPress is by far the most popular CMS on the planet, then bluehost certainly is one of the most popular hosting companies in the world. Not surprisingly, bluehost has been a recommended hosting service by WordPress.org since 2005. Bluehost features 1-click CMS installs (WordPress included) and advanced features, catering to all types of customers, from beginners to expert developers.</p><p><a href="http://www.bluehost.com/track/thedesignpixel">Learn more</a></p><h3></h3><h3><strong>SiteGround</strong></h3><p><a href="https://www.siteground.com/go/thedesignpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://ua.siteground.com/img/banners/application/wordpress/250x250.gif" class="alignleft" alt="Web Hosting" width="200" height="200" border="0"><noscript><img class="alignleft" src="http://thedesignpixel.com/files/img/banners/application/wordpress/250x250.gif" alt="Web Hosting" width="200" height="200" border="0" /></noscript></a>SiteGround is The Design Pixel&#8217;s current web host of choice. Excellent customer support and caching capabilities. They also feature 1-click installs of the most popular CMS and rank among the top hosting providers in speed, security and support.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="https://www.siteground.com/go/thedesignpixel">Learn more</a></p><p>&nbsp;</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>&nbsp;</p><p><strong>Disclosure: </strong>The Design Pixel receives compensation from the companies listed here; this helps us cover our own hosting fees. We have personally tested and reviewed these web hosting companies and in our view they merit a recommendation regardless of compensation. Thanks for your understanding!</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></article></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'recommended hosting companies', '', 'publish', 'closed', 'closed', '', 'recommended-hosting-companies', '', '', '2017-04-11 13:18:14', '2017-04-11 13:18:14', '', 0, 'http://thedesignpixel.com/recommended-hosting-companies/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(173, 1, '2017-04-11 13:18:14', '2017-04-11 13:18:14', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-874" class="g post post-874 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-inspiration tag-mobile cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25+ Responsive Mobile App Landing Pages for Inspiration</div>\n												<header>\n							<h1 class="title">25+ Responsive Mobile App Landing Pages for Inspiration</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments"> 1 Comment</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>The Smartphones came into the trend suddenly, and today everyone owns one, or is planning to get a new one. From Gaming to Browsing the net, and even processing heavy business transactions, a Smartphone is a totally safe and trustworthy device to rely on. With this trend, came the trend of Smartphone application development, and people making great amounts of money using the same. For every person downloading your app, you get some money, and with thousands of customers in the market, people made up loads of fortune. Many new and creative apps started getting developed and released in the market daily.</p>\n<p>With the competition in the developers, everyone needs to work more on getting new customers, and creating a relationship between yourself and potential clients. A mobile app landing page is a web page that provides information about the cool features about your app, that attract the customers towards buying the application you developed right away. It proved out in a study that any product with a better landing page gave double the sales than that of a product without any proper landing page, etc. A landing page should have attractive color combinations, lot of pictures, customer reviews, and a list of features and specifications in an elaborated manner.</p>\n<p>As a busy application developer, you might not be having much time to develop and code a new Landing page. You can use pre-existing Landing page templates, and solve this issue of yours. Replace your specifications and features with the sample data on the page, and you are good to go. Choose a landing page that is easy to edit, is <span class="GINGER_SOFATWARE_mark" id="a5d775cc-1420-4110-8301-ed8595f86444">user</span>-attractive and interactive, would be easy to re-edit, and is compact and very much elaborated. The best Mobile App Landing pages are mentioned below, with a reason of why they came out to be the best. Let&#8217;s check out these responsive mobile app landing pages and find out which one you want to use for your next mobile app project.</p>\n<h3><strong><span style="text-decoration: underline;"><em>25+ Responsive Mobile App Landing Pages for Inspiration</em></span>:<br />\n</strong></h3>\n<p><a href="http://connectmania.com/" target="_blank"><b>Connect Mania</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Connect-Mania.png"><img class="aligncenter size-full wp-image-882" title="Connect Mania Mobile App Landing Pages" alt="Connect Mania Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Connect-Mania.png" width="600" height="400" /></a></p>\n<p><a href="http://theweathertron.com/" target="_blank"><b>The Weathertron</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron.jpg"><img class="aligncenter size-full wp-image-883" title="The Weathertron" alt="The Weathertron" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron.jpg" width="600" height="370" /></a></p>\n<p><a href="http://www.assistant-app.com/" target="_blank"><b>Assistant App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Assistant-App.png"><img class="aligncenter size-full wp-image-884" title="Assistant App" alt="Assistant App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Assistant-App.png" width="600" height="450" /></a></p>\n<p><a href="http://reederapp.com/iphone/" target="_blank"><b>Reeder App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reeder-App.png"><img class="aligncenter size-full wp-image-885" title="Reeder App" alt="Reeder App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reeder-App.png" width="600" height="320" /></a></p>\n<p><a href="http://ideon.co/theConverted" target="_blank"><b>The Converted</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Converted.jpg"><img class="aligncenter  wp-image-886" title="The Converted Mobile App Landing Pages" alt="The Converted Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Converted.jpg" width="600" height="331" /></a></p>\n<p><a href="http://www.letterschool.com/" target="_blank"><b>Letter School</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Letter-School.jpg"><img class="aligncenter size-full wp-image-887" title="Letter School Mobile App Landing Pages" alt="Letter School Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Letter-School.jpg" width="600" height="311" /></a></p>\n<p><a href="http://visualino.com/" target="_blank"><b>Vista Point</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vista-Point.png"><img class="aligncenter size-full wp-image-888" title="Vista Point" alt="Vista Point" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vista-Point.png" width="600" height="488" /></a></p>\n<p><a href="http://www.kuvva.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="cf2675d1-b009-477f-b5c4-7fcb6e5fc46a"><span class="GINGER_SOFATWARE_mark" id="2a2220f5-9d56-4279-a678-6bbaa6eacf14">Kuvva</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kuvva.jpg"><img class="aligncenter  wp-image-889" title="Kuvva Mobile App Landing Pages" alt="Kuvva Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kuvva.jpg" width="600" height="484" /></a></p>\n<p><a href="http://suxxexx.net/noted/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="e1e6a21e-df1d-4ea4-ab20-fefbb6e2c9c7"><span class="GINGER_SOFATWARE_mark" id="3e079065-085d-49e9-939b-f3ad360f5883">Suxxexx</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Suxxexx.png"><img class="aligncenter size-full wp-image-890" title="Suxxexx Mobile App Landing Pages" alt="Suxxexx Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Suxxexx.png" width="600" height="419" /></a></p>\n<p><a href="http://www.kelvinapp.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="7aaab4b3-e6a3-4efb-9459-5e78b0077e36"><span class="GINGER_SOFATWARE_mark" id="40c8a9d9-84d5-490e-8d8d-3e99d71745df">kelvinapp</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/kelvinapp.jpg"><img class="aligncenter size-full wp-image-891" title="kelvinapp Mobile App Landing Pages" alt="kelvinapp Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/kelvinapp.jpg" width="600" height="428" /></a></p>\n<p><a href="http://makefac.es/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="ed84b7eb-ad83-424e-a1ab-e5a1ee021d6e"><span class="GINGER_SOFATWARE_mark" id="ec628828-c212-4bab-bc5c-a4e49f67e84d">Makefac</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Makefac.png"><img class="aligncenter size-full wp-image-892" title="Makefac Mobile App Landing Pages" alt="Makefac Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Makefac.png" width="600" height="604" /></a></p>\n<p><a href="http://starmatic.com/#page-home" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="6bf2382b-ec40-4030-963a-0b4acb7ca477"><span class="GINGER_SOFATWARE_mark" id="798cd9ae-9f1b-4067-bdc7-1a9442b961bb">Starmatic</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Starmatic.jpg"><img class="aligncenter size-full wp-image-893" title="Starmatic Mobile App Landing Pages" alt="Starmatic Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Starmatic.jpg" width="600" height="379" /></a></p>\n<p><a href="http://www.meetingresult.com/" target="_blank"><b>Meeting <span class="GINGER_SOFATWARE_mark" id="afff4475-2c80-4c4d-92f0-72842071e8f0"><span class="GINGER_SOFATWARE_mark" id="41c4ae0f-b3ec-449b-8bca-036988d0f272">Result</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Meeting-Result.png"><img class="aligncenter size-full wp-image-894" title="Meeting Result" alt="Meeting Result" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Meeting-Result.png" width="600" height="252" /></a></p>\n<p><a href="http://www.panikapp.com/" target="_blank"><b>Panik App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Panik-App.jpg"><img class="aligncenter size-full wp-image-895" title="Panik App Mobile App Landing Pages" alt="Panik App Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Panik-App.jpg" width="600" height="313" /></a></p>\n<p><a href="http://www.tourism-app.com/" target="_blank"><b>Tourism App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tourism-App.jpg"><img class="aligncenter size-full wp-image-896" title="Tourism App" alt="Tourism App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tourism-App.jpg" width="600" height="313" /></a></p>\n<p><a href="http://nizoapp.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="24cdc5b0-716f-4e75-9256-a27db4c0f56e"><span class="GINGER_SOFATWARE_mark" id="48e7b577-b263-4bf6-a758-db962774840a">Nizo</span></span> App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Nizo-App.jpg"><img class="aligncenter size-full wp-image-897" title="Nizo App" alt="Nizo App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Nizo-App.jpg" width="600" height="426" /></a></p>\n<p><a href="http://getdirections.es/" target="_blank"><b>Directions App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Directions-App.png"><img class="aligncenter size-full wp-image-898" title="Directions App" alt="Directions App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Directions-App.png" width="600" height="254" /></a></p>\n<p><a href="http://app.coronacapital.com.mx/" target="_blank"><b>Corona Capital 2013 / App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Corona-Capital-2013.png"><img class="aligncenter size-full wp-image-899" title="Corona Capital 2013" alt="Corona Capital 2013" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Corona-Capital-2013.png" width="600" height="250" /></a></p>\n<p><a href="http://bodybossfitness.com/" target="_blank"><b>Body Boss Sport</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Body-Boss-Sport.png"><img class="aligncenter size-full wp-image-900" title="Body Boss Sport" alt="Body Boss Sport" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Body-Boss-Sport.png" width="600" height="254" /></a></p>\n<p><a href="http://tablet.fubiz.net/" target="_blank"><b>Fubiz For iPad &amp; Android Tablet</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fubiz-For-iPad-Android-Tablet.png"><img class="aligncenter size-full wp-image-901" title="Fubiz For iPad &amp; Android Tablet" alt="Fubiz For iPad &amp; Android Tablet" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fubiz-For-iPad-Android-Tablet.png" width="600" height="254" /></a></p>\n<p style="text-align: left;"><a href="http://human.co/" target="_blank" rel="external"><strong>Human</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Human.jpg"><img class="aligncenter size-full wp-image-902" title="Human Mobile App Landing Pages" alt="Human Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Human.jpg" width="600" height="376" /></a></p>\n<p style="text-align: left;"><a href="http://turnplay.ramotion.com/en" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="a0abb4df-430f-42b9-a55f-57c544c1d59c">Turnplay</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Turnplay.jpg"><img class="aligncenter size-full wp-image-903" title="Turnplay Mobile App Landing Pages" alt="Turnplay Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Turnplay.jpg" width="600" height="431" /></a></p>\n<p style="text-align: left;"><a href="http://everest.com/" target="_blank" rel="external"><strong>Everest Mobile App Landing Pages</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everest.jpg"><img class="aligncenter size-full wp-image-904" title="Everest Mobile App Landing Pages" alt="Everest Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everest.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://www.chownow.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="bed79f00-2ef5-4a51-8fed-180f6be7686e">ChowNow</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ChowNow.jpg"><img class="aligncenter size-full wp-image-905" title="ChowNow Mobile App Landing Pages" alt="ChowNow Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ChowNow.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://hipstamatic.com/oggl/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="357194d5-201d-4879-ac3f-059a3835a9b6">Hipstamatic</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hipstamatic.jpg"><img class="aligncenter size-full wp-image-906" title="Hipstamatic Mobile App Landing Pages" alt="Hipstamatic Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hipstamatic.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://www.spendeeapp.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="51ba3cf2-5f60-41e7-a4e3-8dd97521e3d5">Spendee</span> App</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spendee-App.jpg"><img class="aligncenter size-full wp-image-907" title="Spendee App" alt="Spendee App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spendee-App.jpg" width="600" height="430" /></a></p>\n<p style="text-align: left;"><a href="http://www.fiftythree.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="fcf4d350-757f-4f7e-8d4f-c5167bf1a3cf">FiftyThree</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/FiftyThree.jpg"><img class="aligncenter size-full wp-image-908" title="FiftyThree" alt="FiftyThree" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/FiftyThree.jpg" width="600" height="431" /></a></p>\n<p style="text-align: left;"><a href="http://triplagent.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="ba86089b-59c0-44bb-b61e-3455b3d586ff">Triplagent</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Triplagent.jpg"><img class="aligncenter size-full wp-image-909" title="Triplagent" alt="Triplagent" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Triplagent.jpg" width="600" height="425" /></a></p>\n<p style="text-align: left;"><a href="http://www.fostr.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="c33f0bfc-3562-483a-ad47-6478d9702841">Fostr</span> Mobile App Landing Pages</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fostr.jpg"><img class="aligncenter size-full wp-image-910" title="Fostr Mobile App Landing Pages" alt="Fostr Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fostr.jpg" width="600" height="426" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron.jpg&amp;description=25+%20Responsive%20Mobile%20App%20Landing%20Pages%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" rel="bookmark" title="65+ Best Free &#038; Premium ECommerce WordPress Themes">\n													65+ Best Free &#038; Premium ECommerce WordPress Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" rel="bookmark" title="65 Creative Examples of Mobile Web Designs for Inspiration">\n													65 Creative Examples of Mobile Web Designs for Inspi...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" rel="bookmark" title="10 Bootstrap UI Editors For Web Developers">\n													10 Bootstrap UI Editors For Web Developers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<div id="comments">\n	<div class="total-comments">1 Response</div>\n	<ol class="commentlist">\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n			<li class="comment even thread-even depth-1" id="li-comment-737">\n		<div id="comment-737">\n			<div class="comment-author vcard">\n								<span class="fn">Jason</span> 				<time>June 18, 2014</time>\n							</div>\n						<div class="comment-meta commentmetadata">\n							</div>\n			<p>Finding a good app landing page is not so hard, lots of pre made themes available on a small price.  I like this below which I found on themeforest and using for my upcoming app</p>\n<p><a href="http://themeforest.net/item/app-on-responsive-app-landing-page/7770343/?ref=thedesignpixel" rel="nofollow">http://themeforest.net/item/app-on-responsive-app-landing-page/7770343/?ref=thedesignpixel</a></p>\n<p>Professional, 24 variation of landing pages in $11. Simply awesome</p>\n			<div class="reply">\n				<a class=''comment-reply-link'' href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration_replytocom_737/#respond'' onclick="return addComment.moveForm( &quot;comment-737&quot;, &quot;737&quot;, &quot;respond&quot;, &quot;874&quot; )" aria-label=''Reply to Jason''>Reply</a>			</div>\n		</div>\n	</li>\n</li><!-- #comment-## -->\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n	</ol>\n</div>\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''874'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="729a8f1ee6" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="31"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'responsive mobile app landing pages for inspiration', '', 'publish', 'closed', 'closed', '', 'responsive-mobile-app-landing-pages-for-inspiration', '', '', '2017-04-11 13:18:14', '2017-04-11 13:18:14', '', 0, 'http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(174, 1, '2017-04-11 13:18:15', '2017-04-11 13:18:15', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-874" class="g post post-874 type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-inspiration tag-mobile cat-3-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 25+ Responsive Mobile App Landing Pages for Inspiration</div>\n												<header>\n							<h1 class="title">25+ Responsive Mobile App Landing Pages for Inspiration</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments"> 1 Comment</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>The Smartphones came into the trend suddenly, and today everyone owns one, or is planning to get a new one. From Gaming to Browsing the net, and even processing heavy business transactions, a Smartphone is a totally safe and trustworthy device to rely on. With this trend, came the trend of Smartphone application development, and people making great amounts of money using the same. For every person downloading your app, you get some money, and with thousands of customers in the market, people made up loads of fortune. Many new and creative apps started getting developed and released in the market daily.</p>\n<p>With the competition in the developers, everyone needs to work more on getting new customers, and creating a relationship between yourself and potential clients. A mobile app landing page is a web page that provides information about the cool features about your app, that attract the customers towards buying the application you developed right away. It proved out in a study that any product with a better landing page gave double the sales than that of a product without any proper landing page, etc. A landing page should have attractive color combinations, lot of pictures, customer reviews, and a list of features and specifications in an elaborated manner.</p>\n<p>As a busy application developer, you might not be having much time to develop and code a new Landing page. You can use pre-existing Landing page templates, and solve this issue of yours. Replace your specifications and features with the sample data on the page, and you are good to go. Choose a landing page that is easy to edit, is <span class="GINGER_SOFATWARE_mark" id="a5d775cc-1420-4110-8301-ed8595f86444">user</span>-attractive and interactive, would be easy to re-edit, and is compact and very much elaborated. The best Mobile App Landing pages are mentioned below, with a reason of why they came out to be the best. Let&#8217;s check out these responsive mobile app landing pages and find out which one you want to use for your next mobile app project.</p>\n<h3><strong><span style="text-decoration: underline;"><em>25+ Responsive Mobile App Landing Pages for Inspiration</em></span>:<br />\n</strong></h3>\n<p><a href="http://connectmania.com/" target="_blank"><b>Connect Mania</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Connect-Mania.png"><img class="aligncenter size-full wp-image-882" title="Connect Mania Mobile App Landing Pages" alt="Connect Mania Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Connect-Mania.png" width="600" height="400" /></a></p>\n<p><a href="http://theweathertron.com/" target="_blank"><b>The Weathertron</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron.jpg"><img class="aligncenter size-full wp-image-883" title="The Weathertron" alt="The Weathertron" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron.jpg" width="600" height="370" /></a></p>\n<p><a href="http://www.assistant-app.com/" target="_blank"><b>Assistant App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Assistant-App.png"><img class="aligncenter size-full wp-image-884" title="Assistant App" alt="Assistant App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Assistant-App.png" width="600" height="450" /></a></p>\n<p><a href="http://reederapp.com/iphone/" target="_blank"><b>Reeder App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reeder-App.png"><img class="aligncenter size-full wp-image-885" title="Reeder App" alt="Reeder App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Reeder-App.png" width="600" height="320" /></a></p>\n<p><a href="http://ideon.co/theConverted" target="_blank"><b>The Converted</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Converted.jpg"><img class="aligncenter  wp-image-886" title="The Converted Mobile App Landing Pages" alt="The Converted Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Converted.jpg" width="600" height="331" /></a></p>\n<p><a href="http://www.letterschool.com/" target="_blank"><b>Letter School</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Letter-School.jpg"><img class="aligncenter size-full wp-image-887" title="Letter School Mobile App Landing Pages" alt="Letter School Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Letter-School.jpg" width="600" height="311" /></a></p>\n<p><a href="http://visualino.com/" target="_blank"><b>Vista Point</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vista-Point.png"><img class="aligncenter size-full wp-image-888" title="Vista Point" alt="Vista Point" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vista-Point.png" width="600" height="488" /></a></p>\n<p><a href="http://www.kuvva.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="cf2675d1-b009-477f-b5c4-7fcb6e5fc46a"><span class="GINGER_SOFATWARE_mark" id="2a2220f5-9d56-4279-a678-6bbaa6eacf14">Kuvva</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kuvva.jpg"><img class="aligncenter  wp-image-889" title="Kuvva Mobile App Landing Pages" alt="Kuvva Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Kuvva.jpg" width="600" height="484" /></a></p>\n<p><a href="http://suxxexx.net/noted/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="e1e6a21e-df1d-4ea4-ab20-fefbb6e2c9c7"><span class="GINGER_SOFATWARE_mark" id="3e079065-085d-49e9-939b-f3ad360f5883">Suxxexx</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Suxxexx.png"><img class="aligncenter size-full wp-image-890" title="Suxxexx Mobile App Landing Pages" alt="Suxxexx Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Suxxexx.png" width="600" height="419" /></a></p>\n<p><a href="http://www.kelvinapp.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="7aaab4b3-e6a3-4efb-9459-5e78b0077e36"><span class="GINGER_SOFATWARE_mark" id="40c8a9d9-84d5-490e-8d8d-3e99d71745df">kelvinapp</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/kelvinapp.jpg"><img class="aligncenter size-full wp-image-891" title="kelvinapp Mobile App Landing Pages" alt="kelvinapp Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/kelvinapp.jpg" width="600" height="428" /></a></p>\n<p><a href="http://makefac.es/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="ed84b7eb-ad83-424e-a1ab-e5a1ee021d6e"><span class="GINGER_SOFATWARE_mark" id="ec628828-c212-4bab-bc5c-a4e49f67e84d">Makefac</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Makefac.png"><img class="aligncenter size-full wp-image-892" title="Makefac Mobile App Landing Pages" alt="Makefac Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Makefac.png" width="600" height="604" /></a></p>\n<p><a href="http://starmatic.com/#page-home" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="6bf2382b-ec40-4030-963a-0b4acb7ca477"><span class="GINGER_SOFATWARE_mark" id="798cd9ae-9f1b-4067-bdc7-1a9442b961bb">Starmatic</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Starmatic.jpg"><img class="aligncenter size-full wp-image-893" title="Starmatic Mobile App Landing Pages" alt="Starmatic Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Starmatic.jpg" width="600" height="379" /></a></p>\n<p><a href="http://www.meetingresult.com/" target="_blank"><b>Meeting <span class="GINGER_SOFATWARE_mark" id="afff4475-2c80-4c4d-92f0-72842071e8f0"><span class="GINGER_SOFATWARE_mark" id="41c4ae0f-b3ec-449b-8bca-036988d0f272">Result</span></span></b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Meeting-Result.png"><img class="aligncenter size-full wp-image-894" title="Meeting Result" alt="Meeting Result" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Meeting-Result.png" width="600" height="252" /></a></p>\n<p><a href="http://www.panikapp.com/" target="_blank"><b>Panik App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Panik-App.jpg"><img class="aligncenter size-full wp-image-895" title="Panik App Mobile App Landing Pages" alt="Panik App Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Panik-App.jpg" width="600" height="313" /></a></p>\n<p><a href="http://www.tourism-app.com/" target="_blank"><b>Tourism App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tourism-App.jpg"><img class="aligncenter size-full wp-image-896" title="Tourism App" alt="Tourism App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Tourism-App.jpg" width="600" height="313" /></a></p>\n<p><a href="http://nizoapp.com/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="24cdc5b0-716f-4e75-9256-a27db4c0f56e"><span class="GINGER_SOFATWARE_mark" id="48e7b577-b263-4bf6-a758-db962774840a">Nizo</span></span> App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Nizo-App.jpg"><img class="aligncenter size-full wp-image-897" title="Nizo App" alt="Nizo App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Nizo-App.jpg" width="600" height="426" /></a></p>\n<p><a href="http://getdirections.es/" target="_blank"><b>Directions App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Directions-App.png"><img class="aligncenter size-full wp-image-898" title="Directions App" alt="Directions App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Directions-App.png" width="600" height="254" /></a></p>\n<p><a href="http://app.coronacapital.com.mx/" target="_blank"><b>Corona Capital 2013 / App</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Corona-Capital-2013.png"><img class="aligncenter size-full wp-image-899" title="Corona Capital 2013" alt="Corona Capital 2013" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Corona-Capital-2013.png" width="600" height="250" /></a></p>\n<p><a href="http://bodybossfitness.com/" target="_blank"><b>Body Boss Sport</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Body-Boss-Sport.png"><img class="aligncenter size-full wp-image-900" title="Body Boss Sport" alt="Body Boss Sport" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Body-Boss-Sport.png" width="600" height="254" /></a></p>\n<p><a href="http://tablet.fubiz.net/" target="_blank"><b>Fubiz For iPad &amp; Android Tablet</b></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fubiz-For-iPad-Android-Tablet.png"><img class="aligncenter size-full wp-image-901" title="Fubiz For iPad &amp; Android Tablet" alt="Fubiz For iPad &amp; Android Tablet" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fubiz-For-iPad-Android-Tablet.png" width="600" height="254" /></a></p>\n<p style="text-align: left;"><a href="http://human.co/" target="_blank" rel="external"><strong>Human</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Human.jpg"><img class="aligncenter size-full wp-image-902" title="Human Mobile App Landing Pages" alt="Human Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Human.jpg" width="600" height="376" /></a></p>\n<p style="text-align: left;"><a href="http://turnplay.ramotion.com/en" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="a0abb4df-430f-42b9-a55f-57c544c1d59c">Turnplay</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Turnplay.jpg"><img class="aligncenter size-full wp-image-903" title="Turnplay Mobile App Landing Pages" alt="Turnplay Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Turnplay.jpg" width="600" height="431" /></a></p>\n<p style="text-align: left;"><a href="http://everest.com/" target="_blank" rel="external"><strong>Everest Mobile App Landing Pages</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everest.jpg"><img class="aligncenter size-full wp-image-904" title="Everest Mobile App Landing Pages" alt="Everest Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Everest.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://www.chownow.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="bed79f00-2ef5-4a51-8fed-180f6be7686e">ChowNow</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ChowNow.jpg"><img class="aligncenter size-full wp-image-905" title="ChowNow Mobile App Landing Pages" alt="ChowNow Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/ChowNow.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://hipstamatic.com/oggl/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="357194d5-201d-4879-ac3f-059a3835a9b6">Hipstamatic</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hipstamatic.jpg"><img class="aligncenter size-full wp-image-906" title="Hipstamatic Mobile App Landing Pages" alt="Hipstamatic Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Hipstamatic.jpg" width="600" height="422" /></a></p>\n<p style="text-align: left;"><a href="http://www.spendeeapp.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="51ba3cf2-5f60-41e7-a4e3-8dd97521e3d5">Spendee</span> App</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spendee-App.jpg"><img class="aligncenter size-full wp-image-907" title="Spendee App" alt="Spendee App" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Spendee-App.jpg" width="600" height="430" /></a></p>\n<p style="text-align: left;"><a href="http://www.fiftythree.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="fcf4d350-757f-4f7e-8d4f-c5167bf1a3cf">FiftyThree</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/FiftyThree.jpg"><img class="aligncenter size-full wp-image-908" title="FiftyThree" alt="FiftyThree" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/FiftyThree.jpg" width="600" height="431" /></a></p>\n<p style="text-align: left;"><a href="http://triplagent.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="ba86089b-59c0-44bb-b61e-3455b3d586ff">Triplagent</span></strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Triplagent.jpg"><img class="aligncenter size-full wp-image-909" title="Triplagent" alt="Triplagent" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Triplagent.jpg" width="600" height="425" /></a></p>\n<p style="text-align: left;"><a href="http://www.fostr.com/" target="_blank" rel="external"><strong><span class="GINGER_SOFATWARE_mark" id="c33f0bfc-3562-483a-ad47-6478d9702841">Fostr</span> Mobile App Landing Pages</strong></a></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fostr.jpg"><img class="aligncenter size-full wp-image-910" title="Fostr Mobile App Landing Pages" alt="Fostr Mobile App Landing Pages" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fostr.jpg" width="600" height="426" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron.jpg&amp;description=25+%20Responsive%20Mobile%20App%20Landing%20Pages%20for%20Inspiration" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="bookmark" title="14 High Quality Yet Free Responsive HTML5 Templates">\n													14 High Quality Yet Free Responsive HTML5 Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/40-new-wordpress-business-themes/" rel="bookmark" title="40 New WordPress Business Themes">\n													40 New WordPress Business Themes												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="bookmark" title="20 Free Minimalistic Icon Sets for Web Designers">\n													20 Free Minimalistic Icon Sets for Web Designers												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<div id="comments">\n	<div class="total-comments">1 Response</div>\n	<ol class="commentlist">\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n			<li class="comment even thread-even depth-1" id="li-comment-737">\n		<div id="comment-737">\n			<div class="comment-author vcard">\n								<span class="fn">Jason</span> 				<time>June 18, 2014</time>\n							</div>\n						<div class="comment-meta commentmetadata">\n							</div>\n			<p>Finding a good app landing page is not so hard, lots of pre made themes available on a small price.  I like this below which I found on themeforest and using for my upcoming app</p>\n<p><a href="http://themeforest.net/item/app-on-responsive-app-landing-page/7770343/?ref=thedesignpixel" rel="nofollow">http://themeforest.net/item/app-on-responsive-app-landing-page/7770343/?ref=thedesignpixel</a></p>\n<p>Professional, 24 variation of landing pages in $11. Simply awesome</p>\n			<div class="reply">\n				<a class=''comment-reply-link'' href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration_replytocom_737/#respond'' onclick="return addComment.moveForm( &quot;comment-737&quot;, &quot;737&quot;, &quot;respond&quot;, &quot;874&quot; )" aria-label=''Reply to Jason''>Reply</a>			</div>\n		</div>\n	</li>\n</li><!-- #comment-## -->\n		<div class="navigation">\n			<div class="alignleft"></div>\n			<div class="alignright"></div>\n		</div>\n	</ol>\n</div>\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply to <a href="#comment-737">Jason</a></h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#respond">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''874'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''737'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="5f56940a35" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="107"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'responsive mobile app landing pages for inspiration replytocom 737', '', 'publish', 'closed', 'closed', '', 'responsive-mobile-app-landing-pages-for-inspiration-replytocom-737', '', '', '2017-04-11 13:18:15', '2017-04-11 13:18:15', '', 0, 'http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration-replytocom-737/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(175, 1, '2017-04-11 13:18:17', '2017-04-11 13:18:17', '<div class="cover-box"><div data-type="background" data-speed="3" class="cover-image" style="background-image: url( http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme.jpg);"><div class="cover-heading"><div class="cover-text"><header><h2 class="title f-title"> 15+ Stylish Photography WordPress Themes</h2></header><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></div></div></div><div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a> &bull; <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a>&nbsp;&nbsp;/&nbsp;&nbsp;15+ Stylish Photography WordPress Themes</div><div class="single-content"><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Photographers are always interested in showcasing their talent to a wider audience and gaining new clients. One of the best ways to do this is to <strong>establish an online presence</strong>, so that all of the photography would be available publicly. If your photographic ability is perfectly combined with programming skills, you can create a website with minimum hassle. But what do you do in case you need a fast yet reliable solution, having no web design knowledge at all? The most reasonable option would be to choose a ready-made photography WordPress theme and create an online presence in a matter of just a few hours.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Putting up a website based on any item from the collection of <strong>15+ Stylish Photography WordPress Themes</strong> is the most affordable way to get a photography website going. WordPress functionality enables photographers to put their creative vision into life; all it takes is to opt for the appropiate theme that will suit your idea or project flawlessly.</p><p>Due to the fully responsive design and cross-browser compatibility, no software or digital screen will hinder the performance of your website. No matter what pixel density or screen size an electronic device has, any of our photography WordPress themes will look equally gorgeous.</p><p>Thanks to the <strong>Cherry Framework</strong> that powers these WordPress themes, a vast variety of plugins is offered, including Bootstrap functionality as well as flexible parent/child themes to change or update the look and feel of your site. Apart from this, more than 80 handy shortcodes have been added to the installation package in order to simplify the embedding of content. It&#8217;s possible to use shortcodes for elements, grids, lists, tabs, video and audio, post output, Google Maps and so on.</p><p><strong>Theme Customizer</strong> makes it very easy to modify a WordPress theme. All of the amendments can be viewed in real time thanks to the use of Preview function. Don’t be afraid to showcase how unique your art is playing with over a hundred features.</p><p>So, let’s discover this awesome selection of premium photography WordPress themes to choose an item that will help promote your photographic skills and find more clients online!</p><h3>Creative WordPress Theme for Photographers</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/1.jpg" class="aligncenter wp-image-4895 size-full" alt="creative wordpress theme for photographers" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/1.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/1-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/1-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/57554.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/57554.html?aff=designpixel">Live Demo</a></strong></p><h3>Art Gallery WordPress Artist Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/art-gallery-wordpress-artist-theme.jpg" class="aligncenter wp-image-4896 size-full" alt="art gallery photography wordpress theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/art-gallery-wordpress-artist-theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/art-gallery-wordpress-artist-theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/art-gallery-wordpress-artist-theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/56092.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/56092.html?aff=designpixel">Live Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3>Houston Photographer WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Houston-Photographer-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4898" alt="Houston Photographer WordPress Theme" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Houston-Photographer-WordPress-Theme.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Houston-Photographer-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Houston-Photographer-WordPress-Theme-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/57875.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/57875.html?aff=designpixel">Live Demo</a></strong></p><h3>Style Park WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4899" alt="Style Park WordPress Theme" width="964" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme.jpg 964w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-768x476.jpg 768w" sizes="(max-width: 964px) 100vw, 964px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/style-park-beauty-wordpress-theme-58377.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/58377.html?aff=designpixel">Live Demo</a></strong></p><h3>Videographer Portfolio &#8211; One of the Bestselling WordPress Templates for Photography</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Videographer-Portfolio.jpg" class="aligncenter size-full wp-image-4900" alt="Videographer Portfolio" width="965" height="570" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Videographer-Portfolio.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Videographer-Portfolio-300x177.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Videographer-Portfolio-768x454.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/52175.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/52175.html?aff=designpixel">Live Demo</a></strong></p><h3>Photographer CV WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-CV-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4901" alt="Photographer CV WordPress Theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-CV-WordPress-Theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-CV-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-CV-WordPress-Theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/51090.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/51090.html?aff=designpixel">Live Demo</a></strong></p><h3>Best Photography Theme for WordPress Photography Online Portfolio</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photography-Theme-for-WordPress-Photography-Online-Portfolio.jpg" class="aligncenter size-full wp-image-4902" alt="Photography Theme for WordPress Photography Online Portfolio" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photography-Theme-for-WordPress-Photography-Online-Portfolio.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photography-Theme-for-WordPress-Photography-Online-Portfolio-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photography-Theme-for-WordPress-Photography-Online-Portfolio-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/51031.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/51031.html?aff=designpixel">Live Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h3>Photographer Portfolio Responsive WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4903" alt="Photographer Portfolio Responsive WordPress Theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/50458.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/50458.html?aff=designpixel">Live Demo</a></strong></p><h3>Responsive WordPress Photographer Template</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Responsive-WordPress-Photographer-Template.jpg" class="aligncenter size-full wp-image-4904" alt="Responsive WordPress Photographer Template" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Responsive-WordPress-Photographer-Template.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Responsive-WordPress-Photographer-Template-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Responsive-WordPress-Photographer-Template-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/49640.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/49640.html?aff=designpixel">Live Demo</a></strong></p><h3>Art Gallery Artist WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Art-Gallery-Artist-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4905" alt="Art Gallery Artist WordPress Theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Art-Gallery-Artist-WordPress-Theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Art-Gallery-Artist-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Art-Gallery-Artist-WordPress-Theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/45163.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/45163.html?aff=designpixel">Live Demo</a></strong></p><h3>Best Photography Theme for WordPress</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Best-Photography-Theme-for-WordPress.jpg" class="aligncenter size-full wp-image-4906" alt="Best Photography Theme for WordPress" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Best-Photography-Theme-for-WordPress.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Best-Photography-Theme-for-WordPress-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Best-Photography-Theme-for-WordPress-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/49549.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/49549.html?aff=designpixel">Live Demo</a></strong></p><h3>Photographer Portfolio Responsive WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-1.jpg" class="aligncenter size-full wp-image-4907" alt="Photographer Portfolio Responsive WordPress Theme" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-1.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-1-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Photographer-Portfolio-Responsive-WordPress-Theme-1-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/54800.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/54800.html?aff=designpixel">Live Demo</a></strong></p><h3>Online Portfolio Photographer WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Online-Portfolio-Photographer-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4908" alt="Online Portfolio Photographer WordPress Theme" width="965" height="509" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Online-Portfolio-Photographer-WordPress-Theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Online-Portfolio-Photographer-WordPress-Theme-300x158.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Online-Portfolio-Photographer-WordPress-Theme-768x405.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/53934.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/53934.html?aff=designpixel">Live Demo</a></strong></p><h3>Happy Moments Photographer WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Happy-Moments-Photographer-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4909" alt="Happy Moments Photographer WordPress Theme" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Happy-Moments-Photographer-WordPress-Theme.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Happy-Moments-Photographer-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Happy-Moments-Photographer-WordPress-Theme-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/50989.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/50989.html?aff=designpixel">Live Demo</a></strong></p><h3>Tomi Solas Photographer WordPress Template</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Tomi-Solas-Photographer-WordPress-Template.jpg" class="aligncenter size-full wp-image-4910" alt="Tomi Solas Photographer WordPress Template" width="965" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Tomi-Solas-Photographer-WordPress-Template.jpg 965w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Tomi-Solas-Photographer-WordPress-Template-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Tomi-Solas-Photographer-WordPress-Template-768x476.jpg 768w" sizes="(max-width: 965px) 100vw, 965px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/53878.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/53878.html?aff=designpixel">Live Demo</a></strong></p><h3>Director of Photography WordPress Theme</h3><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Director-of-Photography-WordPress-Theme.jpg" class="aligncenter size-full wp-image-4911" alt="Director of Photography WordPress Theme" width="962" height="598" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Director-of-Photography-WordPress-Theme.jpg 962w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Director-of-Photography-WordPress-Theme-300x186.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Director-of-Photography-WordPress-Theme-768x477.jpg 768w" sizes="(max-width: 962px) 100vw, 962px"><noscript></noscript></p><p style="text-align: center;"><strong><a href="http://www.templatemonster.com/wordpress-themes/55962.html?aff=designpixel">Download</a> | <a href="http://www.templatemonster.com/demo/55962.html?aff=designpixel">Live Demo</a></strong></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="NFhF402c8805aac4aac1c71398ce330e54e40246940f42d2c4ec1e2e38794059929af" class="wpdiscuz-cnonce" name="cnonce" value="NFhF402c8805aac4aac1c71398ce330e54e40246940f42d2c4ec1e2e38794059929af" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="EvEkvc817b80956acf46dff5b82a56d8a38f8cb2e885259eac64096b034d82c36f3d5" class="wpdiscuz-cnonce" name="cnonce" value="EvEkvc817b80956acf46dff5b82a56d8a38f8cb2e885259eac64096b034d82c36f3d5" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'stylish photography wordpress themes', '', 'publish', 'closed', 'closed', '', 'stylish-photography-wordpress-themes', '', '', '2017-04-11 13:18:17', '2017-04-11 13:18:17', '', 0, 'http://thedesignpixel.com/stylish-photography-wordpress-themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(176, 1, '2017-04-11 13:18:19', '2017-04-11 13:18:19', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>&nbsp;&nbsp;/&nbsp;&nbsp;SVG Tools, Breadcrumbs, Sitelinks</div><div class="single-content"><article class="post-4737 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-breadcrumbs tag-responsive-design tag-sitelinks tag-svg tag-web-2-0"><div id="post-4737" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">SVG Tools, Breadcrumbs, Sitelinks</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">breadcrumbs</a>, <a href="http://thedesignpixel.com" rel="tag">responsive design</a>, <a href="http://thedesignpixel.com" rel="tag">sitelinks</a>, <a href="http://thedesignpixel.com" rel="tag">svg</a>, <a href="http://thedesignpixel.com" rel="tag">web 2.0</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Welcome to The Design Pixel&#8217;s Roundup! Where we bring you the latest design and development news, discussions and resources around the web, curated and linked for your enjoyment.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>This week we talk about SVG tools, the role of traditional design elements in the 2.0 era of web design, the process of creating sites for multiple devices, and the benefits of using breadcrumbs for usability and sitelinks for exposure in SERPs.</p><h3><strong>Resources</strong></h3><p><strong><a href="http://egrappler.com/10-great-svg-tools-for-designers-and-developers/">10 great SVG Tools for Designers and Developers</a></strong> [<a href="http://egrappler.com/">egrappler.com</a>]</p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/svg-tools2.jpg" class="aligncenter size-full wp-image-4751" alt="svg-tools2" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/svg-tools2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/svg-tools2-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4751" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/svg-tools2.jpg" alt="svg-tools2" width="600" height="329" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/svg-tools2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/svg-tools2-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p>If your site uses SVG techniques frequently enough, you may benefit from using specific SVG software to create, edit and optimize SVG graphics. EGrappler has compiled a nice list to help you choose the right tool for the job.</p><h3><strong>Design</strong></h3><p><strong><a href="http://webdesignledger.com/traditional-ui-vs-web-20">Traditional UI vs. Web 2.0: Don&#8217;t Throw Out the Old Design Elements Yet!</a></strong> [<a href="http://webdesignledger.com/">webdesignledger.com</a>]</p><p>An interesting look at the elements that make up traditional web design and how they can still be useful in the 2.0 era. Complete with a showcase of websites that strike a good balance between both philosophies of design.</p><p><strong><a href="http://www.designyourway.net/blog/design/designing-for-multiple-devices/">Designing for Multiple Devices</a></strong> [<a href="http://designyourway.net/">DesignYourWay.net</a>]</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>What makes up great responsive design? How should you approach designing sites for so many devices as visitors use nowadays? Much has been written about the elements of responsive design, but sometimes it&#8217;s useful to take a step back from hands-on work and actually stop to think about the general ideas that should guide the process of designing for multiple devices. This article contains a few tips on that.</p><p><strong><a href="http://www.designyourway.net/blog/design/using-breadcrumbs-in-web-design/">Using Breadcrumbs in Web Design</a></strong> [<a href="http://designyourway.net/">DesignYourWay.net</a>]</p><p>Breadcrumbs have been a staple of quality web design and usability for a long time now. This article explains the benefits of using them (including possible SEO implications), the different types of breadcrumbs, and in what cases you should or shouldn&#8217;t be using them in your web project.</p><h3><strong>SEO</strong></h3><p><strong><a href="http://searchenginewatch.com/sew/how-to/2430604/how-do-i-get-sitelinks-to-appear-in-my-site-s-search-results">How Do I Get Sitelinks to Appear in my Site&#8217;s Search Results?</a></strong> [<a href="http://searchenginewatch.com/">SearchEngineWatch.com</a>]</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>Sometimes, results in a Google SERP include several links to a site&#8217;s subpages, right below the main search result. These are called sitelinks and they are a great way to increase your visibility and push down your competitors&#8217; results. While you can&#8217;t directly decide if Google shows sitelinks for your page, you can follow the tips in this article to increase the chances or even tell Google not to show specific sitelinks if that&#8217;s what you want.</p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/amazon-google-search-results-large.png" class="aligncenter size-full wp-image-4748" alt="amazon-google-search-results-large" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/amazon-google-search-results-large.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/amazon-google-search-results-large-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4748" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/amazon-google-search-results-large.png" alt="amazon-google-search-results-large" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/amazon-google-search-results-large.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/amazon-google-search-results-large-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p><p>That&#8217;s it for this week&#8217;s roundup! Check back next week for more!</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="X85qK413e4314c7ebc71f98af60b0135eca24d16bb101191b8366dfe5558da618d3c2" class="wpdiscuz-cnonce" name="cnonce" value="X85qK413e4314c7ebc71f98af60b0135eca24d16bb101191b8366dfe5558da618d3c2" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="8tien7fa86839b38a5ce930f731fd56cf4b1899c07dc38f43a6b1dc6420447f74f076" class="wpdiscuz-cnonce" name="cnonce" value="8tien7fa86839b38a5ce930f731fd56cf4b1899c07dc38f43a6b1dc6420447f74f076" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'svg tools breadcrumbs sitelinks', '', 'publish', 'closed', 'closed', '', 'svg-tools-breadcrumbs-sitelinks', '', '', '2017-04-11 13:18:19', '2017-04-11 13:18:19', '', 0, 'http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(177, 1, '2017-04-11 13:18:22', '2017-04-11 13:18:22', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: Adobe                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\r\n	<div id="post-3964" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop">\r\n	<div id="post-3864" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2781 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-adobe tag-freebies tag-photoshop">\r\n	<div id="post-2781" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Css3ps" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Css3ps" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/#comments" class="comments-link" >1 Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2161 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe">\r\n	<div id="post-2161" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Speed up your InDesign layouts" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">25+ Excellent Adobe InDesign Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>There are a lot of desktop publishing tools available to be used, which allow us to work with a lot of cool features and functions, and the major users of these softwares are people working in print media, advertising, etc.,</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/excellent-adobe-indesign-tutorials/" title="25+ Excellent Adobe InDesign Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2056 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop tag-wallpapers">\r\n	<div id="post-2056" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1286 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-illustrator tag-inspiration tag-photoshop">\r\n	<div id="post-1286" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Talents" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Talents" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good,</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-634 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-inspiration tag-photoshop">\r\n	<div id="post-634" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beyond Media Inc" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Beyond Media Inc" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">45 Excellent Single Letter Logo Designs for Inspiration</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1143 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop">\r\n	<div id="post-1143" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">50 Useful Photoshop Logo Design Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5 Comments</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn&rsquo;t end here. Most of the computer graphic design in photoshop today.</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1078 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\r\n	<div id="post-1078" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,&nbsp; Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1048 post type-post status-publish format-standard has-post-thumbnail hentry category-tutorials tag-adobe tag-css tag-development tag-html">\r\n	<div id="post-1048" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" >Tutorials</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website&rsquo;s web pages in Notepad, that</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n								<nav class="navigation paging-navigation" role="navigation">\r\n			<div class="pagination loop-pagination">\r\n				<span class=''page-numbers current''>1</span>\n<a class=''page-numbers'' href=''http://thedesignpixel.com''>2</a>\n<a class="next page-numbers" href="http://thedesignpixel.com">Next &rarr;</a>			</div><!-- .pagination -->\r\n		</nav><!-- .navigation -->\r\n						</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'adobe', '', 'publish', 'closed', 'closed', '', 'adobe', '', '', '2017-04-11 13:18:22', '2017-04-11 13:18:22', '', 0, 'http://thedesignpixel.com/adobe/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(178, 1, '2017-04-11 13:18:23', '2017-04-11 13:18:23', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/nzcdYzq1paSlMaM0LJA2n3W5YaOvrt==" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', 'artistic', '', 'publish', 'closed', 'closed', '', 'artistic', '', '', '2017-04-11 13:18:23', '2017-04-11 13:18:23', '', 0, 'http://thedesignpixel.com/artistic/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(179, 1, '2017-04-11 13:18:26', '2017-04-11 13:18:26', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Business</h1><div class="content content-archive "><article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress"><div id="post-4121" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Having a professional, responsive website for a business is essential. These Wordpress business themes will make your company stand out against competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes"><div id="post-3439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social</p><div class="read-more"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3328 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-3328" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-premium-business-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right</p><div class="read-more"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2801 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools"><div id="post-2801" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Logmein" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Logmein" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">8 Best Remote Desktop Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-remote-desktop-tools/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this</p><div class="read-more"> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2727 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools"><div id="post-2727" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="One Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">10 Best Dropbox Alternatives for Small Business Owners</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using</p><div class="read-more"> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2238 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-photoshop tag-templates"><div id="post-2238" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative Corporate Business Card 20" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-psd-business-card-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it</p><div class="read-more"> <a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">Read More</a></div></div></div></div></article></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'business', '', 'publish', 'closed', 'closed', '', 'business', '', '', '2017-04-11 13:18:26', '2017-04-11 13:18:26', '', 0, 'http://thedesignpixel.com/business/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(180, 1, '2017-04-11 13:18:27', '2017-04-11 13:18:27', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Chrome Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\r\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" class="bump-view" data-bump-view="tp">105+ Free Flat UI Kits To Enhance Your Web Designs</a></li>\n<li><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="bump-view" data-bump-view="tp">145+ Free Responsive HTML5 CSS3 Website Templates</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'chrome', '', 'publish', 'closed', 'closed', '', 'chrome', '', '', '2017-04-11 13:18:27', '2017-04-11 13:18:27', '', 0, 'http://thedesignpixel.com/chrome/', 0, 'page', '', 0),
(181, 1, '2017-04-11 13:18:27', '2017-04-11 13:18:27', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/nzcdYzq1paSlMaM0LJA2n3W5YaOvrt==" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', 'client relationship', '', 'publish', 'closed', 'closed', '', 'client-relationship', '', '', '2017-04-11 13:18:27', '2017-04-11 13:18:27', '', 0, 'http://thedesignpixel.com/client-relationship/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(182, 1, '2017-04-11 13:18:29', '2017-04-11 13:18:29', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: CSS</h1><div class="content content-archive "><article class="post-27 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-css tag-freebies tag-html tag-themes"><div id="post-27" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/wordpress/" title="View all posts in WordPress" >WordPress</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-99 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-css tag-freebies tag-html tag-templates"><div id="post-99" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="BisLite Html5 Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who</p><div class="read-more"> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/tag/css/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/css/''>1</a> <span class=''page-numbers current''>2</span></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-11', '', '', '2017-04-11 13:18:29', '2017-04-11 13:18:29', '', 0, 'http://thedesignpixel.com/2-11/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(183, 1, '2017-04-11 13:18:34', '2017-04-11 13:18:34', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: CSS</h1><div class="content content-archive "><article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes"><div id="post-3439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social</p><div class="read-more"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3328 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-3328" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-premium-business-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right</p><div class="read-more"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools"><div id="post-2672" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2458 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-2458" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4 Comments</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is the latest additional update to the most commonly used website development language, the HyperText Markup Language. HTML5 was launched in 2013, and its use became standard practice amongst web developers, because of the availability of so many flexible features,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1416 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development"><div id="post-1416" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1380 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins"><div id="post-1380" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1048 post type-post status-publish format-standard has-post-thumbnail hentry category-tutorials tag-adobe tag-css tag-development tag-html"><div id="post-1048" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" >Tutorials</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website&rsquo;s web pages in Notepad, that</p><div class="read-more"> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-770 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design category-tutorials tag-css tag-development tag-html tag-photoshop"><div id="post-770" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make</p><div class="read-more"> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-452 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design tag-css tag-freebies tag-html"><div id="post-452" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-73 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-css tag-jquery tag-plugins"><div id="post-73" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance</p><div class="read-more"> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/css/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/tag/css/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'css', '', 'publish', 'closed', 'closed', '', 'css', '', '', '2017-04-11 13:18:34', '2017-04-11 13:18:34', '', 0, 'http://thedesignpixel.com/css/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(184, 1, '2017-04-11 13:18:38', '2017-04-11 13:18:38', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Development</h1><div class="content content-archive "><article class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages"><div id="post-2606" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2041 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-development tag-freebies tag-tools"><div id="post-2041" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1971 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development"><div id="post-1971" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">65+ Useful Cheat Sheets for Designers and Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1810 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-tools tag-ui-design tag-ux-design"><div id="post-1810" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1465 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design"><div id="post-1465" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the</p><div class="read-more"> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1416 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development"><div id="post-1416" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>CSS, or the Cascading Style Sheet, is the most common style sheeting language, and is used by almost each and every web developer, and everywhere on the web. May it be cms themes, web pages or websites, CSS is being</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1380 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins"><div id="post-1380" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1264 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design"><div id="post-1264" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user</p><div class="read-more"> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1221 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies"><div id="post-1221" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">40 Free Drop Down List &#038; Combo Box Designs in PSD</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers</p><div class="read-more"> <a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1108 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-development tag-html"><div id="post-1108" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">30 Useful Tutorials for Developing HTML5 Web Browser Games</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/tag/development/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/development/''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>3</a> <a class="next page-numbers" href="http://thedesignpixel.com">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-12', '', '', '2017-04-11 13:18:38', '2017-04-11 13:18:38', '', 0, 'http://thedesignpixel.com/2-12/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(185, 1, '2017-04-11 13:18:41', '2017-04-11 13:18:41', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Development</h1><div class="content content-archive "><article class="post-3445 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-tools"><div id="post-3445" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">10+ Best Bug Tracking Tools For Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>As any web developer knows, proper coding is one of the fundamental aspects of creating a successful site. Code by quality programmers will not only exceed the customer&#8217;s expectations; it will also prevent and anticipate bugs that may impair the site&#8217;s</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their</p><div class="read-more"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online</p><div class="read-more"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3304 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-ruby-on-rails"><div id="post-3304" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs</p><div class="read-more"> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3245 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-php"><div id="post-3245" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php"><div id="post-3217" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website.</p><div class="read-more"> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2742 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-games tag-html"><div id="post-2742" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/games/" rel="tag">Games</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of</p><div class="read-more"> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools"><div id="post-2672" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery"><div id="post-2641" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a</p><div class="read-more"> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/development/page/2/''>2</a> <a class=''page-numbers'' href=''http://thedesignpixel.com''>3</a> <a class="next page-numbers" href="http://thedesignpixel.com/tag/development/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'development', '', 'publish', 'closed', 'closed', '', 'development', '', '', '2017-04-11 13:18:41', '2017-04-11 13:18:41', '', 0, 'http://thedesignpixel.com/development/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(186, 1, '2017-04-11 13:18:42', '2017-04-11 13:18:42', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Drupal Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n																				</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'drupal', '', 'publish', 'closed', 'closed', '', 'drupal', '', '', '2017-04-11 13:18:42', '2017-04-11 13:18:42', '', 0, 'http://thedesignpixel.com/drupal/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(187, 1, '2017-04-11 13:18:42', '2017-04-11 13:18:42', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Freebies Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa1-600x200.jpg" class="attachment-featured wp-post-image" alt="Lensa" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="bookmark">25 Best Free WordPress Photography Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Creating something extraordinary of an ordinary object, this is the main motive of photographers. The view from their eye, and lens, is way different from what we view, from what we perceive. A photographer is a great creative person, and needs his shots to be really extraordinary							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-600x200.jpg" class="attachment-featured wp-post-image" alt="City Break UI Kit" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the latest updations in the trend. And, if							<div class="more">\n							<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-600x200.jpg" class="attachment-featured wp-post-image" alt="Apple Devices Flat Icons PSD" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user friendly, eye- catching, and works on any							<div class="more">\n							<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" title="40 Free Drop Down List &#038; Combo Box Designs in PSD" rel="bookmark">40 Free Drop Down List &#038; Combo Box Designs in PSD</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Enhancing the User GUI and providing the content and information in the most compact form possible, is, what is the trend these days amongst the web developers and web designers. Various different techniques and styles are used by the developers to make the website more user interaction,							<div class="more">\n							<a href="http://thedesignpixel.com/free-drop-down-list-combo-box-designs-in-psd/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" class="attachment-featured wp-post-image" alt="Blue Coming Soon Page" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Owning a website is the need of the hour for any business, freelancing, or any organization. The things have become very much easier today, when we talk about getting a website with your name. You just need to spend a small amount of money on the domain							<div class="more">\n							<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-600x200.jpg" class="attachment-featured wp-post-image" alt="Icon Set For VideoGenie" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">20 Free Minimalistic Icon Sets for Web Designers</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into Smartphones. The same ideology is being followed							<div class="more">\n							<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/iCal-Icon-600x200.jpg" class="attachment-featured wp-post-image" alt="iCal Icon" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" title="45 Excellent Calender Icon Sets for Free Download" rel="bookmark">45 Excellent Calender Icon Sets for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Designing a website is a complex thing; it involves doing many small and large tasks.  One of these tasks involves adding icons to the design template. It might sound like a small thing, however, it makes a big impact on how the website looks and feels when							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-calender-icon-sets-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Revera-600x200.jpg" class="attachment-featured wp-post-image" alt="Revera" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" title="45 Fresh and Free WordPress Themes" rel="bookmark">45 Fresh and Free WordPress Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most widely used platforms to build Blogs, business as well as e-commerce websites these days. It’s the most versatile platform that gives developers the option to show their creativity and be user friendly as well. WordPress Websites are based on the easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-and-free-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-600x200.jpg" class="attachment-featured wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the Menu system is Logical, easy to use							<div class="more">\n							<a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web and a core technology of the Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/page/3/'' class=''inactive''>3</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-13', '', '', '2017-04-11 13:18:42', '2017-04-11 13:18:42', '', 0, 'http://thedesignpixel.com/2-13/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(188, 1, '2017-04-11 13:18:43', '2017-04-11 13:18:43', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Freebies Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" class="attachment-featured wp-post-image" alt="Great" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the most popular blogging system on the web							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/page/2/'' class=''inactive''>2</a></li><li class=''current''><span class=''currenttext''>3</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '3', '', 'publish', 'closed', 'closed', '', '3-7', '', '', '2017-04-11 13:18:43', '2017-04-11 13:18:43', '', 0, 'http://thedesignpixel.com/3-7/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2017-04-11 13:18:43', '2017-04-11 13:18:43', '<div class="main-container"><div id="page"><div class="content"> <article class="article"><div id="content_box"><h1 class="postsby"> <span>Freebies Archive</span></h1><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-180x180.jpg" class="attachment-featured wp-post-image" alt="Trendy Divaa" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other content management system. The primary reason for<div class="more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" class="attachment-featured wp-post-image" alt="Knowledge" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes, because we need to have some basic<div class="more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-180x180.jpg" class="attachment-featured wp-post-image" alt="Ceevee" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting a competitive price is not an easy<div class="more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Santa Girls in Christmas" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="bookmark">85+ Cool HD Christmas Wallpapers for Free Download</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Every year Christmas season comes with a lot of joy and happiness across the globe. This season is celebrated as a major festival season in almost all the countries, A lot of people exchange gifts as well as celebrate it in many more different ways. When everyone<div class="more"> <a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" class="attachment-featured wp-post-image" alt="MindUp" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right time to design, or get designed a<div class="more"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design<div class="more"> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" class="attachment-featured wp-post-image" alt="Css3ps" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now you just need to have a computer<div class="more"> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Responsive-Bootstrap-Template" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> HTML5 Is the latest additional update to the most commonly used website development languages, the Hypertext Mark Up language. HTML5 was launched in 2013, and its use became viral amongst the web developers, because of the availability of so many flexible features, compatibilities, and easier to understand<div class="more"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" class="attachment-featured wp-post-image" alt="Axure RP" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the further processes, and create a lot out<div class="more"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Munter Bootstrap Template" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">10 Best Free Bootstrap Themes</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work full time on designing websites, providing them<div class="more"> <a href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="nofollow">Read More</a></div></div></div><div class=''pagination''><ul><li class=''current''><span class=''currenttext''>1</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/freebies/page/3/'' class=''inactive''>3</a></li></ul></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'freebies', '', 'publish', 'closed', 'closed', '', 'freebies', '', '', '2017-04-11 13:18:43', '2017-04-11 13:18:43', '', 0, 'http://thedesignpixel.com/freebies/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(190, 1, '2017-04-11 13:18:45', '2017-04-11 13:18:45', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: Games                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-2742 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-games tag-html">\r\n	<div id="post-2742" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/games/" rel="tag">Games</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'games', '', 'publish', 'closed', 'closed', '', 'games', '', '', '2017-04-11 13:18:45', '2017-04-11 13:18:45', '', 0, 'http://thedesignpixel.com/games/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(191, 1, '2017-04-11 13:18:45', '2017-04-11 13:18:45', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Google Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/google-chrome-extensions-600x200.jpg" class="attachment-featured wp-post-image" alt="google-chrome-extensions" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" title="45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers" rel="bookmark">45+ Must Have Google Chrome Extensions For Web Designers &#038; Developers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Many people use the Internet for running their business online by using their websites, but the success of these websites directly influences their online business. To get out of this serious problem of building a successful website they directly hire the designers or developers for their website.							<div class="more">\r\n							<a href="http://thedesignpixel.com/must-have-google-chrome-extensions-for-web-designers-developers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" class="bump-view" data-bump-view="tp">105+ Free Flat UI Kits To Enhance Your Web Designs</a></li>\n<li><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="bump-view" data-bump-view="tp">145+ Free Responsive HTML5 CSS3 Website Templates</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'google', '', 'publish', 'closed', 'closed', '', 'google', '', '', '2017-04-11 13:18:45', '2017-04-11 13:18:45', '', 0, 'http://thedesignpixel.com/google/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(192, 1, '2017-04-11 13:18:47', '2017-04-11 13:18:47', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: HTML</h1><div class="content content-archive "><article class="post-770 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design category-tutorials tag-css tag-development tag-html tag-photoshop"><div id="post-770" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Designing a Highly Professional Website, From the Sketch to the Code" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Designing-a-Highly-Professional-Website-From-the-Sketch-to-the-Code-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">10 Excellent Easy to Follow PSD to HTML CSS Tutorials</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Have you ever made a design in Photoshop that worked as a possible layout for a future website that the customer plans to develop? I know you are nodding the head in agreement. Photoshop is an amazing tool to make</p><div class="read-more"> <a href="http://thedesignpixel.com/easy-to-follow-psd-to-html-css-tutorials/" title="10 Excellent Easy to Follow PSD to HTML CSS Tutorials" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-452 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design tag-css tag-freebies tag-html"><div id="post-452" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creating a cool CSS3 Dropdown Menu" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" title="35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-336 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates"><div id="post-336" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Free Responsive One Page Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web&nbsp;and a core technology of the&nbsp;Internet. Websites made with the HTML5 language are responsive to the new</p><div class="read-more"> <a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-27 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress tag-css tag-freebies tag-html tag-themes"><div id="post-27" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/wordpress/" title="View all posts in WordPress" >WordPress</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">20 Best Free WordPress Magazine Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the most popular CMS (Content Management System) software which is based on PHP and Mysql. WordPress is open source and free to use blogging platform which is used by millions of users worldwide. Currently, WordPress is considered the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-99 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-css tag-freebies tag-html tag-templates"><div id="post-99" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="BisLite Html5 Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/BisLite-Html5-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who</p><div class="read-more"> <a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/tag/html/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/html/''>1</a> <span class=''page-numbers current''>2</span></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-14', '', '', '2017-04-11 13:18:47', '2017-04-11 13:18:47', '', 0, 'http://thedesignpixel.com/2-14/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(193, 1, '2017-04-11 13:18:51', '2017-04-11 13:18:51', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: HTML</h1><div class="content content-archive "><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes"><div id="post-3439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social</p><div class="read-more"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online</p><div class="read-more"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3328 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-3328" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-premium-business-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right</p><div class="read-more"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2742 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-games tag-html"><div id="post-2742" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Luxahoy" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Luxahoy-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">35+ Best Most Addictive HTML5 Games</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/games/" rel="tag">Games</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We have a heck of a life. Busy all day. Work, family, wife, kids, friends, and we are unable to actually find time for ourselves, to relax for ourselves. No, I am not talking about getting a few shots of</p><div class="read-more"> <a href="http://thedesignpixel.com/best-most-addictive-html5-games/" title="35+ Best Most Addictive HTML5 Games" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2458 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-2458" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4 Comments</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is the latest additional update to the most commonly used website development language, the HyperText Markup Language. HTML5 was launched in 2013, and its use became standard practice amongst web developers, because of the availability of so many flexible features,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1108 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-development tag-html"><div id="post-1108" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Build a Racing Game" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">30 Useful Tutorials for Developing HTML5 Web Browser Games</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/" title="30 Useful Tutorials for Developing HTML5 Web Browser Games" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1048 post type-post status-publish format-standard has-post-thumbnail hentry category-tutorials tag-adobe tag-css tag-development tag-html"><div id="post-1048" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" >Tutorials</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Guide to New Dreamweaver CS6 Features" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Guide-to-New-Dreamweaver-CS6-Features-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Website development requires a lot of concentration and quickness. And, achieving both of them together is not as easy as it sounds. It is not so easy to keep on coding and developing your website&rsquo;s web pages in Notepad, that</p><div class="read-more"> <a href="http://thedesignpixel.com/best-adobe-dreamweaver-cs6-tutorials-for-web-designers/" title="25 Best Adobe Dreamweaver CS6 Tutorials for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-798 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-798" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3 Comments</a></span></div></div></header><div class="post-content entry-content"><p>Owning a website is the need of the hour for any business, freelance worker, or any organization. Things have become much easier today, when it comes to getting a website with your name. You just need to spend a small amount</p><div class="read-more"> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/html/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/tag/html/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'html', '', 'publish', 'closed', 'closed', '', 'html', '', '', '2017-04-11 13:18:51', '2017-04-11 13:18:51', '', 0, 'http://thedesignpixel.com/html/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(194, 1, '2017-04-11 13:18:51', '2017-04-11 13:18:51', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Icons Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Icon-Set-For-VideoGenie-600x200.jpg" class="attachment-featured wp-post-image" alt="Icon Set For VideoGenie" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" title="20 Free Minimalistic Icon Sets for Web Designers" rel="bookmark">20 Free Minimalistic Icon Sets for Web Designers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The time is gone when everyone was interested in over hyped stuff, like the hip hop music, big boots, bigger stuff. Everyone wants the things to be compact and simple. The huge desktop computers turned into tablets, and finally into Smartphones. The same ideology is being followed							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-minimalistic-icon-sets/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" class="bump-view" data-bump-view="tp">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" class="bump-view" data-bump-view="tp">65+ Useful Cheat Sheets for Designers and Developers</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'icons', '', 'publish', 'closed', 'closed', '', 'icons', '', '', '2017-04-11 13:18:51', '2017-04-11 13:18:51', '', 0, 'http://thedesignpixel.com/icons/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(195, 1, '2017-04-11 13:18:53', '2017-04-11 13:18:53', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: Illustrator                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\r\n	<div id="post-3964" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Export from Photoshop to SVG" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2131 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-illustrator tag-inspiration">\r\n	<div id="post-2131" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Vector Portrait Illustrations26" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Vector Portrait Illustrations26" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">25+ Creative Examples of Vector Portrait Illustrations</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Portrait photography is one of the common platforms, most of the imaging people work on. Portraits can contain anything. A scenery, an object, a person, anything. Portraits are so wide and extensive. Today, when our eyes and brain demand something</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1286 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-illustrator tag-inspiration tag-photoshop">\r\n	<div id="post-1286" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Talents" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Talents" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good,</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1078 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\r\n	<div id="post-1078" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Monochromatic Logo Animation" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Monochromatic-Logo-Animation-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">25+ Easy-to-Follow Motion Graphics Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The use of motion graphics became viral in the Mid 2012 with them being used almost everywhere you can imagine. YouTube video intros, advertising,&nbsp; Movie trailers, Video game promos, Video games itself, they were being used like everywhere for anything</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/easy-to-follow-motion-graphics-tutorials/" title="25+ Easy-to-Follow Motion Graphics Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-illustrator tag-photoshop tag-textures">\r\n	<div id="post-915" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Digital Art Texture 59 by Mercurycode" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode.jpg 600w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Digital Art Texture 59 by Mercurycode" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode.jpg 600w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">20 High Resolution Abstract Textures</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/textures/" rel="tag">Textures</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/high-resolution-abstract-textures/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Texture art came into use in the mid 2000&rsquo;s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-215 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator">\r\n	<div id="post-215" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Design an isometric infographic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Design an isometric infographic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Adobe Illustrator is one of the most popular software applications in the design industry. As a counterpart to Adobe Photoshop, which specializes in raster graphics, Illustrator is considered one of the best vector graphics editors currently available in the market.</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/" title="105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'illustrator', '', 'publish', 'closed', 'closed', '', 'illustrator', '', '', '2017-04-11 13:18:53', '2017-04-11 13:18:53', '', 0, 'http://thedesignpixel.com/illustrator/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(196, 1, '2017-04-11 13:18:54', '2017-04-11 13:18:54', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Inspiration Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Barrel-Recap-2013-by-Barrel-600x200.jpg" class="attachment-featured wp-post-image" alt="Barrel Recap 2013 by Barrel" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" title="25+ Creative Examples of Animated Web Designs for Inspiration" rel="bookmark">25+ Creative Examples of Animated Web Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time, when everything used to be static, and the user had to read each and everything to understand the content, or any concept. Today, we have the amazing technology of animations, with the help of which, everything can be demonstrated in the best possible							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-animated-web-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/A-Mexican-600x200.jpg" class="attachment-featured wp-post-image" alt="A Mexican" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" title="25 Excellent Award Winning Food Art Examples" rel="bookmark">25 Excellent Award Winning Food Art Examples</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The way to a man’s heart is through his mouth. Rightly said. Food is something, we all crave for, we all live in, and we all cannot deny for. We all love to eat, and when the dish is presented in an honorable and decent manner, the							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-award-winning-food-art-examples/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-600x200.jpg" class="attachment-featured wp-post-image" alt="Lorenzo Verzini" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI designs contain no heavy 3D textures, gradients,							<div class="more">\n							<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Living-Things-600x200.jpg" class="attachment-featured wp-post-image" alt="Living Things!" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="bookmark">15 Creative Art &#038; Design Short Videos for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Time is money, and today, no one has excess time. Everyone wants to gather the most knowledge and information in the most least time possible, and when talking about marketing, or other videos over the web, no one prefers watching long videos, until and unless, he is							<div class="more">\n							<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-600x200.jpg" class="attachment-featured wp-post-image" alt="Talents" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good, effective, and beautiful Art Work. Sketching is							<div class="more">\n							<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc-600x200.jpg" class="attachment-featured wp-post-image" alt="Beyond Media Inc" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">45 Excellent Single Letter Logo Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the industrial standards, and is suitable according to							<div class="more">\n							<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Blues-Spirit-And-Soul-Flyer-Template-by-NoryAch-600x200.jpg" class="attachment-featured wp-post-image" alt="Blues Spirit And Soul Flyer Template by NoryAch" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" title="20 Creatively Designed Retro Art Poster Designs" rel="bookmark">20 Creatively Designed Retro Art Poster Designs</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Retro is a Latin word, defining “Backwards” or “from the past”. The 1980’s and the 1990’s had a different class in them. Ranging from the music from that time, to the actors produced during that time. Graffiti styles, videos, everything about that time was impressive. While some							<div class="more">\n							<a href="http://thedesignpixel.com/creatively-designed-retro-art-poster-designs/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" class="attachment-featured wp-post-image" alt="The Weathertron" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="bookmark">25+ Responsive Mobile App Landing Pages for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The Smartphones came into the trend suddenly, and today everyone owns one, or is planning to get a new one. From Gaming to Browsing the net, and even processing heavy business transactions, a Smartphone is a totally safe and trustworthy device to rely on. With this trend,							<div class="more">\n							<a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design-600x200.jpg" class="attachment-featured wp-post-image" alt="Creative Card Design" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="bookmark">40+ Clean and White Business Card Designs for Your Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Business cards are not just a medium of exchange of information, it’s a style statement. Business cards are shared during formal introductions hence it’s like the 1st Impression of you as well as your business. Business cards can make or break your business, I mean, who wants							<div class="more">\n							<a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project-600x200.jpg" class="attachment-featured wp-post-image" alt="The White House Project" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="bookmark">20 Beautiful Examples of Brochure Designs for Inspiration</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Every business owner knows the importance of advertisement. It can be done to introduce a company or while launching a new product in the market. There are many mediums of advertising these days, however my favorite would be making Brochure and distributing it physically or digitally via							<div class="more">\n							<a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/inspiration/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-15', '', '', '2017-04-11 13:18:54', '2017-04-11 13:18:54', '', 0, 'http://thedesignpixel.com/2-15/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(197, 1, '2017-04-11 13:18:57', '2017-04-11 13:18:57', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content trlayout">\n<div class="archive-page">\n<div id="content" class="content-area archive-content-area">\n<h1 class="archive-title uppercase">\nTag Archives: Inspiration </h1>\n<div class="content content-archive ">\n<article class="post-3775 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration">\n<div id="post-3775" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Audiko-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Audiko"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">45+ Fresh and Creative Error 404 Pages</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>When we are designing our website, then the first challenge is to make a proper layout or structure of the website. With the help of which we can interlink each and every sub page or parts of the website in</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/fresh-and-creative-error-404-pages/" title="45+ Fresh and Creative Error 404 Pages" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-3574 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-freebies tag-inspiration tag-wallpapers">\n<div id="post-3574" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources">Resources</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Beautiful Santa Girls in Christmas"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="bookmark">85+ Cool HD Christmas Wallpapers for Free Download</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Every year Christmas season comes with a lot of joy and happiness across the globe. This season is celebrated as a major festival season in almost all the countries, A lot of people exchange gifts as well as celebrate it</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-3463 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-wallpapers">\n<div id="post-3463" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/christmas_world-200x200.jpg" class="attachment-200x200 wp-post-image" alt="christmas_world"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="bookmark">75 Best HD Christmas Wallpapers for Desktop Background</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Christmas is a widely observed cultured holiday, which is celebrated on 25th December by billion of people around the world. Christmas is an annual commemoration of the birth of Jesus Christ. The day is celebrated as general holiday with joy</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2317 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration">\n<div id="post-2317" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dribble-200x200.png" class="attachment-200x200 wp-post-image" alt="Dribble"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">50+ Creative 404 Error Page Designs for Inspiration</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>What feels good to be accessed any website is not just the information it contains, but the design, the level of elegance and excellence in the website design, and compatibility of it with other systems, etc., is all what matters</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/" title="50+ Creative 404 Error Page Designs for Inspiration" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2131 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-illustrator tag-inspiration">\n<div id="post-2131" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Vector Portrait Illustrations26"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Vector-Portrait-Illustrations26-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Vector Portrait Illustrations26"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">25+ Creative Examples of Vector Portrait Illustrations</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Portrait photography is one of the common platforms, most of the imaging people work on. Portraits can contain anything. A scenery, an object, a person, anything. Portraits are so wide and extensive. Today, when our eyes and brain demand something</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-vector-portrait-illustrations/" title="25+ Creative Examples of Vector Portrait Illustrations" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1898 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-mobile">\n<div id="post-1898" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg" class="attachment-200x200 wp-post-image" alt="The Great Calorie Drive"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">65 Creative Examples of Mobile Web Designs for Inspiration</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1764 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration">\n<div id="post-1764" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Sensi-Soft-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Sensi Soft"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">40+ Creative Examples of Retro Style Web Designs</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Owning a website is a vital part of your brand name to survive in this competitive time of 2014. A website not only provides convenience to your customers, but also provides a lot of support to you too. You can</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-retro-style-web-designs/" title="40+ Creative Examples of Retro Style Web Designs" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1840 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration">\n<div id="post-1840" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg" class="attachment-200x200 wp-post-image" alt="The ONE"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">55+ Creative Examples of Parallax Scrolling Web Designs</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>New innovations and creativity are on the hype, with the amazing use of computer graphics, and other rendering technologies, providing wonderful end results to the clients and the web developers getting more and more options to be designing new stuff.</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1725 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration tag-ui-design tag-ux-design">\n<div id="post-1725" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg" class="attachment-200x200 wp-post-image" alt="WhereTO App by Regy Perlera"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg" class="attachment-200x200 wp-post-image" alt="WhereTO App by Regy Perlera"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1659 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration">\n<div id="post-1659" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Jim-Carrey-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Jim Carrey"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="bookmark">30 Creative Examples of Beautiful Celebrity Web Designs</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Courage, struggle, smartness, beauty, that is what the people see in celebrities, and it takes a life of hard work to be able to become popular with the general public, and to be called as a celebrity. As a web</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-beautiful-celebrity-web-designs/" title="30 Creative Examples of Beautiful Celebrity Web Designs" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article>  </div> \n<nav class="navigation paging-navigation" role="navigation">\n<div class="pagination loop-pagination">\n<span class=''page-numbers current''>1</span>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/tag/inspiration/page/2/''>2</a>\n<a class="next page-numbers" href="http://thedesignpixel.com/tag/inspiration/page/2/">Next &rarr;</a> </div> \n</nav> \n</div> \n<aside class="sidebar">\n<div id="sidebar">\n \n<div id="tabs-widget">\n<ul id="tabs">\n<li class="active"><a href="#tab1"><span>Popular</span></a></li>\n<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\n</ul>\n<div id="tabs-content">\n<div id="tab1" class="popular-posts tab-content" style="display: block;">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\n<span class="meta">\n<time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link">5</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Planzone"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\n<span class="meta">\n<time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link">4</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="alyssa"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\n<span class="meta">\n<time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Nvaccess"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\n<span class="meta">\n<time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link">3</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\n<span class="meta">\n<time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Knowledge"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates">15+ Free Responsive Education HTML Web Templates</a></span>\n<span class="meta">\n<time datetime="2014-12-29T05:54:30+00:00"><i class="fa fa-clock-o"></i> December 29, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Great Calorie Drive"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration">65 Creative Examples of Mobile Web Designs for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-06-11T03:54:59+00:00"><i class="fa fa-clock-o"></i> June 11, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Axure RP"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\n<span class="meta">\n<time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The ONE"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\n<span class="meta">\n<time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png" class="attachment-widgetthumb wp-post-image" alt="Webiva"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)">13 Best Ruby On Rails CMS (Content Management Systems)</a></span>\n<span class="meta">\n<time datetime="2014-09-23T05:40:24+00:00"><i class="fa fa-clock-o"></i> September 23, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="The Weathertron"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration">25+ Responsive Mobile App Landing Pages for Inspiration</a></span>\n<span class="meta">\n<time datetime="2014-04-01T05:47:13+00:00"><i class="fa fa-clock-o"></i> April 1, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\n<span class="meta">\n<time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/CSS3-Filters-Altering-HTML-and-Images-with-just-CSS-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="CSS3 Filters Altering HTML and Images with just CSS"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/" title="45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques">45+ Fresh &#038; Useful CSS3 Tutorials &#038; Techniques</a></span>\n<span class="meta">\n<time datetime="2014-05-07T05:34:32+00:00"><i class="fa fa-clock-o"></i> May 7, 2014</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/fresh-useful-css3-tutorials-techniques/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n<div id="tab2" class="recent-posts tab-content">\n<ul>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\n<span class="meta">\n<time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\n<span class="meta">\n<time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\n<span class="meta">\n<time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="54552-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\n<span class="meta">\n<time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\n<span class="meta">\n<time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="53676-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\n<span class="meta">\n<time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="46880-facebook-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\n<span class="meta">\n<time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52715-b-responsive"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="45560-joom-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\n<span class="meta">\n<time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="52086-wp-b"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\n<span class="meta">\n<time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="EllaTheme"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\n<span class="meta">\n<time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link">2</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/rockittheme-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="rockittheme"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/" title="20 WordPress Themes for Entertainment Websites">20 WordPress Themes for Entertainment Websites</a></span>\n<span class="meta">\n<time datetime="2015-01-26T20:37:30+00:00"><i class="fa fa-clock-o"></i> January 26, 2015</time>\n<span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n \n</div>\n</aside> </div> \n</div> \n</div> \n</div> \n', 'inspiration', '', 'publish', 'closed', 'closed', '', 'inspiration', '', '', '2017-04-11 13:18:57', '2017-04-11 13:18:57', '', 0, 'http://thedesignpixel.com/inspiration/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(198, 1, '2017-04-11 13:18:59', '2017-04-11 13:18:59', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: JavaScript                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery">\r\n	<div id="post-2641" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'javascript', '', 'publish', 'closed', 'closed', '', 'javascript', '', '', '2017-04-11 13:18:59', '2017-04-11 13:18:59', '', 0, 'http://thedesignpixel.com/javascript/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(199, 1, '2017-04-11 13:18:59', '2017-04-11 13:18:59', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/nzcdYzq1paSlMaM0LJA2n3W5YaOvrt==" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', 'joomla', '', 'publish', 'closed', 'closed', '', 'joomla', '', '', '2017-04-11 13:18:59', '2017-04-11 13:18:59', '', 0, 'http://thedesignpixel.com/joomla/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(200, 1, '2017-04-11 13:19:01', '2017-04-11 13:19:01', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: jQuery                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-2641 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-javascript tag-jquery">\r\n	<div id="post-2641" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extjs-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="extjs" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extjs-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">20 Best JavaScript Frameworks For Web Developers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The complexity of web application has been growing rapidly with the growth of the number of applications used in this modern age. It obviously becomes very time consuming to create these type of web application by the use of a</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-javascript-frameworks-web-developers/" title="20 Best JavaScript Frameworks For Web Developers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1380 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-css tag-development tag-jquery tag-plugins">\r\n	<div id="post-1380" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Smooth Div Scroll" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/Smooth-Div-Scroll-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1014 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-jquery tag-plugins">\r\n	<div id="post-1014" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Sideways" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Sideways" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sideways-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="bookmark">30 Best jQuery Image Gallery Plugins</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Gone is the time, when the websites used to be just static, with a bunch of information, and no really creative concepts and aspects! Today, we need a lot of stuff on our website integrated, to make it attractive to</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-73 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-css tag-jquery tag-plugins">\r\n	<div id="post-73" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://thedesignpixel.com/tag/plugins/" rel="tag">Plugins</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1 Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-50 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-tutorials tag-jquery">\r\n	<div id="post-50" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Parallax Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Parallax Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Parallax-Effect-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">20 Best jQuery Parallax Scrolling Tutorials</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/jquery/" rel="tag">jQuery</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Web designing is the most interesting field of the present time, where more and more people started their career to be a successful web designer. Not only the people want to be a part of this community, but it always</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" title="20 Best jQuery Parallax Scrolling Tutorials" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'jquery', '', 'publish', 'closed', 'closed', '', 'jquery', '', '', '2017-04-11 13:19:01', '2017-04-11 13:19:01', '', 0, 'http://thedesignpixel.com/jquery/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(201, 1, '2017-04-11 13:19:03', '2017-04-11 13:19:03', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: Languages                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php">\r\n	<div id="post-3217" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website.</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools">\r\n	<div id="post-2672" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages">\r\n	<div id="post-2606" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Whys-Poignant-Guide-to-Ruby" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Whys-Poignant-Guide-to-Ruby1-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">15+ Useful Resources for Learning Web Design &#038; Development</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/" title="15+ Useful Resources for Learning Web Design &#038; Development" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'languages', '', 'publish', 'closed', 'closed', '', 'languages', '', '', '2017-04-11 13:19:03', '2017-04-11 13:19:03', '', 0, 'http://thedesignpixel.com/languages/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(202, 1, '2017-04-11 13:19:05', '2017-04-11 13:19:05', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Mobile</h1><div class="content content-archive "><article class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-mobile tag-templates"><div id="post-3915" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Instagram in Material Design" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Instagram-in-Material-Design-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">20 Fresh &#038; Free Mobile App PSD Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1898 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics tag-inspiration tag-mobile"><div id="post-1898" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="The Great Calorie Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Great-Calorie-Drive-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">65 Creative Examples of Mobile Web Designs for Inspiration</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>From those large super computers, that were more than the size of a dining hall, the technology got advanced, and the size of the devices decreased. The devices are more powerful, and much more compact today. We got introduced to</p><div class="read-more"> <a href="http://thedesignpixel.com/creative-examples-of-mobile-web-designs-for-inspiration/" title="65 Creative Examples of Mobile Web Designs for Inspiration" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-874 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-inspiration tag-mobile"><div id="post-874" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="The Weathertron" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-Weathertron-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="bookmark">25+ Responsive Mobile App Landing Pages for Inspiration</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/mobile/" rel="tag">Mobile</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>The Smartphones came into the trend suddenly, and today everyone owns one, or is planning to get a new one. From Gaming to Browsing the net, and even processing heavy business transactions, a Smartphone is a totally safe and trustworthy</p><div class="read-more"> <a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" title="25+ Responsive Mobile App Landing Pages for Inspiration" rel="bookmark">Read More</a></div></div></div></div></article></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'mobile', '', 'publish', 'closed', 'closed', '', 'mobile', '', '', '2017-04-11 13:19:05', '2017-04-11 13:19:05', '', 0, 'http://thedesignpixel.com/mobile/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(203, 1, '2017-04-11 13:19:05', '2017-04-11 13:19:05', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/nzcdYzq1paSlMaM0LJA2n3W5YaOvrt==" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', 'photography', '', 'publish', 'closed', 'closed', '', 'photography', '', '', '2017-04-11 13:19:05', '2017-04-11 13:19:05', '', 0, 'http://thedesignpixel.com/photography/', 0, 'page', '', 0),
(204, 1, '2017-04-11 13:19:06', '2017-04-11 13:19:06', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Photoshop Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1-600x200.jpg" class="attachment-featured wp-post-image" alt="Guide Guide" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="bookmark">20 Adobe Photoshop Plugins To Help You Make Better Designer</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out. The fact is that							<div class="more">\r\n							<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-600x200.jpg" class="attachment-featured wp-post-image" alt="How to Create Colorful Wooden 3D Text" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Have you ever designed a Logo and thought how amazingly beautiful it would have looked in 3D? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort. You may Like: 20 Most Useful 3D							<div class="more">\r\n							<a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" class="attachment-featured wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" title="View all posts in Tutorials" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and							<div class="more">\r\n							<a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/photoshop/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li></ul></div>							</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BEGIN TECHNORATI MEDIA TAG --><br />\n<script type="text/javascript">\ndocument.write(''<scri'' + ''pt type="text/javascript" src="''\n+ (document.location.protocol == ''https:'' ? ''https://uat-secure'' : ''http://ad-cdn'')\n+ ''.technoratimedia.com/00/41/71/uat_7141.js?ad_size=300x250"></scri'' + ''pt>'');\n</script><br />\n<!-- END TECHNORATI MEDIA TAG --></p>\n</div>\n		</li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" class="bump-view" data-bump-view="tp">25+ Responsive Mobile App Landing Pages for Inspiration</a></li>\n<li><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" class="bump-view" data-bump-view="tp">55+ Creative Examples of Parallax Scrolling Web Designs</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', '2', '', 'publish', 'closed', 'closed', '', '2-16', '', '', '2017-04-11 13:19:06', '2017-04-11 13:19:06', '', 0, 'http://thedesignpixel.com/2-16/', 0, 'page', '', 0),
(205, 1, '2017-04-11 13:19:06', '2017-04-11 13:19:06', '  \n<div class="main-wrapper">\n<div id="page">\n<div class="main-content trlayout">\n<div class="archive-page">\n<div id="content" class="content-area archive-content-area">\n<h1 class="archive-title uppercase">\nTag Archives: Photoshop </h1>\n<div class="content content-archive ">\n<article class="post-4370 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-tutorials tag-photoshop">\n<div id="post-4370" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Plump Text Effect"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">20 Fresh Photoshop Text Effects for Web Designers</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>This collection of Adobe Photoshop text effects will give you inspiration to create your own stunning designs and impress your audience.</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-3964 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator tag-photoshop">\n<div id="post-3964" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Export from Photoshop to SVG"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Export from Photoshop to SVG"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">10 Creative SVG Animation Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-3864 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-tutorials tag-adobe tag-photoshop">\n<div id="post-3864" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/design/" title="View all posts in Design">Design</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Create-a-vibrant-colorful-alcohol-product-Ad-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Create a vibrant colorful alcohol product Ad"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">35+ Best Photoshop Print Design Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>If you are into web design business or your job is to make designs in the computer industry, then you must know about the best product from Adobe and that is Adobe Photoshop. Mastering the art of Adobe Photoshop is</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-photoshop-print-design-tutorials/" title="35+ Best Photoshop Print Design Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2199 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-apple tag-photoshop">\n<div id="post-2199" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" class="attachment-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Cool-Lighting-Effect-In-Photoshop-200x200.jpg" class="attachment-200x200 wp-post-image" alt="A Cool Lighting Effect In Photoshop"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">35+ Apple Inspired Photoshop Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">Apple</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Apple corporation has left a great impact in the electronic industry, since its launch of the first product, and today, it is the leading best selling manufacturer of smartphones, tablet devices, laptop devices and notebooks, etc. The only reason lying</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/apple-inspired-photoshop-tutorials/" title="35+ Apple Inspired Photoshop Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2781 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-adobe tag-freebies tag-photoshop">\n<div id="post-2781" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Css3ps-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Css3ps"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Css3ps"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">15 Free &#038; Useful Photoshop Plugins</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-useful-photoshop-plugins/#comments" class="comments-link">1 Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Adobe Photoshop is the paid software from Adobe corporation, and is the most popular software used for editing the photographs. There was a time when we used to rely on pen, paper and pencils for photo finishing, editing, but now</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/free-useful-photoshop-plugins/" title="15 Free &#038; Useful Photoshop Plugins" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2238 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-photoshop tag-templates">\n<div id="post-2238" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Creative Corporate Business Card 20"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-psd-business-card-templates/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-2056 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop tag-wallpapers">\n<div id="post-2056" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Beautiful Rainbow Island Wallpaper"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a>, <a href="http://thedesignpixel.com/tag/wallpapers/" rel="tag">Wallpapers</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1308 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-inspiration tag-photoshop">\n<div id="post-1308" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Living-Things-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Living Things!"/><noscript></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="bookmark">15 Creative Art &#038; Design Short Videos for Inspiration</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Time is money, and today, no one has excess time. Everyone wants to gather the most knowledge and information in the most least time possible, and when talking about marketing, or other videos over the web, no one prefers watching</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-art-design-short-videos-for-inspiration/" title="15 Creative Art &#038; Design Short Videos for Inspiration" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-1286 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-illustrator tag-inspiration tag-photoshop">\n<div id="post-1286" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Talents"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Talents-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Talents"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">20 Creative Examples of Icon Sketches for Inspiration</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Photography, graphic designing, illustrations, and visual effects, are in the new trend these days, and have a lot of professionals working under the industry of these, and minting lot of money, and providing, us, the end users with extremely good,</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/creative-examples-of-icon-sketches-for-inspiration/" title="20 Creative Examples of Icon Sketches for Inspiration" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article> <article class="post-634 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics tag-adobe tag-inspiration tag-photoshop">\n<div id="post-634" class="post-box">\n<div class="post-meta-top"> <div class="post-cats uppercase">\n<span>\n<a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics">Graphics</a> </span>\n</div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span> </div> <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" class="featured-thumbnail featured-thumbnail-big">\n<img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Beyond Media Inc"/><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Beyond-Media-Inc-200x200.jpg" class="attachment-200x200 wp-post-image" alt="Beyond Media Inc"/></noscript> <div class="fhover"></div>\n</a>\n<div class="post-inner">\n<header>\n<h2 class="title entry-title">\n<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">45 Excellent Single Letter Logo Designs for Inspiration</a>\n</h2>\n<div class="post-meta-left">\n<div class="post-meta">\n<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/#respond" class="comments-link">Leave a Comment</a></span>\n</div> </div> </header>  <div class="post-content entry-content">\n<p>Whenever you start a new business, organization, or anything, that involves the attention of the masses, it is very important to be able to choose a good and wise name for your organization, which is decent enough to satisfy the</p>\n<div class="read-more">\n<a href="http://thedesignpixel.com/excellent-single-letter-logo-designs-for-inspiration/" title="45 Excellent Single Letter Logo Designs for Inspiration" rel="bookmark">Read More</a>\n</div> </div> \n</div> \n</div> \n</article>  </div> \n<nav class="navigation paging-navigation" role="navigation">\n<div class="pagination loop-pagination">\n<span class=''page-numbers current''>1</span>\n<a class=''page-numbers'' href=''http://thedesignpixel.com/tag/photoshop/page/2/''>2</a>\n<a class="next page-numbers" href="http://thedesignpixel.com/tag/photoshop/page/2/">Next &rarr;</a> </div> \n</nav> \n</div> \n<aside class="sidebar">\n<div id="sidebar">\n<div class="widget sidebar-widget widget_bpxl_category_widget"><h3 class="widget-title uppercase"><span><i class="fa fa-clock-o"></i>Recent Posts</span></h3>  \n<div class="category-posts-widget category_posts">\n<ul class="category-posts">\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="About"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Plump Text Effect"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Arcade Basic"/></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link">1</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-svg-animation-tutorials/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Export-from-Photoshop-to-SVG-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Export from Photoshop to SVG"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/creative-svg-animation-tutorials/" title="10 Creative SVG Animation Tutorials">10 Creative SVG Animation Tutorials</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-svg-animation-tutorials/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n<li>\n<div class="thumbnail">\n<a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/''>\n<img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg" class="attachment-widgetthumb wp-post-image" alt="Minimalist Interior Design WordPress Themes"/><noscript></noscript> <div class="fhover"></div>\n</a>\n</div>\n<div class="info">\n<span class="widgettitle"><a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></span>\n<span class="meta">\n<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link">0</a></span>\n</span>\n</div>\n</li>\n</ul>\n</div>\n \n</div> </div>\n</aside> </div> \n</div> \n</div> \n</div> \n', 'photoshop', '', 'publish', 'closed', 'closed', '', 'photoshop', '', '', '2017-04-11 13:19:06', '2017-04-11 13:19:06', '', 0, 'http://thedesignpixel.com/photoshop/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(206, 1, '2017-04-11 13:19:07', '2017-04-11 13:19:07', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: PHP                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-3245 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-php">\r\n	<div id="post-3245" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Phalcon" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Phalcon-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">20 Best PHP Frameworks for Web Developers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>If you are serious about making a strong online presence or want to run a successful online business, then you have to be more focus on most important factors of online marketing. Like, you have to make a successful website</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" title="20 Best PHP Frameworks for Web Developers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-3217 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-languages tag-php">\r\n	<div id="post-3217" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-200x200.jpeg" class="attachment-200x200 size-200x200 wp-post-image" alt="Requests" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-150x150.jpeg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-200x200.jpeg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Requests-65x65.jpeg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">25 Best PHP Libraries for Web Developers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/php/" rel="tag">PHP</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-php-libraries-web-developers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>In the recent times, every business owner wants to have a successful website, there may be a different reasons for different business purposes, but the truth is that you can&#8217;t settle your online business until you have a great website.</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-php-libraries-web-developers/" title="25 Best PHP Libraries for Web Developers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'php', '', 'publish', 'closed', 'closed', '', 'php', '', '', '2017-04-11 13:19:07', '2017-04-11 13:19:07', '', 0, 'http://thedesignpixel.com/php/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(207, 1, '2017-04-11 13:19:08', '2017-04-11 13:19:08', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Plugins Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Smooth-Div-Scroll-600x200.jpg" class="attachment-featured wp-post-image" alt="Smooth Div Scroll" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" title="35 Fresh &#038; Useful jQuery and CSS Menus" rel="bookmark">35 Fresh &#038; Useful jQuery and CSS Menus</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Today, we have more web pages on the web, than the number of people on the earth! There is a website and hundreds of articles on every single topic, on the Internet, resulting in the tremendous rise in the number of web pages on the Internet. It							<div class="more">\n							<a href="http://thedesignpixel.com/fresh-useful-jquery-and-css-menus/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sideways-600x200.jpg" class="attachment-featured wp-post-image" alt="Sideways" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" title="30 Best jQuery Image Gallery Plugins" rel="bookmark">30 Best jQuery Image Gallery Plugins</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time, when the websites used to be just static, with a bunch of information, and no really creative concepts and aspects! Today, we need a lot of stuff on our website integrated, to make it attractive to the visitors, and make them stick to							<div class="more">\n							<a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Guide-Guide1-600x200.jpg" class="attachment-featured wp-post-image" alt="Guide Guide" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" title="20 Adobe Photoshop Plugins To Help You Make Better Designer" rel="bookmark">20 Adobe Photoshop Plugins To Help You Make Better Designer</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							There is no other designing software as powerful as Adobe Photoshop. It has almost all the features that one can think off and lots more. So when you plan to make complex design you need to know the Photoshop software in an out. The fact is that							<div class="more">\n							<a href="http://thedesignpixel.com/adobe-photoshop-plugins-to-help-you-make-better-designer/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" class="attachment-featured wp-post-image" alt="jquery-plugins" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials" rel="bookmark">15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							One of the most challenging parts of the web designing is to create navigation menus, which help to provide the most important links on the web page without overwhelming the users. Because it&#8217;s very important to maintain the proper balance of the links with maintaining usability. Creating							<div class="more">\n							<a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n																				</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Requests-180x180.jpeg" alt="25 Best PHP Libraries for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-libraries-web-developers/'' title=''25 Best PHP Libraries for Web Developers'' class=''popular-title''>25 Best PHP Libraries for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'plugins', '', 'publish', 'closed', 'closed', '', 'plugins', '', '', '2017-04-11 13:19:08', '2017-04-11 13:19:08', '', 0, 'http://thedesignpixel.com/plugins/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(208, 1, '2017-04-11 13:19:09', '2017-04-11 13:19:09', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: Ruby on Rails                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-3304 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-ruby-on-rails">\r\n	<div id="post-3304" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Webiva" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Webiva-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">13 Best Ruby On Rails CMS (Content Management Systems)</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/ruby-on-rails/" rel="tag">Ruby on Rails</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/#comments" class="comments-link" >1 Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>A content management system, which is often called as CMS consists of a computer program that helps to create, manage and publish the content over the web. It is mostly used for websites, blogs or for corporate websites which needs</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/" title="13 Best Ruby On Rails CMS (Content Management Systems)" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'ruby on rails', '', 'publish', 'closed', 'closed', '', 'ruby-on-rails', '', '', '2017-04-11 13:19:09', '2017-04-11 13:19:09', '', 0, 'http://thedesignpixel.com/ruby-on-rails/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(209, 1, '2017-04-11 13:19:12', '2017-04-11 13:19:12', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: SQL</h1><div class="content content-archive "><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their</p><div class="read-more"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'sql', '', 'publish', 'closed', 'closed', '', 'sql', '', '', '2017-04-11 13:19:12', '2017-04-11 13:19:12', '', 0, 'http://thedesignpixel.com/sql/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2017-04-11 13:19:12', '2017-04-11 13:19:12', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Templates Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" class="attachment-featured wp-post-image" alt="MindUp" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right time to design, or get designed a							<div class="more">\n							<a href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses a lot of marketing and technical skills,							<div class="more">\n							<a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative-Flat-HTML-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90&rsquo;s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time period possible, and no one actually visits							<div class="more">\n							<a href="http://thedesignpixel.com/best-flat-design-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" class="attachment-featured wp-post-image" alt="Incredible" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the content management systems today, that help design							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" class="attachment-featured wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your place, benefiting both, the business owners, as							<div class="more">\n							<a href="http://thedesignpixel.com/best-responsive-magento-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vista-best-WordPress-theme-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates" rel="bookmark">45+ Best Free Responsive Blogger Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Having a web blog is a must these days, if you wish to share your opinion and views with a lot of people. You can&#8217;t have thousands of people gather around somewhere and speak out loud about what you feel, but you can spread your opinion to							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" class="attachment-featured wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014" rel="bookmark">50+ Best Premium Responsive WordPress Themes of 2014</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							WordPress was initially released in 2003, and since its release, it has been very common amongst all the Internet Marketers, and the most commonly used content management systems. With the availability of so many themes, plugins, applets, and other stuff, it is very obvious for everyone to							<div class="more">\n							<a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Responsive-Bootstrap-Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates" rel="bookmark">145+ Free Responsive HTML5 CSS3 Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 Is the latest additional update to the most commonly used website development languages, the Hypertext Mark Up language. HTML5 was launched in 2013, and its use became viral amongst the web developers, because of the availability of so many flexible features, compatibilities, and easier to understand							<div class="more">\n							<a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" class="attachment-featured wp-post-image" alt="Creative Corporate Business Card 20" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-psd-business-card-templates/" title="45+ Best PSD Business Card Templates" rel="bookmark">45+ Best PSD Business Card Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							If you have your own business, or work for anyone, it is good to be having a separate identity for the same. But, if you wish to convey to the general people. Who you are, and what you do, it becomes difficult to be explaining each and							<div class="more">\n							<a href="http://thedesignpixel.com/best-psd-business-card-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates" rel="bookmark">Top 20 Best Premium Web Hosting Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							This is a very common phrase we come across, &ldquo;That guy makes millions over the internet&rdquo;. Nevertheless, the fact is true. The internet has so many money making opportunities, if you have the potential, and the ideas to make it through, and create something effective and wonderful,							<div class="more">\n							<a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/'' class=''inactive''>1</a></li><li class=''current''><span class=''currenttext''>2</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/page/3/'' class=''inactive''>3</a></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar">		<div id="fb-root"></div>\n		<div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false">\n		<div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div>\n		</div>\n		<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = ''//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=249643311490&version=v2.3''; fjs.parentNode.insertBefore(js, fjs); }(document, ''script'', ''facebook-jssdk''));</script>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', '2', '', 'publish', 'closed', 'closed', '', '2-17', '', '', '2017-04-11 13:19:12', '2017-04-11 13:19:12', '', 0, 'http://thedesignpixel.com/2-17/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(211, 1, '2017-04-11 13:19:13', '2017-04-11 13:19:13', '\r\n<div class="main-container"><div id="page">\n	<div class="content">\n		<article class="article">\n			<div id="content_box">\n				<h1 class="postsby">\n					 \n						<span>Templates Archive</span>\n									</h1>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Coyote Night Flyer Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" title="30 Best Print Ready PSD Flyer Templates" rel="bookmark">30 Best Print Ready PSD Flyer Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							You have an event coming up, or you just lost your dog, or you found someone&rsquo;s cute kitten. There are a lot of situations, when we do need a flyer. Gone is the time, when the flyers used to be made by hand, neither does anyone has							<div class="more">\n							<a href="http://thedesignpixel.com/best-print-ready-psd-flyer-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Munter-Bootstrap-Template-180x180.jpg" class="attachment-featured wp-post-image" alt="Munter Bootstrap Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" title="10 Best Free Bootstrap Themes" rel="bookmark">10 Best Free Bootstrap Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Bootstrap is a great front end website development platform, providing a lot of components together, that are essential for developing effective and efficient Web sites. This provides a great level of convenience to the web developers, web designers, who work full time on designing websites, providing them							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-bootstrap-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" title="25 Best Free WordPress Portfolio Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Framed-180x180.jpg" class="attachment-featured wp-post-image" alt="Framed" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" title="25 Best Free WordPress Portfolio Themes" rel="bookmark">25 Best Free WordPress Portfolio Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The web industry is rising day by day. There are a lot of entrepreneurs trying their hands into it, to mint some easy money, and many of them are finding cream success, while some of them are still struggling with achieving what they want to. A lot							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-portfolio-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Lensa1-600x200.jpg" class="attachment-featured wp-post-image" alt="Lensa" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" title="25 Best Free WordPress Photography Themes" rel="bookmark">25 Best Free WordPress Photography Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Creating something extraordinary of an ordinary object, this is the main motive of photographers. The view from their eye, and lens, is way different from what we view, from what we perceive. A photographer is a great creative person, and needs his shots to be really extraordinary							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-wordpress-photography-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" title="20+ Best Free Minimal WordPress Themes" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/Vantage-600x200.jpg" class="attachment-featured wp-post-image" alt="Vantage" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" title="20+ Best Free Minimal WordPress Themes" rel="bookmark">20+ Best Free Minimal WordPress Themes</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Gone is the time when there were heavy websites, with a lot of animations, sounds, color combinations, gradient effects, etc., which even took ages to load up on a slow internet connection, and had more stress on all this, rather than the main content, that is the							<div class="more">\n							<a href="http://thedesignpixel.com/best-free-minimal-wordpress-themes/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-600x200.jpg" class="attachment-featured wp-post-image" alt="Lorenzo Verzini" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI designs contain no heavy 3D textures, gradients,							<div class="more">\n							<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" class="attachment-featured wp-post-image" alt="Blue Coming Soon Page" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates" rel="bookmark">35+ Free Coming Soon and Under Construction Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Owning a website is the need of the hour for any business, freelancing, or any organization. The things have become very much easier today, when we talk about getting a website with your name. You just need to spend a small amount of money on the domain							<div class="more">\n							<a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/White-Rock-600x200.jpg" class="attachment-featured wp-post-image" alt="White-Rock" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" title="20 High Quality &#038; Beautiful Restaurant Website Templates" rel="bookmark">20 High Quality &#038; Beautiful Restaurant Website Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							The world is online now! May it be a cleaning service, a hotel, a laundry service, or whatever, everyone has shifted their promotion and business policies online, for the obvious reason of millions of potential customers over the web. Online shopping, Online pizza delivery, and even Online							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-beautiful-restaurant-website-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-Responsive-One-Page-Template-600x200.jpg" class="attachment-featured wp-post-image" alt="Free Responsive One Page Template" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" title="14 High Quality Yet Free Responsive HTML5 Templates" rel="bookmark">14 High Quality Yet Free Responsive HTML5 Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							HTML5 is one the most responsive Mark up code language made till date for the representation of content made for the World Wide Web&nbsp;and a core technology of the&nbsp;Internet. Websites made with the HTML5 language are responsive to the new kind of media i.e. Video as well							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-yet-free-responsive-html5-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n									<div class="post excerpt">\n						<header>\n							<div class="featured-thumbnail">\n								<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="nofollow" id="featured-thumbnail">\n								 \n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/BisLite-Html5-Theme-600x200.jpg" class="attachment-featured wp-post-image" alt="BisLite Html5 Theme" title="" />																</a>\n							</div>\n								<h2 class="title">\n									<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" title="50 High Quality Free HTML5 And CSS3 Web Templates" rel="bookmark">50 High Quality Free HTML5 And CSS3 Web Templates</a>\n								</h2>\n															<div class="post-info">\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\n									\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n								</div>\n													</header><!--.header-->\n						<div class="post-content image-caption-format-1">\n							Graphics designing is the most important part of any online business and to be very frank, it&#8217;s not that much easy to create some stunning web sites without having expertise in some particular fields. There are lots of websites who only suffer their business online due to							<div class="more">\n							<a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="nofollow">Read More</a>\n							</div>\n						</div>\n					</div>\n													<div class=''pagination''><ul><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/'' class=''inactive''>1</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/page/2/'' class=''inactive''>2</a></li><li class=''current''><span class=''currenttext''>3</span></li></ul></div>							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar">		<div id="fb-root"></div>\n		<div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false">\n		<div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div>\n		</div>\n		<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = ''//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=249643311490&version=v2.3''; fjs.parentNode.insertBefore(js, fjs); }(document, ''script'', ''facebook-jssdk''));</script>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', '3', '', 'publish', 'closed', 'closed', '', '3-8', '', '', '2017-04-11 13:19:13', '2017-04-11 13:19:13', '', 0, 'http://thedesignpixel.com/3-8/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(212, 1, '2017-04-11 13:19:14', '2017-04-11 13:19:14', '<div class="main-container"><div id="page"><div class="content"> <article class="article"><div id="content_box"><h1 class="postsby"> <span>Templates Archive</span></h1><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="nofollow" id="featured-thumbnail">  </a></div><h2 class="title"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project" rel="bookmark">30 Joomla Templates for Your Current Web Project</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Joomla is one of the most popular CMS in the world. These Joomla templates will help you define the look and feel of your new Joomla site.<div class="more"> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="nofollow" id="featured-thumbnail">  </a></div><h2 class="title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.<div class="more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-180x180.jpg" class="attachment-featured wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed, and came the concept of online shopping.<div class="more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-180x180.jpg" class="attachment-featured wp-post-image" alt="Minimalist Interior Design WordPress Themes" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in what way to impress and persuade people.<div class="more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" class="attachment-featured wp-post-image" alt="Instagram in Material Design" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" title="20 Fresh &#038; Free Mobile App PSD Templates" rel="bookmark">20 Fresh &#038; Free Mobile App PSD Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Graphics designing becomes the most trending topic at the present time, where every business owner wants to establish their online presence with the great and stunning designs. Selling your products online becomes a real challenge for the business owners and every try to make their websites more<div class="more"> <a href="http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-180x180.jpg" class="attachment-featured wp-post-image" alt="Trendy Divaa" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="nofollow">WordPress</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other content management system. The primary reason for<div class="more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" class="attachment-featured wp-post-image" alt="Knowledge" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes, because we need to have some basic<div class="more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-180x180.jpg" class="attachment-featured wp-post-image" alt="Ceevee" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting a competitive price is not an easy<div class="more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-180x180.jpg" class="attachment-featured wp-post-image" alt="?????????" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to consider some of the following criteria to<div class="more"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="nofollow" id="featured-thumbnail"> <img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/photography-portfolio-180x180.jpg" class="attachment-featured wp-post-image" alt="photography portfolio" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Top 20 Web Templates for Photographer Portfolio</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds of blogs and forums dedicated to methods<div class="more"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" rel="nofollow">Read More</a></div></div></div><div class=''pagination''><ul><li class=''current''><span class=''currenttext''>1</span></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/page/2/'' class=''inactive''>2</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com/tag/templates/page/3/'' class=''inactive''>3</a></li><li><a rel=''nofollow'' href=''http://thedesignpixel.com'' class=''inactive''>4</a></li></ul></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="social-profile-icons" class="widget widget-sidebar"><h3>Follow Us</h3><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="widget_text" class="widget widget-sidebar"><h3>The Best Templates For Your Site</h3><div class="textwidget"><div id="mts-4433417e-c363-4407-9219-d8df9d3d95c1"></div></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li > <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li class="last"> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li > <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-180x180.jpg" alt="55+ Creative Examples of Parallax Scrolling Web Designs"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/'' title=''55+ Creative Examples of Parallax Scrolling Web Designs'' class=''popular-title''>55+ Creative Examples of Parallax Scrolling Web Designs</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li > <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a></li><li > <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'templates', '', 'publish', 'closed', 'closed', '', 'templates', '', '', '2017-04-11 13:19:14', '2017-04-11 13:19:14', '', 0, 'http://thedesignpixel.com/templates/', 0, 'page', '', 0),
(213, 1, '2017-04-11 13:19:14', '2017-04-11 13:19:14', '\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Textures Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Digital-Art-Texture-59-by-Mercurycode-600x200.jpg" class="attachment-featured wp-post-image" alt="Digital Art Texture 59 by Mercurycode" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" title="20 High Resolution Abstract Textures" rel="bookmark">20 High Resolution Abstract Textures</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Texture art came into use in the mid 2000’s. From wall arts to wallpapers, to desktop backgrounds, to a lot of stuff around. Textural art is a very effective, eye catching and a cool technique to add class to your pre existing graphics, or new graphics. Talking							<div class="more">\r\n							<a href="http://thedesignpixel.com/high-resolution-abstract-textures/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" class="bump-view" data-bump-view="tp">105+ Free Flat UI Kits To Enhance Your Web Designs</a></li>\n<li><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="bump-view" data-bump-view="tp">145+ Free Responsive HTML5 CSS3 Website Templates</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'textures', '', 'publish', 'closed', 'closed', '', 'textures', '', '', '2017-04-11 13:19:14', '2017-04-11 13:19:14', '', 0, 'http://thedesignpixel.com/textures/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(214, 1, '2017-04-11 13:19:17', '2017-04-11 13:19:17', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Themes</h1><div class="content content-archive "><article class="post-3751 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3751" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Knowledge" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Knowledge-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">15+ Free Responsive Education HTML Web Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>When we are talking about designing a website, the first thing that comes to our mind is that do we need to have too much knowledge about the programming to do this on our own. The answer is somewhat yes,</p><div class="read-more"> <a href="http://thedesignpixel.com/free-responsive-education-html-web-templates/" title="15+ Free Responsive Education HTML Web Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3721 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-freebies tag-html tag-templates tag-themes"><div id="post-3721" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Ceevee-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Ceevee" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Ceevee-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">20+ Fresh and Free HTML5 Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In the recent times, where the competition is becoming harder at each step, it becomes very hectic job to handle a business website. The number of peoples and websites offering the same service or product is very high and setting</p><div class="read-more"> <a href="http://thedesignpixel.com/fresh-and-free-html5-website-templates/" title="20+ Fresh and Free HTML5 Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3688 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes tag-web-hosting"><div id="post-3688" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="?????????" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Web-Hosting-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com/tag/web-hosting/" rel="tag">Web Hosting</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to</p><div class="read-more"> <a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3568 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes"><div id="post-3568" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="photography portfolio" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Top 20 Web Templates for Photographer Portfolio</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds</p><div class="read-more"> <a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/" title="Top 20 Web Templates for Photographer Portfolio" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3439 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-business tag-css tag-facebook tag-html tag-templates tag-themes"><div id="post-3439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Allan Thombs Financial Advisor Facebook HTML CMS Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Allan-Thombs-Financial-Advisor-Facebook-HTML-CMS-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">30 Business Company Facebook Templates: Corporate Identity in Social Media</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com" rel="tag">Facebook</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/business-company-facebook-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Facebook, since it was founded in 2004, grows rapidly and has involved already about 1,23 billion active users worldwide. For sure, that is not the final score. Adding 170 million users in one year, Facebook has become the largest social</p><div class="read-more"> <a href="http://thedesignpixel.com/business-company-facebook-templates/" title="30 Business Company Facebook Templates: Corporate Identity in Social Media" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3328 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-business tag-css tag-freebies tag-html tag-templates tag-themes"><div id="post-3328" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="MindUp" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/MindUp-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">30 Free &#038; Premium Business Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-premium-business-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>In today&rsquo;s time, there is no better place than internet to seek clients and customers, and if you own a business, and still haven&rsquo;t got a website for your business, you are lacking behind my dear friend. It&rsquo;s the right</p><div class="read-more"> <a href="http://thedesignpixel.com/free-premium-business-website-templates/" title="30 Free &#038; Premium Business Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3268 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-3268" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="102" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="FlatBook – Flat Ebook Selling Landing WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/FlatBook-–-Flat-Ebook-Selling-Landing-WordPress-Theme-300x152.jpg 300w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">15+ Best WordPress Landing Page Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>May it be your own product, or a product for your affiliate, you tend to divert all the web traffic for your targeted keywords onto a landing page. A landing page is just like any other web page, but uses</p><div class="read-more"> <a href="http://thedesignpixel.com/best-wordpress-landing-page-themes/" title="15+ Best WordPress Landing Page Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3184 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-templates tag-themes"><div id="post-3184" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative-Flat-HTML-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">25+ Best Flat Design Website Templates</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-flat-design-website-templates/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>No one is interested in showoff and fancy wearings today. We can feel the simplicity from the 90&rsquo;s back into the trend, and the same trend is being followed online. Everyone seeks information that they desire, in the quickest time</p><div class="read-more"> <a href="http://thedesignpixel.com/best-flat-design-website-templates/" title="25+ Best Flat Design Website Templates" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3131 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-drupal tag-freebies tag-templates tag-themes"><div id="post-3131" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Incredible-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Incredible" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Incredible-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Incredible-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Incredible-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">35+ Best Responsive Drupal 7 Themes [Free and Premium]</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/drupal/" rel="tag">Drupal</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>It is too difficult to be designing each and every website manually using the coding techniques. The web pages are complex, and the requirements are on the hype. Saving us from this painful job, we have the convenience of the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/" title="35+ Best Responsive Drupal 7 Themes [Free and Premium]" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3001 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes"><div id="post-3001" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Zonda-Premium-Responsive-Magento-Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">65+ Best Responsive Magento Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-responsive-magento-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>The biggest marketplace today is the Internet. The sellers have a reach of billions of customers, and the customers have a reach to millions of products at comparatively cheap prices, and the facility of getting them delivered right at your</p><div class="read-more"> <a href="http://thedesignpixel.com/best-responsive-magento-themes/" title="65+ Best Responsive Magento Themes" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/tag/themes/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/themes/''>1</a> <span class=''page-numbers current''>2</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>3</a> <a class=''page-numbers'' href=''http://thedesignpixel.com''>4</a> <a class="next page-numbers" href="http://thedesignpixel.com">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-18', '', '', '2017-04-11 13:19:17', '2017-04-11 13:19:17', '', 0, 'http://thedesignpixel.com/2-18/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(215, 1, '2017-04-11 13:19:21', '2017-04-11 13:19:21', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Themes</h1><div class="content content-archive "><article class="post-4983 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-bootstrap tag-themes tag-wordpress"><div id="post-4983" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">10 Premium Bootstrap WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bootstrap</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We’ve selected a handful of premium Bootstrap WordPress themes with modern design and high-end functionality. Fill them in with your content and launch!</p><div class="read-more"> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4952 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-e-commerce tag-themes tag-woocommerce tag-wordpress"><div id="post-4952" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">20+ Best WooCommerce Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">e-commerce</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">woocommerce</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WooCommerce is a full-blown shopping cart plugin that can be seamlessly integrated into WordPress. Pick your from the best Woocomerce themes in our list!</p><div class="read-more"> <a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4935 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-artistic tag-themes tag-wordpress"><div id="post-4935" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">10 Quality WordPress Artistic Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/artistic/" rel="tag">artistic</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Considering how to build a superb art website with a design that will catch the eye of your visitors? Then WordPress Artistic Themes are just what you need.</p><div class="read-more"> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4892 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-photography tag-themes tag-wordpress"><div id="post-4892" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">15+ Stylish Photography WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/photography/" rel="tag">photography</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of photography Wordpress themes, designed to set your portfolio apart from the competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3945 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources category-wordpress tag-freebies tag-html5 tag-joomla tag-templates tag-themes tag-wordpress"><div id="post-3945" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">30 Stunning Website Templates for Free</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com" rel="tag">HTML5</a>, <a href="http://thedesignpixel.com/tag/joomla/" rel="tag">joomla</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Check out our newest compilation of website templates for Wordpress and Joomla CMS, as well as plain HTML5, this time completely for free.</p><div class="read-more"> <a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4326 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources category-wordpress tag-templates tag-themes"><div id="post-4326" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">35+ Free Responsive WordPress Themes for 2015</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>This collection of free responsive Wordpress themes are perfect to build a multiplatform, professional looking site without breaking the bank.</p><div class="read-more"> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-4121 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-themes tag-wordpress"><div id="post-4121" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">40 New WordPress Business Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a>, <a href="http://thedesignpixel.com" rel="tag">Wordpress</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Having a professional, responsive website for a business is essential. These Wordpress business themes will make your company stand out against competition.</p><div class="read-more"> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3980 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-templates tag-themes"><div id="post-3980" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WooCommerce-WordPress-ThemeTechGoStore" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/WooCommerce-WordPress-ThemeTechGoStore-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">65+ Best Free &#038; Premium ECommerce WordPress Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone are the days when customers used to be just seeking the local marketplaces, and going from shop to shop physically, looking for something new to buy. But, a time came up, when the local markets started to get doomed,</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-premium-ecommerce-wordpress-themes/" title="65+ Best Free &#038; Premium ECommerce WordPress Themes" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3938 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-templates tag-themes"><div id="post-3938" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Minimalist Interior Design WordPress Themes" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Minimalist-Interior-Design-WordPress-Themes-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">30 Minimalist Interior Design WordPress Themes That Will Lead You to Success</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Every company as well as a person really wants to be unique and outstanding in its self-expression. Tastes differ, but we can&#8217;t deny that being stylish is one of the most remarkable features of success. Everyone has a choice in</p><div class="read-more"> <a href="http://thedesignpixel.com/minimalist-interior-design-wordpress-themes/" title="30 Minimalist Interior Design WordPress Themes That Will Lead You to Success" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3836 post type-post status-publish format-standard has-post-thumbnail hentry category-resources category-wordpress tag-freebies tag-templates tag-themes"><div id="post-3836" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" class="featured-thumbnail featured-thumbnail-big"> <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Trendy Divaa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Trendy-Divaa-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">20+ Free and Premium WordPress Coming Soon Themes</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>WordPress is the well known and one of the best content management system which is used by millions of users around every corner of the world. WordPress helps users to handle the valuable content a lot easier than any other</p><div class="read-more"> <a href="http://thedesignpixel.com/free-and-premium-wordpress-coming-soon-themes/" title="20+ Free and Premium WordPress Coming Soon Themes" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/themes/page/2/''>2</a> <span class="page-numbers dots">&hellip;</span> <a class=''page-numbers'' href=''http://thedesignpixel.com''>4</a> <a class="next page-numbers" href="http://thedesignpixel.com/tag/themes/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'themes', '', 'publish', 'closed', 'closed', '', 'themes', '', '', '2017-04-11 13:19:21', '2017-04-11 13:19:21', '', 0, 'http://thedesignpixel.com/themes/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2017-04-11 13:19:23', '2017-04-11 13:19:23', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Tools</h1><div class="content content-archive "><article class="post-2727 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools"><div id="post-2727" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="One Drive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/One-Drive-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">10 Best Dropbox Alternatives for Small Business Owners</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There was a time in the past when we used to store our useful data, pictures and videos on physical media like photo prints or audio cassettes. But, As the technology is growing at a rapid pace we started using</p><div class="read-more"> <a href="http://thedesignpixel.com/best-dropbox-alternatives-for-small-business-owners/" title="10 Best Dropbox Alternatives for Small Business Owners" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools"><div id="post-2672" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="IceCream" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">50 Useful CSS Frameworks, Libraries and Tools of 2014</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/" title="50 Useful CSS Frameworks, Libraries and Tools of 2014" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2041 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-graphics category-resources tag-development tag-freebies tag-tools"><div id="post-2041" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">8 Best Free Wireframing Tools for Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Before executing any architectural plan, or an electric circuit of a building, or designing a new monument, we have seen the common use of blueprints and rough drawings by the designers, architects, etc., on which they work on in the</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-1810 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-tools tag-ui-design tag-ux-design"><div id="post-1810" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-588 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-tools tag-ui-design tag-ux-design"><div id="post-588" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Android UI Elements Set" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Android UI Elements Set" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.&nbsp; At times one needs inspiration to create a smart working website.</p><div class="read-more"> <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <a class="prev page-numbers" href="http://thedesignpixel.com/tag/tools/">&larr; Previous</a> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/tools/''>1</a> <span class=''page-numbers current''>2</span></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', '2', '', 'publish', 'closed', 'closed', '', '2-19', '', '', '2017-04-11 13:19:23', '2017-04-11 13:19:23', '', 0, 'http://thedesignpixel.com/2-19/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 1, '2017-04-11 13:19:28', '2017-04-11 13:19:28', '<div class="main-wrapper"><div id="page"><div class="main-content trlayout"><div class="archive-page"><div id="content" class="content-area archive-content-area"><h1 class="archive-title uppercase"> Tag Archives: Tools</h1><div class="content content-archive "><article class="post-3950 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3950" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Kickstrap-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Kickstrap" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/Kickstrap-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">10 Bootstrap UI Editors For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Bootstrap is the best front end framework which is basically a browser based IDE. It supports almost all the browsers like Firefox, Chrome, Internet Explorer etc. Based on the availability of number of tool kits and supporting functionality it comes</p><div class="read-more"> <a href="http://thedesignpixel.com/bootstrap-ui-editors-for-web-developers/" title="10 Bootstrap UI Editors For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3697 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3697" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools" rel="bookmark">12 Free Text To Speech Voice Conversion Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3 Comments</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of technology driven lifestyle everything can be done with the help of softwares and applications. You really don&#8217;t need to make any efforts for doing a particular task because it can be easily done with the help</p><div class="read-more"> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3445 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-tools"><div id="post-3445" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/Exceptional-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="Exceptional" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/Exceptional-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">10+ Best Bug Tracking Tools For Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>As any web developer knows, proper coding is one of the fundamental aspects of creating a successful site. Code by quality programmers will not only exceed the customer&#8217;s expectations; it will also prevent and anticipate bugs that may impair the site&#8217;s</p><div class="read-more"> <a href="http://thedesignpixel.com/best-bug-tracking-tools-for-developers/" title="10+ Best Bug Tracking Tools For Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3419 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3419" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png" class="attachment-200x200 size-200x200 wp-post-image" alt="navicat-for-mysql" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/10/navicat-for-mysql-65x65.png 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">10 Best MySQL GUI Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-mysql-gui-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>With the rise of web design and development in the online world, almost all the manufacturers as well as business owners tend toward making a successful website for making online sales or providing customer support to their customers about their</p><div class="read-more"> <a href="http://thedesignpixel.com/best-mysql-gui-tools/" title="10 Best MySQL GUI Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3386 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-html tag-tools"><div id="post-3386" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Mugeda-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Mugeda" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Mugeda-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">20 Best HTML5 Animation Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-html5-animation-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>HTML5 is that the latest update to the foremost normally used web site development language, the Hypertext Markup Language which is normally known as HTML. HTML5 was launched in 2013, and its use became an infectious agent amongst the online</p><div class="read-more"> <a href="http://thedesignpixel.com/best-html5-animation-tools/" title="20 Best HTML5 Animation Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3370 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development tag-sql tag-tools"><div id="post-3370" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Dbv-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Dbv" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Dbv-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">11 Best Database Management Tools For Web Developers</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/sql/" rel="tag">SQL</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>Web designing and web development is an art, that requires a lot of practice to reach the level of perfection, and getting faster in designing the web pages, providing wonderful turn around times to the customers. There are a lot</p><div class="read-more"> <a href="http://thedesignpixel.com/best-database-management-tools-for-web-developers/" title="11 Best Database Management Tools For Web Developers" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2817 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-2817" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Pandora FMS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Pandora FMS" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Pandora-FMS-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="bookmark">13 Best Free Server &#038; Network Monitoring Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-content entry-content"><p>We used to have a huge room, having hundreds of ledgers having tons of information, a few years back. After the introduction of the Information technology into everything, we now have a server which contains a lot of information, and</p><div class="read-more"> <a href="http://thedesignpixel.com/best-free-server-network-monitoring-tools/" title="13 Best Free Server &#038; Network Monitoring Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-3068 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3068" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="bookmark">40 Useful Project Management Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4 Comments</a></span></div></div></header><div class="post-content entry-content"><p>There is a huge difference between doing the work, and getting the work done. When you are doing the work for yourself, you just do it, because you will be the one to blame, while getting the work done is</p><div class="read-more"> <a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2819 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-2819" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Polymaps" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Polymaps" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Polymaps-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">35+ Best Data Visualization Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-data-visualization-tools/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Who wants to go through some simple black text, when we have facts and figures to solve the job. The study reveals that graphics convey the messages a lot better and faster than the plain text. Representation of data in</p><div class="read-more"> <a href="http://thedesignpixel.com/best-data-visualization-tools/" title="35+ Best Data Visualization Tools" rel="bookmark">Read More</a></div></div></div></div></article><article class="post-2801 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-business tag-tools"><div id="post-2801" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" class="featured-thumbnail featured-thumbnail-big"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg" width="200" height="200" class="attachment-200x200 size-200x200 wp-post-image" alt="Logmein" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px"><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Logmein" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Logmein-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript><div class="fhover"></div> </a><div class="post-inner"><header><h2 class="title entry-title"> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">8 Best Remote Desktop Tools</a></h2><div class="post-meta-left"><div class="post-meta"> <span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/business/" rel="tag">Business</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-remote-desktop-tools/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-content entry-content"><p>Gone is the time when all the associates used to lie around a single building. Now a days, you may be from one part of the world, and your partner might be from the other part. And, there is this</p><div class="read-more"> <a href="http://thedesignpixel.com/best-remote-desktop-tools/" title="8 Best Remote Desktop Tools" rel="bookmark">Read More</a></div></div></div></div></article></div><nav class="navigation paging-navigation" role="navigation"><div class="pagination loop-pagination"> <span class=''page-numbers current''>1</span> <a class=''page-numbers'' href=''http://thedesignpixel.com/tag/tools/page/2/''>2</a> <a class="next page-numbers" href="http://thedesignpixel.com/tag/tools/page/2/">Next &rarr;</a></div></nav></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div></div>', 'tools', '', 'publish', 'closed', 'closed', '', 'tools', '', '', '2017-04-11 13:19:28', '2017-04-11 13:19:28', '', 0, 'http://thedesignpixel.com/tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(218, 1, '2017-04-11 13:19:28', '2017-04-11 13:19:28', '<div class="main-container"><div id="page"><div class="content"> <article class="article"><div id="content_box"><h1 class="postsby"> <span>Typography Archive</span></h1><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="nofollow" id="featured-thumbnail"> <img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-Card-Design-600x200.jpg" class="attachment-featured wp-post-image" alt="Creative Card Design" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" title="40+ Clean and White Business Card Designs for Your Inspiration" rel="bookmark">40+ Clean and White Business Card Designs for Your Inspiration</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Business cards are not just a medium of exchange of information, it&rsquo;s a style statement. Business cards are shared during formal introductions hence it&rsquo;s like the 1st Impression of you as well as your business. Business cards can make or break your business, I mean, who wants<div class="more"> <a href="http://thedesignpixel.com/clean-and-white-business-card-designs-for-your-inspiration/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="nofollow" id="featured-thumbnail"> <img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/The-White-House-Project-600x200.jpg" class="attachment-featured wp-post-image" alt="The White House Project" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" title="20 Beautiful Examples of Brochure Designs for Inspiration" rel="bookmark">20 Beautiful Examples of Brochure Designs for Inspiration</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Every business owner knows the importance of advertisement. It can be done to introduce a company or while launching a new product in the market. There are many mediums of advertising these days, however my favorite would be making Brochure and distributing it physically or digitally via<div class="more"> <a href="http://thedesignpixel.com/beautiful-examples-of-brochure-designs-for-inspiration/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="nofollow" id="featured-thumbnail"> <img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Colorful-Wooden-3D-Text-600x200.jpg" class="attachment-featured wp-post-image" alt="How to Create Colorful Wooden 3D Text" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" title="35+ Fresh Photoshop Text Effect Tutorials" rel="bookmark">35+ Fresh Photoshop Text Effect Tutorials</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> Have you ever designed a Logo and thought how amazingly beautiful it would have looked in 3D? I am here to fulfill that dream of yours. You can make any typography come to life with a little bit of effort. You may Like: 20 Most Useful 3D<div class="more"> <a href="http://thedesignpixel.com/fresh-photoshop-text-effect-tutorials/" rel="nofollow">Read More</a></div></div></div><div class="post excerpt"> <header><div class="featured-thumbnail"> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="nofollow" id="featured-thumbnail"> <img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" class="attachment-featured wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" title="" /> </a></div><h2 class="title"> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials" rel="bookmark">20 Most Useful 3D Text Effect Photoshop Tutorials</a></h2><div class="post-info"> <span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span> <span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span></div> </header><!--.header--><div class="post-content image-caption-format-1"> 3D text is taken very seriously by designers today as it shows your expertise in font selection and their placement on the whole design. Working along with Photoshop and especially with 3D Text it can be really difficult, as getting the final result needs many small and<div class="more"> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" rel="nofollow">Read More</a></div></div></div></div> </article> <aside class="sidebar c-4-12"><div id="sidebars" class="g"><div class="sidebar"><ul class="sidebar_list"><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><!-- BuySellAds Zone Code --><div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div> <!-- End BuySellAds Zone Code --></div></li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1"><fieldset> <input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> <input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;"></fieldset></form></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- BuySellAds Zone Code --></p><div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div><p><!-- End BuySellAds Zone Code --></p></div></li><li id="mts_pp" class="widget widget-sidebar"> <!-- BEGIN WIDGET --><div class="pp-wrapper"><h3>Popular Posts</h3><ul class="popular-posts"><li > <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a></li><li > <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a></li><li > <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a></li><li > <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a></li><li > <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a></li><li class="last"> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/Instagram-in-Material-Design-180x180.jpg" alt="20 Fresh &#038; Free Mobile App PSD Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/fresh-free-mobile-app-psd-templates/'' title=''20 Fresh &#038; Free Mobile App PSD Templates'' class=''popular-title''>20 Fresh &#038; Free Mobile App PSD Templates</a></li><li > <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a></li><li > <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a></li><li class="last"> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a></li><li > <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a></li><li class="last"> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/rockittheme-180x180.jpg" alt="20 WordPress Themes for Entertainment Websites"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/20-wordpress-themes-entertainment-websites/'' title=''20 WordPress Themes for Entertainment Websites'' class=''popular-title''>20 WordPress Themes for Entertainment Websites</a></li><li > <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a></li><li class="last"> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a></li><li > <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a></li><li class="last"> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a> <a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a></li><ul></div> <!-- END WIDGET --></li><li id="widget_text" class="widget widget-sidebar"><div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p><div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div><p><!-- Place this tag after the last widget tag. --><br /></p></div></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/TheDesignPixel" data-height="412" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/TheDesignPixel"><a href="https://www.facebook.com/TheDesignPixel"></a></blockquote></div></div></li></ul></div></div><!--sidebars--> </aside></div><!--#page--></div><!--.container--></div> ', 'typography', '', 'publish', 'closed', 'closed', '', 'typography', '', '', '2017-04-11 13:19:28', '2017-04-11 13:19:28', '', 0, 'http://thedesignpixel.com/typography/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(219, 1, '2017-04-11 13:19:31', '2017-04-11 13:19:31', '                				<!-- END HEADER -->\r\n                \r\n<div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content trlayout">\r\n			<div class="archive-page">\r\n				<div id="content" class="content-area archive-content-area">\r\n                    <h1 class="archive-title uppercase">\r\n                        Tag Archives: UI Design                    </h1>\r\n						<div class="content content-archive ">\r\n							<article class="post-1810 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-development tag-tools tag-ui-design tag-ux-design">\r\n	<div id="post-1810" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Bootstrap Magic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Bootstrap-Magic-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/#comments" class="comments-link" >1 Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1725 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-inspiration tag-ui-design tag-ux-design">\r\n	<div id="post-1725" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WhereTO App by Regy Perlera" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="WhereTO App by Regy Perlera" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1465 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design">\r\n	<div id="post-1465" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="City Break UI Kit" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/05/City-Break-UI-Kit-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1326 post type-post status-publish format-standard has-post-thumbnail hentry category-design tag-inspiration tag-templates tag-ui-design tag-ux-design">\r\n	<div id="post-1326" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Lorenzo Verzini" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Lorenzo Verzini" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Lorenzo-Verzini-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/inspiration/" rel="tag">Inspiration</a>, <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-1264 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-development tag-freebies tag-ui-design tag-ux-design">\r\n	<div id="post-1264" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Apple Devices Flat Icons PSD" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box--><article class="post-588 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources tag-tools tag-ui-design tag-ux-design">\r\n	<div id="post-588" class="post-box">\r\n                <div class="post-meta-top">                    <div class="post-cats uppercase">\r\n                        <span>\r\n                        <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a>                         </span>\r\n                    </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>            </div>            <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" class="featured-thumbnail featured-thumbnail-big">\r\n                <img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Android UI Elements Set" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /><noscript><img width="200" height="200" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Android UI Elements Set" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Android-UI-Elements-Set-65x65.jpg 65w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>                <div class="fhover"></div>\r\n            </a>\r\n        		<div class="post-inner">\r\n            <header>\n    <h2 class="title entry-title">\n        <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a>\n    </h2>\n    <div class="post-meta-left">\r\n    <div class="post-meta">\r\n					<span class="post-author"><i class="fa fa-user"></i><a href="http://thedesignpixel.com/author/the-design-pixel/" title="Posts by The Design Pixel" rel="author">The Design Pixel</a></span>\r\n										<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a>, <a href="http://thedesignpixel.com/tag/ui-design/" rel="tag">UI Design</a>, <a href="http://thedesignpixel.com/tag/ux-design/" rel="tag">UX Design</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>    </header><!--.header-->			                <div class="post-content entry-content">\r\n                    <p>A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.&nbsp; At times one needs inspiration to create a smart working website.</p>\n                        <div class="read-more">\r\n                            <a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">Read More</a>\r\n                        </div>                </div><!--post-content-->\r\n			            		</div><!--.post-inner-->\r\n	</div><!--.post excerpt-->\r\n</article><!--.post-box-->						</div><!--.content-->\r\n										</div><!--#content-->\r\n				<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>			</div><!--.archive-page-->\r\n		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'ui design', '', 'publish', 'closed', 'closed', '', 'ui-design', '', '', '2017-04-11 13:19:31', '2017-04-11 13:19:31', '', 0, 'http://thedesignpixel.com/ui-design/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(220, 1, '2017-04-11 13:19:31', '2017-04-11 13:19:31', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>UX Design Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Bootstrap-Magic-180x180.jpg" class="attachment-featured wp-post-image" alt="Bootstrap Magic" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" title="15 Best Bootstrap UI Editors" rel="bookmark">15 Best Bootstrap UI Editors</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Web development is a very critical and crucial task these days, and a lot of people have made their full time career in the same. The Web development and designing was made easier with the help of the various content management systems, considering WordPress, Joomla, etc., as							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-bootstrap-ui-editors/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WhereTO-App-by-Regy-Perlera-180x180.jpg" class="attachment-featured wp-post-image" alt="WhereTO App by Regy Perlera" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" title="35+ Creative Examples of UI and Wireframe Sketches" rel="bookmark">35+ Creative Examples of UI and Wireframe Sketches</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							A paper and a pencil, is the best tool, that clears the concepts and logics to the human brain, than anything else in the world, may it be a tablet PC, a super computer, or whatever, but something drawn by hand on a paper, clears the concepts							<div class="more">\r\n							<a href="http://thedesignpixel.com/creative-examples-of-ui-and-wireframe-sketches/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/05/City-Break-UI-Kit-600x200.jpg" class="attachment-featured wp-post-image" alt="City Break UI Kit" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" title="105+ Free Flat UI Kits To Enhance Your Web Designs" rel="bookmark">105+ Free Flat UI Kits To Enhance Your Web Designs</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							The clients always require the latest trend and technology to be implemented in their website, they are getting developed by paying you their fortune, and so, as a developer, it becomes very important to stay keen and updated with the latest updations in the trend. And, if							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-flat-ui-kits-to-enhance-your-web-designs/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Lorenzo-Verzini-600x200.jpg" class="attachment-featured wp-post-image" alt="Lorenzo Verzini" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" title="25 Best Examples of Flat UI Design Websites" rel="bookmark">25 Best Examples of Flat UI Design Websites</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							After the use of heavy graphical user interfaces that included dropping shadows, 3D textures, gradients, etc. Today, the time is back, when everyone demands simplicity and minimalist designs. These look sophisticated, and fit into almost any possible purpose. Flat UI designs contain no heavy 3D textures, gradients,							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-examples-of-flat-ui-design-websites/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Apple-Devices-Flat-Icons-PSD-600x200.jpg" class="attachment-featured wp-post-image" alt="Apple Devices Flat Icons PSD" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" title="20 Free High Quality Flat Design Resources" rel="bookmark">20 Free High Quality Flat Design Resources</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Flat UI designs, using brighter colors and flat visual effects with negligible or even nil gradients and graphical illustration, became popular because of the outrageous demand of something new and minimalistic. They follow an approach, that is minimalist, responsive, user friendly, eye- catching, and works on any							<div class="more">\r\n							<a href="http://thedesignpixel.com/free-high-quality-flat-design-resources/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="60" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Android-UI-Elements-Set-600x200.jpg" class="attachment-featured wp-post-image" alt="Android UI Elements Set" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" title="45 Essential UI Design Tools &#038; Resources for Web Designers" rel="bookmark">45 Essential UI Design Tools &#038; Resources for Web Designers</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							A smart web developer is not the one who codes the best websites; he is one who knows to use the best tools available to get the job done.  At times one needs inspiration to create a smart working website. With advancements in the internet technologies it							<div class="more">\r\n							<a href="http://thedesignpixel.com/essential-ui-design-tools-resources-for-web-designers/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_top-posts" class="widget widget-sidebar"><h3>Recently Popular</h3><ul><li><a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/" class="bump-view" data-bump-view="tp">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</a></li>\n<li><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" class="bump-view" data-bump-view="tp">145+ Free Responsive HTML5 CSS3 Website Templates</a></li>\n<li><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" class="bump-view" data-bump-view="tp">35+ Free Coming Soon and Under Construction Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-parallax-scrolling-tutorials/" class="bump-view" data-bump-view="tp">20 Best jQuery Parallax Scrolling Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" class="bump-view" data-bump-view="tp">50 Useful Photoshop Logo Design Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" class="bump-view" data-bump-view="tp">50 High Quality Free HTML5 And CSS3 Web Templates</a></li>\n<li><a href="http://thedesignpixel.com/best-php-frameworks-for-web-developers/" class="bump-view" data-bump-view="tp">20 Best PHP Frameworks for Web Developers</a></li>\n<li><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" class="bump-view" data-bump-view="tp">20 Most Useful 3D Text Effect Photoshop Tutorials</a></li>\n<li><a href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" class="bump-view" data-bump-view="tp">30 Best jQuery Image Gallery Plugins</a></li>\n<li><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" class="bump-view" data-bump-view="tp">15 Free CSS jQuery Tabs Plugin And Tutorials</a></li>\n</ul></li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'ux design', '', 'publish', 'closed', 'closed', '', 'ux-design', '', '', '2017-04-11 13:19:31', '2017-04-11 13:19:31', '', 0, 'http://thedesignpixel.com/ux-design/', 0, 'page', '', 0),
(221, 1, '2017-04-11 13:19:32', '2017-04-11 13:19:32', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Wallpapers Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/11/Beautiful-Santa-Girls-in-Christmas-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Santa Girls in Christmas" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" title="85+ Cool HD Christmas Wallpapers for Free Download" rel="bookmark">85+ Cool HD Christmas Wallpapers for Free Download</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Every year Christmas season comes with a lot of joy and happiness across the globe. This season is celebrated as a major festival season in almost all the countries, A lot of people exchange gifts as well as celebrate it in many more different ways. When everyone							<div class="more">\r\n							<a href="http://thedesignpixel.com/cool-hd-christmas-wallpapers-for-free-download/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/10/christmas_world-180x180.jpg" class="attachment-featured wp-post-image" alt="christmas_world" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" title="75 Best HD Christmas Wallpapers for Desktop Background" rel="bookmark">75 Best HD Christmas Wallpapers for Desktop Background</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							Christmas is a widely observed cultured holiday, which is celebrated on 25th December by billion of people around the world. Christmas is an annual commemoration of the birth of Jesus Christ. The day is celebrated as general holiday with joy and peace around the different countries of							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-hd-christmas-wallpapers-for-desktop-background/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Beautiful-Rainbow-Island-Wallpaper-180x180.jpg" class="attachment-featured wp-post-image" alt="Beautiful Rainbow Island Wallpaper" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" title="25+ Best Photoshop Wallpaper Tutorials" rel="bookmark">25+ Best Photoshop Wallpaper Tutorials</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							If you are a person, who likes vanilla flavor of ice cream, over chocolate, there must be so many people preferring butterscotch. Everyone has his own choice, and wants to customize his stuff and choice according to his taste and need of choice. Considering the customization in							<div class="more">\r\n							<a href="http://thedesignpixel.com/best-photoshop-wallpaper-tutorials/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-180x180.jpg" alt="Top 20 Best Premium Web Hosting Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/'' title=''Top 20 Best Premium Web Hosting Templates'' class=''popular-title''>Top 20 Best Premium Web Hosting Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-psd-business-card-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Creative-Corporate-Business-Card-20-180x180.jpg" alt="45+ Best PSD Business Card Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-psd-business-card-templates/'' title=''45+ Best PSD Business Card Templates'' class=''popular-title''>45+ Best PSD Business Card Templates</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'wallpapers', '', 'publish', 'closed', 'closed', '', 'wallpapers', '', '', '2017-04-11 13:19:32', '2017-04-11 13:19:32', '', 0, 'http://thedesignpixel.com/wallpapers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(222, 1, '2017-04-11 13:19:32', '2017-04-11 13:19:32', '\r\n<div class="main-container"><div id="page">\r\n	<div class="content">\r\n		<article class="article">\r\n			<div id="content_box">\r\n				<h1 class="postsby">\r\n					 \r\n						<span>Web Hosting Archive</span>\r\n									</h1>\r\n									<div class="post excerpt">\r\n						<header>\r\n							<div class="featured-thumbnail">\r\n								<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="nofollow" id="featured-thumbnail">\r\n								 \r\n								<img width="180" height="180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Web-Hosting-180x180.jpg" class="attachment-featured wp-post-image" alt="?????????" title="" />																</a>\r\n							</div>\r\n								<h2 class="title">\r\n									<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" title="Important Things to Know Before Choosing the Web Host for Your Website" rel="bookmark">Important Things to Know Before Choosing the Web Host for Your Website</a>\r\n								</h2>\r\n															<div class="post-info">\r\n									<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\r\n									\r\n									<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\r\n								</div>\r\n													</header><!--.header-->\r\n						<div class="post-content image-caption-format-1">\r\n							With so many web hosting companies available, it can be difficult to know how to choose the service that will connect your website to the internet. While many of these hosting sites claim to offer similar services, it&#8217;s important to consider some of the following criteria to							<div class="more">\r\n							<a href="http://thedesignpixel.com/choosing-the-web-host-for-your-website/" rel="nofollow">Read More</a>\r\n							</div>\r\n						</div>\r\n					</div>\r\n																				</div>\r\n		</article>\r\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><script type="text/javascript"><!--\ngoogle_ad_client = "ca-pub-0392943078732176";\n/* TDP */\ngoogle_ad_slot = "9576953627";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\n//-->\n</script><br />\n\n</script></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="/" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Luxahoy-180x180.jpg" alt="35+ Best Most Addictive HTML5 Games"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-most-addictive-html5-games/'' title=''35+ Best Most Addictive HTML5 Games'' class=''popular-title''>35+ Best Most Addictive HTML5 Games</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Logmein-180x180.jpg" alt="8 Best Remote Desktop Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-remote-desktop-tools/'' title=''8 Best Remote Desktop Tools'' class=''popular-title''>8 Best Remote Desktop Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/32-Wrinkled-Paper-Textures-180x180.jpg" alt="35+ Paper Textures and Backgrounds You’ll Love"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/paper-textures-backgrounds/'' title=''35+ Paper Textures and Backgrounds You’ll Love'' class=''popular-title''>35+ Paper Textures and Backgrounds You’ll Love</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Polymaps-180x180.jpg" alt="35+ Best Data Visualization Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-data-visualization-tools/'' title=''35+ Best Data Visualization Tools'' class=''popular-title''>35+ Best Data Visualization Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Dribble-180x180.png" alt="50+ Creative 404 Error Page Designs for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/creative-404-error-page-designs-for-inspiration/'' title=''50+ Creative 404 Error Page Designs for Inspiration'' class=''popular-title''>50+ Creative 404 Error Page Designs for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Speed-up-your-InDesign-layouts-180x180.jpg" alt="25+ Excellent Adobe InDesign Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/excellent-adobe-indesign-tutorials/'' title=''25+ Excellent Adobe InDesign Tutorials'' class=''popular-title''>25+ Excellent Adobe InDesign Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Coyote-Night-Flyer-Template-180x180.jpg" alt="30 Best Print Ready PSD Flyer Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-print-ready-psd-flyer-templates/'' title=''30 Best Print Ready PSD Flyer Templates'' class=''popular-title''>30 Best Print Ready PSD Flyer Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-180x180.jpg" alt="50+ Best Premium Responsive WordPress Themes of 2014"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/'' title=''50+ Best Premium Responsive WordPress Themes of 2014'' class=''popular-title''>50+ Best Premium Responsive WordPress Themes of 2014</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>			</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'web hosting', '', 'publish', 'closed', 'closed', '', 'web-hosting', '', '', '2017-04-11 13:19:32', '2017-04-11 13:19:32', '', 0, 'http://thedesignpixel.com/web-hosting/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(223, 1, '2017-04-11 13:19:34', '2017-04-11 13:19:34', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;The Importance of Proactive Server Management</div><div class="single-content"><article class="post-4439 post type-post status-publish format-standard has-post-thumbnail hentry category-resources"><div id="post-4439" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">The Importance of Proactive Server Management</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>One of the most crucial assets for online businesses is the server that they are hosted on. Their web existence is dependent on the web server solution that they have in place. Commercial websites must maintain their online presence at all times for potential and existing companies to access. Additionally, the website needs to give the web user easy usability for them to engage and interact with the website. Thus, it is important for web businesses to partner with a <a href="http://www.hostgeek.com.au/hosting/dedicated-servers/">web hosting provider</a> that will keep servers hosting their web and business content running and functioning to both the business’ and web users expectations. Below are a few web hosting areas businesses should take into consideration when selecting a web hosting provider.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <h4>Web content delivery</h4><p>One of the major frustrations that web users have is the inability to access the website’s content successfully. This could be due to the amount of bandwidth that is available from the web host. If your website’s content is data heavy, such as image and video content, if the bandwidth could negatively impact the user experience with your website.</p><h4>Web content security</h4><p>The solution that you have in place must be able to protect the data of web users and threats to the website from malicious attacks that could bring down the website. There is a need to protect the website from hackers and malware, as well as people who may steal and use your web users data in web fraud activities. The website manager will need to manage the use of encryption within the server and on the websites (perhaps with an SSL certificate) and anti-malware software installations on the web server.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h4>Types of web hosting solutions to consider</h4><p>The web manager will also need to consider the type of web hosting options that are available to the business, as well as the risks and costs associated with each type of hosting solution. The cost of servers has decreased over the years with the rise of different web hosting solutions. However, depending on the type of data and performance required, the webmaster will need to select a compatible web hosting solution that will be easy for them to manage over the long term.</p><figure style="width: 500px" class="wp-caption aligncenter"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/3462607995_150a6b2624_servers.jpg" title="Server room by torkildr" alt="Server management room" width="500" height="333"><noscript></noscript><figcaption class="wp-caption-text"><small>Choosing the right web hosting service requires an assessment of our needs and research of potential providers. Photo by <a href="http://www.flickr.com/photos/8718930@N07/3462607995" target="_blank">torkildr</a> <a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/plugins/wp-inject/images/cc.png" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/plugins/wp-inject/images/cc.png" alt="" /></noscript></a></small></figcaption></figure><h5>Shared hosting</h5><p>Shared hosting is by far the most popular and one of the cheapest solutions for people to manage their server solutions. The server is usually virtual to the web host client (that is because the server is stored at the web host company’s location); the web host company manages the physical aspects of the server. The day to day server management aspects are looked after by the web hosting company, however due to the shared space limitations on the server, they may be restricted in the servers performance with bandwidth becoming a potential issue over the long term.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h5>Physical and virtual dedicated servers</h5><p>A physical dedicated server is a desired investment by most companies, although it comes with a hefty maintenance price tag. A physical dedicated server will only host the content of the business. The servers can be rented remotely from a web hosting company (often referred to as virtual dedicated servers) or they can be purchased and placed onsite or in a business’s dedicated area where their entire web content can be hosted. The infrastructure and performance can be managed more hands on by the business. However, the management of the server will also become the responsibility of the business. This may lead to additional staffing costs, software costs, area rentals and power costs. However with a virtual solution, your web hosting provider may be able to manage the server hosting on behalf of the company.</p><h5>Virtual private server (VPS)</h5><p>If your business web demands are quite small, you may want to consider investing in a virtual private server. This will give you exclusivity for your web content and bandwidth, as well as leaving the management of the physical aspects of the server with the hosting company. These physical limitations are beneficial and also risky. Should anything happen to the server your content is hosted on; you may risk losing your web content forever. That said; there is always the option to have external backup servers or storage devices to counteract this. Furthermore, any malicious or infrastructure risks must be managed by the web hosting company.</p><p>Server management is not something to be taken lightly. When considering options, speak to companies that have a good reputation and that can customise a solution that will best suit your web content and deliverable needs. Managing costs does have its importance, however do not sacrifice the stability and security of your website for a cheaper and more ineffective solution.</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><small><em>Featured photo by <a href="http://www.flickr.com/photos/122969584@N07/13844115693" target="_blank">ukCWCS</a> </em><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank" rel="nofollow"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/plugins/wp-inject/images/cc.png" alt><noscript><img src="http://thedesignpixel.com/files/wp-content/plugins/wp-inject/images/cc.png" alt="" /></noscript></a></small></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="6grnBa0301fe8b1c9ea411c82378f1dffa79aea2684de2c9bb10ea7ce780c6200ae27" class="wpdiscuz-cnonce" name="cnonce" value="6grnBa0301fe8b1c9ea411c82378f1dffa79aea2684de2c9bb10ea7ce780c6200ae27" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="Jin7g7d6634c3e42c0dc4a9b0aa0e5a47e58e4c09aa157f9fc3564e1a232cfb1685b7" class="wpdiscuz-cnonce" name="cnonce" value="Jin7g7d6634c3e42c0dc4a9b0aa0e5a47e58e4c09aa157f9fc3564e1a232cfb1685b7" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'the importance of proactive server management', '', 'publish', 'closed', 'closed', '', 'the-importance-of-proactive-server-management', '', '', '2017-04-11 13:19:34', '2017-04-11 13:19:34', '', 0, 'http://thedesignpixel.com/the-importance-of-proactive-server-management/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(224, 1, '2017-04-11 13:19:38', '2017-04-11 13:19:38', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>&nbsp;&nbsp;/&nbsp;&nbsp;Top 20 Facebook Layouts On The Web</div><div class="single-content"><article class="post-4278 post type-post status-publish format-standard has-post-thumbnail hentry category-design"><div id="post-4278" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/design/" title="View all posts in Design" >Design</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">Top 20 Facebook Layouts On The Web</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><div><h2>Mindblowing Facebook Designs: Top 20 Facebook Layouts On The Web</h2><p>All pages in social networks look kind of the same. Cover image and profile photo, ever-present white-and-blue color scheme, simple and predictable layout&#8230; That’s the way to be bored to death with what you see. Fortunately, Facebook allows you to launch themes that bring you pretty backgrounds, stunning photoshop effects, alternative layouts, and much more.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>In this post we want to share with you 20 Facebook layouts that are simply mindblowing in comparison to standard Facebook pages. Each of them was created to present your company at its best. This opportunity is often left out by companies, and your up-to-date Facebook style won’t pass unrecognized.</p><p>What are the features of a Facebook template? Each template is equipped with javascript-animated sliders, multi-layer drop-down menus, different post types, one-click contact forms, and stunning galleries to showcase what you offer. These 20 Facebook templates boast smart color choices, making fonts match with pretty backgrounds. Moreover, each template features a social icons block that lets you connect with people not only on Facebook, but in other popular networks, such as Instagram, Pinterest, and others.</p><p>Facebook templates are simple to edit in any HTML editor you like. It’s nothing more than well-structured coding that you can easily read and manage. Make changes to layout, adjust css styles, and personalize it to the degree you feel is necessary. It’s worth mentioning, that all the high resolution images with photoshop effects that come with the template become your property. You can later re-use them for your other projects.</p><p>So, if you want to differ from brand pages that you see daily, applying a Facebook template is one of the wisest solutions. It totally changes the way your page looks and makes it impressive and hard to pass by. Turn the page on Facebook into your tool number one in winning clients’ hearts, and it won’t take long for it to pay off.</p><div style="text-align: center;"><h2>Textured Floors Facebook HTML CMS Theme</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47051.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47051-facebook-b.jpg" alt=" Flooring Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47051-facebook-b.jpg" alt=" Flooring Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47051.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47051.html?aff=designpixel">Demo</a></strong></p><h2>Beyond Creative: Webdesign Facebook HTML CMS Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47045.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47045-facebook-b.jpg" alt=" Design Studio Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47045-facebook-b.jpg" alt=" Design Studio Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47045.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47045.html?aff=designpixel">Demo</a></strong></p><h2>Protecting Law Agency Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47048.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47048-facebook-b.jpg" alt=" Law Firm Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47048-facebook-b.jpg" alt=" Law Firm Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47048.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47048.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h2>Justice Restored: Facebook HTML CMS Theme for Law Firm</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47047.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47047-facebook-b.jpg" alt=" Law Firm Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47047-facebook-b.jpg" alt=" Law Firm Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47047.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47047.html?aff=designpixel">Demo</a></strong></p><h2>Water Fun Park Facebook HTML CMS Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47044.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47044-facebook-b.jpg" alt=" Amusement Park Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47044-facebook-b.jpg" alt=" Amusement Park Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47044.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47044.html?aff=designpixel">Demo</a></strong></p><h2>Active Children Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46958.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46958-facebook-b.jpg" alt=" Kids Center Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46958-facebook-b.jpg" alt=" Kids Center Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46958.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46958.html?aff=designpixel">Demo</a></strong></p><h2>Connecting the World: Networking Facebook Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46964.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46964-facebook-b.jpg" alt=" Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46964-facebook-b.jpg" alt=" Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46964.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46964.html?aff=designpixel">Demo</a></strong></p><h2>Total Defense: Facebook Theme for Insurance Company</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46887.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46887-facebook-b.jpg" alt=" Insurance Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46887-facebook-b.jpg" alt=" Insurance Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46887.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46887.html?aff=designpixel">Demo</a></strong></p><h2>Glamurous Models Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46890.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46890-facebook-b.jpg" alt=" Model Agency Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46890-facebook-b.jpg" alt=" Model Agency Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46890.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46890.html?aff=designpixel">Demo</a></strong></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <h2>Rejuvenating Treats: Facebook Page Design for Coffee Shop</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46880.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b.jpg" alt=" Coffee Shop Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b.jpg" alt=" Coffee Shop Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46880.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46880.html?aff=designpixel">Demo</a></strong></p><h2>Smiley: Oral Health Facebook HTML CMS Theme</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46894.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46894-facebook-b.jpg" alt=" Dentistry Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46894-facebook-b.jpg" alt=" Dentistry Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46894.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46894.html?aff=designpixel">Demo</a></strong></p><h2>Effective Consulting Agency Facebook Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46759.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46759-facebook-b.jpg" alt=" Consulting Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46759-facebook-b.jpg" alt=" Consulting Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46759.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46759.html?aff=designpixel">Demo</a></strong></p><h2>Tempting Seafood Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46763.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46763-facebook-b.jpg" alt=" Seafood Restaurant Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46763-facebook-b.jpg" alt=" Seafood Restaurant Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46763.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46763.html?aff=designpixel">Demo</a></strong></p><h2>Splendid Houses for Rent Facebook Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46761.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46761-facebook-b.jpg" alt=" Construction Company Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46761-facebook-b.jpg" alt=" Construction Company Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46761.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46761.html?aff=designpixel">Demo</a></strong></p><h2>Strike Time: Facebook Design for Bowling</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46762.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46762-facebook-b.jpg" alt=" Bowling Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46762-facebook-b.jpg" alt=" Bowling Facebook HTML CMS Template" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46762.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/46762.html?aff=designpixel">Demo</a></strong></p><h2>Lovely Wedding Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47058.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47058-facebook-b.jpg" alt=" Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47058-facebook-b.jpg" alt=" Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47058.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47058.html?aff=designpixel">Demo</a></strong></p><h2>Minimalist Software Facebook Theme</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47054.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47054-facebook-b.jpg" alt=" Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47054-facebook-b.jpg" alt=" Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47054.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47054.html?aff=designpixel">Demo</a></strong></p><h2>Luxuty Class Hotel Facebook Template</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47050.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47050-facebook-b.jpg" alt=" Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47050-facebook-b.jpg" alt=" Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47050.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47050.html?aff=designpixel">Demo</a></strong></p><h2>Spacious Hotel Facebook HTML CMS Design</h2><p><a href="http://store.templatemonster.com/facebook-html-cms-templates/47050.html?aff=designpixel"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/47050-facebook-b.jpg" alt=" Facebook HTML CMS Template"><noscript><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/47050-facebook-b.jpg" alt=" Facebook HTML CMS Template" /></noscript></a></p><p><strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/47050.html?aff=designpixel">Details</a></strong> |<br /> <strong><a href="http://store.templatemonster.com/demo/47050.html?aff=designpixel">Demo</a></strong></p></div></div><p>&nbsp;</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="tQuS8f3bd53478ad315623858fabf9062afa5788a9e035182d842971ae74d5aee8d4f" class="wpdiscuz-cnonce" name="cnonce" value="tQuS8f3bd53478ad315623858fabf9062afa5788a9e035182d842971ae74d5aee8d4f" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="iMkZw424c3d9195fce553ad05d0d53515d1db682d4a9e37a56ebb5ab81d6ae6fd9f7d" class="wpdiscuz-cnonce" name="cnonce" value="iMkZw424c3d9195fce553ad05d0d53515d1db682d4a9e37a56ebb5ab81d6ae6fd9f7d" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'top 20 facebook layouts on the web', '', 'publish', 'closed', 'closed', '', 'top-20-facebook-layouts-on-the-web', '', '', '2017-04-11 13:19:38', '2017-04-11 13:19:38', '', 0, 'http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(225, 1, '2017-04-11 13:19:40', '2017-04-11 13:19:40', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;Top 20 Best Premium Web Hosting Templates</div><div class="single-content"><article class="post-2295 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-templates tag-themes"><div id="post-2295" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">Top 20 Best Premium Web Hosting Templates</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>This is a very common phrase we come across, &ldquo;That guy makes millions over the internet&rdquo;. Nevertheless, the fact is true. The internet has so many money making opportunities, if you have the potential, and the ideas to make it through, and create something effective and wonderful, and change your life with money flowing through. From designing, developing, registration services, to selling hosting web space to the other users. Web hosting is basically a virtual disk space, where your files for your website are stored, which the users view.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>There are a lot of web hosting resellers already available, who just purchase a dedicated server, or build up their own server, and sell shares space on it, to their members, bringing out a great amount of profit. There is a very common case, when you are good at the back end server stuff, like updating it, maintaining it, etc., but not getting the right direction in web development, because, both of them are <span id="a23cc44a-1dd2-4f2c-a640-86d4fb9502c9" class="GINGER_SOFATWARE_mark">kinda</span> different. If you wish to set up your web hosting service reselling service, get ready to spend a lot of your dollars in the initial investment over getting an attractive website developed, attracting customers. But, whenever starting up a startup, we are already on a short budget, and spending $500 more on getting a design developed would be painful.</p><p>Web hosting templates are easy to be edited by anyone, and you can create really cool websites using the same. For other website styles, there are a lot of web hosting templates also available. Where, all you need to do is to just change the hosting plans, logo, about information, etc., and you are good to go. Download these web hosting templates, edit them, post them back, and you are good to go. We have selected a collection of some of the best premium web hosting templates to make the things even easier for you.</p><h3><strong><span style="text-decoration: underline;"><em>Top 20 Best Premium Web Hosting Templates</em></span>:</strong></h3><p><strong>Soft Black&amp;Red Hosting PrestaShop Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Soft-BlackRed-Hosting-PrestaShop-Theme.jpg" class="aligncenter size-full wp-image-2296" alt="Soft Black&amp;Red Hosting PrestaShop Theme" width="600" height="1091" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Soft-BlackRed-Hosting-PrestaShop-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Soft-BlackRed-Hosting-PrestaShop-Theme-165x300.jpg 165w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Soft-BlackRed-Hosting-PrestaShop-Theme-563x1024.jpg 563w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/prestashop-themes/48567.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/48567.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>White Cloud: Hosting Responsive OpenCart Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/White-Cloud-Hosting-Responsive-OpenCart-Template.jpg" class="aligncenter size-full wp-image-2297" alt="White Cloud Hosting Responsive OpenCart Template" width="600" height="1105" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/White-Cloud-Hosting-Responsive-OpenCart-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/White-Cloud-Hosting-Responsive-OpenCart-Template-163x300.jpg 163w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/White-Cloud-Hosting-Responsive-OpenCart-Template-556x1024.jpg 556w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/opencart-templates/48411.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/48411.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Hosting of the Future VirtueMart Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Hosting-of-the-Future-VirtueMart-Template.jpg" class="aligncenter size-full wp-image-2298" alt="Hosting of the Future VirtueMart Template" width="600" height="862" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hosting-of-the-Future-VirtueMart-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hosting-of-the-Future-VirtueMart-Template-209x300.jpg 209w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/virtuemart-templates/48397.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/48397.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Your Zone: Hosting Store PrestaShop Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Your-Zone-Hosting-Store-PrestaShop-Theme.jpg" class="aligncenter size-full wp-image-2299" alt="Your Zone Hosting Store PrestaShop Theme" width="600" height="897" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Your-Zone-Hosting-Store-PrestaShop-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Your-Zone-Hosting-Store-PrestaShop-Theme-201x300.jpg 201w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/prestashop-themes/48239.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/48239.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Fun 15-puzzle: Hosting Responsive WooCommerce Design</strong></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Fun-15-puzzle-Hosting-Responsive-WooCommerce-Design.jpg" class="aligncenter size-full wp-image-2300" alt="Fun 15-puzzle Hosting Responsive WooCommerce Design" width="600" height="1196" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fun-15-puzzle-Hosting-Responsive-WooCommerce-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fun-15-puzzle-Hosting-Responsive-WooCommerce-Design-151x300.jpg 151w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fun-15-puzzle-Hosting-Responsive-WooCommerce-Design-514x1024.jpg 514w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/woocommerce-themes/48019.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/48019.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Professional Hosting: Responsive WordPress Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Professional-Hosting-Responsive-WordPress-Template.jpg" class="aligncenter size-full wp-image-2301" alt="Professional Hosting Responsive WordPress Template" width="600" height="1006" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Professional-Hosting-Responsive-WordPress-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Professional-Hosting-Responsive-WordPress-Template-179x300.jpg 179w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/wordpress-themes/47938.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/47938.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Sleek and Stylish Hosting Responsive Drupal Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sleek-and-Stylish-Hosting-Responsive-Drupal-Theme.jpg" class="aligncenter size-full wp-image-2302" alt="Sleek and Stylish Hosting Responsive Drupal Theme" width="600" height="1045" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sleek-and-Stylish-Hosting-Responsive-Drupal-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sleek-and-Stylish-Hosting-Responsive-Drupal-Theme-172x300.jpg 172w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sleek-and-Stylish-Hosting-Responsive-Drupal-Theme-588x1024.jpg 588w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/drupal-themes/47506.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/47506.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Comfortable Hosting Responsive Joomla Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Comfortable-Hosting-Responsive-Joomla-Template.jpg" class="aligncenter size-full wp-image-2303" alt="Comfortable Hosting Responsive Joomla Template" width="600" height="1095" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Comfortable-Hosting-Responsive-Joomla-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Comfortable-Hosting-Responsive-Joomla-Template-164x300.jpg 164w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Comfortable-Hosting-Responsive-Joomla-Template-561x1024.jpg 561w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/joomla-templates/47247.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/47247.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Future Prospective: Hosting Responsive WordPress Design</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Future-Prospective-Hosting-Responsive-WordPress-Design.jpg" class="aligncenter size-full wp-image-2304" alt="Future Prospective Hosting Responsive WordPress Design" width="430" height="860" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Future-Prospective-Hosting-Responsive-WordPress-Design.jpg 430w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Future-Prospective-Hosting-Responsive-WordPress-Design-150x300.jpg 150w" sizes="(max-width: 430px) 100vw, 430px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/wordpress-themes/47013.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/47013.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>A Hosting Game: CMS HTML Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/A-Hosting-Game-CMS-HTML-Template.jpg" class="aligncenter size-full wp-image-2305" alt="A Hosting Game CMS HTML Template" width="600" height="822" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Hosting-Game-CMS-HTML-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Hosting-Game-CMS-HTML-Template-219x300.jpg 219w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://store.templatemonster.com/moto-cms-html-templates/45613.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/45613.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Reliable Hosting Responsive Magento Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Reliable-Hosting-Responsive-Magento-Theme.jpg" class="aligncenter size-full wp-image-2306" alt="Reliable Hosting Responsive Magento Theme" width="600" height="857" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Reliable-Hosting-Responsive-Magento-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Reliable-Hosting-Responsive-Magento-Theme-210x300.jpg 210w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/magento-themes/45563.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/45563.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Green Servers: Responsive Hosting Store OpenCart Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template.jpg" class="aligncenter size-full wp-image-2307" alt="Green Servers Responsive Hosting Store OpenCart Template" width="600" height="795" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-226x300.jpg 226w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/opencart-templates/45557.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/45557.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Sunny Start-up: Hosting Responsive Website Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sunny-Start-up-Hosting-Responsive-Website-Template.jpg" class="aligncenter size-full wp-image-2308" alt="Sunny Start-up Hosting Responsive Website Template" width="600" height="615" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sunny-Start-up-Hosting-Responsive-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sunny-Start-up-Hosting-Responsive-Website-Template-293x300.jpg 293w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/website-templates/45151.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/45151.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Boost Your Hosting Responsive Website Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Boost-Your-Hosting-Responsive-Website-Template.jpg" class="aligncenter size-full wp-image-2309" alt="Boost Your Hosting Responsive Website Template" width="600" height="511" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Boost-Your-Hosting-Responsive-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Boost-Your-Hosting-Responsive-Website-Template-300x256.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/website-templates/45141.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/45141.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Simple Hosting: Drupal Design</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Simple-Hosting-Drupal-Design.jpg" class="aligncenter size-full wp-image-2310" alt="Simple Hosting Drupal Design" width="600" height="1027" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Hosting-Drupal-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Hosting-Drupal-Design-175x300.jpg 175w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Simple-Hosting-Drupal-Design-598x1024.jpg 598w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/drupal-themes/44261.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/44261.html?aff=designpixel"><strong>Demo</strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><strong>Deep Safe Blue: Hosting Website Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Deep-Safe-Blue-Hosting-Website-Template.jpg" class="aligncenter size-full wp-image-2311" alt="Deep Safe Blue Hosting Website Template" width="600" height="530" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Deep-Safe-Blue-Hosting-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Deep-Safe-Blue-Hosting-Website-Template-300x265.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/website-templates/41839.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/41839.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>No Fails: Hosting Store PrestaShop Theme</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/No-Fails-Hosting-Store-PrestaShop-Theme.jpg" class="aligncenter size-full wp-image-2312" alt="No Fails Hosting Store PrestaShop Theme" width="600" height="857" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/No-Fails-Hosting-Store-PrestaShop-Theme.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/No-Fails-Hosting-Store-PrestaShop-Theme-210x300.jpg 210w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/prestashop-themes/41333.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/41333.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Hosting Website Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Hosting-Website-Template.jpg" class="aligncenter size-full wp-image-2313" alt="Hosting Website Template" width="600" height="699" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hosting-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hosting-Website-Template-258x300.jpg 258w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/website-templates/41079.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/41079.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Truly Effective Web </strong><strong><span id="946b5ad5-62c0-49ed-8d08-296bb2388745" class="GINGER_SOFATWARE_mark">Hosting Magento</span></strong><strong> Design</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Truly-Effective-Web-Hosting-Magento-Design.jpg" class="aligncenter size-full wp-image-2314" alt="Truly Effective Web Hosting Magento Design" width="600" height="1014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Truly-Effective-Web-Hosting-Magento-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Truly-Effective-Web-Hosting-Magento-Design-178x300.jpg 178w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/magento-themes/41051.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/41051.html?aff=designpixel"><strong>Demo</strong></a></p><p><strong>Dynamic Hosting Process: Website Template</strong></p><p><a href="#"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Dynamic-Hosting-Process-Website-Template.jpg" class="aligncenter size-full wp-image-2315" alt="Dynamic Hosting Process Website Template" width="600" height="772" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dynamic-Hosting-Process-Website-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Dynamic-Hosting-Process-Website-Template-233x300.jpg 233w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://store.templatemonster.com/website-templates/40703.html?aff=designpixel"><strong>Details</strong></a><strong> | </strong><a href="http://store.templatemonster.com/demo/40703.html?aff=designpixel"><strong>Demo</strong></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "Top 20 Best Premium Web Hosting Templates"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="srHtk28df3d26dcd286039fdd2a745bb461cc2aa2cfdd39799901e4a6c4b59d5a4ddc" class="wpdiscuz-cnonce" name="cnonce" value="srHtk28df3d26dcd286039fdd2a745bb461cc2aa2cfdd39799901e4a6c4b59d5a4ddc" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="KpARL1e190235c60df4c2147621c08b0dabd15c128769598fb3053e7c863b871f0440" class="wpdiscuz-cnonce" name="cnonce" value="KpARL1e190235c60df4c2147621c08b0dabd15c128769598fb3053e7c863b871f0440" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-7800_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/bf0a820d2a898e84d6cca964fa51847f?s=48&#038;d=mm&#038;r=g" alt="webhosting" srcset="http://2.gravatar.com/avatar/bf0a820d2a898e84d6cca964fa51847f?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-7800" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">webhosting</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/top-best-premium-web-hosting-templates.html#comment-7800&quot; /&gt;" /></div><div class="wc-comment-date">December 21, 2014 3:11 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>I don&#8217;t even understand how I ended up right here, but I thought this post was great.</p><p>I do not recognize who you are but definitely you are going to a well-known blogger when you aren&#8217;t already.<br /> Cheers!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=I%20don%E2%80%99t%20even%20understand%20how%20I%20ended%20up%20right%20here,%20but%20I%20thought%20this%20post%20was%20great.I%20do%20not%20recognize%20who%20you%20are%20but%20definitely%20you%20are%20going%20to%20a%20well-known%20blogger%20when%20you%20aren%E2%80%99t%20already.Cheers!http://www.thedesignpixel.com/top-best-premium-web-hosting-templates.html#comment-7800" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/top-best-premium-web-hosting-templates.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7800_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'top best premium web hosting templates', '', 'publish', 'closed', 'closed', '', 'top-best-premium-web-hosting-templates', '', '', '2017-04-11 13:19:40', '2017-04-11 13:19:40', '', 0, 'http://thedesignpixel.com/top-best-premium-web-hosting-templates/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(226, 1, '2017-04-11 13:19:41', '2017-04-11 13:19:41', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-3568" class="post-3568 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-resources tag-templates tag-themes g cat-4-id cat-1-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; Top 20 Web Templates for Photographer Portfolio</div>\n												<header>\n							<h1 class="title">Top 20 Web Templates for Photographer Portfolio</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/graphics/" rel="nofollow">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Photography gained great popularity among millions of people all over the world as a hobby. People share their snaps taken with iPhones in social networks such as Instagram, Facebook, Twitter and Flickr. The World Wide Web is deluged with hundreds of blogs and forums dedicated to methods of taking stunning landscape or portrait photos, customizing photos in Photoshop etc. For both seasoned photographers and amateur shooters. Also, This kind of activity has become perfect means of earning money. There are hundreds of websites on the Internet on which experienced photographers, as well as newbies showcase their works and services.</p>\n<p>Professionals understand that brilliant skills will not be enough for being a successful and well-known photographer. Having an attractive web project, presenting your masterpieces to the online community is as much important as photographer’s proficiency. A professional portfolio includes much more than a simple set of the images within one page. The overall design and functionality stuffing of your online gallery play the most important role here. At this point we are speaking about various types of stable galleries to zoom in and out effects, different view modes (slideshow or single photo), panoramic sliders (carousel, accordion etc.), ability to download photos and user-friendly navigation. Today, thanks to a wide variety of ready-to-use portfolio website templates one can easily build a stunning and professional photo projects showcase, as if skilled programmers and designers created it.</p>\n<p>Here, We would like to present you top 20 ready-made web templates for photographer portfolio. These cutting-edge templates will definitely strike you with their sharp and stylish design. The collection also includes smashing Facebook designs for photographer’s website. You can add your portfolio directly to your Facebook page, thus effectively share your works and promote your business in many countries. Custom WordPress themes which are also presented below can be a good asset for people running blogs dedicated to photography. These templates let you add a dazzling showcase of your photography works to the personal page, and essentially boost your business. Take advantage of these clean-cut, unique and 100% responsive web templates. They incorporate multiple slider and gallery options, animation effects for navigation buttons and other various features, allowing you to create an amazing professional portfolio with your masterpieces.</p>\n<h3><span style="text-decoration: underline;"><em><strong>Top 20 Web Templates for Photographer Portfolio:</strong></em></span></h3>\n<p><strong>Tony Stark Photo Portfolio Theme</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/51723.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/51700/51723-big.jpg" alt="Tony Stark Photo Portfolio Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/51723.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/51723.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Nora Lee Original Photography Art</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/50460.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/50400/50460-big.jpg" alt="Nora Lee Original Photography Art" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/50460.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/50460.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Steve Jones Photo Portfolio</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/51060.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/51000/51060-big.jpg" alt="Steve Jones Photo Portfolio" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/51060.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/51060.html?aff=%20thedesignpixel">Demo</a></strong><br />\n<strong>LB/Professional Painter</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/49560.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/49500/49560-big.jpg" alt="LB/Professional Painter" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/49560.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/49560.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Nora Lee Photography</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/49474.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/49400/49474-big.jpg" alt="Nora Lee Photography" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/49474.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/49474.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Painter Personal Page</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/37538.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/37500/37538_01_home_big.jpg" alt="Painter Personal Page" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/37538.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/37538.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>J. Simson Theme</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/49305.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/49300/49305-big.jpg" alt="J. Simson Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/49305.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/49305.html?aff=%20thedesignpixel">Demo</a></strong><br />\n<strong>Nora Lee Photo Portfolio</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/49128.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/49100/49128-big.jpg" alt="Nora Lee Photo Portfolio" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/49128.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/49128.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Sam Low Page</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/48907.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/48900/48907-big.jpg" alt="Sam Low Page" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/48907.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/48907.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Alan Houser Portfolio</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/48291.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/48200/48291-big.jpg" alt="Alan Houser Portfolio" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/48291.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/48291.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Mia Wang Portfolio</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/43224.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/43200/43224_01_aboutme_big.jpg" alt="Mia Wang Portfolio" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/wordpress-themes/43224.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/43224.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>David Flow</strong></p>\n<p><a href="http://store.templatemonster.com/website-templates/48111.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/48100/48111-big.jpg" alt="David Flow" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/website-templates/48111.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/48111.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Photo Portfolio Theme</strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/48087.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/48000/48087-big.jpg" alt="Photo Portfolio Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/48087.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/48087.html?aff=%20thedesignpixel">Demo</a></strong><br />\n<strong>Linda <span id="eaa10cb6-45c1-411b-907e-99ca13b17b93" class="GINGER_SOFATWARE_mark">Grey</span></strong></p>\n<p><a href="http://store.templatemonster.com/photo-gallery-templates/46499.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/46400/46499-big.jpg" alt="Linda Grey" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/photo-gallery-templates/46499.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/46499.html?aff=%20thedesignpixel">Demo</a></strong><br />\n<strong>La Festa</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46238.htmll?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/46200/46238-big.jpg" alt="La Festa" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46238.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/46238.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Photo Studio Facebook <span id="c892fe05-0c39-4a37-a810-f31bbde7662f" class="GINGER_SOFATWARE_mark">HTML CMS</span> Template</strong></p>\n<p><a href="http://store.templatemonster.com/facebook-html-cms-templates/46344.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/46300/46344-big.jpg" alt="Photo Studio Facebook HTML CMS Template" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/facebook-html-cms-templates/46344.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/46344.html?aff=%20thedesignpixel">Demo</a></strong><br />\n<strong>Splash Theme</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/45681.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/45600/45681-big.jpg" alt="Splash Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/wordpress-themes/45681.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/45681.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong><span id="ab5fb109-750c-404d-8567-01f199622e89" class="GINGER_SOFATWARE_mark">Defrozo</span> Photo Portfolio</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/33668.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/33600/33668_wp_3_hovers_big.jpg" alt="Defrozo Photo Portfolio" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/wordpress-themes/33668.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/33668.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Photographer Portfolio WordPress Theme</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/40741.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/40700/40741_01_home_big.jpg" alt="Photographer Portfolio WordPress Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/wordpress-themes/40741.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/40741.html?aff=%20thedesignpixel">Demo</a></strong></p>\n<p><strong>Fancy Photographer Portfolio Theme</strong></p>\n<p><a href="http://store.templatemonster.com/wordpress-themes/47223.html?aff=%20thedesignpixel"><img class="aligncenter size-full wp-image-3331" src="http://thedesignpixel.com/files/47200/47223-big.jpg" alt="Fancy Photographer Portfolio Theme" width="650" /></a><br />\n<strong><a href="http://store.templatemonster.com/wordpress-themes/47223.html?aff=%20thedesignpixel">Details</a> | <a href="http://store.templatemonster.com/demo/47223.html?aff=%20thedesignpixel">Demo</a></strong></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/top-web-templates-for-photographer-portfolio.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/top-web-templates-for-photographer-portfolio.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/11/photography-portfolio.jpg&amp;description=Top%2020%20Web%20Templates%20for%20Photographer%20Portfolio" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/templates/" rel="tag">Templates</a>, <a href="http://thedesignpixel.com/tag/themes/" rel="tag">Themes</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" rel="bookmark" title="45+ Best Free Responsive Blogger Templates">\n													45+ Best Free Responsive Blogger Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/creative-svg-animation-tutorials/" rel="bookmark" title="10 Creative SVG Animation Tutorials">\n													10 Creative SVG Animation Tutorials												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/" rel="bookmark" title="8 Best Sites to Watch CLT20 Live Streaming Online Free">\n													8 Best Sites to Watch CLT20 Live Streaming Online Fr...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''3568'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f00160b8ba" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="117"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'top web templates for photographer portfolio', '', 'publish', 'closed', 'closed', '', 'top-web-templates-for-photographer-portfolio', '', '', '2017-04-11 13:19:41', '2017-04-11 13:19:41', '', 0, 'http://thedesignpixel.com/top-web-templates-for-photographer-portfolio/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(227, 1, '2017-04-11 13:19:42', '2017-04-11 13:19:42', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;Why You Should Use Docker to Run Apps Now</div><div class="single-content"><article class="post-4882 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-docker tag-virtualization"><div id="post-4882" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">Why You Should Use Docker to Run Apps Now</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">docker</a>, <a href="http://thedesignpixel.com" rel="tag">virtualization</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>There are a lot of features that really set Docker apart from other virtualization technologies. More and more hosting service providers are <a href="https://hostpresto.com/docker-container-hosting/">offering support</a> for Docker containers as part of their services too, which means using and running one is now easier than ever. There is no better time to start using Docker than now, and here are a few reasons why you should benefit from the lightweight virtualization technology.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <h3>Big Names Now Support Docker</h3><p>Until very recently, finding a good Docker hosting solution is relatively difficult. You either have to set up your own environment from scratch or use a pre-configured Docker hosting service from indie brands. Today, however, even Google and Amazon support Docker containers.</p><p>Docker really simplifies setting up virtual containers to a whole new level. Instead of having to rely on the older VMs, you can now run your Docker container on any platform and configure each container individually.</p><p>This type of simplification works really well with the cloud services from Google, Amazon and other top brands. You can even run your application across multiple cloud setups without a problem. For example, you can fully utilize Amazon’s wide range of cloud services to run a high performance web application using Docker.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <h3>From Development to Deployment in Seconds</h3><p>One of the biggest challenges in deploying a new web application is setting up the deployment environment to match the development one, or vice versa. A lot of things can go wrong during the deployment process simply because there are inconsistencies in server configs and other elements of the environment.</p><p>Docker completely eliminates these problems with the way it is designed to work. Instead of leaving the configurations and application runtime environment on a server level, everything is self-contained and will work seamlessly when moved to a completely different server.</p><p>All you need is support for Docker, which a lot of cloud service providers now offer. All elements and modules needed by your web application are contained within the Docker container and deployment will be as easy as 1-2-3.</p><h3>Cost Efficiency, Isolation and Consolidation</h3><p>I personally love the way each Docker container is isolated. This very nature of Docker makes it very suitable for <a href="http://searchservervirtualization.techtarget.com/feature/Is-Docker-resurrecting-container-virtualization-in-time-to-kill-VMs">server consolidation</a>, which in turn can help reduce the cost of deploying multiple web applications down to a minimum.</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>You no longer need to have multiple cloud instances running at the same time. If you want to deploy two apps that use different versions of REST API, for instance, you can have both Docker containers running on the same server rather easily. Each version of the API can run independently inside the Docker container, allowing both apps to access the functions they need without interfering with each other.</p><p>Docker works much better than conventional sandboxing, so you can also expect the Docker containers to be very secured. Should a problem hit one of your apps, you don’t need to worry about it affecting other Docker containers in the same server. Maintaining a secure environment for Docker containers is also very easy to do.<br /> These benefits lead to one thing: more cost efficiency. There is no need to have multiple operating systems or waste precious cloud resources on running several instances of frameworks and engines at the same time. Docker containers have minimal footprints too, which increases the benefits of using them even further.</p><h3>Easy Management</h3><p>What about managing a large number of Docker containers? This may seem like a difficult task to tackle at first, especially since each container can have its own unique configurations and modules. However, managing and scaling Docker containers is actually easier than you think.</p><p>There are a lot of projects that focus on this matter. Deis, for example, provides a good series of Docker management tools to help server administrators and developers run multiple Docker apps without hassle. Panamax and Cadvisor are adding new tools and features to their suites as well.</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>Some PaaS providers are even implementing Docker virtualization and management tools natively. App Engine, for example, now supports Docker and allows for a better server consolidation. The same goes for Heroku and Elastic Beanstalk. For services that don’t incorporate these features natively, setting up the ideal environment for Docker containers to run is now easier than ever.</p><h3>The Perfect Time to Start</h3><p>As you can see, there is no better time to start using Docker than now. The top service providers are extending their support for this virtualization technology as part of their services, allowing you to benefit from using Docker containers easily. Migrating from older VMs to Docker containers is also very easy to do.</p><p>Once you have tried Docker and have a working app running from a container, you will never go back. It is very versatile and rapidly accessible, even compared to some of the most flexible and lightest VMs out there.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="hv61F5243aee06c736de732106168a2aca017e4c0971bef4d4f836a4c7ff39180f910" class="wpdiscuz-cnonce" name="cnonce" value="hv61F5243aee06c736de732106168a2aca017e4c0971bef4d4f836a4c7ff39180f910" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="k4QJkb20684d5789b04d532f5010aeb6823bff8b602a79781a31ceea3dc4593583f5e" class="wpdiscuz-cnonce" name="cnonce" value="k4QJkb20684d5789b04d532f5010aeb6823bff8b602a79781a31ceea3dc4593583f5e" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'use docker run apps now', '', 'publish', 'closed', 'closed', '', 'use-docker-run-apps-now', '', '', '2017-04-11 13:19:42', '2017-04-11 13:19:42', '', 0, 'http://thedesignpixel.com/use-docker-run-apps-now/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(228, 1, '2017-04-11 13:19:50', '2017-04-11 13:19:50', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout                            </div>\r\n				        <div class="single-content">\n    <article class="post-215 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-illustrator">\r\n	<div id="post-215" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/illustrator/" rel="tag">Illustrator</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-adobe-illustrator-tutorials/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>Adobe Illustrator is one of the most popular software applications in the design industry. As a counterpart to Adobe Photoshop, which specializes in raster graphics, Illustrator is considered one of the best vector graphics editors currently available in the market.</p>\n<p>As is usually the case with many products developed and marketed by Adobe Systems, using the software can be a daunting task for beginners, due to the tremendous depth and breadth of the software, akin to that of Adobe Photoshop. However, investing the time in learning to use Illustrator is often worth it for most designers, seeing as is it the industry standard for creating vector graphics and elements.</p>\n<p>Thankfully, this popularity also means that the web is full of great Illustrator tutorials that ease the process of learning and mastering the software. But finding quality tutorials and guides is not always easy. To help out our fellow designers, we have analyzed and carefully picked useful Adobe Illustrator tutorials, from beginner to advanced level.</p>\n<p>By using this list of Adobe Illustrator tutorials you can master the skills needed to create vector graphics in no time. Let&#8217;s check out this compilation of useful Adobe Illustrator tutorials and don&#8217;t forget to share your views in the comments if you want this list to be modified further in any way.</p>\n<h3> <span style="text-decoration: underline;"><em><strong>105+ Useful Adobe Illustrator Tutorials Every Designer Should Checkout:</strong></em></span></h3>\n<p><strong>Shaped Clipping Mask Tutorial</strong></p>\n<p><a href="http://www.companyfolders.com/blog/create-clipping-mask-photoshop-illustrator-tutorial"><img class="aligncenter wp-image-4841 size-full" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15.jpg" alt="Clipping mask Illustrator tutorial" width="600" height="541" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15-300x271.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter wp-image-4841 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15.jpg" alt="Clipping mask Illustrator tutorial" width="600" height="541" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15-300x271.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/create-clipping-mask-photoshop-tutorial-15.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>This tutorial makes use of a clipping mask to divide an image of a ship into rounded squares for a stylish effect.</p>\n<p><a href="http://www.companyfolders.com/blog/create-clipping-mask-photoshop-illustrator-tutorial">MORE INFO</a></p>\n<p><strong>Army Cap Illustrator Tutorial</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial.jpg"><img class="aligncenter size-full wp-image-296" title="Army Cap Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial.jpg" alt="Army Cap Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-296" title="Army Cap Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial.jpg" alt="Army Cap Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Army-Cap-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>In this tutorial, you will learn how to design an Army cap by using Adobe Illustrator.</p>\n<p><a href="http://www.vectordiary.com/illustrator/army-cap-tutorial/" target="_blank">MORE INFO</a></p>\n<p><strong>Garlic Illustrator Tutorial</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial.jpg"><img class="aligncenter size-full wp-image-297" title="Garlic Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial.jpg" alt="Garlic Illustrator Tutorial" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial-300x168.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-297" title="Garlic Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial.jpg" alt="Garlic Illustrator Tutorial" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial-300x168.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Garlic-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>This Adobe Illustrator tutorial helps you to create two pieces of garlic in a very simple way.</p>\n<p><a href="http://www.vectordiary.com/illustrator/garlic-illustrator-tutorial/" target="_blank">MORE INFO</a></p>\n<p><strong>Helmet Illustrator Tutorial</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial.jpg"><img class="aligncenter size-full wp-image-299" title="Helmet Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial.jpg" alt="Helmet Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-299" title="Helmet Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial.jpg" alt="Helmet Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Helmet-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>Learn how to create an illustration of a safety helmet by using adobe illustrator.</p>\n<p><a href="http://www.vectordiary.com/illustrator/helmet-tutorial/" target="_blank">MORE INFO</a></p>\n<p><strong>Cicada Illustrator Tutorial</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial.jpg"><img class="aligncenter size-full wp-image-300" title="Cicada Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial.jpg" alt="Cicada Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-300" title="Cicada Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial.jpg" alt="Cicada Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Cicada-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>Cicada Illustrator Tutorial helps to create an illustration of a cicada and you can easily learn how to use reflection of several objects of this symmetrical insect.</p>\n<p><a href="http://www.vectordiary.com/illustrator/cicada-tutorial/" target="_blank">MORE INFO</a></p>\n<p><strong>Pen Organizer Illustrator Tutorial</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial.jpg"><img class="aligncenter size-full wp-image-301" title="Pen Organizer Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial.jpg" alt="Pen Organizer Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-301" title="Pen Organizer Illustrator Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial.jpg" alt="Pen Organizer Illustrator Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial-300x180.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pen-Organizer-Illustrator-Tutorial.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>As professional designer this is a very useful tutorial which helps you to easily create a pen or pencil organizer using adobe illustrator.</p>\n<p><a href="http://www.vectordiary.com/illustrator/pen-organizer-tutorial/" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Fabulous Semi Realistic Lipstick</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick.jpg"><img class="aligncenter size-full wp-image-302" title="Create a Fabulous Semi Realistic Lipstick" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick.jpg" alt="Create a Fabulous Semi Realistic Lipstick" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-302" title="Create a Fabulous Semi Realistic Lipstick" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick.jpg" alt="Create a Fabulous Semi Realistic Lipstick" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick-300x200.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Fabulous-Semi-Realistic-Lipstick.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>This adobe illustrator tutorial helps you to understand that how to create a Fabulous Semi Realistic Lipstick from scratch. It starts from basic shapes therefore you do not have to be compelled to worry regarding your Pen Tool skills. You may use Warp effects and Art Brushes to form reflections and highlights.</p>\n<p><a href="http://design.tutsplus.com/tutorials/mwah-create-a-fabulous-semi-realistic-lipstick-in-adobe-illustrator--vector-12838" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Series of Colorful Vector Starfish</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish.jpg"><img class="aligncenter size-full wp-image-303" title="Create a Series of Colorful Vector Starfish" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish.jpg" alt="Create a Series of Colorful Vector Starfish" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-303" title="Create a Series of Colorful Vector Starfish" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish.jpg" alt="Create a Series of Colorful Vector Starfish" width="600" height="450" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish-300x225.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish-480x360.jpg 480w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Series-of-Colorful-Vector-Starfish.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>A step by step tutorial which helps you to learn how to create a series of Colorful Vector Starfish by using art brushes available in adobe illustrator.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-series-of-colorful-vector-starfish-in-adobe-illustrator--vector-14106" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Resting Owl Scene With Brushes and Pattern</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern.jpg"><img class="aligncenter size-full wp-image-304" title="Create a Resting Owl Scene With Brushes and Pattern" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern.jpg" alt="Create a Resting Owl Scene With Brushes and Pattern" width="434" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern-217x300.jpg 217w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern.jpg 434w" sizes="(max-width: 434px) 100vw, 434px" /><noscript><img class="aligncenter size-full wp-image-304" title="Create a Resting Owl Scene With Brushes and Pattern" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern.jpg" alt="Create a Resting Owl Scene With Brushes and Pattern" width="434" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern-217x300.jpg 217w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Resting-Owl-Scene-With-Brushes-and-Pattern.jpg 434w" sizes="(max-width: 434px) 100vw, 434px" /></noscript></a></p>\n<p>In this tutorial you will learn how to create a Resting Owl Scene With Brushes and Pattern using basic shapes and brushes.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-resting-owl-scene-with-brushes-and-pattern-in-adobe-illustrator--vector-11507" target="_blank">MORE INFO</a></p>\n<p><strong>Get It While It’s Hot! Create a Detailed BBQ</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Get-It-While-Its-Hot-Create-a-Detailed-BBQ.jpg"><img class="aligncenter size-full wp-image-306" title="Get It While It’s Hot! Create a Detailed BBQ" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Get-It-While-Its-Hot-Create-a-Detailed-BBQ.jpg" alt="Get It While It’s Hot! Create a Detailed BBQ" width="600" height="600" /><noscript><img class="aligncenter size-full wp-image-306" title="Get It While It’s Hot! Create a Detailed BBQ" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Get-It-While-Its-Hot-Create-a-Detailed-BBQ.jpg" alt="Get It While It’s Hot! Create a Detailed BBQ" width="600" height="600" /></noscript></a></p>\n<p>In this tutorial you may learn the way to make a close barbecue illustration. At starting you may learn the way to make a straightforward pattern brush which is used to create the grill in conjunction with a bunch of remodel and a few basic mixing techniques. Next, victimization straightforward circles in conjunction with zigzag angularity and change surface effects and some basic vector shape building techniques you may learn the way to make the <span id="8f7863aa-2023-4bd4-a1ca-aedad965016e" class="GINGER_SOFATWARE_mark"><span id="4f46863b-0bc5-467e-b987-9f74628cd7df" class="GINGER_SOFATWARE_mark">coal</span></span>. Moving on, victimization 2 straightforward circles and taking full advantage of the looks panel you may learn the way to make the most shapes of the barbecue.</p>\n<p><a href="http://design.tutsplus.com/tutorials/get-it-while-its-hot-create-a-detailed-bbq-in-adobe-illustrator--vector-13210" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create Quickly a Realistic Vector Orange</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange.jpg"><img class="aligncenter size-full wp-image-307" title="How to Create Quickly a Realistic Vector Orange" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange.jpg" alt="How to Create Quickly a Realistic Vector Orange" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange-300x195.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-307" title="How to Create Quickly a Realistic Vector Orange" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange.jpg" alt="How to Create Quickly a Realistic Vector Orange" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange-300x195.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Quickly-a-Realistic-Vector-Orange.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>This tutorial helps you to learn that how to create Quickly a Realistic Vector Orange image on adobe illustrator.</p>\n<p><a href="http://vectorboom.com/load/tutorials/illustration/create_quickly_a_realistic_vector_orange_in_illustrator/5-1-0-367" target="_blank">MORE INFO</a></p>\n<p><strong>How to Illustrate an Old Cinema Ticket</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket.jpg"><img class="aligncenter size-full wp-image-308" title="How to Illustrate an Old Cinema Ticket" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket.jpg" alt="How to Illustrate an Old Cinema Ticket" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-308" title="How to Illustrate an Old Cinema Ticket" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket.jpg" alt="How to Illustrate an Old Cinema Ticket" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Old-Cinema-Ticket.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>If you are using illustrator CS3-CS6 than this tutorial helps you to create stunning &amp; impressive artwork like old cinema tickets.</p>\n<p><a href="http://vectorboom.com/load/tutorials/illustration/how_to_illustrate_an_old_cinema_ticket/5-1-0-385" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Detailed Coffee Maker Illustration</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration.jpg"><img class="aligncenter size-full wp-image-309" title="Create a Detailed Coffee Maker Illustration" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration.jpg" alt="Create a Detailed Coffee Maker Illustration" width="474" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration-237x300.jpg 237w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration.jpg 474w" sizes="(max-width: 474px) 100vw, 474px" /><noscript><img class="aligncenter size-full wp-image-309" title="Create a Detailed Coffee Maker Illustration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration.jpg" alt="Create a Detailed Coffee Maker Illustration" width="474" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration-237x300.jpg 237w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Coffee-Maker-Illustration.jpg 474w" sizes="(max-width: 474px) 100vw, 474px" /></noscript></a></p>\n<p>Learn how to Create a Detailed Coffee Maker Illustration by using adobe illustrator with <span id="b9dd3f12-9f4a-43a3-9e7e-202996eb58bb" class="GINGER_SOFATWARE_mark"><span id="a350cd01-f519-407f-9481-2318a1584f78" class="GINGER_SOFATWARE_mark">use</span></span> of various effective basic blending &amp; vector shape building techniques.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-detailed-coffee-maker-illustration-in-adobe-illustrator--vector-12794" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Flamboyant Arab Male Avatar</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar.jpg"><img class="aligncenter size-full wp-image-310" title="Create a Flamboyant Arab Male Avatar" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar.jpg" alt="Create a Flamboyant Arab Male Avatar" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-310" title="Create a Flamboyant Arab Male Avatar" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar.jpg" alt="Create a Flamboyant Arab Male Avatar" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Flamboyant-Arab-Male-Avatar.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>By using the basic tools of adobe illustrator you will learn how to Create a Flamboyant Arab Male Avatar.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-flamboyant-arab-male-avatar-in-adobe-illustrator--vector-13211" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Simple Menu Bar and a Sleek Web Ribbon</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon.jpg"><img class="aligncenter size-full wp-image-311" title="Create a Simple Menu Bar and a Sleek Web Ribbon" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon.jpg" alt="Create a Simple Menu Bar and a Sleek Web Ribbon" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-311" title="Create a Simple Menu Bar and a Sleek Web Ribbon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon.jpg" alt="Create a Simple Menu Bar and a Sleek Web Ribbon" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Simple-Menu-Bar-and-a-Sleek-Web-Ribbon.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>Learn how to create a Simple Menu Bar and a Sleek Web Ribbon by using the adobe illustrator.</p>\n<p><a href="http://vectips.com/tutorials/create-a-simple-menu-bar-and-a-sleek-web-ribbon/" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create an Aerial View Illustration of a Car</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-an-Aerial-View-Illustration-of-a-Car.jpg"><img class="aligncenter size-full wp-image-312" title="How to Create an Aerial View Illustration of a Car" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-an-Aerial-View-Illustration-of-a-Car.jpg" alt="How to Create an Aerial View Illustration of a Car" width="600" height="598" /><noscript><img class="aligncenter size-full wp-image-312" title="How to Create an Aerial View Illustration of a Car" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-an-Aerial-View-Illustration-of-a-Car.jpg" alt="How to Create an Aerial View Illustration of a Car" width="600" height="598" /></noscript></a></p>\n<p>In this tutorial you will learn how to Create an Aerial View Illustration of a Car.</p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-an-aerial-view-illustration-of-a-car-in-adobe-illustrator--vector-10793" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Coffee Cup Mock Up in Adobe Illustrator Using the 3D Revolve Effect</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect.jpg"><img class="aligncenter size-full wp-image-313" title="Create a Coffee Cup Mock Up in Adobe Illustrator Using the 3D Revolve Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect.jpg" alt="Create a Coffee Cup Mock Up in Adobe Illustrator Using the 3D Revolve Effect" width="583" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect-292x300.jpg 292w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect.jpg 583w" sizes="(max-width: 583px) 100vw, 583px" /><noscript><img class="aligncenter size-full wp-image-313" title="Create a Coffee Cup Mock Up in Adobe Illustrator Using the 3D Revolve Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect.jpg" alt="Create a Coffee Cup Mock Up in Adobe Illustrator Using the 3D Revolve Effect" width="583" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect-292x300.jpg 292w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Coffee-Cup-Mock-Up-in-Adobe-Illustrator-Using-the-3D-Revolve-Effect.jpg 583w" sizes="(max-width: 583px) 100vw, 583px" /></noscript></a></p>\n<p>Adobe Illustrator 3D effect&#8217;s are very helpful for creating quick yet realistic product mock-ups. This tutorial will helps to understand that how you can create a Coffee Cup Mock Up using the 3D Revolve Effect.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-coffee-cup-mock-up-in-adobe-illustrator-using-the-3d-revolve-effect--vector-11189" target="_blank">MORE INFO</a></p>\n<p><strong>How to Draw a Sweet Cherry Chocolate Cake Slice</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Draw-a-Sweet-Cherry-Chocolate-Cake-Slice.jpg"><img class="aligncenter size-full wp-image-314" title="How to Draw a Sweet Cherry Chocolate Cake Slice" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Sweet-Cherry-Chocolate-Cake-Slice.jpg" alt="How to Draw a Sweet Cherry Chocolate Cake Slice" width="598" height="600" /><noscript><img class="aligncenter size-full wp-image-314" title="How to Draw a Sweet Cherry Chocolate Cake Slice" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Draw-a-Sweet-Cherry-Chocolate-Cake-Slice.jpg" alt="How to Draw a Sweet Cherry Chocolate Cake Slice" width="598" height="600" /></noscript></a></p>\n<p>With the use of the heavy emphasis of pen tool and transparent gradient this tutorial explains how to Draw a Sweet Cherry Chocolate Cake Slice with adobe illustrator.</p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-draw-a-sweet-cherry-chocolate-cake-slice-in-adobe-illustrator--vector-10255" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create Text-Free Assembly Instructions</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions.jpg"><img class="aligncenter size-full wp-image-315" title="How to Create Text-Free Assembly Instructions" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions.jpg" alt="How to Create Text-Free Assembly Instructions" width="500" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions-250x300.jpg 250w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions.jpg 500w" sizes="(max-width: 500px) 100vw, 500px" /><noscript><img class="aligncenter size-full wp-image-315" title="How to Create Text-Free Assembly Instructions" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions.jpg" alt="How to Create Text-Free Assembly Instructions" width="500" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions-250x300.jpg 250w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Text-Free-Assembly-Instructions.jpg 500w" sizes="(max-width: 500px) 100vw, 500px" /></noscript></a></p>\n<p>In this tutorial, you&#8217;ll learn the way to form apothegmatic, straightforward to follow, text-free technical illustrations for those that want a trifle steerage however choose to skip all the reading.</p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-text-free-assembly-instructions-in-adobe-illustrator--vector-9741" target="_blank">MORE INFO</a></p>\n<p><strong>Create Detailed Tulips With Gradient Mesh, Without the Mesh Tool</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool.jpg"><img class="aligncenter size-full wp-image-316" title="Create Detailed Tulips With Gradient Mesh, Without the Mesh Tool" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool.jpg" alt="Create Detailed Tulips With Gradient Mesh, Without the Mesh Tool" width="600" height="550" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool-300x275.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-316" title="Create Detailed Tulips With Gradient Mesh, Without the Mesh Tool" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool.jpg" alt="Create Detailed Tulips With Gradient Mesh, Without the Mesh Tool" width="600" height="550" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool-300x275.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Detailed-Tulips-With-Gradient-Mesh-Without-the-Mesh-Tool.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p>Learn how to create detailed Tulips With Gradient Mesh, without the Mesh Tool.</p>\n<p><a href="http://design.tutsplus.com/tutorials/create-detailed-tulips-with-gradient-mesh-without-the-mesh-tool-in-illustrator--vector-9931" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Semi-Realistic Graphics Tablet</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet.jpg"><img class="aligncenter size-full wp-image-317" title="How to Create a Semi-Realistic Graphics Tablet" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet.jpg" alt="How to Create a Semi-Realistic Graphics Tablet" width="600" height="474" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet-300x237.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-317" title="How to Create a Semi-Realistic Graphics Tablet" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet.jpg" alt="How to Create a Semi-Realistic Graphics Tablet" width="600" height="474" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet-300x237.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Semi-Realistic-Graphics-Tablet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-semi-realistic-graphics-tablet-in-adobe-illustrator--vector-10440" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Detailed Flag Stand Illustration in Adobe Illustrator</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-318" title="How to Create a Detailed Flag Stand Illustration in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator.jpg" alt="How to Create a Detailed Flag Stand Illustration in Adobe Illustrator" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-318" title="How to Create a Detailed Flag Stand Illustration in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator.jpg" alt="How to Create a Detailed Flag Stand Illustration in Adobe Illustrator" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Flag-Stand-Illustration-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-detailed-flag-stand-illustration-in-adobe-illustrator--vector-9144" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Detailed Fire Extinguisher</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher.jpg"><img class="aligncenter size-full wp-image-319" title="How to Create a Detailed Fire Extinguisher" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher.jpg" alt="How to Create a Detailed Fire Extinguisher" width="450" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher-225x300.jpg 225w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher.jpg 450w" sizes="(max-width: 450px) 100vw, 450px" /><noscript><img class="aligncenter size-full wp-image-319" title="How to Create a Detailed Fire Extinguisher" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher.jpg" alt="How to Create a Detailed Fire Extinguisher" width="450" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher-225x300.jpg 225w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Fire-Extinguisher.jpg 450w" sizes="(max-width: 450px) 100vw, 450px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-detailed-fire-extinguisher-in-adobe-illustrator--vector-6177" target="_blank">MORE INFO</a></p>\n<p><strong>Learn To Make A Wonderful Vector Travel Suitcase</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase.jpg"><img class="aligncenter size-full wp-image-320" title="Learn To Make A Wonderful Vector Travel Suitcase" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase.jpg" alt="Learn To Make A Wonderful Vector Travel Suitcase" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase-300x213.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-320" title="Learn To Make A Wonderful Vector Travel Suitcase" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase.jpg" alt="Learn To Make A Wonderful Vector Travel Suitcase" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase-300x213.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Learn-To-Make-A-Wonderful-Vector-Travel-Suitcase.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://websoulz.com/learn-to-make-a-wonderful-vector-travel-suitcase-in-illustrator/" target="_blank">MORE INFO</a></p>\n<p><strong>How to Draw a Wheelbarrow in Perspective</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective.jpg"><img class="aligncenter size-full wp-image-321" title="How to Draw a Wheelbarrow in Perspective" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective.jpg" alt="How to Draw a Wheelbarrow in Perspective" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-321" title="How to Draw a Wheelbarrow in Perspective" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective.jpg" alt="How to Draw a Wheelbarrow in Perspective" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Draw-a-Wheelbarrow-in-Perspective.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-draw-a-wheelbarrow-in-perspective-in-adobe-illustrator--vector-6162" target="_blank">MORE INFO</a></p>\n<p><strong>How to Illustrate a Screw-bolt and a Nut with 3D Effects</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects.jpg"><img class="aligncenter size-full wp-image-322" title="How to Illustrate a Screw-bolt and a Nut with 3D Effects" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects.jpg" alt="How to Illustrate a Screw-bolt and a Nut with 3D Effects" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-322" title="How to Illustrate a Screw-bolt and a Nut with 3D Effects" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects.jpg" alt="How to Illustrate a Screw-bolt and a Nut with 3D Effects" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Screw-bolt-and-a-Nut-with-3D-Effects.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-illustrate-a-screw-bolt-and-a-nut-with-3d-effects-in-illustrator--vector-7218" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Cute Corn Illustration with Basic Shapes</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes.jpg"><img class="aligncenter size-full wp-image-323" title="How to Create a Cute Corn Illustration with Basic Shapes" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes.jpg" alt="How to Create a Cute Corn Illustration with Basic Shapes" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-323" title="How to Create a Cute Corn Illustration with Basic Shapes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes.jpg" alt="How to Create a Cute Corn Illustration with Basic Shapes" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Cute-Corn-Illustration-with-Basic-Shapes.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-cute-corn-illustration-with-basic-shapes-in-illustrator--vector-8219" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Detailed Lighter</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter.jpg"><img class="aligncenter size-full wp-image-324" title="How to Create a Detailed Lighter" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter.jpg" alt="How to Create a Detailed Lighter" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-324" title="How to Create a Detailed Lighter" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter.jpg" alt="How to Create a Detailed Lighter" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Lighter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-detailed-lighter-in-adobe-illustrator--vector-8040" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Detailed Box</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box.jpg"><img class="aligncenter size-full wp-image-325" title="How to Create a Detailed Box" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box.jpg" alt="How to Create a Detailed Box" width="408" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box-204x300.jpg 204w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box.jpg 408w" sizes="(max-width: 408px) 100vw, 408px" /><noscript><img class="aligncenter size-full wp-image-325" title="How to Create a Detailed Box" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box.jpg" alt="How to Create a Detailed Box" width="408" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box-204x300.jpg 204w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Detailed-Box.jpg 408w" sizes="(max-width: 408px) 100vw, 408px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/quick-tip-how-to-create-a-detailed-box-in-adobe-illustrator--vector-7973" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Detailed Snake Pattern Brush</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-Snake-Pattern-Brush.jpg"><img class="aligncenter size-full wp-image-326" title="Create a Detailed Snake Pattern Brush" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-Snake-Pattern-Brush.jpg" alt="Create a Detailed Snake Pattern Brush" width="393" height="600" /><noscript><img class="aligncenter size-full wp-image-326" title="Create a Detailed Snake Pattern Brush" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-Snake-Pattern-Brush.jpg" alt="Create a Detailed Snake Pattern Brush" width="393" height="600" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-detailed-snake-pattern-brush-in-adobe-illustrator--vector-25068" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Tattoo Style, Grunge, Day of Dead Girl Poster</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster.jpg"><img class="aligncenter size-full wp-image-327" title="Day of dead sexy girl" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster.jpg" alt="Day of dead sexy girl" width="424" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster.jpg 424w" sizes="(max-width: 424px) 100vw, 424px" /><noscript><img class="aligncenter size-full wp-image-327" title="Day of dead sexy girl" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster.jpg" alt="Day of dead sexy girl" width="424" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster-212x300.jpg 212w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Tattoo-Style-Grunge-Day-of-Dead-Girl-Poster.jpg 424w" sizes="(max-width: 424px) 100vw, 424px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-tattoo-style-grunge-day-of-dead-girl-poster-in-illustrator--vector-24236" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Flat, Subtle Textured Fox</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox.jpg"><img class="aligncenter size-full wp-image-328" title="How to Create a Flat, Subtle Textured Fox" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox.jpg" alt="How to Create a Flat, Subtle Textured Fox" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-328" title="How to Create a Flat, Subtle Textured Fox" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox.jpg" alt="How to Create a Flat, Subtle Textured Fox" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Flat-Subtle-Textured-Fox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-flat-subtle-textured-fox-in-adobe-illustrator--vector-17812" target="_blank">MORE INFO</a></p>\n<p><strong>How to Create a Digital Doodled Snowflake</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake.jpg"><img class="aligncenter size-full wp-image-329" title="How to Create a Digital Doodled Snowflake" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake.jpg" alt="How to Create a Digital Doodled Snowflake" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-329" title="How to Create a Digital Doodled Snowflake" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake.jpg" alt="How to Create a Digital Doodled Snowflake" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Digital-Doodled-Snowflake.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/how-to-create-a-digital-doodled-snowflake-in-adobe-illustrator--vector-19729" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Cute Winter Seamless Pattern</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern.jpg"><img class="aligncenter size-full wp-image-330" title="Create a Cute Winter Seamless Pattern" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern.jpg" alt="Create a Cute Winter Seamless Pattern" width="450" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern-225x300.jpg 225w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern.jpg 450w" sizes="(max-width: 450px) 100vw, 450px" /><noscript><img class="aligncenter size-full wp-image-330" title="Create a Cute Winter Seamless Pattern" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern.jpg" alt="Create a Cute Winter Seamless Pattern" width="450" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern-225x300.jpg 225w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Winter-Seamless-Pattern.jpg 450w" sizes="(max-width: 450px) 100vw, 450px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-cute-winter-seamless-pattern-in-adobe-illustrator--vector-19474" target="_blank">MORE INFO</a></p>\n<p><strong>Create a <span id="fca0e753-886d-44bb-855f-3fdbb47a71b7" class="GINGER_SOFATWARE_mark"><span id="617ec2fd-4a8a-4b4e-9322-40703427871b" class="GINGER_SOFATWARE_mark"><span id="89f96266-a5fc-46e7-8be1-ac5689f4b271" class="GINGER_SOFATWARE_mark">Skating</span></span></span> Girl With Basic Shapes</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes.png"><img class="aligncenter size-full wp-image-331" title="Create a Skating Girl With Basic Shapes" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes.png" alt="Create a Skating Girl With Basic Shapes" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-300x300.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-331" title="Create a Skating Girl With Basic Shapes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes.png" alt="Create a Skating Girl With Basic Shapes" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-300x300.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Skating-Girl-With-Basic-Shapes.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-skating-girl-with-basic-shapes-in-adobe-illustrator--vector-21071" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Detailed, UFO Illustration</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration.jpg"><img class="aligncenter size-full wp-image-332" title="Create a Detailed, UFO Illustration" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration.jpg" alt="Create a Detailed, UFO Illustration" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-332" title="Create a Detailed, UFO Illustration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration.jpg" alt="Create a Detailed, UFO Illustration" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Detailed-UFO-Illustration.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-detailed-ufo-illustration-in-adobe-illustrator--vector-20961" target="_blank">MORE INFO</a></p>\n<p><strong>Create a Large Face, Cat Illustration from Stock in Adobe Illustrator</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator.png"><img class="aligncenter size-full wp-image-333" title="Create a Large Face, Cat Illustration from Stock in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator.png" alt="Create a Large Face, Cat Illustration from Stock in Adobe Illustrator" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-300x300.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator.png 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-333" title="Create a Large Face, Cat Illustration from Stock in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator.png" alt="Create a Large Face, Cat Illustration from Stock in Adobe Illustrator" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-300x300.png 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Large-Face-Cat-Illustration-from-Stock-in-Adobe-Illustrator.png 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://design.tutsplus.com/tutorials/create-a-large-face-cat-illustration-from-stock-in-adobe-illustrator--vector-24119" target="_blank">MORE INFO</a><br />\n<b>Design an isometric infographic</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic.jpg"><img class="aligncenter size-full wp-image-221" title="Design an isometric infographic" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic.jpg" alt="Design an isometric infographic" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-221" title="Design an isometric infographic" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-an-isometric-infographic.jpg" alt="Design an isometric infographic" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-an-isometric-infographic.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.digitalartsonline.co.uk/tutorials/adobe-illustrator/design-isometric-infographic/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Creating a crazy cool logo</b></p>\n<p style="text-align: center;"><a href="#"><img class="aligncenter size-full wp-image-222" title="Creating a crazy cool logo" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-crazy-cool-logo.jpg" alt="Creating a crazy cool logo" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-crazy-cool-logo-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-crazy-cool-logo.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><a href="http://abduzeedo.com/creating-crazy-cool-logo" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a clean retro badge in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-223" title="Create a clean retro badge in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator.jpg" alt="Create a clean retro badge in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-223" title="Create a clean retro badge in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator.jpg" alt="Create a clean retro badge in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-clean-retro-badge-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.denisdesigns.com/blog/2011/07/create-a-clean-retro-badge-in-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Web Site Mascot</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot.jpg"><img class="aligncenter size-full wp-image-224" title="How to Create a Web Site Mascot" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot.jpg" alt="How to Create a Web Site Mascot" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot-300x201.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-224" title="How to Create a Web Site Mascot" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot.jpg" alt="How to Create a Web Site Mascot" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot-300x201.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Web-Site-Mascot.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-web-site-mascot/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create monstrous characters with Illustrator CS5′s Bristle Brush</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-monstrous-characters-with-Illustrator-CS5s-Bristle-Brush.jpg"><img class="aligncenter size-full wp-image-226" title="Create monstrous characters with Illustrator CS5′s Bristle Brush" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-monstrous-characters-with-Illustrator-CS5s-Bristle-Brush.jpg" alt="Create monstrous characters with Illustrator CS5′s Bristle Brush" width="600" height="306" /><noscript><img class="aligncenter size-full wp-image-226" title="Create monstrous characters with Illustrator CS5′s Bristle Brush" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-monstrous-characters-with-Illustrator-CS5s-Bristle-Brush.jpg" alt="Create monstrous characters with Illustrator CS5′s Bristle Brush" width="600" height="306" /></noscript></a></p>\n<p><a href="http://www.netmagazine.com/tutorials/create-monstrous-characters-illustrator-cs5s-bristle-brush" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Add depth and texture in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-227" title="Add depth and texture in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator.jpg" alt="Add depth and texture in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-227" title="Add depth and texture in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator.jpg" alt="Add depth and texture in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Add-depth-and-texture-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.computerarts.co.uk/tutorials/add-depth-and-texture-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Creating Bart Simpson Vector Character in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-228" title="Creating Bart Simpson Vector Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator.jpg" alt="Creating Bart Simpson Vector Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-228" title="Creating Bart Simpson Vector Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator.jpg" alt="Creating Bart Simpson Vector Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Bart-Simpson-Vector-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.tutsking.com/illustrator/bart-simpson-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Design and Print Bold Promo Cards in 60 Minutes</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes.jpg"><img class="aligncenter size-full wp-image-229" title="Design and Print Bold Promo Cards in 60 Minutes" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes.jpg" alt="Design and Print Bold Promo Cards in 60 Minutes" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-229" title="Design and Print Bold Promo Cards in 60 Minutes" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes.jpg" alt="Design and Print Bold Promo Cards in 60 Minutes" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-and-Print-Bold-Promo-Cards-in-60-Minutes.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/articles/design-and-print-bold-promo-cards-in-60-minutes/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create retro graphics in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-230" title="Create retro graphics in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator.jpg" alt="Create retro graphics in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-230" title="Create retro graphics in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator.jpg" alt="Create retro graphics in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-retro-graphics-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.computerarts.co.uk/tutorials/create-retro-graphics-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><strong>Put a low-poly spin on the music cover art</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art.jpg"><img class="aligncenter size-full wp-image-231" title="Put a low-poly spin on music cover art" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art.jpg" alt="Put a low-poly spin on music cover art" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-231" title="Put a low-poly spin on music cover art" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art.jpg" alt="Put a low-poly spin on music cover art" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Put-a-low-poly-spin-on-music-cover-art.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.digitalartsonline.co.uk/tutorials/photoshop/put-low-poly-spin-on-music-cover-art/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Glowing Neon Sign <span id="9b34e5fb-6bf3-4816-b625-d4de4126360b" class="GINGER_SOFATWARE_mark"><span id="2c5c6ac1-88bd-42f5-884a-c4134267ea86" class="GINGER_SOFATWARE_mark"><span id="a114d00a-a79c-418c-9714-5b2e9a91ce76" class="GINGER_SOFATWARE_mark"><span id="9565d385-4206-495a-9092-63175a70bf44" class="GINGER_SOFATWARE_mark"><span id="46e723c0-cbfb-4ab9-8bc1-29b23985a5b9" class="GINGER_SOFATWARE_mark">using</span></span></span></span></span> the Appearance Palette – Screencast</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Glowing-Neon-Sign-using-the-Appearance-Palette-Screencast.jpg"><img class="aligncenter size-full wp-image-232" title="Create a Glowing Neon Sign using the Appearance Palette – Screencast" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Glowing-Neon-Sign-using-the-Appearance-Palette-Screencast.jpg" alt="Create a Glowing Neon Sign using the Appearance Palette – Screencast" width="600" height="306" /><noscript><img class="aligncenter size-full wp-image-232" title="Create a Glowing Neon Sign using the Appearance Palette – Screencast" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Glowing-Neon-Sign-using-the-Appearance-Palette-Screencast.jpg" alt="Create a Glowing Neon Sign using the Appearance Palette – Screencast" width="600" height="306" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/text-effects/create-a-glowing-neon-sign-using-the-appearance-palette-screencast/" target="_blank"><b>MORE INFO</b></a></p>\n<p><strong>Create a Cool Vector Robot Character in Illustrator</strong></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-233" title="Create a Cool Vector Robot Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator.jpg" alt="Create a Cool Vector Robot Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-233" title="Create a Cool Vector Robot Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator.jpg" alt="Create a Cool Vector Robot Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cool-Vector-Robot-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/create-a-cool-vector-robot-character-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a custom lettered logo in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-234" title="Create a custom lettered logo in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator.jpg" alt="Create a custom lettered logo in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-234" title="Create a custom lettered logo in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator.jpg" alt="Create a custom lettered logo in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-custom-lettered-logo-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.netmagazine.com/tutorials/create-custom-lettered-logo-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Quick Tip: How to Create a Beautiful Vector Bokeh Effect</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect.jpg"><img class="aligncenter size-full wp-image-235" title="Quick Tip How to Create a Beautiful Vector Bokeh Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect.jpg" alt="Quick Tip How to Create a Beautiful Vector Bokeh Effect" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-235" title="Quick Tip How to Create a Beautiful Vector Bokeh Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect.jpg" alt="Quick Tip How to Create a Beautiful Vector Bokeh Effect" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Quick-Tip-How-to-Create-a-Beautiful-Vector-Bokeh-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/quick-tip-how-to-create-a-beautiful-vector-bokeh-effect/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create Funky 3D Springs in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-236" title="How to Create Funky 3D Springs in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator.jpg" alt="How to Create Funky 3D Springs in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-236" title="How to Create Funky 3D Springs in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator.jpg" alt="How to Create Funky 3D Springs in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-Funky-3D-Springs-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-funky-3d-springs-in-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Print Ready Business Card Design in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-237" title="Create a Print Ready Business Card Design in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator.jpg" alt="Create a Print Ready Business Card Design in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-237" title="Create a Print Ready Business Card Design in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator.jpg" alt="Create a Print Ready Business Card Design in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Print-Ready-Business-Card-Design-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/create-a-print-ready-business-card-design-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Business Card in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-238" title="Create a Business Card in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator.jpg" alt="Create a Business Card in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-238" title="Create a Business Card in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator.jpg" alt="Create a Business Card in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Business-Card-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/articles/put-together-and-print-a-business-card-with-uprinting/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Graffiti in Inkscape – Tutorial</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Graffiti-in-Inkscape-Tutorial.jpg"><img class="aligncenter size-full wp-image-239" title="Create a Graffiti in Inkscape – Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Graffiti-in-Inkscape-Tutorial.jpg" alt="Create a Graffiti in Inkscape – Tutorial" width="600" height="306" /><noscript><img class="aligncenter size-full wp-image-239" title="Create a Graffiti in Inkscape – Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Graffiti-in-Inkscape-Tutorial.jpg" alt="Create a Graffiti in Inkscape – Tutorial" width="600" height="306" /></noscript></a></p>\n<p><a href="http://www.artjunks.com/create-a-graffiti-in-inkscape-tutorial/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Ilias Sounas’ Condomunity Member Illustration Tutorial</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ilias-Sounas-Condomunity-Member-Illustration-Tutorial.jpg"><img class="aligncenter size-full wp-image-240" title="Ilias Sounas’ Condomunity Member Illustration Tutorial" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Ilias-Sounas-Condomunity-Member-Illustration-Tutorial.jpg" alt="Ilias Sounas’ Condomunity Member Illustration Tutorial" width="600" height="306" /><noscript><img class="aligncenter size-full wp-image-240" title="Ilias Sounas’ Condomunity Member Illustration Tutorial" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Ilias-Sounas-Condomunity-Member-Illustration-Tutorial.jpg" alt="Ilias Sounas’ Condomunity Member Illustration Tutorial" width="600" height="306" /></noscript></a></p>\n<p><a href="http://condomunity.com/ilias-sounas-condomunity-member-illustration-tutorial/2008/07/21/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How To Create a Cute Hairy Vector Monster Character</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character.jpg"><img class="aligncenter size-full wp-image-241" title="How To Create a Cute Hairy Vector Monster Character" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character.jpg" alt="How To Create a Cute Hairy Vector Monster Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-241" title="How To Create a Cute Hairy Vector Monster Character" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character.jpg" alt="How To Create a Cute Hairy Vector Monster Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Cute-Hairy-Vector-Monster-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-cute-hairy-vector-monster-character" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Make an Attractive Vector Butterfly</b></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly.jpg"><img class="aligncenter size-full wp-image-242" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly.jpg" alt="How to Make an Attractive Vector Butterfly" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly-300x146.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-242" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly.jpg" alt="How to Make an Attractive Vector Butterfly" width="600" height="292" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly-300x146.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Make-an-Attractive-Vector-Butterfly.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-make-an-attractive-vector-butterfly/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create A Mouthwatering Chocolate Covered Strawberry</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry.jpg"><img class="aligncenter size-full wp-image-243" title="Create A Mouthwatering Chocolate Covered Strawberry" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry.jpg" alt="Create A Mouthwatering Chocolate Covered Strawberry" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-243" title="Create A Mouthwatering Chocolate Covered Strawberry" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry.jpg" alt="Create A Mouthwatering Chocolate Covered Strawberry" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-A-Mouthwatering-Chocolate-Covered-Strawberry.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectips.com/tutorials/create-a-mouthwatering-chocolate-covered-strawberry/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Master Dynamic Gradient Techniques</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques.jpg"><img class="aligncenter size-full wp-image-244" title="Master Dynamic Gradient Techniques" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques.jpg" alt="Master Dynamic Gradient Techniques" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-244" title="Master Dynamic Gradient Techniques" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques.jpg" alt="Master Dynamic Gradient Techniques" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Master-Dynamic-Gradient-Techniques.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.digitalartsonline.co.uk/tutorials/adobe-illustrator/master-dynamic-gradient-techniques/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Starfish in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-245" title="How to Create a Starfish in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator.jpg" alt="How to Create a Starfish in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-245" title="How to Create a Starfish in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator.jpg" alt="How to Create a Starfish in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Starfish-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectorboom.com/load/tutorials/illustration/how_to_create_a_starfish_in_adobe_illustrator/5-1-0-9" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Vintage Type Postcard</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard.jpg"><img class="aligncenter size-full wp-image-246" title="How to Create a Vintage Type Postcard" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard.jpg" alt="How to Create a Vintage Type Postcard" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-246" title="How to Create a Vintage Type Postcard" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard.jpg" alt="How to Create a Vintage Type Postcard" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vintage-Type-Postcard.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/designing/vintage-type-postcard/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Bending 3D Text Effect in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-247" title="Create a Bending 3D Text Effect in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator.jpg" alt="Create a Bending 3D Text Effect in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-247" title="Create a Bending 3D Text Effect in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator.jpg" alt="Create a Bending 3D Text Effect in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bending-3D-Text-Effect-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/text-effects/create-a-bending-3d-text-effect-in-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Killer Chainsaw Bunny Character</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character.jpg"><img class="aligncenter size-full wp-image-248" title="Create a Killer Chainsaw Bunny Character" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character.jpg" alt="Create a Killer Chainsaw Bunny Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-248" title="Create a Killer Chainsaw Bunny Character" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character.jpg" alt="Create a Killer Chainsaw Bunny Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Killer-Chainsaw-Bunny-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-killer-chainsaw-bunny-character/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Captivating, Self-Promotion Kit</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit.jpg"><img class="aligncenter size-full wp-image-249" title="How to Create a Captivating, Self-Promotion Kit" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit.jpg" alt="How to Create a Captivating, Self-Promotion Kit" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-249" title="How to Create a Captivating, Self-Promotion Kit" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit.jpg" alt="How to Create a Captivating, Self-Promotion Kit" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Captivating-Self-Promotion-Kit.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-captivating-self-promotion-kit/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create Grainy Textures</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Grainy-Textures.jpg"><img class="aligncenter size-full wp-image-250" title="Create Grainy Textures" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-Grainy-Textures.jpg" alt="Create Grainy Textures" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Grainy-Textures-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Grainy-Textures.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-250" title="Create Grainy Textures" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-Grainy-Textures.jpg" alt="Create Grainy Textures" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Grainy-Textures-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-Grainy-Textures.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectips.com/tutorials/create-grainy-textures/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Stinking Zombie Flesh-Eater in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-251" title="Create a Stinking Zombie Flesh-Eater in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator.jpg" alt="Create a Stinking Zombie Flesh-Eater in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-251" title="Create a Stinking Zombie Flesh-Eater in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator.jpg" alt="Create a Stinking Zombie Flesh-Eater in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Stinking-Zombie-Flesh-Eater-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/character-design/how-to-create-a-stinking-zombie-flesh-eater-in-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design.jpg"><img class="aligncenter size-full wp-image-252" title="Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design.jpg" alt="Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-252" title="Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design.jpg" alt="Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Working-with-3D-Objects-and-Transparencies-to-Make-a-Vector-Cola-Bottle-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/designing/working-with-3d-objects-and-transparencies-to-make-a-vector-cola-bottle-design/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch.jpg"><img class="aligncenter size-full wp-image-253" title="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch.jpg" alt="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-253" title="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch.jpg" alt="Create a Vector Pirate Cartoon Character from a Hand Drawn Sketch" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Vector-Pirate-Cartoon-Character-from-a-Hand-Drawn-Sketch.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/uncategorized/create-a-vector-pirate-cartoon-character-from-a-hand-drawn-sketch" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Illustrate a Marvelous Violin Icon</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon.jpg"><img class="aligncenter size-full wp-image-254" title="How to Illustrate a Marvelous Violin Icon" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon.jpg" alt="How to Illustrate a Marvelous Violin Icon" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-254" title="How to Illustrate a Marvelous Violin Icon" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon.jpg" alt="How to Illustrate a Marvelous Violin Icon" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Marvelous-Violin-Icon.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/how-to-illustrate-a-marvelous-violin-icon/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Design your self-promo book</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-your-self-promo-book.jpg"><img class="aligncenter size-full wp-image-255" title="Design your self-promo book" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-your-self-promo-book.jpg" alt="Design your self-promo book" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-your-self-promo-book-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-your-self-promo-book.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-255" title="Design your self-promo book" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-your-self-promo-book.jpg" alt="Design your self-promo book" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-your-self-promo-book-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-your-self-promo-book.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.computerarts.co.uk/tutorials/design-your-self-promo-book" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Design a Print-Ready Beer Label in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-256" title="Design a Print-Ready Beer Label in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator.jpg" alt="Design a Print-Ready Beer Label in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-256" title="Design a Print-Ready Beer Label in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator.jpg" alt="Design a Print-Ready Beer Label in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Print-Ready-Beer-Label-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-beer-label-in-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How To Create a Repeating Camo Pattern in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-257" title="How To Create a Repeating Camo Pattern in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator.jpg" alt="How To Create a Repeating Camo Pattern in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-257" title="How To Create a Repeating Camo Pattern in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator.jpg" alt="How To Create a Repeating Camo Pattern in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Repeating-Camo-Pattern-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-repeating-camo-pattern-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Classic Baby Stroller in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-258" title="Create a Classic Baby Stroller in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator.jpg" alt="Create a Classic Baby Stroller in Adobe Illustrator" width="600" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-258" title="Create a Classic Baby Stroller in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator.jpg" alt="Create a Classic Baby Stroller in Adobe Illustrator" width="600" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Classic-Baby-Stroller-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/classic-baby-stroller-art/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Green Viscous Text Effect</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect.jpg"><img class="aligncenter size-full wp-image-259" title="Create a Green Viscous Text Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect.jpg" alt="Create a Green Viscous Text Effect" width="600" height="214" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect-300x107.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-259" title="Create a Green Viscous Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect.jpg" alt="Create a Green Viscous Text Effect" width="600" height="214" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect-300x107.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Green-Viscous-Text-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/text-effects/create-a-green-viscous-text-effect/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Vector Retro Television</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vector-Retro-Television.jpg"><img class="aligncenter size-full wp-image-260" title="Vector Retro Television" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Vector-Retro-Television.jpg" alt="Vector Retro Television" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vector-Retro-Television-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vector-Retro-Television.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-260" title="Vector Retro Television" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Vector-Retro-Television.jpg" alt="Vector Retro Television" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vector-Retro-Television-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Vector-Retro-Television.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.vectordiary.com/illustrator/vector-retro-television-tutorial/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Comic Book Style Graphic Design</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design.jpg"><img class="aligncenter size-full wp-image-261" title="Comic Book Style Graphic Design" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design.jpg" alt="Comic Book Style Graphic Design" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-261" title="Comic Book Style Graphic Design" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design.jpg" alt="Comic Book Style Graphic Design" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Comic-Book-Style-Graphic-Design.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.gomediazine.com/tutorials/comic_book_style/" target="_blank"><b>MORE INFO</b></a></p>\n<p>How to Create a Vector Snake Using Mesh Tormentor in Adobe Illustrator</p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-262" title="How to Create a Vector Snake Using Mesh Tormentor in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator.jpg" alt="How to Create a Vector Snake Using Mesh Tormentor in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-262" title="How to Create a Vector Snake Using Mesh Tormentor in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator.jpg" alt="How to Create a Vector Snake Using Mesh Tormentor in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Vector-Snake-Using-Mesh-Tormentor-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectorboom.com/load/tutorials/illustration/how_to_create_a_vector_snake_using_adobe_illustrator_cs5_and_mesh_tormentor/5-1-0-25" target="_blank"><b>MORE INFO</b></a></p>\n<p><b><span id="966539ca-bad7-4e21-831b-e2a384784fcd" class="GINGER_SOFATWARE_mark"><span id="dd0ec718-5a0f-478e-a1b4-567553663fcd" class="GINGER_SOFATWARE_mark"><span id="bfb8904b-85c7-4b73-a5ce-6b57d6a6714d" class="GINGER_SOFATWARE_mark"><span id="2eb17e5b-e728-401f-ba38-33b4cdd6c836" class="GINGER_SOFATWARE_mark"><span id="22203401-5d71-4537-b64e-03e9cf66a1ef" class="GINGER_SOFATWARE_mark"><span id="876da490-bc12-47a6-bbac-28c0c5c129aa" class="GINGER_SOFATWARE_mark">Papercut</span></span></span></span></span></span> aesthetics with vectors</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors.jpg"><img class="aligncenter size-full wp-image-263" title="Papercut aesthetics with vectors" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors.jpg" alt="Papercut aesthetics with vectors" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-263" title="Papercut aesthetics with vectors" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors.jpg" alt="Papercut aesthetics with vectors" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Papercut-aesthetics-with-vectors.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.computerarts.co.uk/tutorials/papercut-aesthetics-vectors" target="_blank"><b>MORE INFO</b></a></p>\n<p>Illustrate a LeBron James Cartoon Character</p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character.jpg"><img class="aligncenter size-full wp-image-264" title="Illustrate a LeBron James Cartoon Character" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character.jpg" alt="Illustrate a LeBron James Cartoon Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-264" title="Illustrate a LeBron James Cartoon Character" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character.jpg" alt="Illustrate a LeBron James Cartoon Character" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Illustrate-a-LeBron-James-Cartoon-Character.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-a-lebron-james-cartoon-character/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Cute Vector Penguin Character in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-265" title="Create a Cute Vector Penguin Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator.jpg" alt="Create a Cute Vector Penguin Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-265" title="Create a Cute Vector Penguin Character in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator.jpg" alt="Create a Cute Vector Penguin Character in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cute-Vector-Penguin-Character-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/create-a-cute-vector-penguin-character-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Turn a Photo into Vector Artwork</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork.jpg"><img class="aligncenter size-full wp-image-266" title="How to Turn a Photo into Vector Artwork" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork.jpg" alt="How to Turn a Photo into Vector Artwork" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-266" title="How to Turn a Photo into Vector Artwork" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork.jpg" alt="How to Turn a Photo into Vector Artwork" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Turn-a-Photo-into-Vector-Artwork.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/how-to-turn-a-photo-into-vector-artwork/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Use Typography to Create a 3D Text Effect</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect.jpg"><img class="aligncenter size-full wp-image-267" title="How to Use Typography to Create a 3D Text Effect" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect.jpg" alt="How to Use Typography to Create a 3D Text Effect" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect-300x150.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-267" title="How to Use Typography to Create a 3D Text Effect" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect.jpg" alt="How to Use Typography to Create a 3D Text Effect" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect-300x150.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Use-Typography-to-Create-a-3D-Text-Effect.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/text-effects/quick-tip-how-to-use-typography-and-create-a-3d-text-effect/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>An Illustrator’s Project: From Start to Finish</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/An-Illustrator-Project-From-Start-to-Finish.jpg"><img class="aligncenter size-full wp-image-268" title="An Illustrator’s Project From Start to Finish" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/An-Illustrator-Project-From-Start-to-Finish.jpg" alt="An Illustrator’s Project From Start to Finish" width="600" height="306" /><noscript><img class="aligncenter size-full wp-image-268" title="An Illustrator’s Project From Start to Finish" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/An-Illustrator-Project-From-Start-to-Finish.jpg" alt="An Illustrator’s Project From Start to Finish" width="600" height="306" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/an-illustrators-project-from-start-to-finish/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Creating Line Drawings in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-269" title="Creating Line Drawings in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator.jpg" alt="Creating Line Drawings in Adobe Illustrator" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-269" title="Creating Line Drawings in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator.jpg" alt="Creating Line Drawings in Adobe Illustrator" width="600" height="357" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator-300x179.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Line-Drawings-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://danidraws.com/2007/01/08/creating-line-drawings-in-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Retro 3D Arcade Text Effect in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-270" title="Retro 3D Arcade Text Effect in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator.jpg" alt="Retro 3D Arcade Text Effect in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-270" title="Retro 3D Arcade Text Effect in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator.jpg" alt="Retro 3D Arcade Text Effect in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Retro-3D-Arcade-Text-Effect-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.tutorial9.net/uncategorized/retro-3d-arcade-text-effect-in-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Design a branding solution in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-271" title="Design a branding solution in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator.jpg" alt="Design a branding solution in Illustrator" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-271" title="Design a branding solution in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator.jpg" alt="Design a branding solution in Illustrator" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-branding-solution-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.computerarts.co.uk/tutorials/design-branding-solution-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Cartoon-Style Graffiti Text Effect in Photoshop</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop.jpg"><img class="aligncenter size-full wp-image-272" title="Create a Cartoon-Style Graffiti Text Effect in Photoshop" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop.jpg" alt="Create a Cartoon-Style Graffiti Text Effect in Photoshop" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-272" title="Create a Cartoon-Style Graffiti Text Effect in Photoshop" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop.jpg" alt="Create a Cartoon-Style Graffiti Text Effect in Photoshop" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Cartoon-Style-Graffiti-Text-Effect-in-Photoshop.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.photoshoptutorials.ws/photoshop-tutorials/text-effects/create-a-cartoon-style-graffiti-text-effect-in-photoshop/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Laptop Icon with Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator.jpg"><img class="aligncenter size-full wp-image-273" title="Create a Laptop Icon with Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator.jpg" alt="Create a Laptop Icon with Illustrator" width="600" height="270" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator-300x135.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-273" title="Create a Laptop Icon with Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator.jpg" alt="Create a Laptop Icon with Illustrator" width="600" height="270" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator-300x135.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Laptop-Icon-with-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vforvectors.com/create-a-laptop-icon/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Colorful Fashion Illustration in Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-274" title="How to Create a Colorful Fashion Illustration in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator.jpg" alt="How to Create a Colorful Fashion Illustration in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-274" title="How to Create a Colorful Fashion Illustration in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator.jpg" alt="How to Create a Colorful Fashion Illustration in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Colorful-Fashion-Illustration-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-colorful-fashion-illustration-in-adobe-illustrator-part-1/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Experimental Digital Workflow</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Experimental-Digital-Workflow.jpg"><img class="aligncenter size-full wp-image-275" title="Experimental Digital Workflow" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Experimental-Digital-Workflow.jpg" alt="Experimental Digital Workflow" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Experimental-Digital-Workflow-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Experimental-Digital-Workflow.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-275" title="Experimental Digital Workflow" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Experimental-Digital-Workflow.jpg" alt="Experimental Digital Workflow" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Experimental-Digital-Workflow-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Experimental-Digital-Workflow.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/type-illustration-project-experimental-digital-workflow/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Valentines Day Illustration for Your Sweetie</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie.jpg"><img class="aligncenter size-full wp-image-276" title="Create a Valentines Day Illustration for Your Sweetie" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie.jpg" alt="Create a Valentines Day Illustration for Your Sweetie" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-276" title="Create a Valentines Day Illustration for Your Sweetie" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie.jpg" alt="Create a Valentines Day Illustration for Your Sweetie" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Valentines-Day-Illustration-for-Your-Sweetie.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/create-a-valentines-day-illustration-for-your-sweetie/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Illustrate a Vector Tomato Using Gradient Mesh Tool</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool.jpg"><img class="aligncenter size-full wp-image-277" title="How to Illustrate a Vector Tomato Using Gradient Mesh Tool" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool.jpg" alt="How to Illustrate a Vector Tomato Using Gradient Mesh Tool" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-277" title="How to Illustrate a Vector Tomato Using Gradient Mesh Tool" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool.jpg" alt="How to Illustrate a Vector Tomato Using Gradient Mesh Tool" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-a-Vector-Tomato-Using-Gradient-Mesh-Tool.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectorboom.com/load/tutorials/illustration/how_to_illustrate_a_tomato_using_adobe_illustrator/5-1-0-72" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Draw a Vector Traffic Cone with Adobe Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-278" title="Draw a Vector Traffic Cone with Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator.jpg" alt="Draw a Vector Traffic Cone with Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-278" title="Draw a Vector Traffic Cone with Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator.jpg" alt="Draw a Vector Traffic Cone with Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-a-Vector-Traffic-Cone-with-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/draw-a-vector-traffic-cone-with-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Creating Seamless Textures</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Seamless-Textures.jpg"><img class="aligncenter size-full wp-image-279" title="Creating Seamless Textures" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-Seamless-Textures.jpg" alt="Creating Seamless Textures" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Seamless-Textures-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Seamless-Textures.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-279" title="Creating Seamless Textures" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Seamless-Textures.jpg" alt="Creating Seamless Textures" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Seamless-Textures-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Seamless-Textures.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vectips.com/tutorials/creating-seamless-textures/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Professional Magazine Layout</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout.jpg"><img class="aligncenter size-full wp-image-280" title="How to Create a Professional Magazine Layout" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout.jpg" alt="How to Create a Professional Magazine Layout" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-280" title="How to Create a Professional Magazine Layout" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout.jpg" alt="How to Create a Professional Magazine Layout" width="600" height="296" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout-300x148.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Professional-Magazine-Layout.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-professional-magazine-layout/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Happy Drummer Using Adobe Illustrator and VectorScribe Plugin</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin.jpg"><img class="aligncenter size-full wp-image-281" title="How to Create a Happy Drummer Using Adobe Illustrator and VectorScribe Plugin" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin.jpg" alt="How to Create a Happy Drummer Using Adobe Illustrator and VectorScribe Plugin" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-281" title="How to Create a Happy Drummer Using Adobe Illustrator and VectorScribe Plugin" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin.jpg" alt="How to Create a Happy Drummer Using Adobe Illustrator and VectorScribe Plugin" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Happy-Drummer-Using-Adobe-Illustrator-and-VectorScribe-Plugin.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.astutegraphics.com/blog/how-to-create-a-happy-drummer-using-adobe-illustrator-and-vectorscribe-plugin/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Adobe Illustrator tutorial: Draw realistic liquids in vector art</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art.jpg"><img class="aligncenter size-full wp-image-282" title="Draw realistic liquids in vector art" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art.jpg" alt="Draw realistic liquids in vector art" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-282" title="Draw realistic liquids in vector art" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art.jpg" alt="Draw realistic liquids in vector art" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-realistic-liquids-in-vector-art.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.digitalartsonline.co.uk/tutorials/adobe-illustrator/draw-realistic-liquids-in-vector-art/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Create a Bright Vector Snowboard Design in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-283" title="Create a Bright Vector Snowboard Design in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator.jpg" alt="Create a Bright Vector Snowboard Design in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-283" title="Create a Bright Vector Snowboard Design in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator.jpg" alt="Create a Bright Vector Snowboard Design in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-Bright-Vector-Snowboard-Design-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/create-a-bright-vector-snowboard-design-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n<p>Draw an Ornate Bell in Adobe Illustrator</p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator.jpg"><img class="aligncenter size-full wp-image-284" title="Draw an Ornate Bell in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator.jpg" alt="Draw an Ornate Bell in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-284" title="Draw an Ornate Bell in Adobe Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator.jpg" alt="Draw an Ornate Bell in Adobe Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Draw-an-Ornate-Bell-in-Adobe-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/draw-an-ornate-bell-in-adobe-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Create a Pacifier Icon in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-285" title="How to Create a Pacifier Icon in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator.jpg" alt="How to Create a Pacifier Icon in Illustrator" width="600" height="288" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator-300x144.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-285" title="How to Create a Pacifier Icon in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator.jpg" alt="How to Create a Pacifier Icon in Illustrator" width="600" height="288" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator-300x144.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Pacifier-Icon-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/icon-design/how-to-create-a-pacifier-icon-in-illustrator/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Illustrate Deliciously Realistic Grapes using Simple Techniques</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques.jpg"><img class="aligncenter size-full wp-image-286" title="How to Illustrate Deliciously Realistic Grapes using Simple Techniques" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques.jpg" alt="How to Illustrate Deliciously Realistic Grapes using Simple Techniques" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-286" title="How to Illustrate Deliciously Realistic Grapes using Simple Techniques" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques.jpg" alt="How to Illustrate Deliciously Realistic Grapes using Simple Techniques" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-Deliciously-Realistic-Grapes-using-Simple-Techniques.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-deliciously-realistic-grapes-using-simple-techniques/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Creating Complex Style Illustrations: A Process</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process.jpg"><img class="aligncenter size-full wp-image-287" title="Creating Complex Style Illustrations A Process" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process.jpg" alt="Creating Complex Style Illustrations A Process" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-287" title="Creating Complex Style Illustrations A Process" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process.jpg" alt="Creating Complex Style Illustrations A Process" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-Complex-Style-Illustrations-A-Process.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://designinstruct.com/drawing-illustration/creating-complex-style-illustrations-a-process/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b><span id="06df1e8f-df48-40dc-b907-8ed278995d21" class="GINGER_SOFATWARE_mark"><span id="753975ee-a999-4b9a-994c-7ddf58a8d48a" class="GINGER_SOFATWARE_mark"><span id="c17c86f0-e896-4575-bb4c-0054caa2e69e" class="GINGER_SOFATWARE_mark"><span id="4c9d3217-c0f7-4c1e-97ff-514f837b1997" class="GINGER_SOFATWARE_mark"><span id="ea58a60a-e219-4086-9cd6-5f3a18dd2591" class="GINGER_SOFATWARE_mark"><span id="b982d606-f1d4-4409-9b9b-3eb4a7178e89" class="GINGER_SOFATWARE_mark">Design</span></span></span></span></span></span> a Dexter Vector Illustration</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration.jpg"><img class="aligncenter size-full wp-image-288" title="Design a Dexter Vector Illustration" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration.jpg" alt="Design a Dexter Vector Illustration" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-288" title="Design a Dexter Vector Illustration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration.jpg" alt="Design a Dexter Vector Illustration" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Design-a-Dexter-Vector-Illustration.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://bloomwebdesign.net/2010/10/design-a-dexter-vector-illustration/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>Tutorial: “Lady Luck” T-Shirt Illustration</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tutorial-Lady-Luck-T-Shirt-Illustration.jpg"><img class="aligncenter wp-image-289" title="Tutorial “Lady Luck” T-Shirt Illustration" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Tutorial-Lady-Luck-T-Shirt-Illustration.jpg" alt="Tutorial “Lady Luck” T-Shirt Illustration" width="600" height="306" /><noscript><img class="aligncenter wp-image-289" title="Tutorial “Lady Luck” T-Shirt Illustration" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Tutorial-Lady-Luck-T-Shirt-Illustration.jpg" alt="Tutorial “Lady Luck” T-Shirt Illustration" width="600" height="306" /></noscript></a></p>\n<p><a href="http://www.gomediazine.com/tutorials/tutorial-lady-luck-t-shirt-illustration/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How to Illustrate an Elegant Bottle of Wine in a Gift Box</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box.jpg"><img class="aligncenter size-full wp-image-290" title="How to Illustrate an Elegant Bottle of Wine in a Gift Box" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box.jpg" alt="How to Illustrate an Elegant Bottle of Wine in a Gift Box" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-290" title="How to Illustrate an Elegant Bottle of Wine in a Gift Box" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box.jpg" alt="How to Illustrate an Elegant Bottle of Wine in a Gift Box" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Illustrate-an-Elegant-Bottle-of-Wine-in-a-Gift-Box.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-illustrate-an-elegant-bottle-of-wine-in-a-gift-box/" target="_blank"><b>MORE INFO</b></a></p>\n<p><b>How To Create a Beautiful Vector Portrait in Illustrator</b></p>\n<p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator.jpg"><img class="aligncenter size-full wp-image-291" title="How To Create a Beautiful Vector Portrait in Illustrator" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator.jpg" alt="How To Create a Beautiful Vector Portrait in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-291" title="How To Create a Beautiful Vector Portrait in Illustrator" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator.jpg" alt="How To Create a Beautiful Vector Portrait in Illustrator" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator-300x153.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-To-Create-a-Beautiful-Vector-Portrait-in-Illustrator.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://blog.spoongraphics.co.uk/tutorials/how-to-create-a-beautiful-vector-portrait-in-illustrator" target="_blank"><b>MORE INFO</b></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="z1WUj3c9b8d2a246cbdcd533eacd43f11962c9bc76599b88a913c78d22eef7baa742f" class="wpdiscuz-cnonce" name="cnonce" value="z1WUj3c9b8d2a246cbdcd533eacd43f11962c9bc76599b88a913c78d22eef7baa742f" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="sDbbq32735a26a3beeb513c8b0d9c761e8c67fcc14b995c77af58eaea9b24d96775a2" class="wpdiscuz-cnonce" name="cnonce" value="sDbbq32735a26a3beeb513c8b0d9c761e8c67fcc14b995c77af58eaea9b24d96775a2" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'useful adobe illustrator tutorials', '', 'publish', 'closed', 'closed', '', 'useful-adobe-illustrator-tutorials', '', '', '2017-04-11 13:19:50', '2017-04-11 13:19:50', '', 0, 'http://thedesignpixel.com/useful-adobe-illustrator-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(229, 1, '2017-04-11 13:19:57', '2017-04-11 13:19:57', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;65+ Useful Cheat Sheets for Designers and Developers</div><div class="single-content"><article class="post-1971 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-development"><div id="post-1971" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">65+ Useful Cheat Sheets for Designers and Developers</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1 Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Web designing and web development is an art, that not only requires creativity and perfection, but also requires the designer to be able to completing the projects in the least time possible. A person gets to master this art of providing the best results in less time, either by a lot of practice, or by using some sort of a cheat technique. Cheat sheets are the cheats, that act here. Cheat sheets are a selection of some of the most commonly used code blocks and options, that you can directly collect from there, and save your time writing the same code again and again. Cheat sheets are available for almost all programming platforms, but are very effective when used in web development and web designing, because this job comes with a lot of pressure from the client regarding the turn around time, and if not completed on time, the client takes no time in rejecting your job, and looking for a new designer for the job, and all your efforts and creativity going into vane.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Web development involves so many platforms, and it is impossible to remember the code for each of them, and keeping the keyboard shortcuts in your mind forever. Cheatsheets help you escape this problem as well, it has everything collected at the same place, from all the platforms, all the shortcuts, etc. Web designs not only involves the back end and front end designing, but also involves a lot of aspects like the responsiveness, search engine optimization, etc., so you can get an idea, that&#8217;s how difficult it is to master the secrets to each of it. You can paste your favorite cheat sheet in front of your desk, or keep it handy, and save a lot of time of yours, and create the wonderful results, that you, as well as the client desires. A list of some of the best and useful cheat sheets for designers and developers are:</p><h3><span style="text-decoration: underline;"><em><strong>65+ Useful Cheat Sheets for Designers and Developers</strong></em></span>:</h3><p><strong>PHP reference sheet &ndash; basics</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHP-reference-sheet-basics.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/PHP-reference-sheet-basics.jpg" class="aligncenter size-full wp-image-1972" alt="PHP reference sheet &ndash; basics" width="600" height="427"><noscript><img class="aligncenter size-full wp-image-1972" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHP-reference-sheet-basics.jpg" alt="PHP reference sheet &ndash; basics" width="600" height="427"></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/mysql-cheat-sheet/"><strong>MySQL Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MySQL-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/MySQL-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1973" alt="MySQL Cheat Sheet" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MySQL-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MySQL-Cheat-Sheet-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1973" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/MySQL-Cheat-Sheet.jpg" alt="MySQL Cheat Sheet" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/MySQL-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/MySQL-Cheat-Sheet-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.opera.com/docs/specs/opera95/css/"><strong>CSS support in Opera 9.5</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5.jpg" class="aligncenter size-full wp-image-1974" alt="CSS support in Opera 9.5" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1974" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5.jpg" alt="CSS support in Opera 9.5" width="600" height="408" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-support-in-Opera-9.5-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/presentations/gimp-saclug.pdf"><strong>The Gimp Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1975" alt="The Gimp Cheat Sheet" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1975" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet.jpg" alt="The Gimp Cheat Sheet" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-Gimp-Cheat-Sheet-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.gmtaz.com/jquery-13-cheatsheet-wallpaper/"><strong><span id="2bb03ae2-e87d-47c9-90d1-c0e2e3c3b35d" class="GINGER_SOFATWARE_mark">jQuery</span> 1.3 cheat sheet wallpaper</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper.jpg" class="aligncenter size-full wp-image-1976" alt="jQuery 1.3 cheat sheet wallpaper" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1976" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper.jpg" alt="jQuery 1.3 cheat sheet wallpaper" width="600" height="374" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.3-cheat-sheet-wallpaper-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.diyphotography.net/black-white-cheatsheet-for-photoshop"><strong>Black &amp; White Cheatsheet For Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop.jpg" class="aligncenter size-full wp-image-1977" alt="Black &amp; White Cheatsheet For Photoshop" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1977" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop.jpg" alt="Black &amp; White Cheatsheet For Photoshop" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Black-White-Cheatsheet-For-Photoshop-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/help_sheets/07/CSS_20Help_20Sheet.pdf"><strong><span id="c1f2ced4-93df-4eac-88cd-e430935fef81" class="GINGER_SOFATWARE_mark">liquidicity</span> CSS Help Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet.jpg" class="aligncenter size-full wp-image-1978" alt="liquidicity CSS Help Sheet" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1978" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet.jpg" alt="liquidicity CSS Help Sheet" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/liquidicity-CSS-Help-Sheet-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.elizabethcastro.com/html/extras/cssref.html"><strong>CSS Properties And Values</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Properties-And-Values.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Properties-And-Values.jpg" class="aligncenter size-full wp-image-1979" alt="CSS Properties And Values" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Properties-And-Values.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Properties-And-Values-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1979" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Properties-And-Values.jpg" alt="CSS Properties And Values" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Properties-And-Values.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Properties-And-Values-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://creativetechs.com/tipsblog/photoshop-lasso-tool-cheatsheet/"><strong>Creative Tip: Photoshop Lasso Tool Cheatsheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet.jpg" class="aligncenter size-full wp-image-1980" alt="Creative Tip Photoshop Lasso Tool Cheatsheet" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1980" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet.jpg" alt="Creative Tip Photoshop Lasso Tool Cheatsheet" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Photoshop-Lasso-Tool-Cheatsheet-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong>JQuery UI 1.7 Cheatsheet</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet.jpg" class="aligncenter size-full wp-image-1981" alt="jQuery UI 1.7 Cheatsheet" width="600" height="240" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1981" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet.jpg" alt="jQuery UI 1.7 Cheatsheet" width="600" height="240" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/jQuery-UI-1.7-Cheatsheet-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/2009/11/rgb-hex-cheat-sheet-v1.pdf"><strong>RGB color codes</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/RGB-Colour-codes.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/RGB-Colour-codes.jpg" class="aligncenter size-full wp-image-1982" alt="RGB Colour codes" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/RGB-Colour-codes.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/RGB-Colour-codes-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1982" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/RGB-Colour-codes.jpg" alt="RGB Colour codes" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/RGB-Colour-codes.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/RGB-Colour-codes-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/select_element_cheatsheet.pdf"><strong><span id="316b115e-9a43-42da-a615-9fc0f7d2ef64" class="GINGER_SOFATWARE_mark">jQuery</span> &ndash; Select Element Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-Select-Element-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/jQuery-Select-Element-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1983" alt="jQuery &ndash; Select Element Cheat Sheet" width="600" height="211"><noscript><img class="aligncenter size-full wp-image-1983" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-Select-Element-Cheat-Sheet.jpg" alt="jQuery &ndash; Select Element Cheat Sheet" width="600" height="211"></noscript></a></p><p><a href="http://www.thejackol.com/htaccess-cheatsheet/"><strong><span id="ad4e470e-7cf0-4dfa-a6a8-2146020420c8" class="GINGER_SOFATWARE_mark">htaccess</span> Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/htaccess-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/htaccess-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1984" alt="htaccess Cheat Sheet" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/htaccess-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/htaccess-Cheat-Sheet-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1984" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/htaccess-Cheat-Sheet.jpg" alt="htaccess Cheat Sheet" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/htaccess-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/htaccess-Cheat-Sheet-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.digitalmediaminute.com/reference/entity/index.php"><strong>XHTML Character Entity Reference</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference.jpg" class="aligncenter size-full wp-image-1985" alt="XHTML Character Entity Reference" width="600" height="362" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference-300x181.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1985" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference.jpg" alt="XHTML Character Entity Reference" width="600" height="362" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/XHTML-Character-Entity-Reference-300x181.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/1423_pantone.pdf"><strong>Cyro Pantone foldout</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cyro-pantone-foldout.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Cyro-pantone-foldout.jpg" class="aligncenter size-full wp-image-1986" alt="Cyro pantone foldout" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cyro-pantone-foldout.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cyro-pantone-foldout-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1986" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Cyro-pantone-foldout.jpg" alt="Cyro pantone foldout" width="600" height="394" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cyro-pantone-foldout.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Cyro-pantone-foldout-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.futurecolors.ru/jquery/"><strong><span id="958adad4-5532-45bd-a0dc-5a0458577e79" class="GINGER_SOFATWARE_mark">jQuery</span> 1.4 API Cheat Sheet &ndash; Future Colors</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-1.4-API-Cheat-Sheet-Future-Colors.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/jQuery-1.4-API-Cheat-Sheet-Future-Colors.jpg" class="aligncenter size-full wp-image-1987" alt="jQuery 1.4 API Cheat Sheet &ndash; Future Colors" width="600" height="211"><noscript><img class="aligncenter size-full wp-image-1987" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/jQuery-1.4-API-Cheat-Sheet-Future-Colors.jpg" alt="jQuery 1.4 API Cheat Sheet &ndash; Future Colors" width="600" height="211"></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://www.addedbytes.com/cheat-sheets/mod_rewrite-cheat-sheet-version-1/"><strong>mod_rewrite Cheat Sheet (V1)</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1.jpg" class="aligncenter size-full wp-image-1988" alt="mod_rewrite Cheat Sheet (V1)" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1988" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1.jpg" alt="mod_rewrite Cheat Sheet (V1)" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/mod_rewrite-Cheat-Sheet-V1-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html"><strong>Common fonts to all versions of Windows &amp; Mac equivalents</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents.jpg" class="aligncenter size-full wp-image-1989" alt="Common fonts to all versions of Windows &amp; Mac equivalents" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1989" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents.jpg" alt="Common fonts to all versions of Windows &amp; Mac equivalents" width="600" height="372" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Common-fonts-to-all-versions-of-Windows-Mac-equivalents-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.w3.org/Style/CSS/current-work"><strong>W3C &ndash; Cascading Style Sheets, Current Work</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/W3C-Cascading-Style-Sheets-Current-Work.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/W3C-Cascading-Style-Sheets-Current-Work.jpg" class="aligncenter size-full wp-image-1990" alt="W3C &ndash; Cascading Style Sheets, Current Work" width="600" height="401"><noscript><img class="aligncenter size-full wp-image-1990" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/W3C-Cascading-Style-Sheets-Current-Work.jpg" alt="W3C &ndash; Cascading Style Sheets, Current Work" width="600" height="401"></noscript></a></p><p><a href="http://www.addedbytes.com/download/css-cheat-sheet-v2/pdf/"><strong>CSS Cheat Sheet V2</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2.jpg" class="aligncenter size-full wp-image-1991" alt="CSS Cheat Sheet V2" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1991" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2.jpg" alt="CSS Cheat Sheet V2" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-V2-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pxleyes.com/blog/2010/03/most-practical-css-cheat-sheet-yet/"><strong>Practical CSS Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1992" alt="Practical CSS Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1992" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet.jpg" alt="Practical CSS Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Practical-CSS-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/download/shortcut_guides/indesign_cs2_shortcuts_mac.pdf"><strong>Adobe InDesign CS2 Useful Keyboard Shortcuts</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts.jpg" class="aligncenter size-full wp-image-1993" alt="Adobe InDesign CS2 Useful Keyboard Shortcuts" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1993" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts.jpg" alt="Adobe InDesign CS2 Useful Keyboard Shortcuts" width="600" height="410" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-InDesign-CS2-Useful-Keyboard-Shortcuts-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/2009/11/csscheatsheet.pdf"><strong>CSS Shorthand Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1994" alt="CSS Shorthand Cheat Sheet" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1994" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet.jpg" alt="CSS Shorthand Cheat Sheet" width="600" height="433" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Shorthand-Cheat-Sheet-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.xml.su/"><strong>XML (extensible Markup Language) in one page</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page.jpg" class="aligncenter size-full wp-image-1995" alt="XML (eXtensible Markup Language) in one page" width="600" height="239" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1995" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page.jpg" alt="XML (eXtensible Markup Language) in one page" width="600" height="239" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/XML-eXtensible-Markup-Language-in-one-page-300x120.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong>CSS 3 Cheat Sheet</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1996" alt="CSS 3 Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1996" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet.jpg" alt="CSS 3 Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-3-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://morris-photographics.com/photoshop/shortcuts/#pscs4"><strong>Adobe Photoshop CS3 Shortcut keyword Cheat sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet.jpg" class="aligncenter size-full wp-image-1997" alt="Adobe Photoshop CS3 Shortcut keyword Cheat sheet" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1997" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet.jpg" alt="Adobe Photoshop CS3 Shortcut keyword Cheat sheet" width="600" height="324" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-CS3-Shortcut-keyword-Cheat-sheet-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://woorkup.com/2009/10/02/css2-visual-cheat-sheet/"><strong>CSS Level 2 Visual Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1998" alt="CSS Level 2 Visual Cheat Sheet" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1998" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet.jpg" alt="CSS Level 2 Visual Cheat Sheet" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Level-2-Visual-Cheat-Sheet-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/asp-vbscript-cheat-sheet/"><strong>ASP / VBScript Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-1999" alt="ASP VBScript Cheat Sheet" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1999" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet.jpg" alt="ASP VBScript Cheat Sheet" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/ASP-VBScript-Cheat-Sheet-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/cheats/scriptaculous_fx1.pdf"><strong>Script.aculo.us Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2000" alt="Script.aculo.us Cheat Sheet" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2000" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet.jpg" alt="Script.aculo.us Cheat Sheet" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Script.aculo_.us-Cheat-Sheet-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://webdesignerwall.com/tutorials/adobe-illustrator-shortcuts"><strong>Adobe Illustrator Shortcuts</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts.jpg" class="aligncenter size-full wp-image-2001" alt="Adobe Illustrator Shortcuts" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2001" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts.jpg" alt="Adobe Illustrator Shortcuts" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Illustrator-Shortcuts-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.serversidemagazine.com/cheat-sheets/PHP5/"><strong>Online Sheet Cheat for PHP 5</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5.jpg" class="aligncenter size-full wp-image-2002" alt="Online Sheet Cheat for PHP 5" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2002" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5.jpg" alt="Online Sheet Cheat for PHP 5" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Online-Sheet-Cheat-for-PHP-5-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/"><strong>Mootools 1.2 cheat sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet.jpg" class="aligncenter size-full wp-image-2003" alt="mootools 1.2 cheat sheet" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2003" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet.jpg" alt="mootools 1.2 cheat sheet" width="600" height="407" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/mootools-1.2-cheat-sheet-300x204.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong>Blueprint CSS Cheat Sheet</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2004" alt="Blueprint CSS Cheat Sheet" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2004" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet.jpg" alt="Blueprint CSS Cheat Sheet" width="600" height="419" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Blueprint-CSS-Cheat-Sheet-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/download/refcards/Photoshop.pdf"><strong>Adobe Photoshop Quick Reference Card</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card.jpg" class="aligncenter size-full wp-image-2005" alt="Adobe Photoshop Quick Reference Card" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2005" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card.jpg" alt="Adobe Photoshop Quick Reference Card" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Adobe-Photoshop-Quick-Reference-Card-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.blueshoes.org/en/developer/php_cheat_sheet"><strong>PHP cheat sheet &ndash; blue shoes</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHP-cheat-sheet-blueshoes.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/PHP-cheat-sheet-blueshoes.jpg" class="aligncenter size-full wp-image-2006" alt="PHP cheat sheet &ndash; blueshoes" width="600" height="354"><noscript><img class="aligncenter size-full wp-image-2006" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/PHP-cheat-sheet-blueshoes.jpg" alt="PHP cheat sheet &ndash; blueshoes" width="600" height="354"></noscript></a></p><p><a href="http://html5sec.org/"><strong>HTML5 Security Cheatsheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet.jpg" class="aligncenter size-full wp-image-2007" alt="HTML5 Security Cheatsheet" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2007" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet.jpg" alt="HTML5 Security Cheatsheet" width="600" height="299" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Security-Cheatsheet-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pxleyes.com/blog/2010/06/the-simple-photoshop-cs5-cheat-sheet/"><strong>Photoshop CS5 Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2008" alt="Photoshop CS5 Cheat Sheet" width="600" height="446" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet-300x223.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2008" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet.jpg" alt="Photoshop CS5 Cheat Sheet" width="600" height="446" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-CS5-Cheat-Sheet-300x223.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/python-cheat-sheet/"><strong>Python Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Python-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Python-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2009" alt="Python Cheat Sheet" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Python-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Python-Cheat-Sheet-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2009" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Python-Cheat-Sheet.jpg" alt="Python Cheat Sheet" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Python-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Python-Cheat-Sheet-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.smashingmagazine.com/2010/02/10/photoshop-keyboard-shortcuts-cheat-sheet-pdf/"><strong>Photoshop Keyboard Shortcuts</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts.jpg" class="aligncenter size-full wp-image-2010" alt="Photoshop Keyboard Shortcuts" width="600" height="467" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2010" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts.jpg" alt="Photoshop Keyboard Shortcuts" width="600" height="467" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Photoshop-Keyboard-Shortcuts-300x234.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://help.adobe.com/en_US/Photoshop/11.0/index.html"><strong>Using Adobe Photoshop CS4</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4.jpg" class="aligncenter size-full wp-image-2011" alt="Using Adobe Photoshop CS4" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2011" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4.jpg" alt="Using Adobe Photoshop CS4" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Using-Adobe-Photoshop-CS4-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://simplephotoshop.com/photoshop_tools/index.htm"><strong>Toolbox Reference</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Toolbox-Reference.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Toolbox-Reference.jpg" class="aligncenter size-full wp-image-2012" alt="Toolbox Reference" width="600" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Toolbox-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Toolbox-Reference-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2012" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Toolbox-Reference.jpg" alt="Toolbox Reference" width="600" height="295" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Toolbox-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Toolbox-Reference-300x148.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.impressivewebs.com/css3-click-chart"><strong>CSS3 Click Chart</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS3-Click-Chart.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS3-Click-Chart.jpg" class="aligncenter size-full wp-image-2013" alt="CSS3 Click Chart" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS3-Click-Chart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS3-Click-Chart-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2013" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS3-Click-Chart.jpg" alt="CSS3 Click Chart" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS3-Click-Chart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS3-Click-Chart-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://yuiblog.com/assets/pdf/cheatsheets/css.pdf"><strong>CSS Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2014" alt="CSS Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2014" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Cheat-Sheet.jpg" alt="CSS Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.yourhtmlsource.com/myfirstsite/tagreference.html"><strong>HTML Tag Reference</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Tag-Reference.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Tag-Reference.jpg" class="aligncenter size-full wp-image-2015" alt="HTML Tag Reference" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Tag-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Tag-Reference-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2015" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Tag-Reference.jpg" alt="HTML Tag Reference" width="600" height="306" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Tag-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Tag-Reference-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://boblet.tumblr.com/post/60552152/html5"><strong>HTML5 id/class name cheatsheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet.jpg" class="aligncenter size-full wp-image-2016" alt="HTML5 id class name cheatsheet" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2016" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet.jpg" alt="HTML5 id class name cheatsheet" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-id-class-name-cheatsheet-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/html-character-entities-cheat-sheet/"><strong>HTML Character Entities Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2017" alt="HTML Character Entities Cheat Sheet" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2017" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet.jpg" alt="HTML Character Entities Cheat Sheet" width="600" height="338" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Character-Entities-Cheat-Sheet-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.vcarrer.com/2009/09/css-specificity-cheat-sheet.html"><strong>CSS Specificity- Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2018" alt="CSS Specificity- Cheat Sheet" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2018" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet.jpg" alt="CSS Specificity- Cheat Sheet" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Specificity-Cheat-Sheet-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.gosquared.com/liquidicity/archives/51"><strong>HTML Help Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Help-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet.jpg" class="aligncenter size-full wp-image-2019" alt="HTML Help Sheet" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2019" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Help-Sheet.jpg" alt="HTML Help Sheet" width="600" height="318" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet-300x159.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Help-Sheet-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.netlingo.com/tips/html-code-cheat-sheet.php"><strong>HTML Code Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2020" alt="HTML Code Cheat Sheet" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2020" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet.jpg" alt="HTML Code Cheat Sheet" width="600" height="298" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Code-Cheat-Sheet-300x149.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html"><strong>HTML5 Canvas Cheat Sheet</strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2021" alt="HTML5 Canvas Cheat Sheet" width="600" height="302" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet-300x151.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2021" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet.jpg" alt="HTML5 Canvas Cheat Sheet" width="600" height="302" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML5-Canvas-Cheat-Sheet-300x151.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://libertyboy.free.fr/computing/reference/css/index.php"><strong>CSS Style Sheet Quick Reference</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference.jpg" class="aligncenter size-full wp-image-2022" alt="CSS Style Sheet Quick Reference" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2022" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference.jpg" alt="CSS Style Sheet Quick Reference" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/CSS-Style-Sheet-Quick-Reference-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.ideastraining.com/PDFs/GraphicsCheatSheet.pdf"><strong>I.D.E.A.S. Graphics Cheatsheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet.jpg" class="aligncenter size-full wp-image-2023" alt="I.D.E.A.S. Graphics Cheatsheet" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2023" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet.jpg" alt="I.D.E.A.S. Graphics Cheatsheet" width="600" height="418" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/I.D.E.A.S.-Graphics-Cheatsheet-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong>Computer Arts Keyboard Shortcuts</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts.jpg" class="aligncenter size-full wp-image-2024" alt="Computer Arts Keyboard Shortcuts" width="600" height="397" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2024" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts.jpg" alt="Computer Arts Keyboard Shortcuts" width="600" height="397" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Computer-Arts-Keyboard-Shortcuts-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/"><strong>HTML Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2025" alt="HTML Cheat Sheet" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2025" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Cheat-Sheet.jpg" alt="HTML Cheat Sheet" width="600" height="290" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-300x145.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.testking.com/techking/infographics/ultimate-html5-cheatsheat/"><strong>Ultimate HTML5 Cheatsheat [Infographic]</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic.jpg" class="aligncenter size-full wp-image-2026" alt="Ultimate HTML5 Cheatsheat [Infographic]" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2026" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic.jpg" alt="Ultimate HTML5 Cheatsheat [Infographic]" width="600" height="305" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-300x153.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><strong>idea3 Cheat Sheet</strong></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/idea3-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/idea3-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2027" alt="idea3 Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/idea3-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/idea3-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2027" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/idea3-Cheat-Sheet.jpg" alt="idea3 Cheat Sheet" width="600" height="416" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/idea3-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/idea3-Cheat-Sheet-300x208.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://creativetechs.com/tipsblog/adobe-pen-tool-cheatsheet/"><strong>Creative Tip: Adobe Pen Tool Cheatsheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet.png"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet.png" class="aligncenter size-full wp-image-2028" alt="Creative Tip Adobe Pen Tool Cheatsheet" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet-300x190.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2028" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet.png" alt="Creative Tip Adobe Pen Tool Cheatsheet" width="600" height="380" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Creative-Tip-Adobe-Pen-Tool-Cheatsheet-300x190.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://joshduck.com/periodic-table.html"><strong>Periodic Table of the Elements</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements.jpg" class="aligncenter size-full wp-image-2029" alt="Periodic Table of the Elements" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2029" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements.jpg" alt="Periodic Table of the Elements" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Periodic-Table-of-the-Elements-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.html-5.com/cheat-sheet/"><strong>HTML Cheat Sheet for Transition to HTML 5</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5.jpg" class="aligncenter size-full wp-image-2030" alt="HTML Cheat Sheet for Transition to HTML 5" width="600" height="288" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2030" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5.jpg" alt="HTML Cheat Sheet for Transition to HTML 5" width="600" height="288" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Cheat-Sheet-for-Transition-to-HTML-5-300x144.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.logoorange.com/color/color-codes-chart.php"><strong>Color Codes Matching Chart HTML</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML.jpg" class="aligncenter size-full wp-image-2031" alt="Color Codes Matching Chart HTML" width="600" height="518" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML-300x259.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2031" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML.jpg" alt="Color Codes Matching Chart HTML" width="600" height="518" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Color-Codes-Matching-Chart-HTML-300x259.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.design215.com/toolbox/megapixels.php"><strong>Megapixels and Maximum Print Size Chart</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart.jpg" class="aligncenter size-full wp-image-2032" alt="Megapixels and Maximum Print Size Chart" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2032" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart.jpg" alt="Megapixels and Maximum Print Size Chart" width="600" height="420" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Megapixels-and-Maximum-Print-Size-Chart-300x210.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/2009/11/html-help-sheet-02.pdf"><strong><span id="d8f9f46c-8ef8-4e6e-bef6-c96e32ab0bd6" class="GINGER_SOFATWARE_mark">GoSquared</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GoSquared.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/GoSquared.jpg" class="aligncenter size-full wp-image-2033" alt="GoSquared" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/GoSquared.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/GoSquared-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2033" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/GoSquared.jpg" alt="GoSquared" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/GoSquared.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/GoSquared-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.elizabethcastro.com/html/extras/xhtml_ref.html"><strong>HTML Elements and Attributes</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Elements-and-Attributes.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/HTML-Elements-and-Attributes.jpg" class="aligncenter size-full wp-image-2034" alt="HTML Elements and Attributes" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Elements-and-Attributes.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Elements-and-Attributes-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2034" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/HTML-Elements-and-Attributes.jpg" alt="HTML Elements and Attributes" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Elements-and-Attributes.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/HTML-Elements-and-Attributes-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://thedesignpixel.com/files/2009/11/wordpress-theme-development-check-list.pdf"><strong>WordPress Theme Development Check List</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List.jpg" class="aligncenter size-full wp-image-2035" alt="WordPress Theme Development Check List" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2035" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List.jpg" alt="WordPress Theme Development Check List" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/WordPress-Theme-Development-Check-List-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.addedbytes.com/cheat-sheets/ruby-on-rails-cheat-sheet/"><strong>Ruby on Rails Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2036" alt="Ruby on Rails Cheat Sheet" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2036" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet.jpg" alt="Ruby on Rails Cheat Sheet" width="600" height="428" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ruby-on-Rails-Cheat-Sheet-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/"><strong>The IOS Design Cheat Sheet</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet.jpg" class="aligncenter size-full wp-image-2037" alt="The iOS Design Cheat Sheet" width="600" height="286" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet-300x143.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-2037" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet.jpg" alt="The iOS Design Cheat Sheet" width="600" height="286" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-iOS-Design-Cheat-Sheet-300x143.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">1</span> Comment on "65+ Useful Cheat Sheets for Designers and Developers"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="trUJl3de2a0094a543ee9285c3d8d6a6d40106489ead1ab910078483c152c27979d7e" class="wpdiscuz-cnonce" name="cnonce" value="trUJl3de2a0094a543ee9285c3d8d6a6d40106489ead1ab910078483c152c27979d7e" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="ENQGG84b9ac426a6ad0e41d30480007086deb075b03fa36c94bcf260d6ee353f00217" class="wpdiscuz-cnonce" name="cnonce" value="ENQGG84b9ac426a6ad0e41d30480007086deb075b03fa36c94bcf260d6ee353f00217" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-793_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/d528001e7ab2f64b720bc41d01699b1d?s=48&#038;d=mm&#038;r=g" alt="Mohammad Qasim" srcset="http://1.gravatar.com/avatar/d528001e7ab2f64b720bc41d01699b1d?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-793" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://nextdesignweb.com/'' target=''_blank''>Mohammad Qasim</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-cheat-sheets-designers-developers.html#comment-793&quot; /&gt;" /></div><div class="wc-comment-date">June 21, 2014 3:14 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Nice thanks for sharing!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Nice%20thanks%20for%20sharing!http://www.thedesignpixel.com/useful-cheat-sheets-designers-developers.html#comment-793" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-cheat-sheets-designers-developers.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-793_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'useful cheat sheets designers developers', '', 'publish', 'closed', 'closed', '', 'useful-cheat-sheets-designers-developers', '', '', '2017-04-11 13:19:57', '2017-04-11 13:19:57', '', 0, 'http://thedesignpixel.com/useful-cheat-sheets-designers-developers/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(230, 1, '2017-04-11 13:20:01', '2017-04-11 13:20:01', '                				<!-- END HEADER -->\r\n                <div class="main-wrapper">\r\n	<div id="page">\r\n		<div class="main-content cblayout">\r\n			<div id="content" class="content-area single-content-area">\r\n				<div class="content content-single ">\r\n                                                <div class="breadcrumbs">\r\n                                <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;50 Useful CSS Frameworks, Libraries and Tools of 2014                            </div>\r\n				        <div class="single-content">\n    <article class="post-2672 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources tag-css tag-development tag-languages tag-tools">\r\n	<div id="post-2672" class="post-box">\r\n                        <div class="post-meta-top">                        <div class="post-cats uppercase">\r\n                            <span>\r\n                            <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a>                             </span>\r\n                        </div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span>                </div>            <header>\r\n                <h1 class="title single-title">50 Useful CSS Frameworks, Libraries and Tools of 2014</h1>\r\n                <div class="post-meta-left">\r\n    <div class="post-meta">\r\n								<span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a>, <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span>										<span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/#respond" class="comments-link" >Leave a Comment</a></span>\r\n						</div><!--.post-meta--></div>            </header><!--.header-->\r\n                    <div class="post-inner">\r\n            <div class="post-content single-post-content">\r\n                                    <div class="single-post-ad">\r\n                        <!-- BuySellAds Zone Code -->\r\n<div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->                    </div>\r\n                \r\n                <p>There are many languages which are used for creating web documents and a great website consists of very well designed structure. A good web site style is of utmost importance as a result of it plays an awfully necessary role within the performance of the web site. It is more important depends on the web developer who is actually developing the websites. It&#8217;s not that much important that all the websites who looks very similar are developed using the same programming language. CSS is also one of them, which is used for styling the web pages.</p>\n<p>CSS language is used for describing the look and formatting the documents written is <span id="4bee13dc-ea7c-44d3-ba36-1118cc2e3542" class="GINGER_SOFATWARE_mark">mark up</span> languages. It is basically a style sheet language which is more often used to style web pages and user interfaces written in HTML and XHTML. With the high number of changes gone through the CSS in the last few years, It is more common to see a large set of tools and techniques used to make CSS more reliable.</p>\n<p>CSS Frameworks or Libraries are pre-prepared set of codes that enables the users to easily make use of features of CSS and more standardized compliant of web pages can be done easily. There are a lot of CSS frameworks or libraries &amp; tools released in 2014, But to help out our fellow readers, we have hand picked some of the useful CSS frameworks, Libraries and Tools <span id="cec512fe-0bc3-4d88-8ae5-8bc84caa6d4d" class="GINGER_SOFATWARE_mark">of</span> 2014.\n</p>\n<h3><span style="text-decoration: underline;"><em><strong>50 Useful CSS Frameworks, Libraries and Tools of 2014</strong></em></span>:</h3>\n<p><a href="http://elrumordelaluz.github.io/csshake/" target="_blank"><strong>CSS Shake</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Shake.jpg"><img class="aligncenter size-full wp-image-2675" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSS-Shake.jpg" alt="CSS Shake" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Shake-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Shake.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><a href="http://www.minimamente.com/example/magic_animations/" target="_blank"><strong>Magic Animations</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Magic-Animations.jpg"><img class="aligncenter size-full wp-image-2676" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Magic-Animations.jpg" alt="Magic Animations" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-Animations-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-Animations.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2676" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Magic-Animations.jpg" alt="Magic Animations" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-Animations-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-Animations.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://ianlunn.github.io/Hover/" target="_blank"><strong>Hover.css</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Hover.jpg"><img class="aligncenter size-full wp-image-2677" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Hover.jpg" alt="Hover" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hover-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hover.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2677" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Hover.jpg" alt="Hover" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hover-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hover.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://colindres.me/saffron/" target="_blank"><strong>Saffron</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Saffron.jpg"><img class="aligncenter size-full wp-image-2678" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Saffron.jpg" alt="Saffron" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Saffron-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Saffron.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2678" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Saffron.jpg" alt="Saffron" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Saffron-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Saffron.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://projects.lukehaas.me/css-loaders/" target="_blank"><strong>Single Element CSS Spinners</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Single-Element-CSS-Spinners.jpg"><img class="aligncenter size-full wp-image-2679" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Single-Element-CSS-Spinners.jpg" alt="Single Element CSS Spinners" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Element-CSS-Spinners-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Element-CSS-Spinners.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2679" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Single-Element-CSS-Spinners.jpg" alt="Single Element CSS Spinners" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Element-CSS-Spinners-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Single-Element-CSS-Spinners.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://tobiasahlin.com/spinkit/" target="_blank"><strong><span id="02280add-479c-4472-8dcc-9b18103e71e7" class="GINGER_SOFATWARE_mark"><span id="e7e29c0a-ed91-4443-bbe3-2bb5d0179853" class="GINGER_SOFATWARE_mark"><span id="df7edc36-ce34-4dde-abfc-5908abcd6bf7" class="GINGER_SOFATWARE_mark">SpinKit</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/SpinKit.jpg"><img class="aligncenter size-full wp-image-2680" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/SpinKit.jpg" alt="SpinKit" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/SpinKit-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/SpinKit.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2680" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/SpinKit.jpg" alt="SpinKit" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/SpinKit-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/SpinKit.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://devinhunt.github.io/typebase.css/" target="_blank"><strong>typebase.css</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/typebase.jpg"><img class="aligncenter size-full wp-image-2681" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/typebase.jpg" alt="typebase" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/typebase-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/typebase.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><a href="http://typesettings.io/" target="_blank"><strong><span id="7dd9f284-1d52-481e-9fec-e21645ae0f80" class="GINGER_SOFATWARE_mark">Type settings</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Typesettings.jpg"><img class="aligncenter size-full wp-image-2682" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Typesettings.jpg" alt="Typesettings" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Typesettings-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Typesettings.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2682" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Typesettings.jpg" alt="Typesettings" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Typesettings-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Typesettings.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://typerendering.com/" target="_blank"><strong>Type Rendering Mix</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Type-Rendering-Mix.jpg"><img class="aligncenter size-full wp-image-2683" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Type-Rendering-Mix.jpg" alt="Type Rendering Mix" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Rendering-Mix-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Rendering-Mix.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2683" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Type-Rendering-Mix.jpg" alt="Type Rendering Mix" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Rendering-Mix-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Type-Rendering-Mix.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://sassline.com/" target="_blank"><strong><span id="7422af7f-12d2-479d-a2ab-f676ab9ad87a" class="GINGER_SOFATWARE_mark"><span id="a3f295ae-002d-4f94-8c9f-43082c02b411" class="GINGER_SOFATWARE_mark"><span id="60c646dd-56d3-4cac-846d-b8dd18346f57" class="GINGER_SOFATWARE_mark">Sassline</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sassline.jpg"><img class="aligncenter size-full wp-image-2684" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sassline.jpg" alt="Sassline" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sassline-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sassline.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2684" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sassline.jpg" alt="Sassline" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sassline-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sassline.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://timothy-long.com/kindling/" target="_blank"><strong>Kindling</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kindling.jpg"><img class="aligncenter size-full wp-image-2685" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Kindling.jpg" alt="Kindling" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kindling-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kindling.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2685" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kindling.jpg" alt="Kindling" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kindling-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kindling.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://getwebplate.com/" target="_blank"><strong><span id="7f3e1952-5e9a-4f4e-ba44-fe501b497c43" class="GINGER_SOFATWARE_mark"><span id="4af46fcd-f891-4d5b-9327-8f9e8b78406f" class="GINGER_SOFATWARE_mark">Webplate</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Webplate.jpg"><img class="aligncenter size-full wp-image-2686" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Webplate.jpg" alt="Webplate" width="550" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Webplate-300x142.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Webplate.jpg 550w" sizes="(max-width: 550px) 100vw, 550px" /><noscript><img class="aligncenter size-full wp-image-2686" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Webplate.jpg" alt="Webplate" width="550" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Webplate-300x142.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Webplate.jpg 550w" sizes="(max-width: 550px) 100vw, 550px" /></noscript></a></p>\n<p><a href="http://flexboxgrid.com/" target="_blank"><strong><span id="ad0f06ea-dc6c-4970-a4b3-a4ba17ff4914" class="GINGER_SOFATWARE_mark"><span id="82841bfc-1d69-4249-8e45-fb33ce554403" class="GINGER_SOFATWARE_mark"><span id="a4f15f63-7bf4-46ae-b3d7-cc64f1e0f174" class="GINGER_SOFATWARE_mark">Flexbox</span></span></span> Grid</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Flexbox-Grid.jpg"><img class="aligncenter size-full wp-image-2687" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Flexbox-Grid.jpg" alt="Flexbox Grid" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flexbox-Grid-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flexbox-Grid.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2687" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Flexbox-Grid.jpg" alt="Flexbox Grid" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flexbox-Grid-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Flexbox-Grid.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://fluidity.sexy/" target="_blank"><strong>Fluidity</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fluidity.jpg"><img class="aligncenter size-full wp-image-2688" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Fluidity.jpg" alt="Fluidity" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluidity-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluidity.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2688" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Fluidity.jpg" alt="Fluidity" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluidity-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Fluidity.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.cutegrids.com/" target="_blank"><strong>C<span id="8a3914e8-7312-4f7d-8cf7-569591246e8c" class="GINGER_SOFATWARE_mark">ute Grid</span>s</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cute-Grids.jpg"><img class="aligncenter size-full wp-image-2689" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Cute-Grids.jpg" alt="Cute Grids" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cute-Grids-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cute-Grids.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2689" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cute-Grids.jpg" alt="Cute Grids" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cute-Grids-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cute-Grids.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://html5-ninja.com/icecream/" target="_blank"><strong>Ice Cream</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream.jpg"><img class="aligncenter size-full wp-image-2690" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/IceCream.jpg" alt="IceCream" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2690" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/IceCream.jpg" alt="IceCream" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/IceCream.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://next.zengrids.com/" target="_blank"><strong>Zen Gr</strong></a><a href="http://next.zengrids.com/" target="_blank"><strong>ids</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Zen-Grids.jpg"><img class="aligncenter size-full wp-image-2691" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Zen-Grids.jpg" alt="Zen Grids" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zen-Grids-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zen-Grids.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2691" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Zen-Grids.jpg" alt="Zen Grids" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zen-Grids-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Zen-Grids.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.apppie.org/" target="_blank"><strong><span id="d85d26ed-c551-41b3-a7d8-bb84da6ba6c4" class="GINGER_SOFATWARE_mark"><span id="d5a58980-6d3d-42bf-8532-ca7e5aa95c5a" class="GINGER_SOFATWARE_mark"><span id="89c6adca-e82b-4e71-b934-dcb184d343ce" class="GINGER_SOFATWARE_mark">ApplePie</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ApplePie.jpg"><img class="aligncenter size-full wp-image-2692" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/ApplePie.jpg" alt="ApplePie" width="600" height="208" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ApplePie-300x104.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ApplePie.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2692" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ApplePie.jpg" alt="ApplePie" width="600" height="208" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ApplePie-300x104.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ApplePie.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.felipefialho.com/css-components/" target="_blank"><strong>Pure CSS Components</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pure-CSS-Components.jpg"><img class="aligncenter size-full wp-image-2693" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Pure-CSS-Components.jpg" alt="Pure CSS Components" width="600" height="248" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pure-CSS-Components-300x124.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pure-CSS-Components.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2693" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pure-CSS-Components.jpg" alt="Pure CSS Components" width="600" height="248" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pure-CSS-Components-300x124.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pure-CSS-Components.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://jxnblk.github.io/basscss/" target="_blank"><strong>BASSCSS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/BASSCSS.jpg"><img class="aligncenter size-full wp-image-2694" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/BASSCSS.jpg" alt="BASSCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASSCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASSCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2694" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/BASSCSS.jpg" alt="BASSCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASSCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/BASSCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.myresponsee.com/" target="_blank"><strong><span id="7b043dab-43ab-4c03-84c2-01ac842f3f9e" class="GINGER_SOFATWARE_mark"><span id="71c62416-7847-4741-8547-e64d5cb6afd5" class="GINGER_SOFATWARE_mark">Responsee</span></span> II</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsee-II.jpg"><img class="aligncenter size-full wp-image-2695" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Responsee-II.jpg" alt="Responsee II" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsee-II-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsee-II.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2695" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsee-II.jpg" alt="Responsee II" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsee-II-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsee-II.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://glyphter.com/" target="_blank"><strong><span id="af649bf7-da70-42a0-93e7-f9e78d4812ac" class="GINGER_SOFATWARE_mark"><span id="74ce15c2-1825-4abf-b9a3-902819ca3008" class="GINGER_SOFATWARE_mark">Glyphter</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Glyphter.jpg"><img class="aligncenter size-full wp-image-2696" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Glyphter.jpg" alt="Glyphter" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Glyphter-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Glyphter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2696" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Glyphter.jpg" alt="Glyphter" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Glyphter-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Glyphter.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://perfecticons.com/" target="_blank"><strong>Pe<span id="947b002b-db24-4619-8e95-d316277b6027" class="GINGER_SOFATWARE_mark">rfect Ico</span>ns</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Perfect-Icons.jpg"><img class="aligncenter size-full wp-image-2697" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Perfect-Icons.jpg" alt="Perfect Icons" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Perfect-Icons-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Perfect-Icons.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2697" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Perfect-Icons.jpg" alt="Perfect Icons" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Perfect-Icons-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Perfect-Icons.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://iconizr.com/" target="_blank"><strong><span id="c6035c47-9bc9-4fb5-aa4c-981f96ebf69e" class="GINGER_SOFATWARE_mark"><span id="9e087f5c-817c-4db8-b311-3873f8351ec1" class="GINGER_SOFATWARE_mark">iconizr</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/iconizr.jpg"><img class="aligncenter size-full wp-image-2698" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/iconizr.jpg" alt="iconizr" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/iconizr-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/iconizr.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2698" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/iconizr.jpg" alt="iconizr" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/iconizr-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/iconizr.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://clrs.cc/" target="_blank"><strong>Colors</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Colors.jpg"><img class="aligncenter size-full wp-image-2699" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Colors.jpg" alt="Colors" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Colors-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Colors.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2699" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Colors.jpg" alt="Colors" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Colors-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Colors.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://colours.neilorangepeel.com/" target="_blank"><strong>CSS <span id="fa748ebe-2562-42ab-916e-f3fb29ce2fb5" class="GINGER_SOFATWARE_mark"><span id="038c8527-f37f-4c51-9f01-7935fa34c272" class="GINGER_SOFATWARE_mark">Colours</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Colours.jpg"><img class="aligncenter size-full wp-image-2700" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSS-Colours.jpg" alt="CSS Colours" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Colours-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Colours.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2700" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Colours.jpg" alt="CSS Colours" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Colours-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Colours.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://damonbauer.github.io/Pantone-Sass/" target="_blank"><strong>Pantone Sass</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pantone-Sass.jpg"><img class="aligncenter size-full wp-image-2701" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Pantone-Sass.jpg" alt="Pantone Sass" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pantone-Sass-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pantone-Sass.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2701" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pantone-Sass.jpg" alt="Pantone Sass" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pantone-Sass-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pantone-Sass.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://pumpula.net/p/apps/css-vocabulary/" target="_blank"><strong>CSS Vocabulary</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Vocabulary.jpg"><img class="aligncenter size-full wp-image-2702" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSS-Vocabulary.jpg" alt="CSS Vocabulary" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Vocabulary-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Vocabulary.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><a href="http://valhead.com/book/" target="_blank"><strong>CSS Animations, A Pocket Guide</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Animations-A-Pocket-Guide.jpg"><img class="aligncenter size-full wp-image-2703" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSS-Animations-A-Pocket-Guide.jpg" alt="CSS Animations, A Pocket Guide" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Animations-A-Pocket-Guide-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Animations-A-Pocket-Guide.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript></noscript></a></p>\n<p><a href="http://css-tricks.com/snippets/css/a-guide-to-flexbox/" target="_blank"><strong>A Complete Guide to Flexbox</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox.jpg"><img class="aligncenter size-full wp-image-2704" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox.jpg" alt="A Complete Guide to Flexbox" width="600" height="237" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox-300x119.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2704" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox.jpg" alt="A Complete Guide to Flexbox" width="600" height="237" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox-300x119.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/A-Complete-Guide-to-Flexbox.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://robdodson.me/blog/2014/04/10/shadow-dom-css-cheat-sheet/" target="_blank"><strong>Shadow DOM, CSS Cheat Sheet</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet.jpg"><img class="aligncenter size-full wp-image-2705" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet.jpg" alt="Shadow DOM CSS Cheat Sheet" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2705" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet.jpg" alt="Shadow DOM CSS Cheat Sheet" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Shadow-DOM-CSS-Cheat-Sheet.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://adamschwartz.co/magic-of-css/" target="_blank"><strong>Magic of CSS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Magic-of-CSS.jpg"><img class="aligncenter size-full wp-image-2706" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Magic-of-CSS.jpg" alt="Magic of CSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-of-CSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-of-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2706" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Magic-of-CSS.jpg" alt="Magic of CSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-of-CSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Magic-of-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://tedgoas.github.io/Cerberus/" target="_blank"><strong>Cerberus</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cerberus.jpg"><img class="aligncenter size-full wp-image-2707" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Cerberus.jpg" alt="Cerberus" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cerberus-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cerberus.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2707" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Cerberus.jpg" alt="Cerberus" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cerberus-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Cerberus.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://www.stylestats.org/" target="_blank"><strong><span id="1ff6f5a3-806f-4ead-ad98-bb6078eaa114" class="GINGER_SOFATWARE_mark">StyleStats</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/StyleStats.jpg"><img class="aligncenter size-full wp-image-2708" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/StyleStats.jpg" alt="StyleStats" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/StyleStats-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/StyleStats.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2708" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/StyleStats.jpg" alt="StyleStats" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/StyleStats-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/StyleStats.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://extractcss.com/" target="_blank"><strong><span id="4bb4aff5-86a5-493a-bf8f-0ce252ab93dc" class="GINGER_SOFATWARE_mark"><span id="ec13e20d-6246-42eb-a7b9-cfe02b1fa3b5" class="GINGER_SOFATWARE_mark">extractCSS</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extractCSS.jpg"><img class="aligncenter size-full wp-image-2709" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/extractCSS.jpg" alt="extractCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extractCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extractCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2709" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/extractCSS.jpg" alt="extractCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/extractCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/extractCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://bennettfeely.com/cssynth/" target="_blank"><strong><span id="100ee21a-459c-4c70-89d4-37cf2780724b" class="GINGER_SOFATWARE_mark"><span id="df256cf4-3b4d-4e07-a7a1-09bc2b0429df" class="GINGER_SOFATWARE_mark">CSSynth</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSSynth.jpg"><img class="aligncenter size-full wp-image-2710" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSSynth.jpg" alt="CSSynth" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSSynth-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSSynth.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2710" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSSynth.jpg" alt="CSSynth" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSSynth-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSSynth.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://enjoycss.com/start/" target="_blank"><strong><span id="a12b428e-a5be-43a6-9b5d-c94e7dc80200" class="GINGER_SOFATWARE_mark">EnjoyCSS</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/EnjoyCSS.jpg"><img class="aligncenter size-full wp-image-2711" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/EnjoyCSS.jpg" alt="EnjoyCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/EnjoyCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/EnjoyCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2711" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/EnjoyCSS.jpg" alt="EnjoyCSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/EnjoyCSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/EnjoyCSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><span id="32fc4e5d-6122-49ab-a7a4-6b4717d47dbc" class="GINGER_SOFATWARE_mark"><a href="http://www.sache.in/" target="_blank"><strong><span id="67118678-f8e8-4d0d-888b-2eb35cfd0476" class="GINGER_SOFATWARE_mark">Sache</span></strong></a></span></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sache.jpg"><img class="aligncenter size-full wp-image-2712" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Sache.jpg" alt="Sache" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sache-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sache.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2712" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Sache.jpg" alt="Sache" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sache-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Sache.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="https://github.com/akoenig/imacss" target="_blank"><strong><span id="ff9a2ff9-a98a-4196-8567-9f7b50181748" class="GINGER_SOFATWARE_mark"><span id="4d439302-b75e-4288-9ce5-1e9564b4fe44" class="GINGER_SOFATWARE_mark">Imacss</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Imacss.jpg"><img class="aligncenter size-full wp-image-2713" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Imacss.jpg" alt="Imacss" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Imacss-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Imacss.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2713" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Imacss.jpg" alt="Imacss" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Imacss-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Imacss.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://trulia.github.io/hologram/" target="_blank"><strong>Hologram</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Hologram.jpg"><img class="aligncenter size-full wp-image-2714" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Hologram.jpg" alt="Hologram" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hologram-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hologram.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2714" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Hologram.jpg" alt="Hologram" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hologram-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Hologram.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://marcj.github.io/css-element-queries/" target="_blank"><strong>CSS Element Queries</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Element-Queries.jpg"><img class="aligncenter size-full wp-image-2715" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/CSS-Element-Queries.jpg" alt="CSS Element Queries" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Element-Queries-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Element-Queries.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2715" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/CSS-Element-Queries.jpg" alt="CSS Element Queries" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Element-Queries-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/CSS-Element-Queries.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://suitcss.github.io/" target="_blank"><strong>SUIT CSS</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/SUIT-CSS.jpg"><img class="aligncenter size-full wp-image-2716" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/SUIT-CSS.jpg" alt="SUIT CSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/SUIT-CSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/SUIT-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2716" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/SUIT-CSS.jpg" alt="SUIT CSS" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/SUIT-CSS-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/SUIT-CSS.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://docssa.info/#" target="_blank"><strong><span id="8b4a7e91-c9a3-4076-8f1b-49d3af0a71cb" class="GINGER_SOFATWARE_mark"><span id="a7cd8213-f818-4608-843b-59eb246916d5" class="GINGER_SOFATWARE_mark">DoCSSa</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/DoCSSa.jpg"><img class="aligncenter size-full wp-image-2717" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/DoCSSa.jpg" alt="DoCSSa" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/DoCSSa-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/DoCSSa.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2717" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/DoCSSa.jpg" alt="DoCSSa" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/DoCSSa-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/DoCSSa.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://zena.appspot.com/orso" target="_blank"><strong><span id="f5321365-7a51-422b-a594-3d2fbff9b411" class="GINGER_SOFATWARE_mark"><span id="7a235e4b-a64b-4fe4-9f5a-508673ac054f" class="GINGER_SOFATWARE_mark">Orso</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Orso.jpg"><img class="aligncenter size-full wp-image-2718" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Orso.jpg" alt="Orso" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Orso-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Orso.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2718" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Orso.jpg" alt="Orso" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Orso-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Orso.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://pesticide.io/" target="_blank"><strong>P</strong></a><span id="553012e5-14ac-4401-a83a-1c0822b96821" class="GINGER_SOFATWARE_mark"><a href="http://pesticide.io/" target="_blank"><strong>esticide</strong></a><br />\n</span></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pesticide.jpg"><img class="aligncenter size-full wp-image-2719" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Pesticide.jpg" alt="Pesticide" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pesticide-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pesticide.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2719" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Pesticide.jpg" alt="Pesticide" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pesticide-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Pesticide.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://csswizardry.com/beautons/" target="_blank"><strong><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark"></span><span id="9b5bcd06-22eb-45b4-aa40-da923b939d8f" class="GINGER_SOFATWARE_mark"><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark"></span><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark"></span><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark"></span><span id="d03c5391-9432-4572-8c7a-db7ee23d5d2a" class="GINGER_SOFATWARE_mark"><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark"></span><span id="009b9869-572c-468c-a385-45437f63b71f" class="GINGER_SOFATWARE_mark"><span id="87105629-b2ca-4057-8ae3-ec20733abf35" class="GINGER_SOFATWARE_mark">Beauto</span>ns</span></span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Beautons.jpg"><img class="aligncenter size-full wp-image-2720" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Beautons.jpg" alt="Beautons" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beautons-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beautons.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2720" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Beautons.jpg" alt="Beautons" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beautons-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Beautons.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://wtfforms.com/" target="_blank"><strong>WTF, Forms?</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/WTF-Forms.jpg"><img class="aligncenter size-full wp-image-2721" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/WTF-Forms.jpg" alt="WTF, Forms" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/WTF-Forms-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/WTF-Forms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2721" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/WTF-Forms.jpg" alt="WTF, Forms" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/WTF-Forms-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/WTF-Forms.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://responsivecomments.com/" target="_blank"><strong><span id="c8f852a8-ce19-4864-96e1-4cbfc91bc980" class="GINGER_SOFATWARE_mark">Respon<span id="d4f5bf9b-72df-4a3b-8c95-10a7eb186606" class="GINGER_SOFATWARE_mark">sive Comm</span>ents</span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ResponsiveComments.jpg"><img class="aligncenter size-full wp-image-2722" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/ResponsiveComments.jpg" alt="ResponsiveComments" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ResponsiveComments-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ResponsiveComments.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2722" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/ResponsiveComments.jpg" alt="ResponsiveComments" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/ResponsiveComments-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/ResponsiveComments.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://hiloki.github.io/kitecss/" target="_blank"><strong>Kite</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kite.jpg"><img class="aligncenter size-full wp-image-2723" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Kite.jpg" alt="Kite" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kite-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kite.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2723" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Kite.jpg" alt="Kite" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kite-300x130.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Kite.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n<p><a href="http://codepen.io/mariusbalaj/full/Jtqbm" target="_blank"><strong>Social Buttons v2</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Social-Buttons-v2.jpg"><img class="aligncenter size-full wp-image-2724" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/07/Social-Buttons-v2.jpg" alt="Social Buttons v2" width="600" height="240" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Social-Buttons-v2-300x120.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Social-Buttons-v2.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-2724" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Social-Buttons-v2.jpg" alt="Social Buttons v2" width="600" height="240" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Social-Buttons-v2-300x120.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Social-Buttons-v2.jpg 600w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p>\n\r\n                                    <div class="single-post-ad">\r\n                        <div id="contentad116044"></div>\r\n<script type="text/javascript">\r\n    (function(d) {\r\n        var params =\r\n        {\r\n            id: "d66769d0-f5de-4d8e-bbd7-fa317dd7d53b",\r\n            d:  "dGhlZGVzaWducGl4ZWwuY29t",\r\n            wid: "116044",\r\n            cb: (new Date()).getTime()\r\n        };\r\n\r\n        var qs=[];\r\n        for(var key in params) qs.push(key+''=''+encodeURIComponent(params[key]));\r\n        var s = d.createElement(''script'');s.type=''text/javascript'';s.async=true;\r\n        var p = ''https:'' == document.location.protocol ? ''https'' : ''http'';\r\n        s.src = p + "://api.content.ad/Scripts/widget2.aspx?" + qs.join(''&'');\r\n        d.getElementById("contentad116044").appendChild(s);\r\n    })(document);\r\n</script>                    </div>\r\n                \r\n                            </div><!--.single-post-content-->\r\n        </div><!--.post-inner-->\r\n			</div><!--.post excerpt-->\r\n</article><!--.post-box--></div><!--.single-content-->\r\n    <div class="wpdiscuz_top_clearing"></div>\r\n                    <div id="comments" class="comments-area">\r\n                    <div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>\r\n                            <h3 id="wc-comment-header">Leave a Reply</h3>\r\n                <div id="wpcomm" class="wpdiscuz_unauth">\r\n                            <div class="wc-comment-bar">\r\n                    <p class="wc-comment-title">\r\n                        Be the First to Comment!                    </p>\r\n                    <div class="wpdiscuz_clear"></div>\r\n                </div>\r\n                                    <div class="wc_social_plugin_wrapper">\r\n                            </div>\r\n                                <div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                                        <form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="Ezrb587bb432264daed1949892b61f6d61dd84109f13157b882ab0433a4da7c3fa43c" class="wpdiscuz-cnonce" name="cnonce" value="Ezrb587bb432264daed1949892b61f6d61dd84109f13157b882ab0433a4da7c3fa43c" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    <div id="wpdiscuz_hidden_secondary_form" style="display: none;">\r\n                        <div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" >\r\n            <div class="wpdiscuz-comment-message" style="display: block;"></div>\r\n                            <div class="wc-secondary-forms-social-content"></div>\r\n                                        <form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data">\r\n                    <div class="wc-field-comment">\r\n                                                                                <div class="wc-field-avatararea">\r\n                                <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript>                            </div>\r\n                                                <div class="wpdiscuz-item wc-field-textarea" >\r\n                            <div class="wpdiscuz-textarea-wrap ">\r\n                                <textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea>\r\n                                                                                            </div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="wc-form-footer"  style="display: none;">                        \r\n                                                                                <div class="wc-author-data">\r\n                                <div class="wc-field-name wpdiscuz-item">\r\n                                    <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" />\r\n                                </div>\r\n                                <div class="wc-field-email wpdiscuz-item">\r\n                                    <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" />\r\n                                </div>\r\n                                                                    <div class="wc-field-website wpdiscuz-item">\r\n                                        <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input">\r\n                                    </div>\r\n                                                                <div class="clearfix"></div>\r\n                            </div>\r\n                                                <div class="wc-form-submit">\r\n                                            <div class="wc-field-captcha wpdiscuz-item">\r\n                    <div class="wc-captcha-input">\r\n                        <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code">\r\n                    </div>\r\n                    <div class="wc-label wc-captcha-label">\r\n                                                <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a>\r\n                        <input type="hidden" id="4XT1qeb349bbe46164366f9cc7b8b819272f9df8c83c3f7ef9414c5cc775d0db47019" class="wpdiscuz-cnonce" name="cnonce" value="4XT1qeb349bbe46164366f9cc7b8b819272f9df8c83c3f7ef9414c5cc775d0db47019" />\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                </div>\r\n                                            <div class="wc-field-submit">\r\n                                                                                                            <div class="wc_notification_checkboxes" style="display:block">\r\n                                                                                            <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br />\r\n                                                                                        </div>\r\n                                                                                                    <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit">\r\n                            </div>\r\n                            <div class="clearfix"></div>\r\n                        </div>\r\n                        <div class="clearfix"></div>\r\n                    </div>\r\n                    <div class="clearfix"></div>\r\n                    <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">\r\n                </form>\r\n                    </div>\r\n                    </div>\r\n                        <hr>\r\n\r\n                        \r\n                \r\n                                <div id="wcThreadWrapper" class="wc-thread-wrapper">\r\n                                    \r\n                    <div class="wpdiscuz-comment-pagination">\r\n                                            </div>\r\n                </div>\r\n                <div class="wpdiscuz_clear"></div>\r\n                            </div>\r\n        </div>\r\n        <div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div>\r\n        				</div>\r\n			</div>\r\n			<aside class="sidebar">\r\n	<div id="sidebar">\r\n        		<!-- START WIDGET -->\r\n		<div id="tabs-widget">\r\n			<ul id="tabs">\r\n				<li class="active"><a href="#tab1"><span>Popular</span></a></li>\r\n				<li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li>\r\n			</ul>\r\n			<div id="tabs-content">\r\n				<div id="tab1" class="popular-posts tab-content" style="display: block;">\r\n					<ul>\r\n																			<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-19T05:49:32+00:00"><i class="fa fa-clock-o"></i> April 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >5</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-09-08T05:29:43+00:00"><i class="fa fa-clock-o"></i> September 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-24T05:17:39+00:00"><i class="fa fa-clock-o"></i> July 24, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-04-07T18:57:23+00:00"><i class="fa fa-clock-o"></i> April 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-12-15T11:07:43+00:00"><i class="fa fa-clock-o"></i> December 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-15T15:03:22+00:00"><i class="fa fa-clock-o"></i> August 15, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-08-11T18:37:35+00:00"><i class="fa fa-clock-o"></i> August 11, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-07-20T04:34:20+00:00"><i class="fa fa-clock-o"></i> July 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-19T02:23:46+00:00"><i class="fa fa-clock-o"></i> June 19, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-08T13:13:40+00:00"><i class="fa fa-clock-o"></i> June 8, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-10T18:49:30+00:00"><i class="fa fa-clock-o"></i> March 10, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-06-20T02:12:33+00:00"><i class="fa fa-clock-o"></i> June 20, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-07T05:41:06+00:00"><i class="fa fa-clock-o"></i> March 7, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2014-03-03T19:13:22+00:00"><i class="fa fa-clock-o"></i> March 3, 2014</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n																	</ul>\r\n				</div>\r\n				<div id="tab2" class="recent-posts tab-content">\r\n					<ul>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2016-03-01T13:19:52+00:00"><i class="fa fa-clock-o"></i> March 1, 2016</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-09T13:12:32+00:00"><i class="fa fa-clock-o"></i> November 9, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-11-02T11:31:37+00:00"><i class="fa fa-clock-o"></i> November 2, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-27T11:32:34+00:00"><i class="fa fa-clock-o"></i> October 27, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-10-20T11:45:28+00:00"><i class="fa fa-clock-o"></i> October 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-09-22T10:40:11+00:00"><i class="fa fa-clock-o"></i> September 22, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-08-04T15:22:44+00:00"><i class="fa fa-clock-o"></i> August 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-20T04:59:26+00:00"><i class="fa fa-clock-o"></i> July 20, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-07-06T12:53:12+00:00"><i class="fa fa-clock-o"></i> July 6, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T20:09:36+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-05-04T19:31:57+00:00"><i class="fa fa-clock-o"></i> May 4, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/html5templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52715-b-responsive" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/52715-b-responsive-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/html5templates/" title="30 Stunning &#038; Beautiful HTML5 Templates">30 Stunning &#038; Beautiful HTML5 Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-25T03:55:43+00:00"><i class="fa fa-clock-o"></i> March 25, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/html5templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/cms-blog-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="45560-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/03/45560-joom-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/cms-blog-templates/" title="30 Top Rated CMS &#038; Blog Templates">30 Top Rated CMS &#038; Blog Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-03-03T19:41:51+00:00"><i class="fa fa-clock-o"></i> March 3, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/cms-blog-templates/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/40-new-wordpress-business-themes/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="52086-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/02/52086-wp-b-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/40-new-wordpress-business-themes/" title="40 New WordPress Business Themes">40 New WordPress Business Themes</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-02-11T05:12:06+00:00"><i class="fa fa-clock-o"></i> February 11, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/40-new-wordpress-business-themes/#respond" class="comments-link" >0</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n													<li>\r\n																                                            <div class="thumbnail">\r\n                                            <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''>\r\n                                                <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w" sizes="(max-width: 65px) 100vw, 65px" /></noscript>                                                <div class="fhover"></div>\r\n                                            </a>\r\n                                        </div>\r\n								    																<div class="info">\r\n									<span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span>\r\n									<span class="meta">\r\n																				                                            <time datetime="2015-01-28T20:57:55+00:00"><i class="fa fa-clock-o"></i> January 28, 2015</time>\r\n                                                                                                                            <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span>\r\n                                        																					<span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span>\r\n																			</span>\r\n								</div>\r\n							</li>\r\n											</ul>\r\n				</div>\r\n			</div>\r\n		</div>\r\n		<!-- END WIDGET -->\r\n			</div>\r\n</aside>		</div><!--.main-content-->\r\n		</div><!--#page-->\r\n	</div><!--.main-wrapper-->\r\n		', 'useful css frameworks libraries and tools', '', 'publish', 'closed', 'closed', '', 'useful-css-frameworks-libraries-and-tools', '', '', '2017-04-11 13:20:01', '2017-04-11 13:20:01', '', 0, 'http://thedesignpixel.com/useful-css-frameworks-libraries-and-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(231, 1, '2017-04-11 13:20:10', '2017-04-11 13:20:10', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a> &bull; <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>&nbsp;&nbsp;/&nbsp;&nbsp;35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</div><div class="single-content"><article class="post-452 post type-post status-publish format-standard has-post-thumbnail hentry category-coding category-design tag-css tag-freebies tag-html"><div id="post-452" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/coding/" title="View all posts in Coding" >Coding</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">35+ Useful HTML5 And CSS3 Dropdown Menu for Free Download</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/css/" rel="tag">CSS</a>, <a href="http://thedesignpixel.com/tag/freebies/" rel="tag">Freebies</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>There are many parts of a website, however one thing that a viewer interacts with the most is the Menu navigation. Looking at the importance of the menu navigation system and its interactive ability it becomes a necessity that the Menu system is Logical, easy to use and elegant to look at.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Good menu navigational means the users/ visitors will stay on your website longer and help you to improve a lot of things that directly affect your ranking on SERP. A good User interface can be saved if you are working really hard to get more and more people come to your site, reduce the bounce rate, as well as the time spent on the website.</p><p>Developers use different kind of Navigation bars (Vertical, Horizontal or&nbsp;Mega dropdown&nbsp;menu) and everyone wants to make them look better and stand out of the crowd.</p><p>Html5 and CSS3 comes to the help out in this situation to achieve this task in a more productive way. We have seen that development languages like HTML5 have made huge developments in designing and presentation of web applications and websites, they have become more interactive and designer friendly hence resulting in some work of art. There are many online tutorials that can help you make interactive <span class="GINGER_SOFATWARE_mark" id="215c799e-b682-4518-aeae-6723f000212c"><span class="GINGER_SOFATWARE_mark" id="9ea9b117-3d1f-4f3c-ac3a-2cd57f9e3655">DropDown</span></span> Menu. However, To develop a complex dropdown menu it takes a lot of time and efforts.</p><p>To save your time and effort we have made a list of useful HTML5 and CSS3 Dropdown menu which are free to download. These HTML5 and CSS3 Dropdown menu are easy to use as it is wherever we want to use it and also gives a creative liberty to modify and customize the <span class="GINGER_SOFATWARE_mark" id="a87f1d88-a234-4d79-a61b-ccb9c6d9fc20"><span class="GINGER_SOFATWARE_mark" id="85b5e567-bb90-481a-939b-3f12e31a3641">Dropdown</span></span> Menus to make it look unique. If you are one who wants to make a difference to their work, then these dropdown menu will certainly help. It will help you to make&nbsp;HTML5 and CSS3 Dropdown menu swiftly, and easily. We hope you will definitely find this list useful.</p><h3><span style="text-decoration: underline;"><em><strong>35+ Useful HTML5 And CSS3 <span class="GINGER_SOFATWARE_mark" id="e0740e60-b7a1-4fdd-8f8b-5152c1e0df81"><span class="GINGER_SOFATWARE_mark" id="b362c50b-5a9f-4166-97ea-18c59a739d19">Dropdown</span></span> Menu for Free Download:</strong></em></span></h3><p><a href="http://css3menu.com/elegant-dark-menu.html" target="_blank"><b>Elegant Dark CSS3 Menu Template</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template.jpg"><img class="aligncenter size-full wp-image-453" title="Elegant Dark CSS3 Menu Template" alt="Elegant Dark CSS3 Menu Template" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template.jpg" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-453" title="Elegant Dark CSS3 Menu Template" alt="Elegant Dark CSS3 Menu Template" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template.jpg" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Elegant-Dark-CSS3-Menu-Template-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="0cbd7c9e-c2d9-43bd-b541-5886f8ee6d12"><span class="GINGER_SOFATWARE_mark" id="1904bbe9-f3bf-4eef-8d01-fbbca3e32f52"><span class="GINGER_SOFATWARE_mark" id="eb6f4722-bd6c-4f29-9278-dab50d110188">(&nbsp;</span></span></span><a href="http://css3menu.com/elegant-dark-menu.html">Demo</a>&nbsp;|&nbsp;<a href="http://css3menu.com/css3menu-setup.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="dbfbdaca-c686-4af8-95dc-320e29b3ea82"><span class="GINGER_SOFATWARE_mark" id="feef5e53-2fd7-44bb-9c24-4c7c885c2ef0"><span class="GINGER_SOFATWARE_mark" id="21b5819f-f76a-4dc2-863d-7e7754deeef9">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/musical-drop-down-menu/" target="_blank"><b>Musical drop down menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Musical-drop-down-menu.jpg"><img class="aligncenter size-full wp-image-454" title="Musical drop down menu" alt="Musical drop down menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Musical-drop-down-menu.jpg" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Musical-drop-down-menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Musical-drop-down-menu-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-454" title="Musical drop down menu" alt="Musical drop down menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Musical-drop-down-menu.jpg" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Musical-drop-down-menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Musical-drop-down-menu-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="b016bc14-8226-4792-8ed7-d06181482cf6"><span class="GINGER_SOFATWARE_mark" id="0b5f8e91-3b26-406b-8081-9d9d4f60876f"><span class="GINGER_SOFATWARE_mark" id="8cf172a0-4b03-4321-981e-0b4447f7ccea">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/272/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/272/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="235eb16d-c2fb-403f-aefd-afeb99ea98ed"><span class="GINGER_SOFATWARE_mark" id="b73b8676-ec74-4eb6-943b-f4dc302f2b00"><span class="GINGER_SOFATWARE_mark" id="359581b5-204e-4e78-a1a9-7fc711609ce1">&nbsp;)</span></span></span></p><p><a href="http://www.ahmadhania.com/2011/06/dark-menu-pure-css3-two-level-menu-tutorial.html" target="_blank"><b>Dark Menu: Pure CSS3 Two Level Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu.jpg"><img class="aligncenter size-full wp-image-455" title="Dark Menu Pure CSS3 Two Level Menu" alt="Dark Menu Pure CSS3 Two Level Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu.jpg" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-455" title="Dark Menu Pure CSS3 Two Level Menu" alt="Dark Menu Pure CSS3 Two Level Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu.jpg" width="600" height="389" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Dark-Menu-Pure-CSS3-Two-Level-Menu-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="77143870-143e-4a62-96cc-25c97a72a2a2"><span class="GINGER_SOFATWARE_mark" id="750482f6-15ba-445a-9a4f-ccb6a87e97d4"><span class="GINGER_SOFATWARE_mark" id="a63de89c-ba3f-466a-a948-245ef340aee9">(&nbsp;</span></span></span><a href="http://www.ahmadhania.com/wp-content/uploads/demo/css3-dark-menu/">Demo</a>&nbsp;|&nbsp;<a href="http://www.ahmadhania.com/downloads/CSS3-Dark-Menu.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="77c67c08-d263-4119-aba6-8b49405939dd"><span class="GINGER_SOFATWARE_mark" id="4220c0f8-7953-453e-bd0e-a08ba07916c9"><span class="GINGER_SOFATWARE_mark" id="07d28e8d-60c2-4513-82fb-fc185783d28a">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/pure-css3-lavalamp-menu/" target="_blank"><b>Pure CSS3 LavaLamp Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu.jpg"><img class="aligncenter size-full wp-image-456" title="Pure CSS3 LavaLamp Menu" alt="Pure CSS3 LavaLamp Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu.jpg" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-456" title="Pure CSS3 LavaLamp Menu" alt="Pure CSS3 LavaLamp Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu.jpg" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS3-LavaLamp-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="ff33fe20-3712-47e7-b9e8-002a61f54edd"><span class="GINGER_SOFATWARE_mark" id="431b515b-a564-4668-a5ae-2247dc7bb9cf"><span class="GINGER_SOFATWARE_mark" id="538542f5-afad-4014-9708-07d66bc10912">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/249/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/249/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="db4ecb62-41c3-4e58-9305-a7506b6b5f59"><span class="GINGER_SOFATWARE_mark" id="a24e7449-ae9f-4504-bf25-dc7691117d2e"><span class="GINGER_SOFATWARE_mark" id="0274e123-efab-4ac5-92aa-98123e75bc8d">&nbsp;)</span></span></span></p><p><a href="http://www.ixtendo.com/html5css3-gray-navigation-menu/" target="_blank"><b>HTML5/CSS3 Gray Navigation Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-457" title="HTML5 CSS3 Gray Navigation Menu" alt="HTML5 CSS3 Gray Navigation Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu.jpg" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-457" title="HTML5 CSS3 Gray Navigation Menu" alt="HTML5 CSS3 Gray Navigation Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu.jpg" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-CSS3-Gray-Navigation-Menu-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="b13b68d9-a194-46dd-a517-6dd1158420e9"><span class="GINGER_SOFATWARE_mark" id="9978966d-68c1-4315-97d5-cd7f9cea774b"><span class="GINGER_SOFATWARE_mark" id="e3d5c5f6-9d4a-47cd-b68c-d2dcf3be02c1">(&nbsp;</span></span></span><a href="http://www.ixtendo.com/demo/html5-css3-gray-navigation-menu/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.ixtendo.com/?p=33&amp;action=download&amp;token=4f401cf63b463">Download</a><span class="GINGER_SOFATWARE_mark" id="8e4cbc78-dd80-40b1-8e44-68e6ebfd1691"><span class="GINGER_SOFATWARE_mark" id="6b4679cd-1256-4183-be72-47d2a3b51b88"><span class="GINGER_SOFATWARE_mark" id="7428d306-6057-4e99-bb8c-8eabc525bd15">&nbsp;)</span></span></span></p><p><a href="http://net.tutsplus.com/tutorials/design-tutorials/how-to-build-and-enhance-a-3-level-navigation-menu/?search_index=6" target="_blank"><b>How to Build and Enhance a 3-Level Navigation Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-458" title="How to Build and Enhance a 3-Level Navigation Menu" alt="How to Build and Enhance a 3-Level Navigation Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu.jpg" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-458" title="How to Build and Enhance a 3-Level Navigation Menu" alt="How to Build and Enhance a 3-Level Navigation Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu.jpg" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-and-Enhance-a-3-Level-Navigation-Menu-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="cbe1eb0f-3ab9-406c-9262-e28f2a397c75"><span class="GINGER_SOFATWARE_mark" id="025e97b0-df19-4f9e-80db-e63da4816126"><span class="GINGER_SOFATWARE_mark" id="9d90277b-19ac-4c54-b19f-426058350ea9">(&nbsp;</span></span></span><a href="http://nettuts.s3.amazonaws.com/590_menu/menu/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://nettuts.s3.amazonaws.com/590_menu/menu.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="5f5fe8ca-bbb7-49fa-9c97-a77edf7981f3"><span class="GINGER_SOFATWARE_mark" id="f4ba600a-426a-4d59-a3d3-8b4bd3a59943"><span class="GINGER_SOFATWARE_mark" id="30ab3aa7-3e1d-473a-9ded-8a7224df22aa">&nbsp;)</span></span></span></p><p><a href="http://tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/" target="_blank"><b>CSS3 Minimalistic Navigation Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-459" title="CSS3 Minimalistic Navigation Menu" alt="CSS3 Minimalistic Navigation Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu.jpg" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-459" title="CSS3 Minimalistic Navigation Menu" alt="CSS3 Minimalistic Navigation Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu.jpg" width="600" height="366" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Minimalistic-Navigation-Menu-300x183.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="9f52819c-cf7d-45e1-bb5b-9f21050f9266"><span class="GINGER_SOFATWARE_mark" id="f815259b-c516-404a-b54f-f83b2906d9ed"><span class="GINGER_SOFATWARE_mark" id="8f3b630b-a14f-4466-a631-05619a02c523">(&nbsp;</span></span></span><a href="http://demo.tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/demo.html">Demo</a>&nbsp;|&nbsp;<a href="http://demo.tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/demo.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="26037e61-51f8-4be2-b8d7-0dc6c2ecdd72"><span class="GINGER_SOFATWARE_mark" id="3e037c60-650b-4c88-b0c2-e54c0094334c"><span class="GINGER_SOFATWARE_mark" id="ad1ad5c0-a3fa-43a5-a475-a43d72cd010a">&nbsp;)</span></span></span></p><p><a href="http://tympanus.net/codrops/2010/07/16/slide-down-box-menu/" target="_blank"><b>Slide Down Box Menu with jQuery and CSS3</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3.jpg"><img class="aligncenter size-full wp-image-460" title="Slide Down Box Menu with jQuery and CSS3" alt="Slide Down Box Menu with jQuery and CSS3" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3.jpg" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-460" title="Slide Down Box Menu with jQuery and CSS3" alt="Slide Down Box Menu with jQuery and CSS3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3.jpg" width="600" height="344" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Slide-Down-Box-Menu-with-jQuery-and-CSS3-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="af7baa03-50ff-4344-a776-6dd3827d1a10"><span class="GINGER_SOFATWARE_mark" id="aaca5e9b-fdea-4180-b85a-7f7492643336"><span class="GINGER_SOFATWARE_mark" id="fc81fcc2-6ebe-417d-a082-75f600210df1">(&nbsp;</span></span></span><a href="http://tympanus.net/Tutorials/SlideDownBoxMenu/">Demo</a>&nbsp;|&nbsp;<a href="http://tympanus.net/Tutorials/SlideDownBoxMenu/SlideDownBoxMenu.zip?84cd58">Download</a><span class="GINGER_SOFATWARE_mark" id="09557e27-4146-42d3-ad6d-565487e16310"><span class="GINGER_SOFATWARE_mark" id="f53bd77e-d727-4cf8-9956-01bd78ad3de4"><span class="GINGER_SOFATWARE_mark" id="9a1c6cd6-ad1b-463c-8ea3-0d124472af5d">&nbsp;)</span></span></span></p><p><a href="http://www.webdesignerdepot.com/2012/08/create-a-stunning-menu-in-css3/" target="_blank"><b>Create a stunning menu in CSS3</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3.jpg"><img class="aligncenter size-full wp-image-461" title="Create a stunning menu in CSS3" alt="Create a stunning menu in CSS3" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3.jpg" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-461" title="Create a stunning menu in CSS3" alt="Create a stunning menu in CSS3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3.jpg" width="600" height="353" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-a-stunning-menu-in-CSS3-300x177.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="534c0267-0c7b-4243-8d72-c23e3ffa4bb7"><span class="GINGER_SOFATWARE_mark" id="f808a6f8-ac61-46cc-abb6-d203b1c2878d"><span class="GINGER_SOFATWARE_mark" id="fbdba668-4d17-4f1f-88c4-a2fbaedaa48f">(&nbsp;</span></span></span><a href="http://netdna.webdesignerdepot.com/uploads7/create-a-stunning-menu-in-css3/demo/">Demo</a>&nbsp;|&nbsp;<a href="http://netdna.webdesignerdepot.com/uploads7/create-a-stunning-menu-in-css3/demo.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="34e7eee9-8bde-4b72-ab72-cb338d32d7e0"><span class="GINGER_SOFATWARE_mark" id="74b60eec-d39c-41a6-88cf-ee94837af1e5"><span class="GINGER_SOFATWARE_mark" id="1fa568e3-1c24-4ce8-9752-91085c21fe2e">&nbsp;)</span></span></span></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://www.script-tutorials.com/creating-css3-dropdown-menu-3/" target="_blank"><b>Creating CSS3 <span class="GINGER_SOFATWARE_mark" id="09c95e28-4a23-4a4e-9843-c209f90cb8dd"><span class="GINGER_SOFATWARE_mark" id="478f6f6a-298b-44a2-be21-4595b6536ebc"><span class="GINGER_SOFATWARE_mark" id="af10fdbb-dc48-4f29-917a-9e50b17f7314">Dropdown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-462" title="Creating CSS3 Dropdown Menu" alt="Creating CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu.jpg" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-462" title="Creating CSS3 Dropdown Menu" alt="Creating CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu.jpg" width="600" height="406" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Dropdown-Menu-300x203.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="baef0a54-bf09-4113-be31-d5bc6adac951"><span class="GINGER_SOFATWARE_mark" id="ba03b6c7-824e-4ad8-af0e-8397ecddcb33"><span class="GINGER_SOFATWARE_mark" id="d1d9c959-d0da-4043-ba45-60f47f8a11e7">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/96/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/96/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="3ec4a55c-a793-4d0a-8307-98300fc7d76f"><span class="GINGER_SOFATWARE_mark" id="136d57e7-97ad-4037-992c-7e2a087185af"><span class="GINGER_SOFATWARE_mark" id="8769a919-79bc-41ac-bcfb-187c4051c8c3">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/css3-vertical-multicolor-3d-menu/" target="_blank"><b>CSS3 vertical multicolor 3D menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu.jpg"><img class="aligncenter size-full wp-image-463" title="CSS3 vertical multicolor 3D menu" alt="CSS3 vertical multicolor 3D menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu.jpg" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-463" title="CSS3 vertical multicolor 3D menu" alt="CSS3 vertical multicolor 3D menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu.jpg" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-vertical-multicolor-3D-menu-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="63b1cb83-2511-4806-ac40-3fd717a7f6e9"><span class="GINGER_SOFATWARE_mark" id="7f1f32ac-d335-4d46-8fd0-63b57d07a0b9"><span class="GINGER_SOFATWARE_mark" id="6c4c088f-e54d-4ed9-a2e1-b072f6d54706">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/244/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/244/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="2ca80f5b-8ab3-4c5f-b759-b405542244b1"><span class="GINGER_SOFATWARE_mark" id="1e14dd51-90b3-4f83-acf9-cb25d15d2709"><span class="GINGER_SOFATWARE_mark" id="75e57128-1d71-4c58-81c1-09deea7c1446">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/css3-onclick-vertical-metal-menu/" target="_blank"><b>Creating an <span class="GINGER_SOFATWARE_mark" id="26097ed1-73fc-4c4a-b5a2-8bcd702a1c07"><span class="GINGER_SOFATWARE_mark" id="6a76e3fc-2e9a-4bde-9fc3-baafa80331a3"><span class="GINGER_SOFATWARE_mark" id="555fa879-16ff-4b53-85b3-8f242ad28d6e">Accordian</span></span></span> like CSS3 Onclick Vertical Navigation</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation.jpg"><img class="aligncenter size-full wp-image-464" title="Creating an Accordian like CSS3 Onclick Vertical Navigation" alt="Creating an Accordian like CSS3 Onclick Vertical Navigation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-464" title="Creating an Accordian like CSS3 Onclick Vertical Navigation" alt="Creating an Accordian like CSS3 Onclick Vertical Navigation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-an-Accordian-like-CSS3-Onclick-Vertical-Navigation-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="c13a8182-d502-45f0-a36b-145dd64d0eec"><span class="GINGER_SOFATWARE_mark" id="ab6cd14e-fd14-4ea8-b5d6-95eba5338996"><span class="GINGER_SOFATWARE_mark" id="0d8b5dd2-cd46-4660-ab04-2807e0e51325">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/162/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/162/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="122a410f-599e-4ff1-8a2a-3d7b8bc998fa"><span class="GINGER_SOFATWARE_mark" id="363ec40d-0651-408a-a56a-81de7eabf7e0"><span class="GINGER_SOFATWARE_mark" id="cc5b5cb2-3145-4492-9a9b-1326c1ea7fdc">&nbsp;)</span></span></span></p><p><a href="http://tympanus.net/codrops/2011/10/24/creative-css3-animation-menus/" target="_blank"><b>Creative CSS3 Animation Menus</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus.jpg"><img class="aligncenter size-full wp-image-465" title="Creative CSS3 Animation Menus HTML5 And CSS3 Dropdown Menu" alt="Creative CSS3 Animation Menus HTML5 And CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus.jpg" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-465" title="Creative CSS3 Animation Menus HTML5 And CSS3 Dropdown Menu" alt="Creative CSS3 Animation Menus HTML5 And CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus.jpg" width="600" height="429" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creative-CSS3-Animation-Menus-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="7c00a6a0-1546-4629-a3e1-a7b18b4313d4"><span class="GINGER_SOFATWARE_mark" id="8f86a0de-8843-4177-bb33-facc2069207a"><span class="GINGER_SOFATWARE_mark" id="9e3f055e-953a-439a-b2a7-ff270b68c002">(&nbsp;</span></span></span><a href="http://tympanus.net/Tutorials/CreativeCSS3AnimationMenus/">Demo</a>&nbsp;|&nbsp;<a href="http://tympanus.net/Tutorials/CreativeCSS3AnimationMenus/CreativeCSS3AnimationMenus.zip?84cd58">Download</a><span class="GINGER_SOFATWARE_mark" id="046753b5-6df1-49e6-90c6-3c41e182150d"><span class="GINGER_SOFATWARE_mark" id="76373127-09d5-4ff3-aa7b-2699d0bac0db"><span class="GINGER_SOFATWARE_mark" id="587051ce-4d7e-4c09-a162-7cd231a2594a">&nbsp;)</span></span></span></p><p><a href="http://www.drupaldeveloper.es/en/mega-menu-with-html5-and-css3" target="_blank"><b>Mega <span class="GINGER_SOFATWARE_mark" id="8795e4e6-fd35-41a2-b13d-575ad0afec1c"><span class="GINGER_SOFATWARE_mark" id="cd285a50-a63f-49db-a669-a75239477ee5"><span class="GINGER_SOFATWARE_mark" id="8c4c909d-48d9-488c-a128-9a6bed0fb020">menu</span></span></span> with HTML5 and CSS3</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3.jpg"><img class="aligncenter size-full wp-image-466" title="Mega menu with HTML5 and CSS3" alt="Mega menu with HTML5 and CSS3" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3.jpg" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-466" title="Mega menu with HTML5 and CSS3" alt="Mega menu with HTML5 and CSS3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3.jpg" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Mega-menu-with-HTML5-and-CSS3-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="ee441e9d-89be-4db8-98b7-8005fcce8ca6"><span class="GINGER_SOFATWARE_mark" id="862b8feb-4973-4221-abf1-cd8ceeaf1709"><span class="GINGER_SOFATWARE_mark" id="4bedf967-0df0-410a-aa22-ab1c16da3002">(&nbsp;</span></span></span><a href="http://www.drupaldeveloper.es/demo/megamenuhtml5ycss3/">Demo</a>&nbsp;|&nbsp;<a href="http://www.drupaldeveloper.es/en/download/file/fid/518">Download</a><span class="GINGER_SOFATWARE_mark" id="7f08f4da-b623-4b37-af16-53377ce32e44"><span class="GINGER_SOFATWARE_mark" id="f836bcc3-f0e8-4ace-ae89-899427f29d01"><span class="GINGER_SOFATWARE_mark" id="b3e47e73-fae3-44e0-bb00-f374fe873839">&nbsp;)</span></span></span></p><p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/" target="_blank"><b>How to Build a Kick-Butt CSS3 Mega Drop-Down Menu</b></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu.jpg"><img class="aligncenter size-full wp-image-467" alt="How to Build a Kick-Butt CSS3 Mega Drop-Down Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu.jpg" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-467" alt="How to Build a Kick-Butt CSS3 Mega Drop-Down Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu.jpg" width="600" height="330" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Build-a-Kick-Butt-CSS3-Mega-Drop-Down-Menu-300x165.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="93f283db-44b0-4ad9-a46b-8f595c9bcbc8"><span class="GINGER_SOFATWARE_mark" id="3370ebf8-7782-4b51-9f33-656f797ac151"><span class="GINGER_SOFATWARE_mark" id="69ba533b-13de-4d38-9d51-d749d0fde937">(&nbsp;</span></span></span><a href="http://nettuts.s3.amazonaws.com/819_megamenu/demo/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://nettuts.s3.amazonaws.com/819_megamenu/demo.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="d6aad448-cbd6-4f89-b2b4-680a9ffddd3e"><span class="GINGER_SOFATWARE_mark" id="0f09cc5c-6e14-48be-95a3-a7198ab87202"><span class="GINGER_SOFATWARE_mark" id="56d07b68-5ad4-4774-b1cc-5689dedb93b8">&nbsp;)</span></span></span></p><p><a href="http://tutorialzine.com/2011/05/css3-animated-navigation-menu/" target="_blank"><b>Making a CSS3 Animated Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu.jpg"><img class="aligncenter size-full wp-image-468" title="Making a CSS3 Animated Menu" alt="Making a CSS3 Animated Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu.jpg" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-468" title="Making a CSS3 Animated Menu" alt="Making a CSS3 Animated Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu.jpg" width="600" height="404" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Making-a-CSS3-Animated-Menu-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="46c8f0d7-0d02-4889-8184-d0df7fe84f45"><span class="GINGER_SOFATWARE_mark" id="c7431956-3610-412b-a14f-e73f3c7c0c25"><span class="GINGER_SOFATWARE_mark" id="dec9721c-8ae4-4e90-86ef-8aa40a948738">(&nbsp;</span></span></span><a href="http://demo.tutorialzine.com/2011/05/css3-animated-navigation-menu/">Demo</a>&nbsp;|&nbsp;<a href="http://demo.tutorialzine.com/2011/05/css3-animated-navigation-menu/navigation.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="28c27119-f7f7-4015-8504-dbefd630c4cc"><span class="GINGER_SOFATWARE_mark" id="a8c75f37-4667-4c23-9fd3-2dca2bfc96c1"><span class="GINGER_SOFATWARE_mark" id="6a58bfb7-b15d-4ac1-afff-e5ac349254cb">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/demos/87/index.html" target="_blank"><b>Creating a cool CSS3 <span class="GINGER_SOFATWARE_mark" id="5e1a8e7f-f31d-4ab5-8251-f7ffa13d44d3"><span class="GINGER_SOFATWARE_mark" id="27452452-b477-48ec-8798-f46d8aaa077e"><span class="GINGER_SOFATWARE_mark" id="8985f305-044a-42df-8541-4d23f14960c6">Dropdown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-469" title="Creating a cool CSS3 Dropdown Menu" alt="Creating a cool CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-469" title="Creating a cool CSS3 Dropdown Menu" alt="Creating a cool CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-cool-CSS3-Dropdown-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="8d5eea47-b7a7-45a5-b258-a4cd6040996d"><span class="GINGER_SOFATWARE_mark" id="a662572a-85e6-4b55-8da7-230001ccc6cc"><span class="GINGER_SOFATWARE_mark" id="162c5d04-c14d-4dd6-8de4-fe08ed30205e">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/87/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/87/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="53c8937f-cca8-457d-b503-2fe6ced479b1"><span class="GINGER_SOFATWARE_mark" id="5041e921-6faa-4636-bd9b-15614ab19c80"><span class="GINGER_SOFATWARE_mark" id="95879f92-4bbe-48f6-859f-56e9b17af903">&nbsp;)</span></span></span></p><p><a href="http://webdesignerwall.com/tutorials/css3-dropdown-menu" target="_blank"><b>CSS3 <span class="GINGER_SOFATWARE_mark" id="21d506bb-7037-41ff-899c-816bc2c1f031"><span class="GINGER_SOFATWARE_mark" id="f0093e2b-3906-4d16-b467-2873fa649545"><span class="GINGER_SOFATWARE_mark" id="ec959c73-8f2a-4653-acde-c0b6d453d471">Dropdown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-470" title="CSS3 Dropdown Menu" alt="CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu.jpg" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-470" title="CSS3 Dropdown Menu" alt="CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Dropdown-Menu.jpg" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Dropdown-Menu-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="cf7462a0-cea0-4db3-b0ec-7a2a70f9b06d"><span class="GINGER_SOFATWARE_mark" id="6915f1d2-e1bd-4e15-815f-283e09ac3cd5"><span class="GINGER_SOFATWARE_mark" id="5ca7613e-1bb5-46ab-968a-85fa92b037bb">(&nbsp;</span></span></span><a href="http://www.webdesignerwall.com/demo/css3-dropdown-menu/">Demo</a>&nbsp;|&nbsp;<a href="http://webdesignerwall.com/tutorials/css3-dropdown-menu">Download</a><span class="GINGER_SOFATWARE_mark" id="24af92df-1dc1-4296-8a70-d5ce04e58020"><span class="GINGER_SOFATWARE_mark" id="010fe57b-f7da-4328-a274-077db7a4bcd7"><span class="GINGER_SOFATWARE_mark" id="f97f2211-9fb9-421b-89d4-63a66b43684b">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/click-action-multilevel-css3-dropdown-menu/" target="_blank"><b>Click action <span class="GINGER_SOFATWARE_mark" id="5efd2745-56b4-425b-9b11-b5aa03983e52"><span class="GINGER_SOFATWARE_mark" id="07cc139c-677e-473a-a2d5-96090f3bffe7"><span class="GINGER_SOFATWARE_mark" id="cd7488a8-388d-4ade-bf0a-bd18d1e4c022">Multi-level</span></span></span> CSS3 <span class="GINGER_SOFATWARE_mark" id="be166d57-39ee-4df7-9229-726c638e2145"><span class="GINGER_SOFATWARE_mark" id="b2fe4034-497a-4138-abc1-6d4176afa5b5"><span class="GINGER_SOFATWARE_mark" id="504e17d1-0168-4692-87f9-6cf4adc79d12">Dropdown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-471" title="Click action Multi-level CSS3 Dropdown Menu" alt="Click action Multi-level CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu.jpg" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-471" title="Click action Multi-level CSS3 Dropdown Menu" alt="Click action Multi-level CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu.jpg" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Click-action-Multi-level-CSS3-Dropdown-Menu-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="f8a91d46-9541-4ac2-95fe-4eadcd444494"><span class="GINGER_SOFATWARE_mark" id="2888d8a4-5880-4d87-821c-60bd19952acf"><span class="GINGER_SOFATWARE_mark" id="228e80b5-065b-4444-aa34-ce7c3799e86e">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/133/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/133/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="710557ab-480c-442f-86fd-3bb6e90be7ef"><span class="GINGER_SOFATWARE_mark" id="e0efdd11-cb70-4edd-98ad-b7fe0530ffc5"><span class="GINGER_SOFATWARE_mark" id="9808084a-d439-434b-add1-03f1b4a7303b">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/creating-css3-dropdown-menu-2/" target="_blank"><b>Creating a CSS3 <span class="GINGER_SOFATWARE_mark" id="76e2aa17-d1cf-46b9-9424-1a12ef52a092"><span class="GINGER_SOFATWARE_mark" id="250a85f8-5625-444b-b59e-bea43334e789"><span class="GINGER_SOFATWARE_mark" id="1f422c2c-61ca-4de1-8ad7-b49c230d1439">Dropdown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu.jpg"><img class="aligncenter size-full wp-image-472" title="Creating a CSS3 Dropdown Menu" alt="Creating a CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu.jpg" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-472" title="Creating a CSS3 Dropdown Menu" alt="Creating a CSS3 Dropdown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu.jpg" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-CSS3-Dropdown-Menu-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="887f087b-c9b6-48d3-8211-742bfa554c2c"><span class="GINGER_SOFATWARE_mark" id="01361759-92df-4feb-a660-61cc2b34277e"><span class="GINGER_SOFATWARE_mark" id="871dd3e9-4321-4344-a4f0-ddc7b0e803c4">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/91/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/91/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="d6cad762-b53d-4928-986c-89afb729bcc0"><span class="GINGER_SOFATWARE_mark" id="c774ac49-46c2-4cad-8648-b605d71fbced"><span class="GINGER_SOFATWARE_mark" id="853a70b2-a42c-4362-b71f-64475afb6958">&nbsp;)</span></span></span></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://www.script-tutorials.com/office-style-css3-multilevel-menu/" target="_blank"><b>Office Style CSS3 Multilevel Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu.jpg"><img class="aligncenter size-full wp-image-473" title="Office Style CSS3 Multilevel Menu" alt="Office Style CSS3 Multilevel Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu.jpg" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-473" title="Office Style CSS3 Multilevel Menu" alt="Office Style CSS3 Multilevel Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu.jpg" width="600" height="341" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Office-Style-CSS3-Multilevel-Menu-300x171.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="ee037523-6f1e-4162-a9d4-a8a279f4b269"><span class="GINGER_SOFATWARE_mark" id="eb0a485d-8818-45d3-ba9f-9057231faf0d"><span class="GINGER_SOFATWARE_mark" id="5e519174-26fa-411b-a639-0a73ac97eee1">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/266/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/266/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="a25c9968-ed3d-4960-903c-08dc3cc1d306"><span class="GINGER_SOFATWARE_mark" id="ece2e0ac-6553-4745-9fd4-2fa997cdaae4"><span class="GINGER_SOFATWARE_mark" id="4b269301-9f5c-461b-925a-0dfa58a917b4">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/css3-green-marble-menu/" target="_blank"><b>Creating a Marble Style CSS3 Navigation Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu.jpg"><img class="aligncenter size-full wp-image-474" title="Creating a Marble Style CSS3 Navigation Menu" alt="Creating a Marble Style CSS3 Navigation Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-474" title="Creating a Marble Style CSS3 Navigation Menu" alt="Creating a Marble Style CSS3 Navigation Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu.jpg" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Marble-Style-CSS3-Navigation-Menu-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="288463a9-ecbe-4149-bc10-852e5c1e8b50"><span class="GINGER_SOFATWARE_mark" id="0af8a1e4-6ab2-4f18-b4e0-27711dc10854"><span class="GINGER_SOFATWARE_mark" id="f458ff1e-216b-4335-88a6-7fa754b418a2">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/179/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/179/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="c510a4bc-d587-4e37-b20a-2e7669dfc6d8"><span class="GINGER_SOFATWARE_mark" id="20871c97-7319-4d7c-9492-bb19d46b3f47"><span class="GINGER_SOFATWARE_mark" id="48911d80-c4ca-4336-a440-58f9a6256b02">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/css3-bottom-navigation-menu/" target="_blank"><b>Creating a Toggle CSS3 Bottom Navigation Bar</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar.jpg"><img class="aligncenter size-full wp-image-475" title="Creating a Toggle CSS3 Bottom Navigation Bar" alt="Creating a Toggle CSS3 Bottom Navigation Bar" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar.jpg" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-475" title="Creating a Toggle CSS3 Bottom Navigation Bar" alt="Creating a Toggle CSS3 Bottom Navigation Bar" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar.jpg" width="600" height="343" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Toggle-CSS3-Bottom-Navigation-Bar-300x172.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="c61f6bf0-fd4e-4596-bd7e-57fd799608b9"><span class="GINGER_SOFATWARE_mark" id="ccc6d1a1-889b-4bde-b9af-f4883e2e523e"><span class="GINGER_SOFATWARE_mark" id="17621e47-b5ce-4614-a634-8e73ac7bf563">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/170/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/170/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="90be04ce-c224-4ac3-87a2-fb6af9805513"><span class="GINGER_SOFATWARE_mark" id="ae1f7a44-e526-4eb2-b88d-86ec41f9b358"><span class="GINGER_SOFATWARE_mark" id="1896d09c-cce1-4da1-b596-14b4b69fd053">&nbsp;)</span></span></span></p><p><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="82f62523-06b2-43c9-8864-7d5b37dba7fb"><span class="GINGER_SOFATWARE_mark" id="58fcb625-58e5-4e67-a724-5e23782ed063"><span class="GINGER_SOFATWARE_mark" id="fa54876d-9c95-4a37-951f-126de6a5944e">jQuery</span></span></span> style menu with CSS3</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3.jpg"><img class="aligncenter size-full wp-image-476" title="jQuery style menu with CSS3" alt="jQuery style menu with CSS3" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3.jpg" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-476" title="jQuery style menu with CSS3" alt="jQuery style menu with CSS3" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3.jpg" width="600" height="426" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jQuery-style-menu-with-CSS3-300x213.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="cc8f194f-3842-489a-a808-c1345ba34113"><span class="GINGER_SOFATWARE_mark" id="78d2684b-07e6-49db-84ad-041fc95a1115"><span class="GINGER_SOFATWARE_mark" id="a9b97848-a406-4dc8-9bfc-f285171b7982">(&nbsp;</span></span></span><a href="http://development.tobypitman.com/css/menu.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.tobypitman.com/jquery-style-menu-with-css3/">Download</a><span class="GINGER_SOFATWARE_mark" id="0088e4bb-f301-40a4-adcb-f2fc5e9e854e"><span class="GINGER_SOFATWARE_mark" id="c4c6f896-a385-4712-9bd9-9248978b8f27"><span class="GINGER_SOFATWARE_mark" id="99ee02b8-e1c2-4bc6-92af-17bab201593e">&nbsp;)</span></span></span></p><p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-drop-down-nav-menu-with-html5-css3-and-jquery/" target="_blank"><b>How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery.jpg"><img class="aligncenter size-full wp-image-477" title="How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery" alt="How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-477" title="How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery" alt="How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery.jpg" width="600" height="337" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/How-to-Create-a-Drop-down-Nav-Menu-With-HTML5-CSS3-and-JQuery-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="4731de95-7dba-4421-8809-99d4b405a680"><span class="GINGER_SOFATWARE_mark" id="ed9d2a7b-e9ee-428a-9bb3-a605dd83a9dd"><span class="GINGER_SOFATWARE_mark" id="4e21fc2e-6de1-4128-8eab-327b8ab91ee9">(&nbsp;</span></span></span><a href="http://nettuts.s3.amazonaws.com/699_nav/navCode/nav.html">Demo</a>&nbsp;|&nbsp;<a href="http://nettuts.s3.amazonaws.com/699_nav/html5_nav_code.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="205c0fa3-00b6-46c2-9bf2-bd6c34ce6b88"><span class="GINGER_SOFATWARE_mark" id="6eba0e30-b38b-47ff-89f5-636bcb602f28"><span class="GINGER_SOFATWARE_mark" id="c612c80e-0fba-47c8-8798-b092bc078b16">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/html5-canvas-navigation-menu-with-fire/" target="_blank"><b>HTML5 Canvas Navigation menu with Fire</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire.jpg"><img class="aligncenter size-full wp-image-478" title="HTML5 Canvas Navigation menu with Fire" alt="HTML5 Canvas Navigation menu with Fire" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire.jpg" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-478" title="HTML5 Canvas Navigation menu with Fire" alt="HTML5 Canvas Navigation menu with Fire" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire.jpg" width="600" height="432" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/HTML5-Canvas-Navigation-menu-with-Fire-300x216.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="38a90cf1-efb1-4af8-a063-c26f3090d12f"><span class="GINGER_SOFATWARE_mark" id="f7266d44-cc55-4473-8e81-0729ee5cc64e"><span class="GINGER_SOFATWARE_mark" id="3cec71a5-4bad-488f-a893-456130098f71">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/279/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/279/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="2e8d3073-e425-4d26-bca2-64fee1708045"><span class="GINGER_SOFATWARE_mark" id="ef2d171d-cdbb-435a-9f6c-0d9fa87107c5"><span class="GINGER_SOFATWARE_mark" id="3a838832-292e-481a-afda-907bfc4e38f9">&nbsp;)</span></span></span></p><p><a href="http://www.webdesigndev.com/web-development/create-the-fanciest-dropdown-menu-you-ever-saw" target="_blank"><b>Fanciest Dropdown Menu You Ever Saw</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw.jpg"><img class="aligncenter size-full wp-image-496" title="Fanciest Dropdown Menu You Ever Saw" alt="Fanciest Dropdown Menu You Ever Saw" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw.jpg" width="600" height="291" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-496" title="Fanciest Dropdown Menu You Ever Saw" alt="Fanciest Dropdown Menu You Ever Saw" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw.jpg" width="600" height="291" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Fanciest-Dropdown-Menu-You-Ever-Saw-300x146.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="53f5b985-6b53-45d7-b1e0-f024f42c99d2"><span class="GINGER_SOFATWARE_mark" id="c9bd40e1-6e50-4c20-83ef-d2f1408f4f65"><span class="GINGER_SOFATWARE_mark" id="d8d06ea4-daa6-4d7d-837f-a0c7d524997b">(&nbsp;</span></span></span><a href="http://www.webdesigndev.com/wp-content/uploads/2009/07/fancydropdown.html">Demo</a><span class="GINGER_SOFATWARE_mark" id="8dcc87a8-2b29-4b93-a3b8-6450f62cd377"><span class="GINGER_SOFATWARE_mark" id="cb68be86-dd6e-449d-8d2e-022333b54161"><span class="GINGER_SOFATWARE_mark" id="de90d470-c642-4e0b-9a99-4b410e60e744">&nbsp;)</span></span></span></p><p>&nbsp;</p><p><a href="http://cssdeck.com/labs/css3-scroll-drop-down-menu" target="_blank"><b>CSS3 Scroll Drop Down Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu.jpg"><img class="aligncenter size-full wp-image-495" title="CSS3 Scroll Drop Down Menu" alt="CSS3 Scroll Drop Down Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu.jpg" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-495" title="CSS3 Scroll Drop Down Menu" alt="CSS3 Scroll Drop Down Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu.jpg" width="600" height="358" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-Scroll-Drop-Down-Menu-300x179.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="b98be229-cbee-47d7-bc4c-af9b93768729"><span class="GINGER_SOFATWARE_mark" id="21d151ab-435c-4f8e-a5af-107c4bbddba7"><span class="GINGER_SOFATWARE_mark" id="ffacdc85-d402-4a56-bdf8-7699a31ea2a4">(&nbsp;</span></span></span><a href="http://cssdeck.com/labs/css3-scroll-drop-down-menu">Demo</a>)</p><p><a href="http://www.script-tutorials.com/css3-multilevel-menu-with-transition-and-animation/" target="_blank"><b>CSS3 multilevel menu with transition and animation</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation.jpg"><img class="aligncenter size-full wp-image-479" title="CSS3 multilevel menu with transition and animation" alt="CSS3 multilevel menu with transition and animation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation.jpg" width="600" height="447" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation-300x224.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-479" title="CSS3 multilevel menu with transition and animation" alt="CSS3 multilevel menu with transition and animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation.jpg" width="600" height="447" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-multilevel-menu-with-transition-and-animation-300x224.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="a2617d4a-f1a0-4dcb-b2fb-86ffd132e884"><span class="GINGER_SOFATWARE_mark" id="99b5d542-13fa-4118-a81e-fd8c05a1ac57"><span class="GINGER_SOFATWARE_mark" id="1981f05b-2ff7-48ec-8359-1644b75a0e82">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/211/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/211/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="c528c215-b2ed-4c62-928f-6d27c3526d00"><span class="GINGER_SOFATWARE_mark" id="118714d0-0d97-4a44-81d2-2b8e9daab83a"><span class="GINGER_SOFATWARE_mark" id="738750ac-534d-485a-bc6a-c1156314bbc1">&nbsp;)</span></span></span></p><p><a href="http://cssdeck.com/labs/soothing-css3-dropdown-animation" target="_blank"><b>Soothing CSS3 <span class="GINGER_SOFATWARE_mark" id="0dad400d-8a81-439e-b00a-cd6adc682ed9"><span class="GINGER_SOFATWARE_mark" id="f20d5af2-81cf-4022-922c-183a2efe06c9"><span class="GINGER_SOFATWARE_mark" id="64ffd063-ad13-48a5-9b86-fadf39966dca">Dropdown</span></span></span> Animation</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation.jpg"><img class="aligncenter size-full wp-image-494" title="Soothing CSS3 Dropdown Animation" alt="Soothing CSS3 Dropdown Animation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation.jpg" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-494" title="Soothing CSS3 Dropdown Animation" alt="Soothing CSS3 Dropdown Animation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation.jpg" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Soothing-CSS3-Dropdown-Animation-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="6256478c-f31f-4344-b65b-55cacddfbd48"><span class="GINGER_SOFATWARE_mark" id="917d4127-9614-4f46-be86-2910a7dfba0f"><span class="GINGER_SOFATWARE_mark" id="6b896888-17fa-4e9c-849c-e1fb5a607ff6">(&nbsp;</span></span></span><a href="http://cssdeck.com/labs/soothing-css3-dropdown-animation">Demo</a>)</p><p><a href="http://www.script-tutorials.com/css3-metal-menu-with-icons/" target="_blank"><b>Creating a Multilevel CSS3 Metal Navigation with icons</b></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons.jpg"><img class="aligncenter size-full wp-image-480" title="Creating a Multilevel CSS3 Metal Navigation with icons" alt="Creating a Multilevel CSS3 Metal Navigation with icons" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons.jpg" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-480" title="Creating a Multilevel CSS3 Metal Navigation with icons" alt="Creating a Multilevel CSS3 Metal Navigation with icons" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons.jpg" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Multilevel-CSS3-Metal-Navigation-with-icons-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="e515326b-b324-4dce-a62e-c2db76c16260"><span class="GINGER_SOFATWARE_mark" id="85b6ecdc-5f96-4cae-8543-9d347dfd2be7"><span class="GINGER_SOFATWARE_mark" id="72f411a3-73e2-4c01-bcda-7e7d9f9e5546">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/152/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/152/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="8a025ddb-a408-472a-bd3e-4c0d525bffe3"><span class="GINGER_SOFATWARE_mark" id="bc03ac5c-b2f4-4f38-be60-3b54b8069dfe"><span class="GINGER_SOFATWARE_mark" id="79101c3a-fc25-416d-8ffd-b06459052232">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/creating-css3-slideout-menu-5/" target="_blank"><b>Creating CSS3 Slideout Menu #5</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5.jpg"><img class="aligncenter size-full wp-image-481" title="Creating CSS3 Slideout Menu #5" alt="Creating CSS3 Slideout Menu #5" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5.jpg" width="600" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-481" title="Creating CSS3 Slideout Menu #5" alt="Creating CSS3 Slideout Menu #5" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5.jpg" width="600" height="356" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-CSS3-Slideout-Menu-5-300x178.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="21789469-3395-4dda-82ed-7c7ee3a33885"><span class="GINGER_SOFATWARE_mark" id="181c39f0-56be-44da-85eb-07a04a9a4748"><span class="GINGER_SOFATWARE_mark" id="f8b7c76b-d674-4a77-89a7-a12e1f5326e8">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/107/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/107/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="8b256576-64be-46bb-90b5-de44d4a0a511"><span class="GINGER_SOFATWARE_mark" id="c65501d0-5b02-4127-8e29-488ecfc79b5f"><span class="GINGER_SOFATWARE_mark" id="ad7730c7-86cb-4377-b701-805cc3d9c313">&nbsp;)</span></span></span></p><p><a href="http://www.script-tutorials.com/creating-css3-dropdown-menu-4/" target="_blank"><b>Creating A CSS3 <span class="GINGER_SOFATWARE_mark" id="830638f1-258a-4b2c-8228-fe755c049154"><span class="GINGER_SOFATWARE_mark" id="e0863b31-018d-4d54-83ac-165b476abe34"><span class="GINGER_SOFATWARE_mark" id="31b14f43-820b-43fe-8921-0e85953ab27d">Dropdown</span></span></span> Menu 2</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2.jpg"><img class="aligncenter size-full wp-image-482" title="Creating A CSS3 Dropdown Menu2" alt="Creating A CSS3 Dropdown Menu2" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2.jpg" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-482" title="Creating A CSS3 Dropdown Menu2" alt="Creating A CSS3 Dropdown Menu2" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2.jpg" width="600" height="409" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-A-CSS3-Dropdown-Menu2-300x205.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="1d56c773-4c9a-4423-86b6-f8258243f510"><span class="GINGER_SOFATWARE_mark" id="1fa2aff7-35da-4ab4-8928-0568b81869b5"><span class="GINGER_SOFATWARE_mark" id="7e331479-020a-468e-9821-be301a2df25b">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/102/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/102/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="33983bfb-7f89-4567-88c8-aaa9042cbcaf"><span class="GINGER_SOFATWARE_mark" id="ea81fbb5-2023-42c3-9a02-f490b9099f30"><span class="GINGER_SOFATWARE_mark" id="e77ed385-7529-4317-a259-8d9181abd10e">&nbsp;)</span></span></span></p><p><a href="http://cssdeck.com/labs/large-pressable-css3-navigation" target="_blank"><b>Large Pressable CSS3 Navigation</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation.jpg"><img class="aligncenter size-full wp-image-487" title="Large Pressable CSS3 Navigation" alt="Large Pressable CSS3 Navigation" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation.jpg" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-487" title="Large Pressable CSS3 Navigation" alt="Large Pressable CSS3 Navigation" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation.jpg" width="600" height="369" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Large-Pressable-CSS3-Navigation-300x185.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="9d03bea7-0d9d-4853-bdb2-78290c4028f6"><span class="GINGER_SOFATWARE_mark" id="5999d334-9f21-4e20-9a54-d3a141950160"><span class="GINGER_SOFATWARE_mark" id="c7134ee8-6ca1-47f3-99f5-191bdfa4b20c">(&nbsp;</span></span></span><a href="http://cssdeck.com/labs/large-pressable-css3-navigation">Demo</a>)</p><p><a href="http://www.script-tutorials.com/click-action-css3-dropdown-menu-with-jquery/" target="_blank"><b>Creating a Click-action CSS3 <span class="GINGER_SOFATWARE_mark" id="73514696-2e64-456b-bd4c-66475c0340fd"><span class="GINGER_SOFATWARE_mark" id="1df525d3-d17e-4191-ae26-3b4aa85548d8"><span class="GINGER_SOFATWARE_mark" id="7fae0112-096a-42e0-9106-1323a0cecd0e">Dropdown</span></span></span> Menu with jQuery</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery.jpg"><img class="aligncenter size-full wp-image-483" title="Creating a Click-action CSS3 Dropdown Menu with jQuery" alt="Creating a Click-action CSS3 Dropdown Menu with jQuery" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery.jpg" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-483" title="Creating a Click-action CSS3 Dropdown Menu with jQuery" alt="Creating a Click-action CSS3 Dropdown Menu with jQuery" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery.jpg" width="600" height="367" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Creating-a-Click-action-CSS3-Dropdown-Menu-with-jQuery-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="49519dd7-e906-4d58-b62a-7e0517e40b4c"><span class="GINGER_SOFATWARE_mark" id="b4d4dcec-cf1a-4492-b2b8-65ff16f240f4"><span class="GINGER_SOFATWARE_mark" id="95b6fdee-8e06-44d4-bad7-b47d0135289b">(&nbsp;</span></span></span><a href="http://www.script-tutorials.com/demos/143/index.html">Demo</a>&nbsp;|&nbsp;<a href="http://www.script-tutorials.com/demos/143/source.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="4b929e44-90bf-4f5e-b2d8-b08022e613c7"><span class="GINGER_SOFATWARE_mark" id="18f382a6-f658-4afb-8f4e-d76c9065786a"><span class="GINGER_SOFATWARE_mark" id="3aa3d9f0-d55f-4008-9aac-e6cddd49bae2">&nbsp;)</span></span></span></p><p><a href="http://deepubalan.com/blog/2011/06/17/free-pure-css-dropdown-menu-using-target-pseudo-class/" target="_blank"><b>Pure CSS <span class="GINGER_SOFATWARE_mark" id="b855ebf3-0913-435f-8b11-4442557f4157"><span class="GINGER_SOFATWARE_mark" id="6522ecc2-fcb8-4956-86a9-da52402a1e2d"><span class="GINGER_SOFATWARE_mark" id="07ebecd5-3023-47ca-b0a8-ad976076bdd9">DropDown</span></span></span> Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu.jpg"><img class="aligncenter size-full wp-image-493" title="Pure CSS DropDown Menu" alt="Pure CSS DropDown Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu.jpg" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-493" title="Pure CSS DropDown Menu" alt="Pure CSS DropDown Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu.jpg" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Pure-CSS-DropDown-Menu-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="14c23794-a426-4372-a1b5-a6c8a4a7cb1a"><span class="GINGER_SOFATWARE_mark" id="4ecac50c-c2e1-43e9-a794-19220dbdd597"><span class="GINGER_SOFATWARE_mark" id="bb058a81-28b4-43e5-908e-e0bc19a2aae4">(&nbsp;</span></span></span><a href="http://deepubalan.com/blog/wp-content/uploads/2011/06/example.html?KeepThis=true&amp;TB_iframe=true&amp;height=300&amp;width=590#c">Demo</a>)</p><p><a href="http://www.jonsuh.com/blog/tutorials/responsive-css3-menu-with-dropdown/" target="_blank"><b>Responsive CSS3 Menu with Dropdown</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown.jpg"><img class="aligncenter size-full wp-image-484" title="Responsive CSS3 Menu with Dropdown" alt="Responsive CSS3 Menu with Dropdown" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown.jpg" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-484" title="Responsive CSS3 Menu with Dropdown" alt="Responsive CSS3 Menu with Dropdown" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown.jpg" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Responsive-CSS3-Menu-with-Dropdown-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="596f77d7-52e3-4cbe-8199-4a371310892a"><span class="GINGER_SOFATWARE_mark" id="e5cd3e28-4a06-4268-b144-2284b94987ce"><span class="GINGER_SOFATWARE_mark" id="8b4dcecf-679c-4b14-a4f9-b22d50f86df9">(&nbsp;</span></span></span><a href="http://www.jonsuh.com/demo/responsive-css3-menu-with-dropdown">Demo</a>&nbsp;|&nbsp;<a href="https://github.com/jonsuh/Responsive-CSS3-Menu-with-Dropdown/zipball/master">Download</a><span class="GINGER_SOFATWARE_mark" id="6ffaabc8-3398-425f-a629-b757e1cc8c44"><span class="GINGER_SOFATWARE_mark" id="a811534e-8c76-4eb5-9e93-9197ceba1ffa"><span class="GINGER_SOFATWARE_mark" id="6940d99c-dc50-4808-92cd-847356ce05e4">&nbsp;)</span></span></span></p><p><a href="http://cssdeck.com/labs/skyrim-inspired-drop-down-menu" target="_blank"><b><span class="GINGER_SOFATWARE_mark" id="1eeacacb-d41e-4494-912c-aec3a092d1e0"><span class="GINGER_SOFATWARE_mark" id="ecf5417a-5a96-4399-80aa-d8b1008891e6"><span class="GINGER_SOFATWARE_mark" id="37b13ccd-2887-40f5-9726-28bdb350b0ad">Skyrim</span></span></span>-inspired Drop Down Menu</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu.jpg"><img class="aligncenter size-full wp-image-488" title="Skyrim-inspired Drop Down Menu" alt="Skyrim-inspired Drop Down Menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu.jpg" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-488" title="Skyrim-inspired Drop Down Menu" alt="Skyrim-inspired Drop Down Menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu.jpg" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Skyrim-inspired-Drop-Down-Menu-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="87dbb516-0f37-4bd2-a89a-4138a7feeb61"><span class="GINGER_SOFATWARE_mark" id="14b02ab8-237b-4f4f-ad30-6144ef369d8f"><span class="GINGER_SOFATWARE_mark" id="62f60c30-db6d-4f89-aa6f-12106981f155">(&nbsp;</span></span></span><a href="http://cssdeck.com/labs/skyrim-inspired-drop-down-menu">Demo</a>)</p><p><a href="http://lwis.net/free-css-drop-down-menu/" target="_blank"><b>Free CSS Drop-Down Menu Framework</b></a></p><p style="text-align: center;"><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework.jpg"><img class="aligncenter size-full wp-image-485" title="Free CSS Drop-Down Menu Framework" alt="Free CSS Drop-Down Menu Framework" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-485" title="Free CSS Drop-Down Menu Framework" alt="Free CSS Drop-Down Menu Framework" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework.jpg" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Free-CSS-Drop-Down-Menu-Framework-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="05c1a2b0-e817-4dec-9438-47d8ef234c31"><span class="GINGER_SOFATWARE_mark" id="2cd5dd35-a654-452b-8c46-a7081e12c4fe"><span class="GINGER_SOFATWARE_mark" id="e7bfa2c3-4399-4b0a-a806-ff345dc4b7c2">(&nbsp;</span></span></span><a href="http://lwis.net/free-css-drop-down-menu/nvidia.com.html">Demo</a>&nbsp;|&nbsp;<a href="http://free-css-drop-down-menu-framework.googlecode.com/files/free-css-drop-down-menu_v1.3.zip">Download</a><span class="GINGER_SOFATWARE_mark" id="dbfae3be-882d-46eb-97f9-0f9e03c9b382"><span class="GINGER_SOFATWARE_mark" id="541cb816-0544-49aa-bcbc-ec0e7253953e"><span class="GINGER_SOFATWARE_mark" id="5dd8bbbd-8159-45d0-95dd-777c01a58731">&nbsp;)</span></span></span></p><p><a href="http://www.red-team-design.com/css3-animated-dropdown-menu" target="_blank"><b>CSS3 animated dropdown menu</b></a></p><p style="text-align: center;">&nbsp;<a href="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1.jpg"><img class="aligncenter size-full wp-image-492" title="CSS3 animated dropdown menu" alt="CSS3 animated dropdown menu" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1.jpg" width="600" height="377" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1-300x189.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><noscript><img class="aligncenter size-full wp-image-492" title="CSS3 animated dropdown menu" alt="CSS3 animated dropdown menu" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1.jpg" width="600" height="377" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/CSS3-animated-dropdown-menu1-300x189.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><span class="GINGER_SOFATWARE_mark" id="dab77e8c-2214-47a1-907e-fd4ba2acf6f0"><span class="GINGER_SOFATWARE_mark" id="82ced0f7-2f98-49f0-a93e-3ecb834b86d6"><span class="GINGER_SOFATWARE_mark" id="cee737ba-5d5f-4029-afbf-3bc1834a5dbd">(&nbsp;</span></span></span><a href="http://www.red-team-design.com/wp-content/uploads/2011/11/css3-animated-dropdown-menu-demo.html">Demo</a>)</p><p>&nbsp;</p><p>&nbsp;</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="NnFkJ4a0bcc5725e9b2a2f89fee0fdb7d802e964ca3cb96269c6267af17d0d179b026" class="wpdiscuz-cnonce" name="cnonce" value="NnFkJ4a0bcc5725e9b2a2f89fee0fdb7d802e964ca3cb96269c6267af17d0d179b026" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img alt=''avatar'' src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /><noscript><img alt=''avatar'' src="http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg" srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="ccLxGb15eb2e6213450e95e305ef924b7f093cf119f6e774ba4ea2cb346a6d38a0186" class="wpdiscuz-cnonce" name="cnonce" value="ccLxGb15eb2e6213450e95e305ef924b7f093cf119f6e774ba4ea2cb346a6d38a0186" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'useful html5 css3 dropdown menu for free download', '', 'publish', 'closed', 'closed', '', 'useful-html5-css3-dropdown-menu-for-free-download', '', '', '2017-04-11 13:20:10', '2017-04-11 13:20:10', '', 0, 'http://thedesignpixel.com/useful-html5-css3-dropdown-menu-for-free-download/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2017-04-11 13:20:16', '2017-04-11 13:20:16', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a>&nbsp;&nbsp;/&nbsp;&nbsp;50 Useful Photoshop Logo Design Tutorials</div><div class="single-content"><article class="post-1143 post type-post status-publish format-standard has-post-thumbnail hentry category-graphics category-tutorials tag-adobe tag-photoshop"><div id="post-1143" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/graphics/" title="View all posts in Graphics" >Graphics</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">50 Useful Photoshop Logo Design Tutorials</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/adobe/" rel="tag">Adobe</a>, <a href="http://thedesignpixel.com/tag/photoshop/" rel="tag">Photoshop</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Photoshop is not just a great photo editing software! It is the preferred choice of most professional photographers, for finishing their photographs and other stuff. But, the story doesn&rsquo;t end here. Most of the computer graphic design in photoshop today. May it be advertisement banners, logos, or even a complete website design PSD, you can design anything in photoshop, if you know how to use it properly. Photoshop is not an expensive tool, considering the amazing features it offers. You can recover your money very soon, if you learn to use it properly! Let me explain, how.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>If you are a freelancer, or just someone, looking to get a logo design, you don&rsquo;t need to hire someone who would ask for your hard earned money, and trust me, this is not a cheap service. You can design your own logos in photoshop easily and effectively. Now, the question arises, when you don&rsquo;t know how to use photoshop properly to produce the desired output. To rescue you from this situation, there is an availability of thousands of photoshop tutorials online, which you can use to design your logo for yourself, and exactly similar to the one mentioned in the tutorial. These tutorials generally have logos, that look extremely great, elegant, and if you hire someone to design something like that, he won&rsquo;t charge less than a great fortune of yours!</p><p>There is a great number of photoshop logo design tutorials available online. Depending upon the logo theme, and design, you can choose the one, you wish to work on. You can select the tutorial based on the sample image provided with each tutorial. Here is a list of the 50 useful photoshop logo design tutorials to design logos, and can be easily applied, because of the availability of to the point, step by step procedures.</p><h3><span style="text-decoration: underline;"><em><strong>50 Useful <span id="16822e80-3ee7-42ae-85cc-06c95f2fcdfb" class="GINGER_SOFATWARE_mark"><span id="853532d3-db54-4333-892a-24956a5a56d2" class="GINGER_SOFATWARE_mark"><span id="963d9cbf-fa59-4794-817a-99798c75cc17" class="GINGER_SOFATWARE_mark">Photoshop Logo</span></span></span> Design Tutorials:</strong></em></span></h3><p><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/firefish-photoshop-tutorial/"><strong>Firefish Photoshop Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg" class="aligncenter size-full wp-image-1144" alt="Firefish-Photoshop-Tutorial" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1144" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg" alt="Firefish-Photoshop-Tutorial" width="600" height="386" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-300x193.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://abduzeedo.com/create-amazing-ad-photoshop"><strong>Create an amazing Ad in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop.jpg" class="aligncenter size-full wp-image-1145" alt="Create-an-amazing-Ad-in-Photoshop" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1145" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop.jpg" alt="Create-an-amazing-Ad-in-Photoshop" width="600" height="375" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-amazing-Ad-in-Photoshop-300x188.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/2970/1/Green-Apple-Style-Design"><strong>Green Apple Style Design</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Green-Apple-Style-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Green-Apple-Style-Design.jpg" class="aligncenter size-full wp-image-1146" alt="Green-Apple-Style-Design" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Green-Apple-Style-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Green-Apple-Style-Design-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1146" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Green-Apple-Style-Design.jpg" alt="Green-Apple-Style-Design" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Green-Apple-Style-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Green-Apple-Style-Design-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://psdtuts.com/designing-tutorials/create-a-cool-music-logo-on-a-grunge-background/"><strong>Create a Cool Music Logo on a Grunge Background</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background.jpg" class="aligncenter size-full wp-image-1147" alt="Create-a-cool-music-logo-on-grunge-background" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1147" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background.jpg" alt="Create-a-cool-music-logo-on-grunge-background" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-cool-music-logo-on-grunge-background-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.php2k.com/blog/beginners-photoshop-tutorials/photoshop-football-logo-stock-photo/"><strong>Photoshop Football Logo Stock Photo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock.jpg" class="aligncenter size-full wp-image-1148" alt="Photoshop-Football-Logo-Stock" width="600" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1148" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock.jpg" alt="Photoshop-Football-Logo-Stock" width="600" height="459" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Football-Logo-Stock-300x230.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://3nhanced.com/photoshop/how-to-make-a-badass-wordpress-logo/"><strong>How to Make a Badass WordPress Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo.jpg" class="aligncenter size-full wp-image-1149" alt="How-to-Make-a-Badass-WordPress-logo" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1149" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo.jpg" alt="How-to-Make-a-Badass-WordPress-logo" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/How-to-Make-a-Badass-WordPress-logo-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/3029/1/Google-Chrome-Logo-Design"><strong>Google Chrome Logo Design</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Google-Chrome-Logo-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Google-Chrome-Logo-Design.jpg" class="aligncenter size-full wp-image-1150" alt="Google-Chrome-Logo-Design" width="600" height="572" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Google-Chrome-Logo-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Google-Chrome-Logo-Design-300x286.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1150" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Google-Chrome-Logo-Design.jpg" alt="Google-Chrome-Logo-Design" width="600" height="572" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Google-Chrome-Logo-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Google-Chrome-Logo-Design-300x286.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://tutorials20.com/design/jelly-remake/"><strong><span id="9552b826-59d3-4a7d-8db5-c6b86f7e2995" class="GINGER_SOFATWARE_mark"><span id="670a6ece-2be8-44ad-81ff-7b28924faee1" class="GINGER_SOFATWARE_mark"><span id="decaded2-006c-4c1a-a3a3-1572c6d96744" class="GINGER_SOFATWARE_mark">Photoshop Logo</span></span></span></strong><strong> Jelly Remake</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake.jpg" class="aligncenter size-full wp-image-1151" alt="photoshop-Logo-Jelly-Remake" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1151" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake.jpg" alt="photoshop-Logo-Jelly-Remake" width="600" height="325" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-Logo-Jelly-Remake-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.tutorial9.net/tutorials/photoshop-tutorials/create-a-3d-glossy-box-logo/"><strong>Create a 3D Glossy Box Logo in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo.jpg" class="aligncenter size-full wp-image-1152" alt="Create-a-3D-Glossy-Box-Logo" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo-300x130.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1152" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo.jpg" alt="Create-a-3D-Glossy-Box-Logo" width="600" height="260" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-3D-Glossy-Box-Logo-300x130.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/2424/1/Create-Flash-Logo"><strong>Create Flash Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Flash-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-Flash-Logo.jpg" class="aligncenter size-full wp-image-1153" alt="Create-Flash-Logo" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Flash-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Flash-Logo-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1153" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Flash-Logo.jpg" alt="Create-Flash-Logo" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Flash-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Flash-Logo-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://adobeperson.com/photoshop-effects-techniques/adobe-software-logo-design-effect"><strong>Adobe software logo design effect</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Adobe-software-logo-design-.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Adobe-software-logo-design-.jpg" class="aligncenter size-full wp-image-1154" alt="Adobe-software-logo-design-" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Adobe-software-logo-design-.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Adobe-software-logo-design--300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1154" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Adobe-software-logo-design-.jpg" alt="Adobe-software-logo-design-" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Adobe-software-logo-design-.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Adobe-software-logo-design--300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://dailyinspiration.nl/tutorial-create-3d-logo-with-polygonal-lasso-tool"><strong>Create 3D Logo with Polygonal Lasso Tool</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool.jpg" class="aligncenter size-full wp-image-1155" alt="Create-3D-Logo-with-Polygonal-lasso-tool" width="600" height="785" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool-229x300.jpg 229w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1155" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool.jpg" alt="Create-3D-Logo-with-Polygonal-lasso-tool" width="600" height="785" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-3D-Logo-with-Polygonal-lasso-tool-229x300.jpg 229w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.goodlookingdesign.co.uk/blog/?p=142"><strong>Aurora Logo Photoshop Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial.jpg" class="aligncenter size-full wp-image-1156" alt="Aurora-Logo-Photoshop-Tutorial" width="600" height="841" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial-214x300.jpg 214w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1156" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial.jpg" alt="Aurora-Logo-Photoshop-Tutorial" width="600" height="841" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Aurora-Logo-Photoshop-Tutorial-214x300.jpg 214w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://www.adobetutorialz.com/articles/2557/1/Skype-Logo"><strong>Skype Logo Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Skype-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Skype-Logo.jpg" class="aligncenter size-full wp-image-1157" alt="Skype-Logo" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Skype-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Skype-Logo-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1157" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Skype-Logo.jpg" alt="Skype-Logo" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Skype-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Skype-Logo-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.photoshopstar.com/web-graphics/web-2-0-logo-photoshop/"><strong>Create Web 2.0 Style Logo with Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo.jpg" class="aligncenter size-full wp-image-1158" alt="Create-Web-2.0-Style-Logo" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1158" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo.jpg" alt="Create-Web-2.0-Style-Logo" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Web-2.0-Style-Logo-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://websoulz.com/learn-how-to-create-a-futuristic-logo-in-photoshop/"><strong>Learn how to create a Futuristic Logo in <span id="07821ff4-8e10-42f6-a5bc-bf55c23a568b" class="GINGER_SOFATWARE_mark"><span id="885d2a58-b648-49dc-8195-4b1f154539f5" class="GINGER_SOFATWARE_mark"><span id="0f37e410-abe6-495b-ac1a-6ab6de136311" class="GINGER_SOFATWARE_mark">photoshop</span></span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo.jpg" class="aligncenter size-full wp-image-1159" alt="Learn-How to-create-a-Futuristic-Logo" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1159" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo.jpg" alt="Learn-How to-create-a-Futuristic-Logo" width="600" height="350" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Learn-How-to-create-a-Futuristic-Logo-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.funphotoart.com/photohop-basic/photoshop-tutorial-for-e-commerce-logo"><strong>Photoshop Tutorial For E Commerce logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce.jpg" class="aligncenter size-full wp-image-1160" alt="Photoshop-Tutorials-For-E-Commerce" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1160" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce.jpg" alt="Photoshop-Tutorials-For-E-Commerce" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Photoshop-Tutorials-For-E-Commerce-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.eccemedia.com/blog/blog.html&amp;blogid=21"><strong>a1m<span id="767bf070-60f8-4f6e-82b8-f3750e1bc8dc" class="GINGER_SOFATWARE_mark"><span id="b3ccdfc6-bc08-43c4-8c4a-419d61f6956c" class="GINGER_SOFATWARE_mark"><span id="9badaa92-d6b8-4d54-975e-4da942430fcb" class="GINGER_SOFATWARE_mark">.</span></span></span>at Logo Design Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial.jpg" class="aligncenter size-full wp-image-1161" alt="a1m.at-logo-design-tutorial" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1161" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial.jpg" alt="a1m.at-logo-design-tutorial" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/a1m.at-logo-design-tutorial-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.entheosweb.com/tutorials/3d_logo_design.asp"><strong>3D Logo Design Tutorial in Illustrator &amp; Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator.jpg" class="aligncenter size-full wp-image-1162" alt="3D-Logo-Design-Tutorial-in-Illustrator" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator-300x280.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1162" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator.jpg" alt="3D-Logo-Design-Tutorial-in-Illustrator" width="600" height="559" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Logo-Design-Tutorial-in-Illustrator-300x280.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/2847/1/Business-Solutions-Logo"><strong>Business Solutions Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Business-Solutions-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Business-Solutions-Logo.jpg" class="aligncenter size-full wp-image-1163" alt="Business-Solutions-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Business-Solutions-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Business-Solutions-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1163" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Business-Solutions-Logo.jpg" alt="Business-Solutions-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Business-Solutions-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Business-Solutions-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://pstutorialsblog.com/98/fitness-logo-photoshop-tutoria/"><strong>Fitness Logo Photoshop Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial.jpg" class="aligncenter size-full wp-image-1164" alt="Fitness-Logo-Photoshop-Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1164" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial.jpg" alt="Fitness-Logo-Photoshop-Tutorial" width="600" height="360" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Fitness-Logo-Photoshop-Tutorial-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.mopacity.com/view.php?tut=60"><strong>Planet Logo Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Planet-Logo-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Planet-Logo-tutorial.jpg" class="aligncenter wp-image-1165 size-full" alt="Planet Photoshop Logo Design Tutorials" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Planet-Logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Planet-Logo-tutorial-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-1165 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Planet-Logo-tutorial.jpg" alt="Planet Photoshop Logo Design Tutorials" width="600" height="436" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Planet-Logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Planet-Logo-tutorial-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.originmaker.com/concept-web-logo-photoshop/"><strong>Design a Concept Web Logo in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop.jpg" class="aligncenter size-full wp-image-1166" alt="Design-a-Concept-Web-Logo-in-photoshop" width="600" height="251" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop-300x126.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1166" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop.jpg" alt="Design-a-Concept-Web-Logo-in-photoshop" width="600" height="251" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Design-a-Concept-Web-Logo-in-photoshop-300x126.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/2927/1/Professional-Logo-Design"><strong>Professional Logo Design Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial.jpg" class="aligncenter size-full wp-image-1167" alt="Professional-Logo-Design-tutorial" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1167" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial.jpg" alt="Professional-Logo-Design-tutorial" width="600" height="398" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-tutorial-300x199.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://photoshopandyou.com/tutorials/professional-web-design-studio-logo/"><strong>Professional Web Design Studio Logo Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial.jpg" class="aligncenter size-full wp-image-1168" alt="Professional-Web-Design-Studio-logo-tutorial" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1168" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial.jpg" alt="Professional-Web-Design-Studio-logo-tutorial" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Web-Design-Studio-logo-tutorial-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.computerarts.co.uk/tutorials/create-logo-identity"><strong>Create a logo identity</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-logo-identity.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-logo-identity.jpg" class="aligncenter size-full wp-image-1169" alt="Create-a-logo-identity" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-logo-identity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-logo-identity-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1169" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-logo-identity.jpg" alt="Create-a-logo-identity" width="600" height="308" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-logo-identity.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-logo-identity-300x154.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.zenelements.com/blog/create-an-origami-logo/"><strong>Create an Origami Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-an-Origami-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-an-Origami-Logo.jpg" class="aligncenter size-full wp-image-1170" alt="Create-an-Origami-Logo" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-Origami-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-Origami-Logo-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1170" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-an-Origami-Logo.jpg" alt="Create-an-Origami-Logo" width="600" height="323" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-Origami-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-an-Origami-Logo-300x162.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://www.adobetutorialz.com/articles/3043/1/Umbrella-Corporation-logo"><strong>Umbrella Corporation logo tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial.jpg" class="aligncenter size-full wp-image-1172" alt="Umbrella-Corporation-logo-tutorial" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1172" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial.jpg" alt="Umbrella-Corporation-logo-tutorial" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Umbrella-Corporation-logo-tutorial-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://10steps.sg/photoshop/wooden-text-effect-in-photoshop/"><strong>Wooden Text Effect in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop.jpg" class="aligncenter size-full wp-image-1173" alt="Wooden-Text-Effect-in-Photoshop" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1173" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop.jpg" alt="Wooden-Text-Effect-in-Photoshop" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Wooden-Text-Effect-in-Photoshop-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.photoshoproadmap.com/Photoshop-blog/2008/10/31/papercraft-text-effect/"><strong><span id="d8ae14ba-d2cf-4b7e-9248-5c07615ba0a8" class="GINGER_SOFATWARE_mark"><span id="92556470-4903-4dfd-8347-7a47b74b27ad" class="GINGER_SOFATWARE_mark"><span id="c7fc0ada-fcc1-4a6a-9bb2-221d4a655fa7" class="GINGER_SOFATWARE_mark">Papercraft</span></span></span> Text Effect</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Papercraft-Text-Effect.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Papercraft-Text-Effect.jpg" class="aligncenter size-full wp-image-1175" alt="Papercraft-Text-Effect" width="600" height="200" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Papercraft-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Papercraft-Text-Effect-300x100.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1175" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Papercraft-Text-Effect.jpg" alt="Papercraft-Text-Effect" width="600" height="200" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Papercraft-Text-Effect.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Papercraft-Text-Effect-300x100.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.photoshoproadmap.com/Photoshop-blog/2007/05/30/watercolor-text-painted-on-a-wet-paper/"><strong>Watercolor Text Painted on a Wet Paper</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper.jpg" class="aligncenter size-full wp-image-1176" alt="Watercolor-Text-Painted-on-wet-paper" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1176" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper.jpg" alt="Watercolor-Text-Painted-on-wet-paper" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Watercolor-Text-Painted-on-wet-paper-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.psdgraphics.com/tutorials/windows-vista-logo-photoshop-tutorial/"><strong>Windows Vista Logo Photoshop Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop.jpg" class="aligncenter size-full wp-image-1177" alt="Windows-Vista-Logo-Photoshop" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1177" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop.jpg" alt="Windows-Vista-Logo-Photoshop" width="600" height="352" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Windows-Vista-Logo-Photoshop-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.eyesontutorials.com/articles/3434/1/Making-the-ATI-LOGO-photoshop-tutorial/Page1.html"><strong>Making the ATI LOGO photoshop tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop.jpg" class="aligncenter size-full wp-image-1178" alt="Making-the-ATI-LOGO-photoshop" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1178" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop.jpg" alt="Making-the-ATI-LOGO-photoshop" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-the-ATI-LOGO-photoshop-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://adobeperson.com/photoshop-basic-drawings/photoshop-create-crest-logo-tutorial-in-photoshop"><strong>Photoshop create crest logo tutorial in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial.jpg" class="aligncenter size-full wp-image-1179" alt="photoshop-create-crest-logo-tutorial" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1179" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial.jpg" alt="photoshop-create-crest-logo-tutorial" width="600" height="545" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/photoshop-create-crest-logo-tutorial-300x273.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://10steps.sg/photoshop/making-of-metallic-transformers-logo/"><strong>Making of Metallic Transformers Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-of-Metallic-Transfor.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Making-of-Metallic-Transfor.jpg" class="aligncenter size-full wp-image-1180" alt="Making-of-Metallic-Transfor" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-of-Metallic-Transfor.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-of-Metallic-Transfor-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1180" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-of-Metallic-Transfor.jpg" alt="Making-of-Metallic-Transfor" width="600" height="440" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-of-Metallic-Transfor.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Making-of-Metallic-Transfor-300x220.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/3061/1/The-amazing-spiderman"><strong>The amazing <span id="a49f016e-a786-4e96-8e77-fe4092b1f155" class="GINGER_SOFATWARE_mark"><span id="ef67d687-2359-4a06-9f3c-c8fd61a6a620" class="GINGER_SOFATWARE_mark"><span id="2dbf14f8-fc2a-4064-a091-4023245efb4f" class="GINGER_SOFATWARE_mark">spiderman</span></span></span> photoshop tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial.jpg" class="aligncenter size-full wp-image-1181" alt="The-amazing-spiderman-logo-photoshop-tutorial" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1181" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial.jpg" alt="The-amazing-spiderman-logo-photoshop-tutorial" width="600" height="480" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/The-amazing-spiderman-logo-photoshop-tutorial-300x240.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.eyesontutorials.com/articles/4622/1/EURO-2008-Logo-design/Page1.html"><strong>EURO 2008 Logo design</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EURO-2008-Logo-design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/EURO-2008-Logo-design.jpg" class="aligncenter size-full wp-image-1182" alt="EURO-2008-Logo-design" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/EURO-2008-Logo-design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/EURO-2008-Logo-design-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1182" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/EURO-2008-Logo-design.jpg" alt="EURO-2008-Logo-design" width="600" height="349" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/EURO-2008-Logo-design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/EURO-2008-Logo-design-300x175.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.republicofcode.com/tutorials/photoshop/volkswagen/"><strong>Drawing the Volkswagen Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo.jpg" class="aligncenter size-full wp-image-1183" alt="Drawing-the-Volkswagen-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1183" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo.jpg" alt="Drawing-the-Volkswagen-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Drawing-the-Volkswagen-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.avivadirectory.com/photoshop/creating-a-retro-logo/"><strong>Creating a Retro Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-a-Retro-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Creating-a-Retro-Logo.jpg" class="aligncenter size-full wp-image-1184" alt="Creating-a-Retro-Logo" width="600" height="535" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-a-Retro-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-a-Retro-Logo-300x268.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1184" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-a-Retro-Logo.jpg" alt="Creating-a-Retro-Logo" width="600" height="535" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-a-Retro-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-a-Retro-Logo-300x268.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.marcofolio.net/photoshop/glowing_and_sparkling_intense_light_3d_logo.html"><strong>Glowing and sparkling intense light 3d logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo.jpg" class="aligncenter size-full wp-image-1202" alt="Glowing-and-sparkling-intense-light-3D-logo" width="600" height="500" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo-300x250.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1202" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo.jpg" alt="Glowing-and-sparkling-intense-light-3D-logo" width="600" height="500" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Glowing-and-sparkling-intense-light-3D-logo-300x250.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://teamtutorials.com/photoshop-tutorials/versus-inspired-photoshop-logo-tutorial"><strong>Versus Inspired <span id="c0c66402-ee04-4adb-b2e9-2f3af4f6f8c2" class="GINGER_SOFATWARE_mark"><span id="a959b6bd-5be4-4e0b-adda-08d2d2fcc37d" class="GINGER_SOFATWARE_mark"><span id="00f6795e-e582-4ad8-b017-8270367ea7c8" class="GINGER_SOFATWARE_mark">Photoshop Logo</span></span></span> Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial.jpg" class="aligncenter size-full wp-image-1185" alt="Versus-Inspired-Photoshop-Logo-Tutorial" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1185" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial.jpg" alt="Versus-Inspired-Photoshop-Logo-Tutorial" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Versus-Inspired-Photoshop-Logo-Tutorial-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-rainbow-logos-with-warped-grids/"><strong>Create Rainbow Logos with Warped Grids</strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids.jpg" class="aligncenter size-full wp-image-1186" alt="Create-Rainbow-Logos-with-With-Warped-Grids" width="600" height="496" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids-300x248.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1186" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids.jpg" alt="Create-Rainbow-Logos-with-With-Warped-Grids" width="600" height="496" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-Rainbow-Logos-with-With-Warped-Grids-300x248.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.eyesontutorials.com/articles/4317/1/Sony-Ericsson-Logo/Page1.html"><strong>Sony Ericsson Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sony-Ericsson-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo.jpg" class="aligncenter size-full wp-image-1187" alt="Sony-Ericsson-Logo" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1187" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sony-Ericsson-Logo.jpg" alt="Sony-Ericsson-Logo" width="600" height="451" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo-300x226.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Sony-Ericsson-Logo-480x360.jpg 480w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://ibrandstudio.com/tutorials/make-your-logo-a-3d-look-with-photoshop"><strong>Make your Logo a 3D Look with Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop.jpg" class="aligncenter size-full wp-image-1188" alt="make-your-logo-a-3d-look-with-photoshop" width="600" height="560" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop-300x280.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1188" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop.jpg" alt="make-your-logo-a-3d-look-with-photoshop" width="600" height="560" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/make-your-logo-a-3d-look-with-photoshop-300x280.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.marcofolio.net/photoshop/create_a_frog_logo_in_photoshop.html"><strong>Create a frog logo in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop.jpg" class="aligncenter size-full wp-image-1189" alt="Create-a-frog-logo-in-Photoshop" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1189" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop.jpg" alt="Create-a-frog-logo-in-Photoshop" width="600" height="600" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-300x300.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-frog-logo-in-Photoshop-65x65.jpg 65w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.axertion.com/tutorials/2008/12/3d-encide-logo-tutorial/"><strong>3D Encide Logo Tutorial (PSD Included!)</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial.jpg" class="aligncenter size-full wp-image-1190" alt="3D-Encide-Logo-Tutorial" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1190" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial.jpg" alt="3D-Encide-Logo-Tutorial" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/3D-Encide-Logo-Tutorial-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://drawingclouds.com/2009/05/create-a-watercolor-logo-in-photoshop/"><strong>Create a Watercolor Logo in Photoshop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop.jpg" class="aligncenter size-full wp-image-1191" alt="Create-a-Watercolor-Logo-in-photoshop" width="600" height="434" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1191" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop.jpg" alt="Create-a-Watercolor-Logo-in-photoshop" width="600" height="434" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Create-a-Watercolor-Logo-in-photoshop-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.adobetutorialz.com/articles/2167/1/Custom-Design-Logo"><strong>Vector Style Flame Logo design Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design.jpg" class="aligncenter size-full wp-image-1192" alt="Vector-Style-Flame-Logo-design" width="600" height="443" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design-300x222.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1192" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design.jpg" alt="Vector-Style-Flame-Logo-design" width="600" height="443" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Vector-Style-Flame-Logo-design-300x222.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://psd.tutsplus.com/tutorials/3d/3d-logo-photoshop/"><strong>Use Photoshop CS5 Extended to Create a Simple 3D Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended-.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended-.jpg" class="aligncenter size-full wp-image-1193" alt="Use-Photoshop-CS5-Extended-" width="600" height="513" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended-.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended--300x257.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1193" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended-.jpg" alt="Use-Photoshop-CS5-Extended-" width="600" height="513" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended-.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Use-Photoshop-CS5-Extended--300x257.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.planetphotoshop.com/logo-design.html"><strong>Logo Design (video Tutorial)</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Logo-Design-video-Tutorial.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Logo-Design-video-Tutorial.jpg" class="aligncenter size-full wp-image-1194" alt="Logo-Design-video-Tutorial" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Logo-Design-video-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Logo-Design-video-Tutorial-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1194" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Logo-Design-video-Tutorial.jpg" alt="Logo-Design-video-Tutorial" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Logo-Design-video-Tutorial.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Logo-Design-video-Tutorial-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://designertuts.com/creating-the-sky-logo/"><strong>Creating the Sky Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-the-Sky-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Creating-the-Sky-Logo.jpg" class="aligncenter size-full wp-image-1195" alt="Creating-the-Sky-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-the-Sky-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-the-Sky-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1195" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-the-Sky-Logo.jpg" alt="Creating-the-Sky-Logo" width="600" height="327" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-the-Sky-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Creating-the-Sky-Logo-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pstut.info/photoshop-tutorials/glassy-logobox/"><strong>Rectangular Glassy Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Rectangular-Glassy-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Rectangular-Glassy-Logo.jpg" class="aligncenter size-full wp-image-1196" alt="Rectangular-Glassy-Logo" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Rectangular-Glassy-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Rectangular-Glassy-Logo-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1196" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Rectangular-Glassy-Logo.jpg" alt="Rectangular-Glassy-Logo" width="600" height="359" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Rectangular-Glassy-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Rectangular-Glassy-Logo-300x180.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.dezinerfolio.com/2007/07/16/dezining-the-dezinerfolios-logo-web-20ish/"><strong><span id="4849d62b-bcca-4bf1-88c0-0ffa678d521d" class="GINGER_SOFATWARE_mark"><span id="edf98f1a-8f5d-4fd6-9346-58eabdba4e45" class="GINGER_SOFATWARE_mark"><span id="d5ef9730-d67c-4c25-9732-a859e4ee17fc" class="GINGER_SOFATWARE_mark">Dezining</span></span></span> the Dezinerfolio&#8217;s Logo &#8211; Web 2.0&#8217;ish</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios.jpg" class="aligncenter size-full wp-image-1197" alt="Dezining-the-Dezinerfolios" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1197" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios.jpg" alt="Dezining-the-Dezinerfolios" width="600" height="411" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Dezining-the-Dezinerfolios-300x206.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.psfreak.com/modern-green-logo"><strong>Modern Green Logo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Modern-Green-Logo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Modern-Green-Logo.jpg" class="aligncenter size-full wp-image-1198" alt="Modern-Green-Logo" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Modern-Green-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Modern-Green-Logo-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1198" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Modern-Green-Logo.jpg" alt="Modern-Green-Logo" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Modern-Green-Logo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Modern-Green-Logo-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.photoshopforce.com/tutorials/professional-logo-design/index.php"><strong>Professional Logo Design Tutorial</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Logo-Design.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design.jpg" class="aligncenter size-full wp-image-1201" alt="Professional-Logo-Design" width="600" height="261" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-300x131.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-1201" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Professional-Logo-Design.jpg" alt="Professional-Logo-Design" width="600" height="261" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Professional-Logo-Design-300x131.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">6</span> Comments on "50 Useful Photoshop Logo Design Tutorials"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="tSDsNc68fb1ed2867cbc3fcfb3cf38c43c510ba29f0984b3ed16156086f9a211ce8c3" class="wpdiscuz-cnonce" name="cnonce" value="tSDsNc68fb1ed2867cbc3fcfb3cf38c43c510ba29f0984b3ed16156086f9a211ce8c3" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="aRLuh8283b752a8c1298411229a3b86e7948386b643246b660e43d8b6d5bd4a4f140b" class="wpdiscuz-cnonce" name="cnonce" value="aRLuh8283b752a8c1298411229a3b86e7948386b643246b660e43d8b6d5bd4a4f140b" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10251_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://1.gravatar.com/avatar/d45957c26e02eed87ecef6374f7c0de7?s=48&#038;d=mm&#038;r=g" alt="chibuzo" srcset="http://1.gravatar.com/avatar/d45957c26e02eed87ecef6374f7c0de7?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10251" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">chibuzo</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-10251&quot; /&gt;" /></div><div class="wc-comment-date">May 20, 2016 3:01 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>very helpful material, good stuff</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=very%20helpful%20material,%20good%20stuffhttp://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-10251" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10251_0"  style="clear:both"></div></div><div id="wc-comm-10079_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/8bae896c504a263a353977448f4a1915?s=48&#038;d=mm&#038;r=g" alt="mate" srcset="http://2.gravatar.com/avatar/8bae896c504a263a353977448f4a1915?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10079" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">mate</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-10079&quot; /&gt;" /></div><div class="wc-comment-date">September 8, 2015 4:38 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>good souce</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=good%20soucehttp://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-10079" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10079_0"  style="clear:both"></div></div><div id="wc-comm-8066_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img class="avatar avatar-48 photo" width="48" height="48" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/trackback.png" alt="trackback"></div><div id="comment-8066" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://www.bittbox.com/resources/crafting-simple-and-recognizable-logo-designs'' target=''_blank''>Crafting Simple and Recognizable Logo Designs - BittBox</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-8066&quot; /&gt;" /></div><div class="wc-comment-date">January 22, 2015 1:10 PM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>[&#8230;] Your website logo is possibly the most important graphic on any website. This is your branding and it is one of the first things your visitors should recognize. Some websites can have a very simple logo using just text or icons, and these trends work as long as it is recognizable. You want visitors to see your logo and instantly connect this design with your website. There are many people who want to know how to create a logo in photoshop. [&#8230;]</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=[%E2%80%A6]%20Your%20website%20logo%20is%20possibly%20the%20most%20important%20graphic%20on%20any%20website.%20This%20is%20your%20branding%20and%20it%20is%20one%20of%20the%20first%20things%20your%20visitors%20should%20recognize.%20Some%20websites%20can%20have%20a%20very%20simple%20logo%20using%20just%20text%20or%20icons,%20and%20these%20trends%20work%20as%20long%20as%20it%20is%20recognizable.%20You%20want%20visitors%20to%20see%20your%20logo%20and%20instantly%20connect%20this%20design%20with%20your%20website.%20There%20are%20many%20people%20who%20want%20to%20know%20how%20to%20create%20a%20logo%20in%20photoshop.%20[%E2%80%A6]http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-8066" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-8066_0"  style="clear:both"></div></div><div id="wc-comm-7748_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/20e8c3485fd9ccbb507ef8ffd134e9c8?s=48&#038;d=mm&#038;r=g" alt="jasa" srcset="http://2.gravatar.com/avatar/20e8c3485fd9ccbb507ef8ffd134e9c8?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-7748" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">jasa</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-7748&quot; /&gt;" /></div><div class="wc-comment-date">December 16, 2014 6:07 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>An impressive share, nice photo collection. Thanks 🙂</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=An%20impressive%20share,%20nice%20photo%20collection.%20Thanks%20%F0%9F%99%82http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-7748" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-7748_0"  style="clear:both"></div></div><div id="wc-comm-616_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/987af26678c6b74a965712f84ef8be92?s=48&#038;d=mm&#038;r=g" alt="G.Mariyababu" srcset="http://0.gravatar.com/avatar/987af26678c6b74a965712f84ef8be92?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-616" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">G.Mariyababu</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-616&quot; /&gt;" /></div><div class="wc-comment-date">June 10, 2014 9:54 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>very nice designs i am the following these photos .Thanks for sharing!!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=very%20nice%20designs%20i%20am%20the%20following%20these%20photos%20.Thanks%20for%20sharing!!http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html#comment-616" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-photoshop-logo-design-tutorials.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-616_0"  style="clear:both"></div></div><div class="wpdiscuz-comment-pagination"><div class="wc-load-more-submit-wrap"> <a class="wc-load-more-link" href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#!parentId=616"> <button name="submit"  class="wc-load-more-submit wc-loaded button"> Load More Comments </button> </a></div> <input id="wpdiscuzHasMoreComments" type="hidden" value="1" /></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'useful photoshop logo design tutorials', '', 'publish', 'closed', 'closed', '', 'useful-photoshop-logo-design-tutorials', '', '', '2017-04-11 13:20:16', '2017-04-11 13:20:16', '', 0, 'http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(233, 1, '2017-04-11 13:20:21', '2017-04-11 13:20:21', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;40 Useful Project Management Tools</div><div class="single-content"><article class="post-3068 post type-post status-publish format-standard has-post-thumbnail hentry category-resources tag-tools"><div id="post-3068" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/resources/" title="View all posts in Resources" >Resources</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">40 Useful Project Management Tools</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com/tag/tools/" rel="tag">Tools</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4 Comments</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>There is a huge difference between doing the work, and getting the work done. When you are doing the work for yourself, you just do it, because you will be the one to blame, while getting the work done is something very difficult. You will have to pressure people, cut costs, watch out for deadlines, listen to the client and endure your boss shouting at you. That is why a manager always stands out, because he needs to have a lot of qualities, more than a general worker or a person.</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <p>Project management has been made much easier though, with the use of and integration of Information Technology. At last, you need not spend so much time looking through huge ledgers, or other stuff, but within a few seconds, you get to where you wanted to. There are a lot of project management tools, with the help of which you can make project management a much easier task, and some of the tools are specially designed to make work for project management. They provide a lot of features and options that are particularly ideal for project management. They make the job of a manager easier, simplifying tasks such as cost management, check listing, deadline management, and a lot of other stuff.</p><p>In this post, we feature 40 of the best project management tools currently in the market. These tools may be free, cost a little fortune, or anything in between, but spending on these is going to be one of the best investments for your business, making you save time, money, and resources, and eventually boosting the performance of the organization you work for, or your own. Best of luck in your project management!</p><h3><span style="text-decoration: underline;"><em><strong>40 Useful Project Management Tools</strong></em></span>:</h3><p><a href="https://www.chiliproject.org/"><strong>Chili Project</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chili-Project.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Chili-Project.jpg" class="aligncenter size-full wp-image-3070" alt="Chili Project" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Chili-Project.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Chili-Project-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3070" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Chili-Project.jpg" alt="Chili Project" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Chili-Project.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Chili-Project-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.omnigroup.com/"><strong><span id="a6d88c10-4486-4177-9844-6b27ebfe5e81" class="GINGER_SOFATWARE_mark">Omnigroup</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Omnigroup.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Omnigroup.jpg" class="aligncenter size-full wp-image-3071" alt="Omnigroup" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Omnigroup.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Omnigroup-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3071" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Omnigroup.jpg" alt="Omnigroup" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Omnigroup.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Omnigroup-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.paymo.biz/"><strong><span id="5b237b81-9d8e-47bc-8465-d755cc465438" class="GINGER_SOFATWARE_mark"><span id="53cc9646-ad39-46c7-a947-b4915d8ec329" class="GINGER_SOFATWARE_mark">Paymo</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Paymo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Paymo.jpg" class="aligncenter size-full wp-image-3072" alt="Paymo" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Paymo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Paymo-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3072" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Paymo.jpg" alt="Paymo" width="600" height="346" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Paymo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Paymo-300x173.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.springloops.io/"><strong><span id="163d1808-613b-49be-ac00-ad2e714ec6b0" class="GINGER_SOFATWARE_mark"><span id="8277c48b-7694-4fc7-9403-849a45ddfbc3" class="GINGER_SOFATWARE_mark">Springloops</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Springloops.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Springloops.jpg" class="aligncenter size-full wp-image-3073" alt="Springloops" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Springloops.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Springloops-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3073" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Springloops.jpg" alt="Springloops" width="600" height="391" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Springloops.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Springloops-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.comindwork.com/"><strong>Comindwork</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Comindwork.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Comindwork.jpg" class="aligncenter size-full wp-image-3074" alt="Comindwork" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Comindwork.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Comindwork-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3074" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Comindwork.jpg" alt="Comindwork" width="600" height="388" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Comindwork.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Comindwork-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.webprojector.org/"><strong><span id="b663c112-fa68-489c-a833-053cda372ce6" class="GINGER_SOFATWARE_mark">Webprojector</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webprojector.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Webprojector.jpg" class="aligncenter size-full wp-image-3075" alt="Webprojector" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Webprojector.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Webprojector-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3075" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Webprojector.jpg" alt="Webprojector" width="600" height="390" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Webprojector.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Webprojector-300x195.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.getsoloapp.com/"><strong>Solo</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Solo.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Solo.jpg" class="aligncenter size-full wp-image-3076" alt="Solo" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Solo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Solo-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3076" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Solo.jpg" alt="Solo" width="600" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Solo.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Solo-300x184.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://openatrium.com/#%21/"><strong>Open Atrium</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Open-Atrium.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Open-Atrium.jpg" class="aligncenter size-full wp-image-3077" alt="Open Atrium" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Open-Atrium.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Open-Atrium-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3077" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Open-Atrium.jpg" alt="Open Atrium" width="600" height="328" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Open-Atrium.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Open-Atrium-300x164.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.casebox.org/"><strong><span id="224827d1-9edd-46fb-9eaf-31082240b578" class="GINGER_SOFATWARE_mark">Casebox</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Casebox.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Casebox.jpg" class="aligncenter size-full wp-image-3078" alt="Casebox" width="600" height="383" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Casebox.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Casebox-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3078" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Casebox.jpg" alt="Casebox" width="600" height="383" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Casebox.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Casebox-300x192.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.todoyu.com/en/"><strong><span id="487e8df1-f66b-4f9b-99eb-be840ba7c8ed" class="GINGER_SOFATWARE_mark">Redbooth</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redbooth.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Redbooth.jpg" class="aligncenter size-full wp-image-3079" alt="Redbooth" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redbooth.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redbooth-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3079" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redbooth.jpg" alt="Redbooth" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redbooth.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redbooth-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.agilezen.com/"><strong><span id="eb7dd7db-d1d6-4138-977c-5632836a49c2" class="GINGER_SOFATWARE_mark">Agilezen</span></strong></a></p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Agilezen.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Agilezen.jpg" class="aligncenter size-full wp-image-3080" alt="Agilezen" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agilezen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agilezen-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3080" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Agilezen.jpg" alt="Agilezen" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agilezen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Agilezen-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.producteev.com/"><strong><span id="6b64925e-0f28-4cc5-a046-e2b601bb7b04" class="GINGER_SOFATWARE_mark">Producteev</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Producteev.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Producteev.jpg" class="aligncenter size-full wp-image-3081" alt="Producteev" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Producteev.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Producteev-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3081" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Producteev.jpg" alt="Producteev" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Producteev.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Producteev-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.redmine.org/projects/redmine/wiki"><strong>Redmine</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redmine.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Redmine.jpg" class="aligncenter size-full wp-image-3082" alt="Redmine" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redmine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redmine-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3082" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Redmine.jpg" alt="Redmine" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redmine.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Redmine-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.apollohq.com/"><strong>Apollohq</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Apollohq.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Apollohq.jpg" class="aligncenter size-full wp-image-3083" alt="Apollohq" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Apollohq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Apollohq-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3083" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Apollohq.jpg" alt="Apollohq" width="600" height="303" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Apollohq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Apollohq-300x152.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.centraldesktop.com/"><strong>Central Desktop</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Central-Desktop.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Central-Desktop.jpg" class="aligncenter size-full wp-image-3084" alt="Central Desktop" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Central-Desktop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Central-Desktop-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3084" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Central-Desktop.jpg" alt="Central Desktop" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Central-Desktop.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Central-Desktop-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.rationalplan.com/"><strong><span id="73747626-69eb-49bc-a6c2-689aba308b33" class="GINGER_SOFATWARE_mark">Rationalplan</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Rationalplan.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Rationalplan.jpg" class="aligncenter size-full wp-image-3085" alt="Rationalplan" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rationalplan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rationalplan-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3085" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Rationalplan.jpg" alt="Rationalplan" width="600" height="382" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rationalplan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Rationalplan-300x191.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.teamwork.com/"><strong>Teamwork</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamwork.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Teamwork.jpg" class="aligncenter size-full wp-image-3086" alt="Teamwork" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamwork.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamwork-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3086" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamwork.jpg" alt="Teamwork" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamwork.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamwork-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.hubstaff.com/"><strong>Hubstaff</strong></a></p><p><a href="http://www.hubstaff.com/" rel="attachment wp-att-4880"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Optimized-Hubstaff.jpg" class="aligncenter size-full wp-image-4880" alt="Hubstaff" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Optimized-Hubstaff.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Optimized-Hubstaff-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4880" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Optimized-Hubstaff.jpg" alt="Hubstaff" width="600" height="316" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/Optimized-Hubstaff.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/Optimized-Hubstaff-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p>Hubstaff integrates with Teamwork, extending its core features with precise time tracking and work analytics for remote teams.</p><p><a href="http://www.teamlab.com/"><strong><span id="63809bae-ba0d-46bf-9701-f550f3cda594" class="GINGER_SOFATWARE_mark">Teamlab</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamlab.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Teamlab.jpg" class="aligncenter size-full wp-image-3087" alt="Teamlab" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamlab.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamlab-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3087" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Teamlab.jpg" alt="Teamlab" width="600" height="387" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamlab.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Teamlab-300x194.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.fastdue.com/"><strong><span id="5ef481d0-686c-4817-a616-38ea12c6597a" class="GINGER_SOFATWARE_mark">Fastdue</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fastdue.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Fastdue.jpg" class="aligncenter size-full wp-image-3088" alt="Fastdue" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fastdue.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fastdue-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3088" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Fastdue.jpg" alt="Fastdue" width="600" height="326" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fastdue.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Fastdue-300x163.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.freedcamp.com/"><strong>Freedcamp</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Freedcamp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Freedcamp.jpg" class="aligncenter size-full wp-image-3089" alt="Freedcamp" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Freedcamp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Freedcamp-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3089" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Freedcamp.jpg" alt="Freedcamp" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Freedcamp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Freedcamp-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.huddle.com/"><strong>Huddle</strong></a></p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Huddle.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Huddle.jpg" class="aligncenter size-full wp-image-3090" alt="Huddle" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Huddle.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Huddle-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3090" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Huddle.jpg" alt="Huddle" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Huddle.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Huddle-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://issueburner.com/"><strong>Issue Burner</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Issue-Burner.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Issue-Burner.jpg" class="aligncenter size-full wp-image-3091" alt="Issue Burner" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Issue-Burner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Issue-Burner-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3091" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Issue-Burner.jpg" alt="Issue Burner" width="600" height="371" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Issue-Burner.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Issue-Burner-300x186.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.nimble.com/"><strong>Nimble</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nimble.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Nimble.jpg" class="aligncenter size-full wp-image-3092" alt="Nimble" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nimble.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nimble-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3092" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Nimble.jpg" alt="Nimble" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nimble.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Nimble-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.pivotaltracker.com/"><strong>Pivotal Tracker</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Pivotal-Tracker.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Pivotal-Tracker.jpg" class="aligncenter size-full wp-image-3093" alt="Pivotal Tracker" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Pivotal-Tracker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Pivotal-Tracker-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3093" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Pivotal-Tracker.jpg" alt="Pivotal Tracker" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Pivotal-Tracker.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Pivotal-Tracker-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.planzone.com/"><strong>Planzone</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Planzone.jpg" class="aligncenter size-full wp-image-3094" alt="Planzone" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3094" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone.jpg" alt="Planzone" width="600" height="401" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://tree.io/"><strong>Tree</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tree.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Tree.jpg" class="aligncenter size-full wp-image-3095" alt="Tree" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tree.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tree-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3095" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Tree.jpg" alt="Tree" width="600" height="399" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tree.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Tree-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.worketc.com/"><strong><span id="7d509404-8673-415f-8cef-76d85251a3fb" class="GINGER_SOFATWARE_mark">Worketc</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Worketc.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Worketc.jpg" class="aligncenter size-full wp-image-3096" alt="Worketc" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Worketc.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Worketc-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3096" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Worketc.jpg" alt="Worketc" width="600" height="402" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Worketc.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Worketc-300x201.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.getzcope.com/"><strong>Get </strong><strong><span id="b2100959-9395-4c08-828a-c1ea3719027e" class="GINGER_SOFATWARE_mark">Zcope</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Get-Zcope.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Get-Zcope.jpg" class="aligncenter size-full wp-image-3097" alt="Get Zcope" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Get-Zcope.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Get-Zcope-300x198.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3097" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Get-Zcope.jpg" alt="Get Zcope" width="600" height="396" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Get-Zcope.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Get-Zcope-300x198.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.clarizen.com/"><strong>Clarizen</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Clarizen.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Clarizen.jpg" class="aligncenter size-full wp-image-3098" alt="Clarizen" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clarizen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clarizen-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3098" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Clarizen.jpg" alt="Clarizen" width="600" height="332" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clarizen.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Clarizen-300x166.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.wrike.com/vf/?utm_expid=4344578-27.UjQ4P8ecSjCzNe-_o2I9gA.6&amp;utm_referrer=http%3A%2F%2Fwww.onlinefreetools.com%2F2013%2F10%2FProject-Management-Tools.html"><strong>Wrike</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wrike.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Wrike.jpg" class="aligncenter size-full wp-image-3099" alt="Wrike" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wrike.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wrike-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3099" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Wrike.jpg" alt="Wrike" width="600" height="403" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wrike.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Wrike-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://onehub.com/"><strong><span id="fc573205-206c-4a4e-b6fd-ec23cdf35a00" class="GINGER_SOFATWARE_mark">Onehub</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Onehub.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Onehub.jpg" class="aligncenter size-full wp-image-3100" alt="Onehub" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Onehub.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Onehub-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3100" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Onehub.jpg" alt="Onehub" width="600" height="400" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Onehub.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Onehub-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://lighthouseapp.com/"><strong>Lighthouseapp</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Lighthouseapp.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp.jpg" class="aligncenter size-full wp-image-3101" alt="Lighthouseapp" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3101" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Lighthouseapp.jpg" alt="Lighthouseapp" width="600" height="320" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp-300x160.jpg 300w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Lighthouseapp-375x200.jpg 375w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://kapost.com/"><strong><span id="091e7e59-e06e-4a59-a0c6-4eddffcfe3b0" class="GINGER_SOFATWARE_mark">Kapost</span></strong></a></p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Kapost.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Kapost.jpg" class="aligncenter size-full wp-image-3102" alt="Kapost" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kapost.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kapost-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3102" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Kapost.jpg" alt="Kapost" width="600" height="392" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kapost.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Kapost-300x196.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://campfirenow.com/"><strong>Campfirenow</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Campfirenow.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Campfirenow.jpg" class="aligncenter size-full wp-image-3103" alt="Campfirenow" width="600" height="210" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Campfirenow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Campfirenow-300x105.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3103" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Campfirenow.jpg" alt="Campfirenow" width="600" height="210" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Campfirenow.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Campfirenow-300x105.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.brixhq.com/"><strong>Brixhq</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brixhq.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Brixhq.jpg" class="aligncenter size-full wp-image-3104" alt="Brixhq" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brixhq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brixhq-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3104" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Brixhq.jpg" alt="Brixhq" width="600" height="310" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brixhq.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Brixhq-300x155.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://scadaplan.com/"><strong>Scadaplan</strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Scadaplan.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Scadaplan.jpg" class="aligncenter size-full wp-image-3105" alt="Scadaplan" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Scadaplan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Scadaplan-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3105" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Scadaplan.jpg" alt="Scadaplan" width="600" height="336" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Scadaplan.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Scadaplan-300x168.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://www.deskaway.com/"><strong><span id="2f229d4e-4af7-43d5-a793-209eec545064" class="GINGER_SOFATWARE_mark">Deskaway</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Deskaway.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Deskaway.jpg" class="aligncenter size-full wp-image-3106" alt="Deskaway" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Deskaway.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Deskaway-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3106" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Deskaway.jpg" alt="Deskaway" width="600" height="373" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Deskaway.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Deskaway-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="http://qdpm.net/"><strong><span id="717fed7f-c3af-4806-b7e5-ebfb22fec323" class="GINGER_SOFATWARE_mark"><span id="4a755d3b-a29c-4f03-a787-f007858914da" class="GINGER_SOFATWARE_mark">qdpm</span></span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/qdpm.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/qdpm.jpg" class="aligncenter size-full wp-image-3107" alt="qdpm" width="600" height="364" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/qdpm.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/qdpm-300x182.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript></noscript></a></p><p><a href="http://www.getklok.com/"><strong><span id="72148335-1598-4df2-8701-b014586d3fbf" class="GINGER_SOFATWARE_mark">Getklok</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Getklok.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Getklok.jpg" class="aligncenter size-full wp-image-3108" alt="Getklok" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Getklok.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Getklok-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3108" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Getklok.jpg" alt="Getklok" width="600" height="300" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Getklok.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Getklok-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><a href="https://www.mavenlink.com/"><strong><span id="fe89dd4e-d6cd-4aa2-bf61-cb8f6e99f81e" class="GINGER_SOFATWARE_mark">Mavenlink</span></strong></a></p><p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Mavenlink.jpg"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://thedesignpixel.com/wp-content/uploads/2014/08/Mavenlink.jpg" class="aligncenter size-full wp-image-3109" alt="Mavenlink" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mavenlink.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mavenlink-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-3109" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Mavenlink.jpg" alt="Mavenlink" width="600" height="393" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mavenlink.jpg 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Mavenlink-300x197.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></p><p><em><strong>Edit (11/Sep/15):</strong> </em>Three more project management tools, thanks to our attentive readers Dipti and Mia. Thank you!</p><p><strong><a href="http://www.basecamp.com/">Basecamp</a></strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/basecamp1.png" class="aligncenter wp-image-4670 size-full" alt="Basecamp" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/basecamp1.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/basecamp1-300x147.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter wp-image-4670 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/basecamp1.png" alt="Basecamp" width="600" height="294" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/basecamp1.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/basecamp1-300x147.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p><p><strong><a href="http://www.nutcache.com/">Nutcache</a></strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/nutcache.png" class="aligncenter size-full wp-image-4671" alt="Nutcache" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/nutcache.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/nutcache-300x144.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4671" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/nutcache.png" alt="Nutcache" width="600" height="287" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/nutcache.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/nutcache-300x144.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p><p><strong><a href="http://www.proofhub.com/">Proofhub</a></strong></p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/09/proofhub.png" class="aligncenter size-full wp-image-4672" alt="Proofhub" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/proofhub.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/proofhub-300x138.png 300w" sizes="(max-width: 600px) 100vw, 600px"><noscript><img class="aligncenter size-full wp-image-4672" src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/proofhub.png" alt="Proofhub" width="600" height="276" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/09/proofhub.png 600w, http://www.thedesignpixel.com/wp-content/uploads/2014/09/proofhub-300x138.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> <span class="wc_header_text_count">4</span> Comments on "40 Useful Project Management Tools"</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://1.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="76glHc5ff520b9e3e046471715aad2833505324609ee53f32aaea8813a9991f8ed741" class="wpdiscuz-cnonce" name="cnonce" value="76glHc5ff520b9e3e046471715aad2833505324609ee53f32aaea8813a9991f8ed741" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="EjWFf4f6293113f2883700f2aa5c6e6ac39f3672bc8336a3adbabdebdd3d5f615a18d" class="wpdiscuz-cnonce" name="cnonce" value="EjWFf4f6293113f2883700f2aa5c6e6ac39f3672bc8336a3adbabdebdd3d5f615a18d" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div class="wpdiscuz-front-actions"><div class="wpdiscuz-sort-buttons" style="font-size:14px;">Sort by: &nbsp; <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc">newest</span> | <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc">oldest</span> | <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up">most voted</span></div></div><div id="wcThreadWrapper" class="wc-thread-wrapper"><div id="wc-comm-10080_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/95d3d09c76e2f6f51021b0f30e46ea76?s=48&#038;d=mm&#038;r=g" alt="Mia" srcset="http://0.gravatar.com/avatar/95d3d09c76e2f6f51021b0f30e46ea76?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript><img alt=''Mia'' src=''http://thedesignpixel.com/files/avatar/95d3d09c76e2f6f51021b0f30e46ea76_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/95d3d09c76e2f6f51021b0f30e46ea76?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo'' height=''48'' width=''48'' /></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-10080" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Mia</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10080&quot; /&gt;" /></div><div class="wc-comment-date">September 11, 2015 6:59 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>I am agree with commenter, you missed basecamp in your list however we switched to proofhub from basecamp few months ago when we were looking for better alternative of it.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">1</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=I%20am%20agree%20with%20commenter,%20you%20missed%20basecamp%20in%20your%20list%20however%20we%20switched%20to%20proofhub%20from%20basecamp%20few%20months%20ago%20when%20we%20were%20looking%20for%20better%20alternative%20of%20it.http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10080" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-project-management-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10080_0"  style="clear:both"></div><div id="wc-comm-10082_10080" class="wc-comment wc-reply wc-blog-post_author wc_comment_level-2"><div class="wc-comment-left"><a href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=48&#038;d=mm&#038;r=g" alt="The Design Pixel" srcset="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript></a><div class="wc-blog-post_author wc-comment-label">Author</div></div><div id="comment-10082" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''>The Design Pixel</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10082&quot; /&gt;" /></div><div class="wc-comment-date">September 11, 2015 8:31 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Hi Mia! I didn&#8217;t know about Proofhub, just added it. Thanks for your help!</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Hi%20Mia!%20I%20didn%E2%80%99t%20know%20about%20Proofhub,%20just%20added%20it.%20Thanks%20for%20your%20help!http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10082" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-project-management-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10082_10080"  style="clear:both"></div></div></div><div id="wc-comm-9766_0" class="wc-comment wc-blog-guest wc_comment_level-1"><div class="wc-comment-left"><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/66a0c4ff480672cc5eff709b187dd5d0?s=48&#038;d=mm&#038;r=g" alt="Dipti" srcset="http://0.gravatar.com/avatar/66a0c4ff480672cc5eff709b187dd5d0?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript><div class="wc-blog-guest wc-comment-label">Guest</div></div><div id="comment-9766" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author">Dipti</div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-project-management-tools.html#comment-9766&quot; /&gt;" /></div><div class="wc-comment-date">July 16, 2015 8:54 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>I also write articles on project management tool and featured in quality sites. Your list is good, still surprised that you have not included Basecamp.com and Nutcache.com in your list. Have a look. Both are amazing.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">1</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=I%20also%20write%20articles%20on%20project%20management%20tool%20and%20featured%20in%20quality%20sites.%20Your%20list%20is%20good,%20still%20surprised%20that%20you%20have%20not%20included%20Basecamp.com%20and%20Nutcache.com%20in%20your%20list.%20Have%20a%20look.%20Both%20are%20amazing.http://www.thedesignpixel.com/useful-project-management-tools.html#comment-9766" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-project-management-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-9766_0"  style="clear:both"></div><div id="wc-comm-10081_9766" class="wc-comment wc-reply wc-blog-post_author wc_comment_level-2"><div class="wc-comment-left"><a href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=48&#038;d=mm&#038;r=g" alt="The Design Pixel" srcset="http://0.gravatar.com/avatar/9c976e1ed0bafbcb9ad82081acb5ad1f?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo" height="48" width="48"><noscript></noscript></a><div class="wc-blog-post_author wc-comment-label">Author</div></div><div id="comment-10081" class="wc-comment-right " ><div class="wc-comment-header"><div class="wc-comment-author"><a rel=''nofollow'' href=''http://thedesignpixel.com/author/the-design-pixel/'' target=''_blank''>The Design Pixel</a></div><div class="wc-comment-link"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/icon-link.gif" class="wc-comment-img-link" title="&lt;input type=&quot;text&quot; class=&quot;wc-comment-link-input&quot; value=&quot;http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10081&quot; /&gt;" /></div><div class="wc-comment-date">September 11, 2015 8:30 AM</div><div class="wpdiscuz_clear_right"></div></div><div class="wc-comment-text"><p>Hi Dipti, sorry for the late reply! Those are major players in the project management market and somehow we missed it&#8230; oh well! Thanks for your suggestions, they have been added to the post.</p></div><div class="wc-comment-footer"><div class="wc-vote-result">0</div><span class="wc-vote-link wc-up  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-up fa-flip-horizontal wc-vote-img-up"></i></span> &nbsp;|&nbsp; <span class="wc-vote-link wc-down  wc_tooltipster" title="You Must Be Logged In To Vote"><i class="fa fa-thumbs-down wc-vote-img-down"></i></span>&nbsp;&nbsp;&nbsp;<span class="wc-reply-link" title="Reply">Reply</span> &nbsp;&nbsp;-&nbsp;&nbsp; <span class="wc-share-link" title="Share">Share</span> &nbsp;&nbsp;<span class="share_buttons_box"><a class="wc_tooltipster" target="_blank" href="http://www.facebook.com/sharer.php" title="Share On Facebook"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/fb-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://twitter.com/home?status=Hi%20Dipti,%20sorry%20for%20the%20late%20reply!%20Those%20are%20major%20players%20in%20the%20project%20management%20market%20and%20somehow%20we%20missed%20it%E2%80%A6%20oh%20well!%20Thanks%20for%20your%20suggestions,%20they%20have%20been%20added%20to%20the%20post.http://www.thedesignpixel.com/useful-project-management-tools.html#comment-10081" title="Share On Twitter"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/twitter-18x18.png''"/></a>&nbsp;&nbsp;<a class="wc_tooltipster" target="_blank" href="https://plus.google.com/share?url=http://www.thedesignpixel.com/useful-project-management-tools.html" title="Share On Google"><img src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png" onmouseover="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18-orig.png''" onmouseout="this.src=''http://www.thedesignpixel.com/wp-content/plugins/wpdiscuz/assets/img/social-icons/google-18x18.png''"/></a>&nbsp;&nbsp;</span><span class="wc-toggle wpdiscuz-hidden">Hide Replies &and;</span></div></div><div class="wpdiscuz-comment-message"></div><div id="wpdiscuz_form_anchor-10081_9766"  style="clear:both"></div></div></div><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'useful project management tools', '', 'publish', 'closed', 'closed', '', 'useful-project-management-tools', '', '', '2017-04-11 13:20:21', '2017-04-11 13:20:21', '', 0, 'http://thedesignpixel.com/useful-project-management-tools/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(234, 1, '2017-04-11 13:20:21', '2017-04-11 13:20:21', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-2606" class="post-2606 post type-post status-publish format-standard has-post-thumbnail hentry category-design category-resources category-tutorials tag-development tag-languages g cat-3-id cat-1-id cat-6-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 15+ Useful Resources for Learning Web Design &#038; Development</div>\n												<header>\n							<h1 class="title">15+ Useful Resources for Learning Web Design &#038; Development</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/design/" rel="nofollow">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Web design &amp; development is the most important factor which plays a crucial role in the success of your online business. Whether you just wanna make your online presence, or you are wanna selling your products online, the most important factor is to have a website. A website may consist of useful knowledge about the goods or you are providing an online service to certain products, the main goal is to have targeted visitors or customers that actually buy your products or service.</p>\n<p>Now, The main question is how do the visitors actually convert into loyal customers? What are things they notice? The information you are providing about your product is good enough? The answer is quite challenging, because web design or layout of your website makes first impression on the visitors. If you are not using proper layout, navigation or too many eye catching colors distract the users to stay on your site. This means web design is the first most important factor for the success of any online business, but what to do when you don&#8217;t have too much knowledge about it. The answer is very simple that you need to hire a web designer &amp; developer to do this job for you. They charge a certain high amount of dollars for making responsive designed websites.</p>\n<p>But, If you don&#8217;t want to spend that money for web designing &amp; development than the last option is to do this work yourself. And if you have the basic knowledge of web design &amp; development then it becomes easy to learn the new things. Well, There are already hundreds or even thousands of tutorials available for learning web design &amp; development. But, To help out our fellow readers, we have compiled a list of extremely useful resources for learning web design &amp; development. Let&#8217;s check out these resources and becomes the master of web design &amp; development in real time.</p>\n<h3><strong><span style="text-decoration: underline;"><em>15+ Useful Resources for Learning Web Design &amp; Development</em></span>:</strong></h3>\n<p><strong><a class="external roll-link" href="https://developers.google.com/university/#css" rel="nofollow"><span data-title="Google Developers University Consortium">Google Developers University Consortium</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://dev.opera.com/web" rel="nofollow"><span data-title="Dev.Opera">Dev.Opera</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.lynda.com/" rel="nofollow"><span data-title="Lynda.com">Lynda.com</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.dontfeartheinternet.com/" rel="nofollow"><span data-title="Don’t Fear the Internet">Don’t Fear the Internet</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://p2pu.org/en/schools/school-of-webcraft/" rel="nofollow"><span data-title="P2PU’s School of Webcraft">P2PU’s School of Webcraft</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.codecademy.com/#%21/exercises/0" rel="nofollow"><span data-title="Codecademy">Codecademy</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.codeschool.com/" rel="nofollow"><span data-title="Code School"><span id="1daeeffc-b82a-4916-b37b-3ed4799d1669" class="GINGER_SOFATWARE_mark">Code</span> School</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://www.udacity.com/" rel="nofollow"><span data-title="Udacity"><span id="aefc3a04-2425-4bfc-a033-534315c18f7d" class="GINGER_SOFATWARE_mark">Udacity</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://mislav.uniqpath.com/poignant-guide/" rel="nofollow"><span data-title="Why’s (Poignant) Guide to Ruby">Why’s (Poignant) Guide to Ruby</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://www.udemy.com/" rel="nofollow"><span data-title="Udemy"><span id="9d696332-2724-4281-be75-85425dfebebf" class="GINGER_SOFATWARE_mark">Udemy</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://www.skillfeed.com/" rel="nofollow"><span data-title="Skillfeed"><span id="e9eff881-67b2-413d-b3d5-a5b9cd65a1f3" class="GINGER_SOFATWARE_mark">Skillfeed</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://teamtreehouse.com/" rel="nofollow"><span data-title="Treehouse">Treehouse</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://www.coursera.org/courses?orderby=upcoming&amp;cats=infotech" rel="nofollow"><span data-title="Coursera"><span id="13fb7114-22ed-4fc9-b737-a2443a28b95b" class="GINGER_SOFATWARE_mark">Coursera</span></span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="https://tutsplus.com/courses/" rel="nofollow"><span data-title="Tuts+ Premium Courses">Tuts+ Premium Courses</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.timothytraining.net/" rel="nofollow"><span data-title="Timothy Training">Timothy Training</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.open.edu/openlearn/" rel="nofollow"><span data-title="OpenLearn">OpenLearn</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.apple.com/education/itunes-u/" rel="nofollow"><span data-title="iTunes U"><span id="65792c70-1b0a-4b11-a2d3-a9db8591005f" class="GINGER_SOFATWARE_mark">iTunes</span> U</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://academicearth.org/" rel="nofollow"><span data-title="Academic Earth">Academic Earth</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://www.killerphp.com/" rel="nofollow"><span data-title="KillerPHP.com">KillerPHP.com</span></a></strong></p>\n<p><a href="#"></a></p>\n<p><strong><a class="external roll-link" href="http://webdesign.com/" rel="nofollow"><span data-title="WebDesign.com">WebDesign.com</span></a></strong></p>\n<p><a href="#"></a></p>\n<p class="fixed-empty-p"><strong> <a class="external roll-link" href="http://www.w3.org/community/webed/wiki/Main_Page" rel="nofollow"><span data-title="Web Standards Curriculum">Web Standards Curriculum</span></a></strong></p>\n<p class="fixed-empty-p"><a href="#"></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/useful-resources-for-learning-web-design-development.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/useful-resources-for-learning-web-design-development.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/07/Why%E2%80%99s-Poignant-Guide-to-Ruby.jpg&amp;description=15+%20Useful%20Resources%20for%20Learning%20Web%20Design%20&amp;%20Development" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/languages/" rel="tag">Languages</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/high-quality-free-html5-and-css3-web-templates/" rel="bookmark" title="50 High Quality Free HTML5 And CSS3 Web Templates">\n													50 High Quality Free HTML5 And CSS3 Web Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/free-premium-business-website-templates/" rel="bookmark" title="30 Free &#038; Premium Business Website Templates">\n													30 Free &#038; Premium Business Website Templates												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-data-visualization-tools/" rel="bookmark" title="35+ Best Data Visualization Tools">\n													35+ Best Data Visualization Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/useful-resources-for-learning-web-design-development/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''2606'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="9d0389c323" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="129"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Creative-Flat-HTML-Template-180x180.jpg" alt="25+ Best Flat Design Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-flat-design-website-templates/'' title=''25+ Best Flat Design Website Templates'' class=''popular-title''>25+ Best Flat Design Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/FlatBook-_E2_80_93-Flat-Ebook-Selling-Landing-WordPress-Theme-180x180.jpg" alt="15+ Best WordPress Landing Page Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-wordpress-landing-page-themes/'' title=''15+ Best WordPress Landing Page Themes'' class=''popular-title''>15+ Best WordPress Landing Page Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Zonda-Premium-Responsive-Magento-Theme-180x180.jpg" alt="65+ Best Responsive Magento Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-magento-themes/'' title=''65+ Best Responsive Magento Themes'' class=''popular-title''>65+ Best Responsive Magento Themes</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-project-management-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-180x180.jpg" alt="40 Useful Project Management Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-project-management-tools/'' title=''40 Useful Project Management Tools'' class=''popular-title''>40 Useful Project Management Tools</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\n	</div><!--.container-->\n</div>\n', 'useful resources for learning web design development', '', 'publish', 'closed', 'closed', '', 'useful-resources-for-learning-web-design-development', '', '', '2017-04-11 13:20:21', '2017-04-11 13:20:21', '', 0, 'http://thedesignpixel.com/useful-resources-for-learning-web-design-development/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2017-04-11 13:20:22', '2017-04-11 13:20:22', '\r\n<div class="main-container"><div id="page" class="single">\n	<div class="content">\n		<article class="article">\n			<div id="content_box" >\n									<div id="post-1108" class="g post post-1108 type-post status-publish format-standard has-post-thumbnail hentry category-coding category-resources category-tutorials tag-development tag-html cat-2-id cat-1-id cat-6-id has_thumb">\n													<div class="breadcrumb"><a href="http://thedesignpixel.com" rel="nofollow">Home</a>&nbsp;&nbsp;&#187;&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a> &bull; <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a> &bull; <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a> &nbsp;&nbsp;&#187;&nbsp;&nbsp; 30 Useful Tutorials for Developing HTML5 Web Browser Games</div>\n												<header>\n							<h1 class="title">30 Useful Tutorials for Developing HTML5 Web Browser Games</h1>\n															<div class="post-info">\n										<span class="theauthor">Posted by <a rel="nofollow" href="http://thedesignpixel.com/author/admin/" title="Posts by designpixel" rel="author">designpixel</a></span>\n										\n										<span class="thecategory">In <a href="http://thedesignpixel.com/category/coding/" rel="nofollow">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="nofollow">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="nofollow">Tutorials</a></span>\n										<span class="thecomment"><a href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/#comments"> No comments</a></span>\n								</div>\n													</header><!--.headline_area-->\n						<div class="post-content box mark-links">\n																								<div class="topad">\n										<!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300900" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code -->									</div>\n																						<p>Hyper Text Markup language is the most widely used webpage and website development platform throughout the web! There were some limitations about it, which made the developers look for separate platforms, but with the introduction of the HTML5, the latest version of this development language, the developers are coming back to it. This is a threat to the developers, as HTML is a very easy to understand and interpret platform, and with the new HTML5 platform, the developers won’t need to seek for separate platforms, as this will be the one, solving all of their purposes.</p>\n<p>Talking about the title of this article, that is, the web browser games. This is not just a great entertainment for the visitors, but also a great marketing strategy used by a lot of internet marketers and product promoters. It is not an easy job to develop web browser games, but if you get to follow a step by step procedure, you can develop the game of your choice and in any way you want!</p>\n<p>There are a lot of tutorials available on the internet, that teach you step by step in developing web browser games using the HTML5 platform. These teach you where do you need to use, which element, what modules will be required, and what other stuff do you need to execute to complete your desired task. To help you out we are going to share 30 useful tutorials for developing HTML5 web browser games. If you think this list is useful for the beginners to understand the basics for developing HTML5 web browser games, then don&#8217;t forget to share it with your loved ones.</p>\n<h3><strong><span style="text-decoration: underline;"><em>30 Useful Tutorials for Developing HTML5 Web Browser Games</em></span>:</strong></h3>\n<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/build-your-first-game-with-html5/"><strong>Your First HTML5 Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Your-First-HTML5-Game.jpg"><img class="aligncenter wp-image-1109 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Your-First-HTML5-Game.jpg" alt="Your First HTML5 Game" width="600" height="375" /></a></p>\n<p><a href="http://www.williammalone.com/articles/create-html5-canvas-javascript-sprite-animation/"><strong>Sprite Animation with Canvas</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sprite-Animation-with-Canvas.jpg"><img class="aligncenter size-full wp-image-1110" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Sprite-Animation-with-Canvas.jpg" alt="Sprite Animation with Canvas" width="600" height="375" /></a></p>\n<p><a href="http://www.williammalone.com/articles/create-html5-canvas-javascript-game-character/"><strong>Creating a Game Character</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-a-Game-Character.jpg"><img class="aligncenter size-full wp-image-1111" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Creating-a-Game-Character.jpg" alt="Creating a Game Character" width="600" height="375" /></a></p>\n<p><a href="http://dev.tutsplus.com/tutorials/an-impactjs-overview-introduction--active-11343"><strong>An ImpactJS Introduction</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/An-ImpactJS-Introduction.jpg"><img class="aligncenter size-full wp-image-1112" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/An-ImpactJS-Introduction.jpg" alt="An ImpactJS Introduction" width="600" height="375" /></a></p>\n<p><a href="http://dev.tutsplus.com/tutorials/learn-createjs-by-building-an-html5-pong-game--active-11845"><strong>HTML5 Pong Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Pong-Game.jpg"><img class="aligncenter size-full wp-image-1113" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Pong-Game.jpg" alt="HTML5 Pong Game" width="600" height="375" /></a></p>\n<p><a href="http://dev.tutsplus.com/tutorials/an-introduction-to-the-html5-gamepad-api--active-10686"><strong>Introduction to the Gamepad API</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Introduction-to-the-Gamepad-API.jpg"><img class="aligncenter size-full wp-image-1114" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Introduction-to-the-Gamepad-API.jpg" alt="Introduction to the Gamepad API" width="600" height="375" /></a></p>\n<p><a href="http://www.gamingthinktank.com/2012/12/07/animating-walk-cycle-in-html5-canvas-using-kineticjs-javascript-framework/"><strong>Walk Cycles in Kinetic<span id="7b498def-5648-4043-ae5a-eec5b70c458f" class="GINGER_SOFATWARE_mark"><span id="8f8697cc-1dbc-4a83-9838-df910e92f86f" class="GINGER_SOFATWARE_mark">.</span></span><span id="0f5391cb-3756-431f-8151-d8b6540818d9" class="GINGER_SOFATWARE_mark"><span id="beff5700-fe0b-4a71-b739-e4d83bb6abe1" class="GINGER_SOFATWARE_mark">js</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Walk-Cycles-in-Kinetic.jpg"><img class="aligncenter size-full wp-image-1139" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Walk-Cycles-in-Kinetic.jpg" alt="Walk Cycles in Kinetic" width="600" height="196" /></a></p>\n<p><a href="http://www.binpress.com/tutorial/create-a-mobile-rpg-for-beginners/1"><strong>Create a Mobile HTML5 RPG</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Mobile-HTML5-RPG.jpg"><img class="aligncenter size-full wp-image-1115" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Mobile-HTML5-RPG.jpg" alt="Create a Mobile HTML5 RPG" width="600" height="375" /></a></p>\n<p><a href="http://www.binpress.com/tutorial/create-a-farming-html5-game-for-beginners/4"><strong>Create a Mobile HTML5 Farming Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Mobile-HTML5-Farming-Game.jpg"><img class="aligncenter size-full wp-image-1116" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Mobile-HTML5-Farming-Game.jpg" alt="Create a Mobile HTML5 Farming Game" width="600" height="375" /></a></p>\n<p><a href="http://www.binpress.com/tutorial/create-a-virtual-pet-game-with-html5/6"><strong>Virtual Pet Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Virtual-Pet-Game.jpg"><img class="aligncenter size-full wp-image-1117" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Virtual-Pet-Game.jpg" alt="Virtual Pet Game" width="600" height="375" /></a></p>\n<p><a href="http://www.html5rocks.com/en/tutorials/games/assetmanager/"><strong>Simple Asset Management</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simple-Asset-Management.jpg"><img class="aligncenter size-full wp-image-1118" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Simple-Asset-Management.jpg" alt="Simple Asset Management" width="600" height="375" /></a></p>\n<p><a href="http://www.html5rocks.com/en/tutorials/casestudies/gopherwoord-studios-resizing-html5-games/"><strong>Auto-Resizing HTML5 Games</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Auto-Resizing-HTML5-Games.jpg"><img class="aligncenter size-full wp-image-1119" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Auto-Resizing-HTML5-Games.jpg" alt="Auto-Resizing HTML5 Games" width="600" height="375" /></a></p>\n<p><a href="http://css-tricks.com/learn-canvas-snake-game/"><strong>Canvas Snake Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Canvas-Snake-Game.jpg"><img class="aligncenter size-full wp-image-1120" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Canvas-Snake-Game.jpg" alt="Canvas Snake Game" width="600" height="375" /></a></p>\n<p><a href="http://www.gamedevacademy.org/create-a-html5-mario-style-platformer-game/"><strong>HTML5 Mario-Style Platformer</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Mario-Style-Platformer.jpg"><img class="aligncenter size-full wp-image-1121" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Mario-Style-Platformer.jpg" alt="HTML5 Mario-Style Platformer" width="600" height="375" /></a></p>\n<p><a href="http://www.gamedevacademy.org/create-a-mobile-educational-game-with-html5/"><strong>Educational HTML5 Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Educational-HTML5-Game.jpg"><img class="aligncenter size-full wp-image-1122" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Educational-HTML5-Game.jpg" alt="Educational HTML5 Game" width="600" height="375" /></a></p>\n<p><a href="http://mobile.smashingmagazine.com/2012/10/19/design-your-own-mobile-game/"><strong>Design A Mobile Game with HTML5</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Design-A-Mobile-Game-with-HTML5.jpg"><img class="aligncenter size-full wp-image-1123" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Design-A-Mobile-Game-with-HTML5.jpg" alt="Design A Mobile Game with HTML5" width="600" height="375" /></a></p>\n<p><a href="http://www.creativebloq.com/3d/build-your-own-html5-3d-engine-7112935"><strong>Code your own HTML5 3D Engine</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Code-your-own-HTML5-3D-Engine.jpg"><img class="aligncenter size-full wp-image-1124" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Code-your-own-HTML5-3D-Engine.jpg" alt="Code your own HTML5 3D Engine" width="600" height="375" /></a></p>\n<p><a href="http://blogs.shephertz.com/2013/12/23/using-vibrations-in-html5-mobile-web-appgame/"><strong>Vibrations in HTML5 Mobile Games</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vibrations-in-HTML5-Mobile-Games.jpg"><img class="aligncenter size-full wp-image-1125" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Vibrations-in-HTML5-Mobile-Games.jpg" alt="Vibrations in HTML5 Mobile Games" width="600" height="375" /></a></p>\n<p><a href="http://www.raywenderlich.com/23370/how-to-make-a-simple-html5-game-with-enchant-js"><strong>HTML5 Game with Enchant<span id="745d2f47-cece-4d82-a950-62df74222863" class="GINGER_SOFATWARE_mark"><span id="415d2fc8-78df-489d-b23e-e176dfe60cee" class="GINGER_SOFATWARE_mark">.</span></span><span id="d0a57e4b-62a5-4163-a133-65d1633c1e55" class="GINGER_SOFATWARE_mark"><span id="4a8150e0-229d-4d54-9e96-37b63df2e027" class="GINGER_SOFATWARE_mark">js</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Game-with-Enchant.jpg"><img class="aligncenter size-full wp-image-1126" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/HTML5-Game-with-Enchant.jpg" alt="HTML5 Game with Enchant" width="600" height="375" /></a></p>\n<p><a href="http://blog.sklambert.com/object-oriented-javascript-classes/"><strong><span id="5fb0b17d-caea-445b-83f5-41a81c0f7927" class="GINGER_SOFATWARE_mark"><span id="d2a14cef-4d6f-4b77-88c3-5ce9d1d97a10" class="GINGER_SOFATWARE_mark">Object-Oriented</span></span> JavaScript</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Object-Oriented-JavaScript.jpg"><img class="aligncenter size-full wp-image-1127" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Object-Oriented-JavaScript.jpg" alt="Object-Oriented JavaScript" width="600" height="375" /></a></p>\n<p><a href="http://blog.sklambert.com/galaxian-html5-game/"><strong>Galaxian-Style HTML5 Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galaxian-Style-HTML5-Game.jpg"><img class="aligncenter size-full wp-image-1128" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Galaxian-Style-HTML5-Game.jpg" alt="Galaxian-Style HTML5 Game" width="600" height="375" /></a></p>\n<p><a href="http://blog.sklambert.com/create-a-canvas-tileset-background/"><strong>Create a Canvas Tileset</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Canvas-Tileset.jpg"><img class="aligncenter size-full wp-image-1129" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Create-a-Canvas-Tileset.jpg" alt="Create a Canvas Tileset" width="600" height="375" /></a></p>\n<p><a href="http://msdn.microsoft.com/en-us/hh563503.aspx"><strong>5 Best Practices for HTML5 Games</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/5-Best-Practices-for-HTML5-Games.jpg"><img class="aligncenter size-full wp-image-1130" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/5-Best-Practices-for-HTML5-Games.jpg" alt="5 Best Practices for HTML5 Games" width="600" height="375" /></a></p>\n<p><a href="http://codeincomplete.com/posts/2012/6/22/javascript_racer/"><strong>Build a Racing Game</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game.jpg"><img class="aligncenter size-full wp-image-1131" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Build-a-Racing-Game.jpg" alt="Build a Racing Game" width="600" height="375" /></a></p>\n<p><a href="http://melonjs.github.io/tutorial/"><strong>Melon<span id="4d324f48-6ea0-490a-b65d-9ac7c322b416" class="GINGER_SOFATWARE_mark"><span id="d917b980-601b-433e-931c-184e7201ce5a" class="GINGER_SOFATWARE_mark">.</span></span><span id="53880f33-ce73-4508-8ae3-84aef72c3719" class="GINGER_SOFATWARE_mark"><span id="99a38316-bc5a-409a-af7f-27db45b76c36" class="GINGER_SOFATWARE_mark">js</span></span> Game Engine Tutorial</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Melon.js-Game-Engine-Tutorial.jpg"><img class="aligncenter size-full wp-image-1132" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Melon.js-Game-Engine-Tutorial.jpg" alt="Melon.js Game Engine Tutorial" width="600" height="375" /></a></p>\n<p><a href="http://buildnewgames.com/dom-sprites/"><strong>DOM Sprites</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/DOM-Sprites.jpg"><img class="aligncenter size-full wp-image-1133" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/DOM-Sprites.jpg" alt="DOM Sprites" width="600" height="375" /></a></p>\n<p><a href="http://buildnewgames.com/js-game-code-org/"><strong>JavaScript Game Code Organization</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/JavaScript-Game-Code-Organization.jpg"><img class="aligncenter size-full wp-image-1134" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/JavaScript-Game-Code-Organization.jpg" alt="JavaScript Game Code Organization" width="600" height="375" /></a></p>\n<p><a href="http://buildnewgames.com/physics-engines-comparison/"><strong>JavaScript Physics Engines Comparison</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/JavaScript-Physics-Engines-Comparison.jpg"><img class="aligncenter size-full wp-image-1135" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/JavaScript-Physics-Engines-Comparison.jpg" alt="JavaScript Physics Engines Comparison" width="600" height="375" /></a></p>\n<p><a href="http://www.gamasutra.com/view/feature/186171/making_the_move_to_html5_part_1.php"><strong>Making the Move to HTML5</strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-the-Move-to-HTML5.jpg"><img class="aligncenter size-full wp-image-1136" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Making-the-Move-to-HTML5.jpg" alt="Making the Move to HTML5" width="600" height="375" /></a></p>\n<p><a href="http://www.artandlogic.com/blog/2013/06/phone-to-browser-html5-gaming-using-node-js-and-socket-io/"><strong><span id="93e6ce75-b76d-4bee-8a2c-89bea24624f0" class="GINGER_SOFATWARE_mark"><span id="305a9b7e-f4db-49b6-8383-153265c95421" class="GINGER_SOFATWARE_mark">Gamedev</span></span> using Node<span id="c0e35b24-3dff-44e6-b762-4e85c8c03f70" class="GINGER_SOFATWARE_mark"><span id="aab0d375-1bd6-402a-9df2-2cad5724ae94" class="GINGER_SOFATWARE_mark">.</span></span><span id="d9ad757d-1f5b-444c-91bc-04700f4a837d" class="GINGER_SOFATWARE_mark"><span id="0e68e5de-4798-4c0b-b79f-553cd46583f2" class="GINGER_SOFATWARE_mark">js</span></span> and Socket<span id="46ddd60e-1d07-41d4-ab67-d4382605b400" class="GINGER_SOFATWARE_mark"><span id="9e28d991-a4ea-4b0b-a940-007550ab4cd4" class="GINGER_SOFATWARE_mark">.</span></span><span id="dbe88ecd-c2ac-42fc-a0dd-90f7ddc83f06" class="GINGER_SOFATWARE_mark"><span id="9c81b700-ab45-4ad4-9aa4-a790f9c20e7c" class="GINGER_SOFATWARE_mark">io</span></span></strong></a></p>\n<p><a href="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gamedev-using-Node.js-and-Socket.jpg"><img class="aligncenter size-full wp-image-1137" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Gamedev-using-Node.js-and-Socket.jpg" alt="Gamedev using Node.js and Socket" width="600" height="375" /></a></p>\n													</div><!--.post-content box mark-links-->\n													<div class="shareit">\n																		<!-- Twitter -->\n										<span class="share-item twitterbtn">\n										<a href="https://twitter.com/share" class="twitter-share-button" data-via="">Tweet</a>\n										</span>\n																										<!-- GPlus -->\n										<span class="share-item gplusbtn">\n										<g:plusone size="medium"></g:plusone>\n										</span>\n																										<!-- Facebook -->\n										<span class="share-item facebookbtn">\n										<div id="fb-root"></div>\n										<div class="fb-like" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>\n										</span>\n																										<!--Linkedin -->\n										<span class="share-item linkedinbtn">\n										<script type="text/javascript" src="http://thedesignpixel.com/files/in.js"></script><script type="in/share" data-url="http://www.thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games.html" data-counter="right"></script>\n										</span>\n																										<!-- Stumble -->\n										<span class="share-item stumblebtn">\n										<su:badge layout="1"></su:badge>\n										<script type="text/javascript"> \n										(function() { \n										var li = document.createElement(''script''); li.type = ''text/javascript''; li.async = true; \n										li.src = window.location.protocol + ''//platform.stumbleupon.com/1/widgets.js''; \n										var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(li, s); \n										})(); \n										</script>\n										</span>\n																										<!-- Pinterest -->\n										<span class="share-item pinbtn">\n										<a href="http://pinterest.com/pin/create/button/?url=http://www.thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games.html&amp;media=http://www.thedesignpixel.com/wp-content/uploads/2014/04/Build-a-Racing-Game.jpg&amp;description=30%20Useful%20Tutorials%20for%20Developing%20HTML5%20Web%20Browser%20Games" class="pin-it-button" count-layout="horizontal">Pin It</a>\n										<script type="text/javascript" src="http://thedesignpixel.com/files/js/pinit.js"></script>\n										</span>\n															</div>\n						<!--Shareit-->\n													<div class="tags"><span class="tagtext">Tags:</span><a href="http://thedesignpixel.com/tag/development/" rel="tag">Development</a>, <a href="http://thedesignpixel.com/tag/html/" rel="tag">HTML</a></div>\n																		<div class="intercept">\n							<div class="Intercept-1">\n								<div class="IPLeft">\n																	</div>\n								<div class="IPRight">\n																			<div class="related-posts">\n											<h5>Related Posts</h5><ul>											<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/" rel="bookmark" title="25+ Responsive Mobile App Landing Pages for Inspiration">\n													25+ Responsive Mobile App Landing Pages for Inspirat...												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-remote-desktop-tools/" rel="bookmark" title="8 Best Remote Desktop Tools">\n													8 Best Remote Desktop Tools												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n																						<li class="last">\n												<a rel="nofollow" class="relatedthumb" href="http://thedesignpixel.com/best-jquery-image-gallery-plugins/" rel="bookmark" title="30 Best jQuery Image Gallery Plugins">\n													30 Best jQuery Image Gallery Plugins												</a>\n												<span class=''navtext''>By Ward Stanton</span>\n											</li>\n											</ul>										</div><!-- .related-posts -->\n																	</div>\n								<div class="clear"></div>\n							</div>\n						</div>									\n					</div><!--.g post-->\n					<!-- If comments are open, but there are no comments. -->\n<div id="respond" class="box m-t-6">\n	<h3>Leave a Reply</h3> \n	<div class="cancel-comment-reply">\n		<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/#respond" style="display:none;">Click here to cancel reply.</a></small>\n	</div>\n			<form action="http://thedesignpixel.com" method="post" id="commentform">\n							<label for="author"><small>Name</small></label>\n				<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="email"><small>Email</small></label>\n				<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" aria-required=''true'' /></p>\n				<div class="clear"></div>\n				<label for="url"><small>Website</small></label>\n				<p><input type="text" name="url" id="url" value="" size="28" tabindex="3" /></p>\n						<div class="clear"></div>\n			<label for="url"><small>Comment</small></label>\n			<p><textarea name="comment" id="comment" cols="100%" rows="8" tabindex="4"></textarea></p>\n			<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" class="medium skin button"/>\n			<div class="clear"></div> \n			<input type=''hidden'' name=''comment_post_ID'' value=''1108'' id=''comment_post_ID'' />\n<input type=''hidden'' name=''comment_parent'' id=''comment_parent'' value=''0'' />\n			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="45cd121dfe" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="151"/></p>		</form>\n	</div>\n							</div>\n		</article>\n		<aside class="sidebar c-4-12">\n	<div id="sidebars" class="g">\n		<div class="sidebar">\n			<ul class="sidebar_list">\n				<li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><!-- BuySellAds Zone Code -->\r\n<div id="bsap_1300901" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\r\n<!-- End BuySellAds Zone Code --></div>\n		</li><li id="social-profile-icons" class="widget widget-sidebar"><div class="social-profile-icons"><ul class=""><li class="social-facebook"><a title="Facebook" href="https://www.facebook.com/TheDesignPixel" target="_blank">Facebook</a></li><li class="social-gplus"><a title="Google+" href="https://www.google.com/+Thedesignpixel" target="_blank">Google+</a></li><li class="social-pinterest"><a title="Pinterest" href="http://www.pinterest.com/thedesignpixel/" target="_blank">Pinterest</a></li><li class="social-rss"><a title="RSS" href="http://feeds.feedburner.com/TheDesignPixel" target="_blank">RSS</a></li><li class="social-twitter"><a title="Twitter" href="https://twitter.com/TheDesignPixel" target="_blank">Twitter</a></li></ul></div></li><li id="widget_search" class="widget widget-sidebar"><form method="get" id="searchform" class="search-form" action="http://thedesignpixel.com" _lpchecked="1">\n	<fieldset> \n		<input type="text" name="s" id="s" value="Search this Site..." onfocus="if(this.value==''Search this Site...'')this.value='''';" x-webkit-speech onwebkitspeechchange="transcribe(this.value)"> \n		<input id="search-image" class="sbutton" type="image" src="../wp-content/themes/minimalist/images/search.png" style="border:0; vertical-align: top;">\n	</fieldset>\n</form></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- BuySellAds Zone Code --></p>\n<div id="bsap_1300899" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div>\n<p><!-- End BuySellAds Zone Code --></p>\n</div>\n		</li><li id="mts_pp" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->\n		<div class="pp-wrapper">\n			\n			<h3>Popular Posts</h3>\n			<ul class="popular-posts">\n																	\n						<li >\n																					<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-600x200.jpg" alt="50 Useful Photoshop Logo Design Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/'' title=''50 Useful Photoshop Logo Design Tutorials'' class=''popular-title''>50 Useful Photoshop Logo Design Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-180x180.jpg" alt="45+ Best Free Responsive Blogger Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/'' title=''45+ Best Free Responsive Blogger Templates'' class=''popular-title''>45+ Best Free Responsive Blogger Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-600x200.jpg" alt="20 Best Free WordPress Magazine Themes"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/'' title=''20 Best Free WordPress Magazine Themes'' class=''popular-title''>20 Best Free WordPress Magazine Themes</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Blue-Coming-Soon-Page-600x200.jpg" alt="35+ Free Coming Soon and Under Construction Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/'' title=''35+ Free Coming Soon and Under Construction Templates'' class=''popular-title''>35+ Free Coming Soon and Under Construction Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/The-Weathertron-600x200.jpg" alt="25+ Responsive Mobile App Landing Pages for Inspiration"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/responsive-mobile-app-landing-pages-for-inspiration/'' title=''25+ Responsive Mobile App Landing Pages for Inspiration'' class=''popular-title''>25+ Responsive Mobile App Landing Pages for Inspiration</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-180x180.jpg" alt="12 Free Text To Speech Voice Conversion Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/'' title=''12 Free Text To Speech Voice Conversion Tools'' class=''popular-title''>12 Free Text To Speech Voice Conversion Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Css3ps-180x180.jpg" alt="15 Free &#038; Useful Photoshop Plugins"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-useful-photoshop-plugins/'' title=''15 Free &#038; Useful Photoshop Plugins'' class=''popular-title''>15 Free &#038; Useful Photoshop Plugins</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-180x180.jpg" alt="65+ Useful Cheat Sheets for Designers and Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/'' title=''65+ Useful Cheat Sheets for Designers and Developers'' class=''popular-title''>65+ Useful Cheat Sheets for Designers and Developers</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-180x180.jpg" alt="8 Best Free Wireframing Tools for Designers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/'' title=''8 Best Free Wireframing Tools for Designers'' class=''popular-title''>8 Best Free Wireframing Tools for Designers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Knowledge-180x180.jpg" alt="15+ Free Responsive Education HTML Web Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-education-html-web-templates/'' title=''15+ Free Responsive Education HTML Web Templates'' class=''popular-title''>15+ Free Responsive Education HTML Web Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-180x180.jpg" alt="20 Premium Responsive and Mobile Website  Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/'' title=''20 Premium Responsive and Mobile Website  Templates'' class=''popular-title''>20 Premium Responsive and Mobile Website  Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-180x180.jpg" alt="145+ Free Responsive HTML5 CSS3 Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/'' title=''145+ Free Responsive HTML5 CSS3 Website Templates'' class=''popular-title''>145+ Free Responsive HTML5 CSS3 Website Templates</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-600x200.jpg" alt="15 Free CSS jQuery Tabs Plugin And Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/'' title=''15 Free CSS jQuery Tabs Plugin And Tutorials'' class=''popular-title''>15 Free CSS jQuery Tabs Plugin And Tutorials</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-600x200.jpg" alt="20 Most Useful 3D Text Effect Photoshop Tutorials"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/'' title=''20 Most Useful 3D Text Effect Photoshop Tutorials'' class=''popular-title''>20 Most Useful 3D Text Effect Photoshop Tutorials</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/free-premium-business-website-templates/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/MindUp-180x180.jpg" alt="30 Free &#038; Premium Business Website Templates"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/free-premium-business-website-templates/'' title=''30 Free &#038; Premium Business Website Templates'' class=''popular-title''>30 Free &#038; Premium Business Website Templates</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Pandora-FMS-180x180.jpg" alt="13 Best Free Server &#038; Network Monitoring Tools"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-free-server-network-monitoring-tools/'' title=''13 Best Free Server &#038; Network Monitoring Tools'' class=''popular-title''>13 Best Free Server &#038; Network Monitoring Tools</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Webiva-180x180.png" alt="13 Best Ruby On Rails CMS (Content Management Systems)"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-ruby-on-rails-cms-content-management-systems/'' title=''13 Best Ruby On Rails CMS (Content Management Systems)'' class=''popular-title''>13 Best Ruby On Rails CMS (Content Management Systems)</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Incredible-180x180.jpg" alt="35+ Best Responsive Drupal 7 Themes [Free and Premium]"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-responsive-drupal-7-themes-free-and-premium/'' title=''35+ Best Responsive Drupal 7 Themes [Free and Premium]'' class=''popular-title''>35+ Best Responsive Drupal 7 Themes [Free and Premium]</a>\n						</li>\n					\n												\n						<li >\n																					<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Phalcon-180x180.png" alt="20 Best PHP Frameworks for Web Developers"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/best-php-frameworks-for-web-developers/'' title=''20 Best PHP Frameworks for Web Developers'' class=''popular-title''>20 Best PHP Frameworks for Web Developers</a>\n						</li>\n					\n												\n						<li class="last">\n																					<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' rel=''nofollow''><img src="http://thedesignpixel.com/files/wp-content/uploads/2014/09/Watch-CLT20-Live-Streaming-Online-180x180.jpg" alt="8 Best Sites to Watch CLT20 Live Streaming Online Free"  width=''125'' height=''125'' class="wp-post-image" /></a>\n							\n														<a href=''http://thedesignpixel.com/8-best-sites-watch-clt20-live-streaming-online-free/'' title=''8 Best Sites to Watch CLT20 Live Streaming Online Free'' class=''popular-title''>8 Best Sites to Watch CLT20 Live Streaming Online Free</a>\n						</li>\n					\n														<ul>\n		</div>\n		<!-- END WIDGET -->\n		</li><li id="widget_facebook_likebox" class="widget widget-sidebar"><iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTheDesignPixel&amp;width=300&amp;height=412&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;show_border=true&amp;header=false&amp;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 300px;  height: 412px; background: #fff"></iframe></li><li id="widget_text" class="widget widget-sidebar">			<div class="textwidget"><p><!-- Place this tag where you want the widget to render. --></p>\n<div class="g-page" data-width="290" data-href="https://plus.google.com/116834064471293661453" data-layout="landscape" data-rel="publisher"></div>\n<p><!-- Place this tag after the last widget tag. --><br />\n<script type="text/javascript">\n  (function() {\n    var po = document.createElement(''script''); po.type = ''text/javascript''; po.async = true;\n    po.src = ''https://apis.google.com/js/platform.js'';\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script></p>\n</div>\n		</li>			</ul>\n		</div>\n	</div><!--sidebars-->\n</aside>		</div><!--#page-->\r\n	</div><!--.container-->\r\n</div>\r\n', 'useful tutorials for developing html5 web browser games', '', 'publish', 'closed', 'closed', '', 'useful-tutorials-for-developing-html5-web-browser-games', '', '', '2017-04-11 13:20:22', '2017-04-11 13:20:22', '', 0, 'http://thedesignpixel.com/useful-tutorials-for-developing-html5-web-browser-games/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(236, 1, '2017-04-11 13:20:24', '2017-04-11 13:20:24', '<div class="main-wrapper"><div id="page"><div class="main-content cblayout"><div id="content" class="content-area single-content-area"><div class="content content-single "><div class="breadcrumbs"> <a href="http://thedesignpixel.com"> <i class="fa fa-home"></i>Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>&nbsp;&nbsp;/&nbsp;&nbsp;Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</div><div class="single-content"><article class="post-4762 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups tag-bounce-rate tag-client-relationship tag-landing-page tag-onboarding tag-version-control"><div id="post-4762" class="post-box"><div class="post-meta-top"><div class="post-cats uppercase"> <span> <a href="http://thedesignpixel.com/category/roundups/" title="View all posts in Roundups" >Roundups</a> </span></div><span class="post-type post-type-standard"><i class="fa fa-thumb-tack"></i></span></div><header><h1 class="title single-title">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</h1><div class="post-meta-left"><div class="post-meta"> <span class="post-tags"><i class="fa fa-tag"></i> <a href="http://thedesignpixel.com" rel="tag">bounce rate</a>, <a href="http://thedesignpixel.com/tag/client-relationship/" rel="tag">client relationship</a>, <a href="http://thedesignpixel.com" rel="tag">landing page</a>, <a href="http://thedesignpixel.com" rel="tag">onboarding</a>, <a href="http://thedesignpixel.com" rel="tag">version control</a></span> <span class="post-comments"><i class="fa fa-comments-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >Leave a Comment</a></span></div></div></header><div class="post-inner"><div class="post-content single-post-content"><div class="single-post-ad"><div id="bsap_1305000" class="bsarocks bsap_27770e24670f629d82caf5005caf67f2"></div></div> <script>AmpedSense.OptimizeAdSpot(''AP''); AmpedSense.OptimizeAdSpot(''IL''); AmpedSense.OptimizeAdSpot(''IR'');</script><p>Our newest roundup is up! This week we feature how to implement version control in Wordpress, how to create a successful onboarding experience for your visitors, which skills you need to deal with clients, what the bounce rate is and how to interpret it, and more!</p><script>AmpedSense.OptimizeAdSpot(''PL''); AmpedSense.OptimizeAdSpot(''PC''); AmpedSense.OptimizeAdSpot(''PR'');</script> <h4>WordPress</h4><p><strong><a href="http://torquemag.io/beginner-tutorial-use-git-wordpress-development/">Beginner Tutorial: How To Use Git for WordPress Development</a></strong> [<a href="http://torquemag.io/">torquemag.io</a>]</p><p><img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/git.png" class="aligncenter wp-image-4763 size-full" alt="Git" width="986" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/git.png 986w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/git-300x112.png 300w" sizes="(max-width: 986px) 100vw, 986px"><noscript><img class="aligncenter wp-image-4763 size-full" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/git.png" alt="Git" width="986" height="368" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/git.png 986w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/git-300x112.png 300w" sizes="(max-width: 986px) 100vw, 986px" /></noscript></p><p>Just the same way you can keep track of all changes made to a WordPress post and revert back to an old version with the &#8220;Post Revisions&#8221; option, you can do the same with entire web projects, effectively adding an extra layer of control and security over your work.</p><script>AmpedSense.OptimizeAdSpot(''1L''); AmpedSense.OptimizeAdSpot(''1C''); AmpedSense.OptimizeAdSpot(''1R'');</script> <p><b>Version control software </b>allows you to do just that, and Git is one of the most popular tools for the job (plus, it&#8217;s open source). This post explains the benefits of implementing Git for version control and walks you through the initial setup for a WordPress project.</p><p><strong><a href="http://torquemag.io/what-will-wordpress-be-like-in-next-10-years/">What Will WordPress Be Like in the Next 10 Years?</a></strong> [<a href="http://torquemag.io/">torquemag.io</a>]</p><p>Interesting predictions on the evolution of the Internet&#8217;s most popular CMS, although 10 years down the road seems like a very long time in web development. Will we even use WordPress in 10 years? Or CMS for that matter?</p><h4>Design</h4><p><strong><a href="http://webdesign.tutsplus.com/articles/how-to-design-an-engaging-onboarding-experience--cms-24803">How to Design an Engaging Onboarding Experience</a></strong> [<a href="http://webdesign.tutsplus.com/">webdesign.tutsplus.com</a>]</p><script>AmpedSense.OptimizeAdSpot(''2L''); AmpedSense.OptimizeAdSpot(''2C''); AmpedSense.OptimizeAdSpot(''2R'');</script> <p>Onboarding is the process of orienting and familiarizing first-time users with your product. This involves generating interest in the product, carrying your visitors through a simple setup process and teaching them how to use your product through their own action, instead of actual explaining. Successful onboarding experiences greatly improve conversion rate and turn casual visitors into longtime users.</p><h4>Client relationship</h4><p><strong><a href="http://speckyboy.com/2015/10/21/guidelines-for-better-client-feedback-on-web-design/">Guidelines For Better Client Feedback on Web Design</a></strong> [<a href="http://speckyboy.com/">speckyboy.com</a>]</p><p>Like it or not, freelance web designers and developers have to deal with clients on a regular basis, and that means developing not-so-technical skills. Developers need to be able to listen and to communicate, to find out what the client <em>wants</em> and what he really <em>needs, </em>and to involve clients in the design process.</p><h4>SEO</h4><p><strong><a href="http://www.webdesignerdepot.com/2015/10/how-i-learned-to-stop-worrying-and-love-the-bounce-rate/">How I Learned to Stop Worrying and Love the Bounce (Rate)</a></strong> [<a href="http://webdesignerdepot.com/">webdesignerdepot.com</a>]</p><script>AmpedSense.OptimizeAdSpot(''3L''); AmpedSense.OptimizeAdSpot(''3C''); AmpedSense.OptimizeAdSpot(''3R'');</script> <p>The bounce rate is probably one of the most misunderstood pieces of information in web analytics. In order to get a clear picture of a website&#8217;s traffic, webmasters need to understand what the bounce rate is, how to interpret it, and when is it appropriate to take corrective measures to lower it.</p><p><strong><a href="http://searchenginewatch.com/sew/opinion/2431459/automating-landing-page-creation-is-a-really-bad-idea">Automating landing page creation is a really bad idea</a></strong> [<a href="http://searchenginewatch.com/">searchenginewatch.com</a>]</p><p>Automatically created doorway pages are a common SEO technique, but it turns out that Google frowns upon these kind of practices. If you create landing pages, make sure you take the manual approach.</p> <script>AmpedSense.OptimizeAdSpot(''BP'')</script> </div></div></div></article></div><div class="wpdiscuz_top_clearing"></div><div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div><h3 id="wc-comment-header">Leave a Reply</h3><div id="wpcomm" class="wpdiscuz_unauth"><div class="wc-comment-bar"><p class="wc-comment-title"> Be the First to Comment!</p><div class="wpdiscuz_clear"></div></div><div class="wc_social_plugin_wrapper"></div><div class="wc-form-wrapper wc-main-form-wrapper"  id=''wc-main-form-wrapper-0_0'' ><div class="wpdiscuz-comment-message" style="display: block;"></div><form class="wc_comm_form wc_main_comm_form" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://0.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://0.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-0_0"   placeholder="Start the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="AfR8z1d0dbb960cf9bd6e1acd93772499ab6f001ae52316ff864e706a1668cb296d5f" class="wpdiscuz-cnonce" name="cnonce" value="AfR8z1d0dbb960cf9bd6e1acd93772499ab6f001ae52316ff864e706a1668cb296d5f" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-0_0">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"></form></div><div id="wpdiscuz_hidden_secondary_form" style="display: none;"><div class="wc-form-wrapper wc-secondary-form-wrapper"  id=''wc-secondary-form-wrapper-wpdiscuzuniqueid''  style="display: none;" ><div class="wpdiscuz-comment-message" style="display: block;"></div><div class="wc-secondary-forms-social-content"></div><form class="wc_comm_form wc-secondary-form-wrapper" method="post" action="" enctype="multipart/form-data"><div class="wc-field-comment"><div class="wc-field-avatararea"> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://2.gravatar.com/avatar/?s=48&#038;d=mm&#038;r=g" alt="avatar" srcset="http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x" class="avatar avatar-48 photo avatar-default" height="48" width="48"><noscript><img alt=''avatar'' src=''http://thedesignpixel.com/files/avatar/_s_48_amp_d_mm_amp_r_g.jpg'' srcset=''http://2.gravatar.com/avatar/?s=96&amp;d=mm&amp;r=g 2x'' class=''avatar avatar-48 photo avatar-default'' height=''48'' width=''48'' /></noscript></div><div class="wpdiscuz-item wc-field-textarea" ><div class="wpdiscuz-textarea-wrap "><textarea id="wc-textarea-wpdiscuzuniqueid"   placeholder="Join the discussion" required name="wc_comment" class="wc_comment wc_field_input"></textarea></div></div><div class="clearfix"></div></div><div class="wc-form-footer"  style="display: none;"><div class="wc-author-data"><div class="wc-field-name wpdiscuz-item"> <input type="text" data-validate-length-range="3,50" maxlength="50" placeholder="Name" value="" required="required" name="wc_name" class="wc_name wc_field_input" /></div><div class="wc-field-email wpdiscuz-item"> <input type="email" placeholder="Email" value=""  name="wc_email"  class="wc_email wc_field_input email" /></div><div class="wc-field-website wpdiscuz-item"> <input type="url" placeholder="WebSite URL" value="" name="wc_website" class="wc_website wc_field_input"></div><div class="clearfix"></div></div><div class="wc-form-submit"><div class="wc-field-captcha wpdiscuz-item"><div class="wc-captcha-input"> <input type="text" maxlength="5" value="" required="required" name="wc_captcha"  class="wc_field_input wc_field_captcha" placeholder="Code" title="Insert the CAPTCHA code"></div><div class="wc-label wc-captcha-label"> <a class="wpdiscuz-nofollow" href="#" rel="nofollow"></a><a class="wpdiscuz-nofollow wc_captcha_refresh_img" href="#" rel="nofollow"><img  alt="refresh" class="" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/captcha-loading.png" width="16" height="16"/></a> <input type="hidden" id="F2NCi4d8fe291274f56f1f1948171f3d5908d76ba600014fd9de2707cbced92d4b7b4" class="wpdiscuz-cnonce" name="cnonce" value="F2NCi4d8fe291274f56f1f1948171f3d5908d76ba600014fd9de2707cbced92d4b7b4" /></div><div class="clearfix"></div></div><div class="wc-field-submit"><div class="wc_notification_checkboxes" style="display:block"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid" value="comment"  type="checkbox" name="wpdiscuz_notification_type" /> <label class="wc-label-comment-notify" for="wc_notification_new_comment-wpdiscuzuniqueid">Notify of new replies to this comment</label><br /></div> <input type="button" class="wc_comm_submit button alt"  value="Post Comment" name="submit"></div><div class="clearfix"></div></div><div class="clearfix"></div></div><div class="clearfix"></div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"></form></div></div><hr><div id="wcThreadWrapper" class="wc-thread-wrapper"><div class="wpdiscuz-comment-pagination"></div></div><div class="wpdiscuz_clear"></div></div></div><div class="wpdiscuz-loading-bar wpdiscuz-loading-bar-unauth"><img class="wpdiscuz-loading-bar-img" alt="wpDiscuz" src="http://thedesignpixel.com/files/wp-content/plugins/wpdiscuz/assets/img/loading.gif" width="32" height="25" /></div></div></div><aside class="sidebar"><div id="sidebar"><div id="tabs-widget"><ul id="tabs"><li class="active"><a href="#tab1"><span>Popular</span></a></li><li class="recent-tab"><a href="#tab2"><span>Recent</span></a></li></ul><div id="tabs-content"><div id="tab1" class="popular-posts tab-content" style="display: block;"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Firefish-Photoshop-Tutorial" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/Firefish-Photoshop-Tutorial-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/" title="50 Useful Photoshop Logo Design Tutorials">50 Useful Photoshop Logo Design Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-photoshop-logo-design-tutorials/#comments" class="comments-link" >6</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-project-management-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Planzone-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Planzone" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Planzone-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-project-management-tools/" title="40 Useful Project Management Tools">40 Useful Project Management Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-project-management-tools/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-responsive-html5-css3-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Responsive-Bootstrap-Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Responsive-Bootstrap-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/" title="145+ Free Responsive HTML5 CSS3 Website Templates">145+ Free Responsive HTML5 CSS3 Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-responsive-html5-css3-website-templates/#comments" class="comments-link" >4</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/04/alyssa-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="alyssa" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/04/alyssa-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/" title="35+ Free Coming Soon and Under Construction Templates">35+ Free Coming Soon and Under Construction Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-coming-soon-and-under-construction-templates/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/12/Nvaccess-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Nvaccess" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/12/Nvaccess-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/" title="12 Free Text To Speech Voice Conversion Tools">12 Free Text To Speech Voice Conversion Tools</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-text-to-speech-voice-conversion-tools/#comments" class="comments-link" >3</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-responsive-blogger-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vista-best-WordPress-theme-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vista-best-WordPress-theme-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/" title="45+ Best Free Responsive Blogger Templates">45+ Best Free Responsive Blogger Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-responsive-blogger-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-premium-responsive-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Vellum-best-wordpress-theme-february-2014" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/08/Vellum-best-wordpress-theme-february-2014-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/" title="50+ Best Premium Responsive WordPress Themes of 2014">50+ Best Premium Responsive WordPress Themes of 2014</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-premium-responsive-wordpress-themes/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/EllaTheme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="EllaTheme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/EllaTheme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/" title="20 Premium Responsive and Mobile Website Templates">20 Premium Responsive and Mobile Website Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-premium-responsive-mobile-website-templates/#comments" class="comments-link" >2</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-best-premium-web-hosting-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Green Servers Responsive Hosting Store OpenCart Template" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/07/Green-Servers-Responsive-Hosting-Store-OpenCart-Template-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/" title="Top 20 Best Premium Web Hosting Templates">Top 20 Best Premium Web Hosting Templates</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-best-premium-web-hosting-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/useful-cheat-sheets-designers-developers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Ultimate HTML5 Cheatsheat [Infographic]" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Ultimate-HTML5-Cheatsheat-Infographic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/" title="65+ Useful Cheat Sheets for Designers and Developers">65+ Useful Cheat Sheets for Designers and Developers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/useful-cheat-sheets-designers-developers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/The-ONE-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The ONE" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/The-ONE-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/" title="55+ Creative Examples of Parallax Scrolling Web Designs">55+ Creative Examples of Parallax Scrolling Web Designs</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/creative-examples-of-parallax-scrolling-web-designs/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Create an Autumn-Themed 3D Text Effect With Photoshop CS6 Extended" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Create-an-Autumn-Themed-3D-Text-Effect-With-Photoshop-CS6-Extended-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/" title="20 Most Useful 3D Text Effect Photoshop Tutorials">20 Most Useful 3D Text Effect Photoshop Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/most-useful-3d-text-effect-photoshop-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wireframing-tools-for-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/06/Axure-RP-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Axure RP" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/06/Axure-RP-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/" title="8 Best Free Wireframing Tools for Designers">8 Best Free Wireframing Tools for Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wireframing-tools-for-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="jquery-plugins" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/jquery-plugins-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/" title="15 Free CSS jQuery Tabs Plugin And Tutorials">15 Free CSS jQuery Tabs Plugin And Tutorials</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/coding/" rel="category tag">Coding</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-css-jquery-tabs-plugin-and-tutorials/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-free-wordpress-magazine-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2014/03/Great-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Great" srcset="http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2014/03/Great-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/" title="20 Best Free WordPress Magazine Themes">20 Best Free WordPress Magazine Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-free-wordpress-magazine-themes/#comments" class="comments-link" >1</a></span> </span></div></li></ul></div><div id="tab2" class="recent-posts tab-content"><ul><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/premium-bootstrap-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/carwash-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="carwash featured" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/carwash-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/" title="10 Premium Bootstrap WordPress Themes">10 Premium Bootstrap WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/premium-bootstrap-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/best-woocommerce-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/6-gear-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="6 gear" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/6-gear-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/best-woocommerce-themes/" title="20+ Best WooCommerce Themes">20+ Best WooCommerce Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/best-woocommerce-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/10-quality-wordpress-artistic-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Creative-cover-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Creative cover" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Creative-cover-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/" title="10 Quality WordPress Artistic Themes">10 Quality WordPress Artistic Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/10-quality-wordpress-artistic-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/stylish-photography-wordpress-themes/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Style Park WordPress Theme" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/04/Style-Park-WordPress-Theme-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/" title="15+ Stylish Photography WordPress Themes">15+ Stylish Photography WordPress Themes</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/stylish-photography-wordpress-themes/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/use-docker-run-apps-now/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2016/03/docker-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="docker-logo" srcset="http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2016/03/docker-logo-200x200.png 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/use-docker-run-apps-now/" title="Why You Should Use Docker to Run Apps Now">Why You Should Use Docker to Run Apps Now</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/use-docker-run-apps-now/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/" title="Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more">Choosing a Typeface, Measuring Content ROI, Site Launch Checklist, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/choosing-a-typeface-measuring-content-roi-site-launch-checklist-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/free-stunning-website-templates/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/01/About-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="About" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-295x300.jpg 295w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About-200x200.jpg 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/01/About.jpg 430w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/free-stunning-website-templates/" title="30 Stunning Website Templates for Free">30 Stunning Website Templates for Free</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a>, <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/free-stunning-website-templates/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/" title="Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more">Version Control for WordPress, Onboarding Experiences, Interpreting Bounce Rate, and more</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="The Design Pixel Weekly Roundup" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-65x65.png 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-150x150.png 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo-200x200.png 200w, http://www.thedesignpixel.com/wp-content/uploads/2015/10/thedesignpixel-WR-logo.png 244w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/" title="SVG Tools, Breadcrumbs, Sitelinks">SVG Tools, Breadcrumbs, Sitelinks</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/roundups/" rel="category tag">Roundups</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/svg-tools-breadcrumbs-sitelinks/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/joomla-templates-for-your-current-web-project/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="54552-joom-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/09/54552-joom-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/" title="30 Joomla Templates for Your Current Web Project">30 Joomla Templates for Your Current Web Project</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/joomla-templates-for-your-current-web-project/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/the-importance-of-proactive-server-management/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="13844115693_9407d8ab8f_servers" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/08/13844115693_9407d8ab8f_servers-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/" title="The Importance of Proactive Server Management">The Importance of Proactive Server Management</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/the-importance-of-proactive-server-management/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Plump Text Effect" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Plump-Text-Effect-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/" title="20 Fresh Photoshop Text Effects for Web Designers">20 Fresh Photoshop Text Effects for Web Designers</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/tutorials/" rel="category tag">Tutorials</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/20-fresh-photoshop-text-effects-for-web-designers/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Arcade Basic" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/07/Arcade-Basic-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/" title="35+ Free Responsive WordPress Themes for 2015">35+ Free Responsive WordPress Themes for 2015</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/graphics/" rel="category tag">Graphics</a>, <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a>, <a href="http://thedesignpixel.com/category/wordpress/" rel="category tag">WordPress</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/35-free-responsive-wordpress-themes-for-2015/#comments" class="comments-link" >1</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="53676-wp-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/53676-wp-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/" title="30 Stylish WordPress Themes With Pretty Backgrounds">30 Stylish WordPress Themes With Pretty Backgrounds</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/resources/" rel="category tag">Resources</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/30-stylish-wordpress-themes-with-pretty-backgrounds/#respond" class="comments-link" >0</a></span> </span></div></li><li><div class="thumbnail"> <a class="featured-thumbnail widgetthumb" href=''http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/''> <img src="http://thedesignpixel.com/files/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" width="65" height="65" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px"><noscript><img width="65" height="65" src="http://thedesignpixel.com/files/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="46880-facebook-b" srcset="http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-65x65.jpg 65w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-150x150.jpg 150w, http://www.thedesignpixel.com/wp-content/uploads/2015/05/46880-facebook-b-200x200.jpg 200w" sizes="(max-width: 65px) 100vw, 65px" /></noscript><div class="fhover"></div> </a></div><div class="info"> <span class="widgettitle"><a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/" title="Top 20 Facebook Layouts On The Web">Top 20 Facebook Layouts On The Web</a></span> <span class="meta"> <span class="widget-cats"><i class="fa fa-folder-o"></i> <a href="http://thedesignpixel.com/category/design/" rel="category tag">Design</a></span> <span class="post-comments"><i class="fa fa-comment-o"></i> <a href="http://thedesignpixel.com/top-20-facebook-layouts-on-the-web/#respond" class="comments-link" >0</a></span> </span></div></li></ul></div></div></div></div></aside></div></div></div>', 'version control for wordpress onboarding experiences interpreting bounce rate and more', '', 'publish', 'closed', 'closed', '', 'version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more', '', '', '2017-04-11 13:20:24', '2017-04-11 13:20:24', '', 0, 'http://thedesignpixel.com/version-control-for-wordpress-onboarding-experiences-interpreting-bounce-rate-and-more/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(237, 1, '2017-04-11 13:20:25', '2017-04-11 13:20:25', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '6744314', '', 'publish', 'closed', 'closed', '', '6744314-2', '', '', '2017-04-11 13:20:25', '2017-04-11 13:20:25', '', 0, 'http://thedesignpixel.com/6744314-2/', 0, 'page', '', 0),
(238, 1, '2017-04-11 13:20:25', '2017-04-11 13:20:25', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '4924480', '', 'publish', 'closed', 'closed', '', '4924480-2', '', '', '2017-04-11 13:20:25', '2017-04-11 13:20:25', '', 0, 'http://thedesignpixel.com/4924480-2/', 0, 'page', '', 0),
(239, 1, '2017-04-11 13:20:25', '2017-04-11 13:20:25', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '3469316', '', 'publish', 'closed', 'closed', '', '3469316-2', '', '', '2017-04-11 13:20:25', '2017-04-11 13:20:25', '', 0, 'http://thedesignpixel.com/3469316-2/', 0, 'page', '', 0),
(240, 1, '2017-04-11 13:20:25', '2017-04-11 13:20:25', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '152713', '', 'publish', 'closed', 'closed', '', '152713-2', '', '', '2017-04-11 13:20:25', '2017-04-11 13:20:25', '', 0, 'http://thedesignpixel.com/152713-2/', 0, 'page', '', 0),
(241, 1, '2017-04-11 13:20:25', '2017-04-11 13:20:25', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '6333987', '', 'publish', 'closed', 'closed', '', '6333987-2', '', '', '2017-04-11 13:20:25', '2017-04-11 13:20:25', '', 0, 'http://thedesignpixel.com/6333987-2/', 0, 'page', '', 0),
(242, 1, '2017-04-11 13:20:26', '2017-04-11 13:20:26', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '4443941', '', 'publish', 'closed', 'closed', '', '4443941-2', '', '', '2017-04-11 13:20:26', '2017-04-11 13:20:26', '', 0, 'http://thedesignpixel.com/4443941-2/', 0, 'page', '', 0),
(243, 1, '2017-04-11 13:20:26', '2017-04-11 13:20:26', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '6932121', '', 'publish', 'closed', 'closed', '', '6932121-2', '', '', '2017-04-11 13:20:26', '2017-04-11 13:20:26', '', 0, 'http://thedesignpixel.com/6932121-2/', 0, 'page', '', 0),
(244, 1, '2017-04-11 13:20:26', '2017-04-11 13:20:26', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '534738', '', 'publish', 'closed', 'closed', '', '534738-2', '', '', '2017-04-11 13:20:26', '2017-04-11 13:20:26', '', 0, 'http://thedesignpixel.com/534738-2/', 0, 'page', '', 0),
(245, 1, '2017-04-11 13:20:26', '2017-04-11 13:20:26', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '163140', '', 'publish', 'closed', 'closed', '', '163140-2', '', '', '2017-04-11 13:20:26', '2017-04-11 13:20:26', '', 0, 'http://thedesignpixel.com/163140-2/', 0, 'page', '', 0),
(246, 1, '2017-04-11 13:20:26', '2017-04-11 13:20:26', '<!DOCTYPE html>\n\n\n\n\n\n\n<body style="padding:0; margin:0;">\n\n\n\n<html><body><iframe src="http://mcc.godaddy.com/park/M3IlpKWzqaEuL3MepaxhpTW6/fe/naWipKWzqaEunaIlpaxhpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html>', '3317744', '', 'publish', 'closed', 'closed', '', '3317744-2', '', '', '2017-04-11 13:20:26', '2017-04-11 13:20:26', '', 0, 'http://thedesignpixel.com/3317744-2/', 0, 'page', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE IF NOT EXISTS `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(4, 'Header Menu', 'header-menu', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(2, 4, 0),
(4, 4, 0),
(6, 4, 0),
(8, 4, 0),
(10, 4, 0),
(12, 4, 0),
(14, 4, 0),
(16, 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(4, 4, 'nav_menu', '', 0, 8);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin1'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(12, 1, 'wp_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', ''),
(14, 1, 'show_welcome_panel', '1'),
(15, 1, 'session_tokens', 'a:1:{s:64:"c9d20727a1adc7019b408b47be99304ff01387bbdd9b963c9648bfeca6c72a4c";a:4:{s:10:"expiration";i:1493034922;s:2:"ip";s:9:"127.0.0.1";s:2:"ua";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0";s:5:"login";i:1491825322;}}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin1', '$P$BuPr8dk/tbOt61UltI6l3l25Q.XnAy/', 'admin1', 'wayback2hosting@gmail.com', '', '2017-04-10 11:55:16', '', 0, 'admin1');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
